Skip to content
Success

Console Output

Pull request #42981 updated
Started by user Sebastiaan van Stijn
Rebuilds build #2
17:50:21 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at f6848ae321b69efb0c1a0304a394e1e3f141b1e1 rather than d78b8835766221e52842a78402c2b78ac23af530
Obtained Jenkinsfile from f6848ae321b69efb0c1a0304a394e1e3f141b1e1
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-42981@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
17:50:26 [2021-12-03T17:50:26.880Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
17:50:26 [2021-12-03T17:50:26.884Z] Trying to pass milestone 2
[Pipeline] milestone
17:50:26 [2021-12-03T17:50:26.953Z] Trying to pass milestone 3
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
17:50:42 [2021-12-03T17:50:42.129Z] Still waiting to schedule task
17:50:42 [2021-12-03T17:50:42.132Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03b541e4e5832aace)’ is offline
17:51:22 [2021-12-03T17:51:22.513Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03b541e4e5832aace) in /home/ubuntu/workspace/moby_PR-42981
[Pipeline] {
[Pipeline] checkout
17:51:22 [2021-12-03T17:51:22.608Z] The recommended git tool is: git
17:51:24 [2021-12-03T17:51:24.823Z] using credential docker-jenkins-github-credentials
17:51:24 [2021-12-03T17:51:24.842Z] Cloning the remote Git repository
17:51:24 [2021-12-03T17:51:24.842Z] Cloning with configured refspecs honoured and without tags
17:51:24 [2021-12-03T17:51:24.850Z] Cloning repository https://github.com/moby/moby.git
17:51:24 [2021-12-03T17:51:24.905Z]  > git init /home/ubuntu/workspace/moby_PR-42981 # timeout=10
17:51:25 [2021-12-03T17:51:25.098Z] Fetching upstream changes from https://github.com/moby/moby.git
17:51:25 [2021-12-03T17:51:25.098Z]  > git --version # timeout=10
17:51:25 [2021-12-03T17:51:25.124Z]  > git --version # 'git version 2.17.1'
17:51:25 [2021-12-03T17:51:25.125Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:51:25 [2021-12-03T17:51:25.127Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:51:49 [2021-12-03T17:51:49.422Z] Fetching without tags
17:51:49 [2021-12-03T17:51:49.642Z] Merging remotes/origin/master commit f6848ae321b69efb0c1a0304a394e1e3f141b1e1 into PR head commit d78b8835766221e52842a78402c2b78ac23af530
17:51:50 [2021-12-03T17:51:50.911Z] Merge succeeded, producing 7deecbb7a5769859be7e5d37b6613180f8a6b788
17:51:50 [2021-12-03T17:51:50.912Z] Checking out Revision 7deecbb7a5769859be7e5d37b6613180f8a6b788 (PR-42981)
17:51:49 [2021-12-03T17:51:49.349Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:51:49 [2021-12-03T17:51:49.371Z]  > git config --add remote.origin.fetch +refs/pull/42981/head:refs/remotes/origin/PR-42981 # timeout=10
17:51:49 [2021-12-03T17:51:49.384Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:51:49 [2021-12-03T17:51:49.405Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:51:49 [2021-12-03T17:51:49.421Z] Fetching upstream changes from https://github.com/moby/moby.git
17:51:49 [2021-12-03T17:51:49.421Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:51:49 [2021-12-03T17:51:49.422Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:51:49 [2021-12-03T17:51:49.648Z]  > git config core.sparsecheckout # timeout=10
17:51:49 [2021-12-03T17:51:49.670Z]  > git checkout -f d78b8835766221e52842a78402c2b78ac23af530 # timeout=10
17:51:50 [2021-12-03T17:51:50.222Z]  > git remote # timeout=10
17:51:50 [2021-12-03T17:51:50.242Z]  > git config --get remote.origin.url # timeout=10
17:51:50 [2021-12-03T17:51:50.282Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:51:50 [2021-12-03T17:51:50.283Z]  > git merge f6848ae321b69efb0c1a0304a394e1e3f141b1e1 # timeout=10
17:51:50 [2021-12-03T17:51:50.869Z]  > git rev-parse HEAD^{commit} # timeout=10
17:51:50 [2021-12-03T17:51:50.910Z]  > git config core.sparsecheckout # timeout=10
17:51:50 [2021-12-03T17:51:50.931Z]  > git checkout -f 7deecbb7a5769859be7e5d37b6613180f8a6b788 # timeout=10
17:51:54 [2021-12-03T17:51:54.988Z] Commit message: "Merge commit 'f6848ae321b69efb0c1a0304a394e1e3f141b1e1' into HEAD"
17:51:55 [2021-12-03T17:51:55.019Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:51:54 [2021-12-03T17:51:54.986Z]  > git rev-list --no-walk 53dba498671aad833ea9a060853734379c7baaf9 # timeout=10
17:51:56 [2021-12-03T17:51:56.062Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42981:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
17:52:01 [2021-12-03T17:52:01.322Z] Unable to find image 'alpine:latest' locally
17:52:01 [2021-12-03T17:52:01.322Z] latest: Pulling from library/alpine
17:52:01 [2021-12-03T17:52:01.579Z] 59bf1c3509f3: Pulling fs layer
17:52:01 [2021-12-03T17:52:01.579Z] 59bf1c3509f3: Verifying Checksum
17:52:01 [2021-12-03T17:52:01.579Z] 59bf1c3509f3: Download complete
17:52:02 [2021-12-03T17:52:02.143Z] 59bf1c3509f3: Pull complete
17:52:02 [2021-12-03T17:52:02.144Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
17:52:02 [2021-12-03T17:52:02.144Z] Status: Downloaded newer image for alpine:latest
17:52:08 [2021-12-03T17:52:08.704Z] 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] { (Branch: win-2022)
[Pipeline] { (Branch: win-2022-c8d)
[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)
[Pipeline] stage
[Pipeline] { (win-2022)
[Pipeline] stage
[Pipeline] { (win-2022-c8d)
Stage "win-RS5" skipped due to when conditional
Stage "win-2022-c8d" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
17:52:08 [2021-12-03T17:52:08.983Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03b541e4e5832aace) in /home/ubuntu/workspace/moby_PR-42981
[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)
Stage "win-RS5" skipped due to when conditional
[Pipeline] }
Stage "win-2022-c8d" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "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
17:52:09 [2021-12-03T17:52:09.046Z] The recommended git tool is: git
17:52:09 [2021-12-03T17:52:09.054Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
17:52:09 [2021-12-03T17:52:09.082Z] Fetching changes from the remote Git repository
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] // stage
17:52:09 [2021-12-03T17:52:09.111Z] Fetching without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "win-RS5" skipped due to when conditional
[Pipeline] }
Stage "win-2022-c8d" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "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] }
[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] // stage
[Pipeline] }
[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
17:52:09 [2021-12-03T17:52:09.482Z] Merging remotes/origin/master commit f6848ae321b69efb0c1a0304a394e1e3f141b1e1 into PR head commit d78b8835766221e52842a78402c2b78ac23af530
[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
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
17:52:10 [2021-12-03T17:52:10.018Z] Merge succeeded, producing 68ae4200aae45d763b2c4977dc11f39844c39dae
17:52:10 [2021-12-03T17:52:10.018Z] Checking out Revision 68ae4200aae45d763b2c4977dc11f39844c39dae (PR-42981)
17:52:09 [2021-12-03T17:52:09.060Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42981/.git # timeout=10
17:52:09 [2021-12-03T17:52:09.081Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:52:09 [2021-12-03T17:52:09.151Z] Fetching upstream changes from https://github.com/moby/moby.git
17:52:09 [2021-12-03T17:52:09.151Z]  > git --version # timeout=10
17:52:09 [2021-12-03T17:52:09.162Z]  > git --version # 'git version 2.17.1'
17:52:09 [2021-12-03T17:52:09.162Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:52:09 [2021-12-03T17:52:09.163Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:52:09 [2021-12-03T17:52:09.480Z]  > git config core.sparsecheckout # timeout=10
17:52:09 [2021-12-03T17:52:09.503Z]  > git checkout -f d78b8835766221e52842a78402c2b78ac23af530 # timeout=10
17:52:09 [2021-12-03T17:52:09.703Z]  > git remote # timeout=10
17:52:09 [2021-12-03T17:52:09.715Z]  > git config --get remote.origin.url # timeout=10
17:52:09 [2021-12-03T17:52:09.718Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:52:09 [2021-12-03T17:52:09.719Z]  > git merge f6848ae321b69efb0c1a0304a394e1e3f141b1e1 # timeout=10
17:52:10 [2021-12-03T17:52:10.005Z]  > git rev-parse HEAD^{commit} # timeout=10
17:52:10 [2021-12-03T17:52:10.017Z]  > git config core.sparsecheckout # timeout=10
17:52:10 [2021-12-03T17:52:10.029Z]  > git checkout -f 68ae4200aae45d763b2c4977dc11f39844c39dae # timeout=10
17:52:10 [2021-12-03T17:52:10.231Z] Commit message: "Merge commit 'f6848ae321b69efb0c1a0304a394e1e3f141b1e1' into HEAD"
17:52:10 [2021-12-03T17:52:10.248Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:52:10 [2021-12-03T17:52:10.888Z] + [ PR != PR ]
17:52:10 [2021-12-03T17:52:10.888Z] + [ master != master ]
17:52:10 [2021-12-03T17:52:10.888Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
17:52:10 [2021-12-03T17:52:10.229Z]  > git rev-list --no-walk 53dba498671aad833ea9a060853734379c7baaf9 # timeout=10
17:52:11 [2021-12-03T17:52:11.247Z] + docker version
17:52:11 [2021-12-03T17:52:11.248Z] Client: Docker Engine - Community
17:52:11 [2021-12-03T17:52:11.248Z]  Version:           20.10.10-rc1
17:52:11 [2021-12-03T17:52:11.248Z]  API version:       1.41
17:52:11 [2021-12-03T17:52:11.248Z]  Go version:        go1.16.9
17:52:11 [2021-12-03T17:52:11.248Z]  Git commit:        b485636
17:52:11 [2021-12-03T17:52:11.248Z]  Built:             Mon Oct 18 15:21:56 2021
17:52:11 [2021-12-03T17:52:11.248Z]  OS/Arch:           linux/amd64
17:52:11 [2021-12-03T17:52:11.248Z]  Context:           default
17:52:11 [2021-12-03T17:52:11.248Z]  Experimental:      true
17:52:11 [2021-12-03T17:52:11.248Z] 
17:52:11 [2021-12-03T17:52:11.248Z] Server: Docker Engine - Community
17:52:11 [2021-12-03T17:52:11.248Z]  Engine:
17:52:11 [2021-12-03T17:52:11.248Z]   Version:          20.10.10-rc1
17:52:11 [2021-12-03T17:52:11.248Z]   API version:      1.41 (minimum version 1.12)
17:52:11 [2021-12-03T17:52:11.248Z]   Go version:       go1.16.9
17:52:11 [2021-12-03T17:52:11.248Z]   Git commit:       9f5b26f
17:52:11 [2021-12-03T17:52:11.248Z]   Built:            Mon Oct 18 15:20:03 2021
17:52:11 [2021-12-03T17:52:11.248Z]   OS/Arch:          linux/amd64
17:52:11 [2021-12-03T17:52:11.248Z]   Experimental:     true
17:52:11 [2021-12-03T17:52:11.248Z]  containerd:
17:52:11 [2021-12-03T17:52:11.248Z]   Version:          1.4.11
17:52:11 [2021-12-03T17:52:11.248Z]   GitCommit:        5b46e404f6b9f661a205e28d59c982d3634148f8
17:52:11 [2021-12-03T17:52:11.248Z]  runc:
17:52:11 [2021-12-03T17:52:11.248Z]   Version:          1.0.2
17:52:11 [2021-12-03T17:52:11.248Z]   GitCommit:        v1.0.2-0-g52b36a2
17:52:11 [2021-12-03T17:52:11.248Z]  docker-init:
17:52:11 [2021-12-03T17:52:11.248Z]   Version:          0.19.0
17:52:11 [2021-12-03T17:52:11.248Z]   GitCommit:        de40ad0
[Pipeline] sh
17:52:11 [2021-12-03T17:52:11.580Z] + docker info
17:52:23 [2021-12-03T17:52:23.983Z] Still waiting to schedule task
17:52:23 [2021-12-03T17:52:23.983Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03b541e4e5832aace)17:52:23 [2021-12-03T17:52:23.984Z] Still waiting to schedule task
17:52:23 [2021-12-03T17:52:23.984Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03b541e4e5832aace)17:52:23 [2021-12-03T17:52:23.985Z] Still waiting to schedule task
17:52:23 [2021-12-03T17:52:23.985Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
17:52:23 [2021-12-03T17:52:23.987Z] Still waiting to schedule task
17:52:23 [2021-12-03T17:52:23.987Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline
17:52:23 [2021-12-03T17:52:23.989Z] Still waiting to schedule task
17:52:23 [2021-12-03T17:52:23.989Z] All nodes of label ‘windows-2022’ are offline
17:52:33 [2021-12-03T17:52:33.504Z] Client:
17:52:33 [2021-12-03T17:52:33.504Z]  Context:    default
17:52:33 [2021-12-03T17:52:33.504Z]  Debug Mode: false
17:52:33 [2021-12-03T17:52:33.504Z]  Plugins:
17:52:33 [2021-12-03T17:52:33.504Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
17:52:33 [2021-12-03T17:52:33.504Z]   buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
17:52:33 [2021-12-03T17:52:33.504Z]   compose: Docker Compose (Docker Inc., v2.0.1)
17:52:33 [2021-12-03T17:52:33.504Z]   scan: Docker Scan (Docker Inc., v0.8.0)
17:52:33 [2021-12-03T17:52:33.504Z] 
17:52:33 [2021-12-03T17:52:33.504Z] Server:
17:52:33 [2021-12-03T17:52:33.504Z]  Containers: 0
17:52:33 [2021-12-03T17:52:33.504Z]   Running: 0
17:52:33 [2021-12-03T17:52:33.504Z]   Paused: 0
17:52:33 [2021-12-03T17:52:33.504Z]   Stopped: 0
17:52:33 [2021-12-03T17:52:33.504Z]  Images: 1
17:52:33 [2021-12-03T17:52:33.504Z]  Server Version: 20.10.10-rc1
17:52:33 [2021-12-03T17:52:33.504Z]  Storage Driver: overlay2
17:52:33 [2021-12-03T17:52:33.504Z]   Backing Filesystem: extfs
17:52:33 [2021-12-03T17:52:33.504Z]   Supports d_type: true
17:52:33 [2021-12-03T17:52:33.504Z]   Native Overlay Diff: true
17:52:33 [2021-12-03T17:52:33.504Z]   userxattr: false
17:52:33 [2021-12-03T17:52:33.504Z]  Logging Driver: json-file
17:52:33 [2021-12-03T17:52:33.504Z]  Cgroup Driver: cgroupfs
17:52:33 [2021-12-03T17:52:33.504Z]  Cgroup Version: 1
17:52:33 [2021-12-03T17:52:33.504Z]  Plugins:
17:52:33 [2021-12-03T17:52:33.504Z]   Volume: local
17:52:33 [2021-12-03T17:52:33.504Z]   Network: bridge host ipvlan macvlan null overlay
17:52:33 [2021-12-03T17:52:33.504Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:52:33 [2021-12-03T17:52:33.504Z]  Swarm: inactive
17:52:33 [2021-12-03T17:52:33.504Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
17:52:33 [2021-12-03T17:52:33.504Z]  Default Runtime: runc
17:52:33 [2021-12-03T17:52:33.504Z]  Init Binary: docker-init
17:52:33 [2021-12-03T17:52:33.504Z]  containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8
17:52:33 [2021-12-03T17:52:33.504Z]  runc version: v1.0.2-0-g52b36a2
17:52:33 [2021-12-03T17:52:33.504Z]  init version: de40ad0
17:52:33 [2021-12-03T17:52:33.504Z]  Security Options:
17:52:33 [2021-12-03T17:52:33.504Z]   apparmor
17:52:33 [2021-12-03T17:52:33.504Z]   seccomp
17:52:33 [2021-12-03T17:52:33.504Z]    Profile: default
17:52:33 [2021-12-03T17:52:33.504Z]  Kernel Version: 5.4.0-1057-aws
17:52:33 [2021-12-03T17:52:33.504Z]  Operating System: Ubuntu 18.04.6 LTS
17:52:33 [2021-12-03T17:52:33.504Z]  OSType: linux
17:52:33 [2021-12-03T17:52:33.504Z]  Architecture: x86_64
17:52:33 [2021-12-03T17:52:33.504Z]  CPUs: 2
17:52:33 [2021-12-03T17:52:33.504Z]  Total Memory: 7.487GiB
17:52:33 [2021-12-03T17:52:33.504Z]  Name: ip-10-100-67-3
17:52:33 [2021-12-03T17:52:33.504Z]  ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT
17:52:33 [2021-12-03T17:52:33.504Z]  Docker Root Dir: /var/lib/docker
17:52:33 [2021-12-03T17:52:33.504Z]  Debug Mode: false
17:52:33 [2021-12-03T17:52:33.504Z]  Registry: https://index.docker.io/v1/
17:52:33 [2021-12-03T17:52:33.504Z]  Labels:
17:52:33 [2021-12-03T17:52:33.504Z]  Experimental: true
17:52:33 [2021-12-03T17:52:33.504Z]  Insecure Registries:
17:52:33 [2021-12-03T17:52:33.504Z]   127.0.0.0/8
17:52:33 [2021-12-03T17:52:33.504Z]  Live Restore Enabled: true
17:52:33 [2021-12-03T17:52:33.504Z] 
17:52:33 [2021-12-03T17:52:33.504Z] WARNING: No swap limit support
[Pipeline] sh
17:52:33 [2021-12-03T17:52:33.829Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:52:33 [2021-12-03T17:52:33.829Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:52:33 [2021-12-03T17:52:33.829Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42981/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
17:52:33 [2021-12-03T17:52:33.829Z] + bash /home/ubuntu/workspace/moby_PR-42981/check-config.sh
17:52:33 [2021-12-03T17:52:33.829Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
17:52:33 [2021-12-03T17:52:33.829Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ...
17:52:33 [2021-12-03T17:52:33.829Z] 
17:52:33 [2021-12-03T17:52:33.829Z] Generally Necessary:
17:52:33 [2021-12-03T17:52:33.829Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
17:52:33 [2021-12-03T17:52:33.829Z] - apparmor: enabled and tools installed
17:52:33 [2021-12-03T17:52:33.829Z] - CONFIG_NAMESPACES: enabled
17:52:33 [2021-12-03T17:52:33.829Z] - CONFIG_NET_NS: enabled
17:52:33 [2021-12-03T17:52:33.829Z] - CONFIG_PID_NS: enabled
17:52:33 [2021-12-03T17:52:33.829Z] - CONFIG_IPC_NS: enabled
17:52:33 [2021-12-03T17:52:33.829Z] - CONFIG_UTS_NS: enabled
17:52:33 [2021-12-03T17:52:33.829Z] - CONFIG_CGROUPS: enabled
17:52:33 [2021-12-03T17:52:33.829Z] - CONFIG_CGROUP_CPUACCT: enabled
17:52:33 [2021-12-03T17:52:33.829Z] - CONFIG_CGROUP_DEVICE: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_CGROUP_FREEZER: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_CGROUP_SCHED: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_CPUSETS: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_MEMCG: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_KEYS: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_VETH: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_BRIDGE: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_IP_NF_FILTER: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_IP_NF_NAT: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_NF_NAT: enabled (as module)
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_POSIX_MQUEUE: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_CGROUP_BPF: enabled
17:52:34 [2021-12-03T17:52:34.094Z] 
17:52:34 [2021-12-03T17:52:34.094Z] Optional Features:
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_USER_NS: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_SECCOMP: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_SECCOMP_FILTER: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_CGROUP_PIDS: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_MEMCG_SWAP: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
17:52:34 [2021-12-03T17:52:34.094Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_BLK_CGROUP: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_BLK_DEV_THROTTLING: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_CGROUP_PERF: enabled
17:52:34 [2021-12-03T17:52:34.094Z] - CONFIG_CGROUP_HUGETLB: enabled
17:52:34 [2021-12-03T17:52:34.095Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
17:52:34 [2021-12-03T17:52:34.095Z] - CONFIG_CGROUP_NET_PRIO: enabled
17:52:34 [2021-12-03T17:52:34.095Z] - CONFIG_CFS_BANDWIDTH: enabled
17:52:34 [2021-12-03T17:52:34.095Z] - CONFIG_FAIR_GROUP_SCHED: enabled
17:52:34 [2021-12-03T17:52:34.095Z] - CONFIG_RT_GROUP_SCHED: missing
17:52:34 [2021-12-03T17:52:34.095Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
17:52:34 [2021-12-03T17:52:34.352Z] - CONFIG_IP_VS: enabled (as module)
17:52:34 [2021-12-03T17:52:34.352Z] - CONFIG_IP_VS_NFCT: enabled
17:52:34 [2021-12-03T17:52:34.352Z] - CONFIG_IP_VS_PROTO_TCP: enabled
17:52:34 [2021-12-03T17:52:34.352Z] - CONFIG_IP_VS_PROTO_UDP: enabled
17:52:34 [2021-12-03T17:52:34.352Z] - CONFIG_IP_VS_RR: enabled (as module)
17:52:34 [2021-12-03T17:52:34.352Z] - CONFIG_SECURITY_SELINUX: enabled
17:52:34 [2021-12-03T17:52:34.352Z] - CONFIG_SECURITY_APPARMOR: enabled
17:52:34 [2021-12-03T17:52:34.352Z] - CONFIG_EXT4_FS: enabled
17:52:34 [2021-12-03T17:52:34.352Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
17:52:34 [2021-12-03T17:52:34.352Z] - CONFIG_EXT4_FS_SECURITY: enabled
17:52:34 [2021-12-03T17:52:34.352Z] - Network Drivers:
17:52:34 [2021-12-03T17:52:34.353Z]   - "overlay":
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_VXLAN: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
17:52:34 [2021-12-03T17:52:34.353Z]       Optional (for encrypted networks):
17:52:34 [2021-12-03T17:52:34.353Z]       - CONFIG_CRYPTO: enabled
17:52:34 [2021-12-03T17:52:34.353Z]       - CONFIG_CRYPTO_AEAD: enabled
17:52:34 [2021-12-03T17:52:34.353Z]       - CONFIG_CRYPTO_GCM: enabled
17:52:34 [2021-12-03T17:52:34.353Z]       - CONFIG_CRYPTO_SEQIV: enabled
17:52:34 [2021-12-03T17:52:34.353Z]       - CONFIG_CRYPTO_GHASH: enabled
17:52:34 [2021-12-03T17:52:34.353Z]       - CONFIG_XFRM: enabled
17:52:34 [2021-12-03T17:52:34.353Z]       - CONFIG_XFRM_USER: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]       - CONFIG_XFRM_ALGO: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]       - CONFIG_INET_ESP: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]   - "ipvlan":
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_IPVLAN: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]   - "macvlan":
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_MACVLAN: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_DUMMY: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]   - "ftp,tftp client in container":
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z] - Storage Drivers:
17:52:34 [2021-12-03T17:52:34.353Z]   - "aufs":
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_AUFS_FS: enabled (as module)
17:52:34 [2021-12-03T17:52:34.353Z]   - "btrfs":
17:52:34 [2021-12-03T17:52:34.353Z]     - CONFIG_BTRFS_FS: enabled (as module)
17:52:34 [2021-12-03T17:52:34.609Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
17:52:34 [2021-12-03T17:52:34.609Z]   - "devicemapper":
17:52:34 [2021-12-03T17:52:34.609Z]     - CONFIG_BLK_DEV_DM: enabled
17:52:34 [2021-12-03T17:52:34.609Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
17:52:34 [2021-12-03T17:52:34.609Z]   - "overlay":
17:52:34 [2021-12-03T17:52:34.609Z]     - CONFIG_OVERLAY_FS: enabled (as module)
17:52:34 [2021-12-03T17:52:34.609Z]   - "zfs":
17:52:34 [2021-12-03T17:52:34.609Z]     - /dev/zfs: present
17:52:34 [2021-12-03T17:52:34.609Z]     - zfs command: missing
17:52:34 [2021-12-03T17:52:34.609Z]     - zpool command: missing
17:52:34 [2021-12-03T17:52:34.609Z] 
17:52:34 [2021-12-03T17:52:34.609Z] Limits:
17:52:34 [2021-12-03T17:52:34.609Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
17:52:34 [2021-12-03T17:52:34.609Z] 
17:52:34 [2021-12-03T17:52:34.609Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
17:52:34 [2021-12-03T17:52:34.976Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:68ae4200aae45d763b2c4977dc11f39844c39dae .
17:52:34 [2021-12-03T17:52:34.976Z] #1 [internal] load build definition from Dockerfile
17:52:34 [2021-12-03T17:52:34.976Z] #1 sha256:5da5d7c2091618d20cfb1e1c1c372b3a7b8708e93ef39f133be8992e1171e399
17:52:34 [2021-12-03T17:52:34.976Z] #1 transferring dockerfile: 17.53kB done
17:52:34 [2021-12-03T17:52:34.976Z] #1 DONE 0.1s
17:52:34 [2021-12-03T17:52:34.976Z] 
17:52:34 [2021-12-03T17:52:34.976Z] #2 [internal] load .dockerignore
17:52:34 [2021-12-03T17:52:34.976Z] #2 sha256:078fe1d91cb96016848d7f33edc37982b8bb7019e5039e5d85f5a4be3cf6d02b
17:52:34 [2021-12-03T17:52:34.976Z] #2 transferring context: 87B done
17:52:34 [2021-12-03T17:52:34.976Z] #2 DONE 0.1s
17:52:35 [2021-12-03T17:52:35.233Z] 
17:52:35 [2021-12-03T17:52:35.233Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
17:52:35 [2021-12-03T17:52:35.233Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
17:52:35 [2021-12-03T17:52:35.490Z] #3 DONE 0.3s
17:52:35 [2021-12-03T17:52:35.490Z] 
17:52:35 [2021-12-03T17:52:35.490Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
17:52:35 [2021-12-03T17:52:35.490Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
17:52:35 [2021-12-03T17:52:35.490Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
17:52:35 [2021-12-03T17:52:35.490Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
17:52:35 [2021-12-03T17:52:35.490Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
17:52:35 [2021-12-03T17:52:35.490Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
17:52:35 [2021-12-03T17:52:35.490Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
17:52:35 [2021-12-03T17:52:35.747Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done
17:52:35 [2021-12-03T17:52:35.747Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
17:52:36 [2021-12-03T17:52:36.310Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.6s done
17:52:36 [2021-12-03T17:52:36.310Z] #4 DONE 1.0s
17:52:36 [2021-12-03T17:52:36.569Z] 
17:52:36 [2021-12-03T17:52:36.569Z] #6 [internal] load build definition from Dockerfile
17:52:36 [2021-12-03T17:52:36.569Z] #6 sha256:20e06dc45cac102cb05cbddd6d4e9b5c32eceeab042c095e4bf518dc7bf0dc1f
17:52:36 [2021-12-03T17:52:36.569Z] #6 DONE 0.0s
17:52:36 [2021-12-03T17:52:36.569Z] 
17:52:36 [2021-12-03T17:52:36.569Z] #5 [internal] load .dockerignore
17:52:36 [2021-12-03T17:52:36.569Z] #5 sha256:ee92cfb86ee69ee6cef0ffc25af0e5cfdc48cfffa34e6fed9a07f1ad26665291
17:52:36 [2021-12-03T17:52:36.569Z] #5 DONE 0.0s
17:52:36 [2021-12-03T17:52:36.569Z] 
17:52:36 [2021-12-03T17:52:36.569Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:52:36 [2021-12-03T17:52:36.569Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
17:52:37 [2021-12-03T17:52:37.940Z] #10 ...
17:52:37 [2021-12-03T17:52:37.940Z] 
17:52:37 [2021-12-03T17:52:37.940Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
17:52:37 [2021-12-03T17:52:37.940Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
17:52:37 [2021-12-03T17:52:37.940Z] #8 DONE 1.2s
17:52:37 [2021-12-03T17:52:37.940Z] 
17:52:37 [2021-12-03T17:52:37.940Z] #7 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye
17:52:37 [2021-12-03T17:52:37.940Z] #7 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e
17:52:37 [2021-12-03T17:52:37.940Z] #7 DONE 1.2s
17:52:37 [2021-12-03T17:52:37.940Z] 
17:52:37 [2021-12-03T17:52:37.940Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:52:37 [2021-12-03T17:52:37.940Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
17:52:37 [2021-12-03T17:52:37.940Z] #9 DONE 1.3s
17:52:37 [2021-12-03T17:52:37.940Z] 
17:52:37 [2021-12-03T17:52:37.940Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:52:37 [2021-12-03T17:52:37.940Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
17:52:37 [2021-12-03T17:52:37.940Z] #10 DONE 1.3s
17:52:39 [2021-12-03T17:52:39.311Z] 
17:52:39 [2021-12-03T17:52:39.311Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:52:39 [2021-12-03T17:52:39.311Z] #35 sha256:e3d2a173b7d041d9acba9365955077e8d5c843767a61dbe77c389a3f167c00f3
17:52:39 [2021-12-03T17:52:39.311Z] #35 resolve docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b 0.0s done
17:52:39 [2021-12-03T17:52:39.311Z] #35 sha256:2fa1cd247c9a06849534902b6b227efd21dbb5c0fea11c75aeba1df18685f1b8 529B / 529B done
17:52:39 [2021-12-03T17:52:39.311Z] #35 sha256:05d2318291e38ea41118d6792f78087ae61232a28369b167c5faec3eb6c01630 1.46kB / 1.46kB done
17:52:39 [2021-12-03T17:52:39.311Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 0B / 54.93MB 0.1s
17:52:39 [2021-12-03T17:52:39.311Z] #35 sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b 1.85kB / 1.85kB done
17:52:39 [2021-12-03T17:52:39.569Z] #35 ...
17:52:39 [2021-12-03T17:52:39.569Z] 
17:52:39 [2021-12-03T17:52:39.569Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
17:52:39 [2021-12-03T17:52:39.569Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
17:52:39 [2021-12-03T17:52:39.569Z] #52 DONE 0.0s
17:52:39 [2021-12-03T17:52:39.569Z] 
17:52:39 [2021-12-03T17:52:39.569Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:52:39 [2021-12-03T17:52:39.569Z] #35 sha256:e3d2a173b7d041d9acba9365955077e8d5c843767a61dbe77c389a3f167c00f3
17:52:39 [2021-12-03T17:52:39.569Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 5.24MB / 54.93MB 0.3s
17:52:39 [2021-12-03T17:52:39.569Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 10.49MB / 54.93MB 0.5s
17:52:39 [2021-12-03T17:52:39.826Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 13.63MB / 54.93MB 0.6s
17:52:40 [2021-12-03T17:52:40.083Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 26.21MB / 54.93MB 0.9s
17:52:40 [2021-12-03T17:52:40.083Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 30.41MB / 54.93MB 1.0s
17:52:40 [2021-12-03T17:52:40.340Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 33.55MB / 54.93MB 1.1s
17:52:40 [2021-12-03T17:52:40.600Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 41.94MB / 54.93MB 1.3s
17:52:40 [2021-12-03T17:52:40.600Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 47.19MB / 54.93MB 1.5s
17:52:40 [2021-12-03T17:52:40.600Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 51.38MB / 54.93MB 1.6s
17:52:40 [2021-12-03T17:52:40.856Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.53MB / 54.93MB 1.7s
17:52:41 [2021-12-03T17:52:41.465Z] #35 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 2.1s done
17:52:41 [2021-12-03T17:52:41.770Z] #35 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b
17:52:44 [2021-12-03T17:52:44.305Z] #35 ...
17:52:44 [2021-12-03T17:52:44.305Z] 
17:52:44 [2021-12-03T17:52:44.305Z] #76 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:52:44 [2021-12-03T17:52:44.305Z] #76 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
17:52:44 [2021-12-03T17:52:44.305Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done
17:52:44 [2021-12-03T17:52:44.305Z] #76 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
17:52:44 [2021-12-03T17:52:44.305Z] #76 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
17:52:44 [2021-12-03T17:52:44.305Z] #76 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
17:52:44 [2021-12-03T17:52:44.305Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
17:52:44 [2021-12-03T17:52:44.305Z] #76 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.5s done
17:52:44 [2021-12-03T17:52:44.305Z] #76 DONE 5.0s
17:52:44 [2021-12-03T17:52:44.305Z] 
17:52:44 [2021-12-03T17:52:44.305Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:52:44 [2021-12-03T17:52:44.305Z] #11 resolve docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593 0.0s done
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:108962cc6510ab38693c529b1b8637956f902237728bbe5f16dcbcdc1556d5a0 1.80kB / 1.80kB done
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 2.1s done
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 5.15MB / 5.15MB 0.4s done
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593 1.86kB / 1.86kB done
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:e5993351274bca358c6673e6464b5efb48cd5a4403aeadec95196cdf08c685fa 7.07kB / 7.07kB done
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 10.87MB / 10.87MB 1.0s done
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 54.57MB / 54.57MB 2.6s done
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 85.77MB / 85.77MB 4.3s done
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 112.20MB / 134.80MB 5.1s
17:52:44 [2021-12-03T17:52:44.305Z] #11 sha256:b8e59c4f341edfe59a3fb6ace0230f8d34f28e92abc37fc1dffd7a7f22c9aea5 156B / 156B 2.9s done
17:52:44 [2021-12-03T17:52:44.563Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 127.93MB / 134.80MB 5.4s
17:52:44 [2021-12-03T17:52:44.820Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 134.80MB / 134.80MB 5.6s
17:52:46 [2021-12-03T17:52:46.720Z] #11 ...
17:52:46 [2021-12-03T17:52:46.720Z] 
17:52:46 [2021-12-03T17:52:46.720Z] #31 [internal] load build context
17:52:46 [2021-12-03T17:52:46.720Z] #31 sha256:877a33f9c10b14c69556e331567e03a977d67ec3b3d0f1d02bdbcd6c51bf4eab
17:52:46 [2021-12-03T17:52:46.720Z] #31 transferring context: 55.52MB 6.6s done
17:52:46 [2021-12-03T17:52:46.720Z] #31 DONE 7.4s
17:52:46 [2021-12-03T17:52:46.720Z] 
17:52:46 [2021-12-03T17:52:46.720Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:52:46 [2021-12-03T17:52:46.720Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:52:46 [2021-12-03T17:52:46.720Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 134.80MB / 134.80MB 7.2s done
17:52:46 [2021-12-03T17:52:46.720Z] #11 ...
17:52:46 [2021-12-03T17:52:46.720Z] 
17:52:46 [2021-12-03T17:52:46.720Z] #78 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:52:46 [2021-12-03T17:52:46.720Z] #78 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:52:46 [2021-12-03T17:52:46.720Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
17:52:46 [2021-12-03T17:52:46.720Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
17:52:46 [2021-12-03T17:52:46.720Z] #78 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
17:52:46 [2021-12-03T17:52:46.720Z] #78 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
17:52:46 [2021-12-03T17:52:46.720Z] #78 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.4s done
17:52:46 [2021-12-03T17:52:46.720Z] #78 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.2s done
17:52:46 [2021-12-03T17:52:46.720Z] #78 ...
17:52:46 [2021-12-03T17:52:46.720Z] 
17:52:46 [2021-12-03T17:52:46.720Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:52:46 [2021-12-03T17:52:46.720Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:52:46 [2021-12-03T17:52:46.720Z] #11 ...
17:52:46 [2021-12-03T17:52:46.720Z] 
17:52:46 [2021-12-03T17:52:46.720Z] #78 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:52:46 [2021-12-03T17:52:46.720Z] #78 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:52:46 [2021-12-03T17:52:46.720Z] #78 DONE 7.7s
17:52:46 [2021-12-03T17:52:46.720Z] 
17:52:46 [2021-12-03T17:52:46.720Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:52:46 [2021-12-03T17:52:46.720Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:52:46 [2021-12-03T17:52:46.720Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 5.3s
17:52:48 [2021-12-03T17:52:48.094Z] #11 ...
17:52:48 [2021-12-03T17:52:48.094Z] 
17:52:48 [2021-12-03T17:52:48.094Z] #77 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
17:52:48 [2021-12-03T17:52:48.094Z] #77 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
17:52:48 [2021-12-03T17:52:48.094Z] #77 DONE 0.5s
17:52:48 [2021-12-03T17:52:48.094Z] 
17:52:48 [2021-12-03T17:52:48.094Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:52:48 [2021-12-03T17:52:48.094Z] #35 sha256:e3d2a173b7d041d9acba9365955077e8d5c843767a61dbe77c389a3f167c00f3
17:52:48 [2021-12-03T17:52:48.351Z] #35 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 6.6s done
17:52:48 [2021-12-03T17:52:48.608Z] #35 DONE 9.5s
17:52:48 [2021-12-03T17:52:48.608Z] 
17:52:48 [2021-12-03T17:52:48.608Z] #79 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
17:52:48 [2021-12-03T17:52:48.608Z] #79 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
17:52:48 [2021-12-03T17:52:48.608Z] #79 DONE 0.7s
17:52:48 [2021-12-03T17:52:48.608Z] 
17:52:48 [2021-12-03T17:52:48.608Z] #36 [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
17:52:48 [2021-12-03T17:52:48.608Z] #36 sha256:a2d0bf6e35a1cf17ae2d5f3092969665e1d1ac307f1cac66dab7544e49bef786
17:52:51 [2021-12-03T17:52:51.131Z] #36 2.116 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:52:51 [2021-12-03T17:52:51.131Z] #36 2.116 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:52:51 [2021-12-03T17:52:51.131Z] #36 2.287 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:52:51 [2021-12-03T17:52:51.131Z] #36 2.312 Get:4 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:52:51 [2021-12-03T17:52:51.131Z] #36 2.558 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:52:51 [2021-12-03T17:52:51.389Z] #36 2.907 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:52:53 [2021-12-03T17:52:53.283Z] #36 4.316 Fetched 8479 kB in 2s (3431 kB/s)
17:52:53 [2021-12-03T17:52:53.846Z] #36 4.316 Reading package lists...
17:52:54 [2021-12-03T17:52:54.799Z] #36 5.226 Reading package lists...
17:52:54 [2021-12-03T17:52:54.799Z] #36 6.071 Building dependency tree...
17:52:55 [2021-12-03T17:52:55.056Z] #36 ...
17:52:55 [2021-12-03T17:52:55.056Z] 
17:52:55 [2021-12-03T17:52:55.056Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:52:55 [2021-12-03T17:52:55.056Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:52:55 [2021-12-03T17:52:55.056Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 1.4s done
17:52:55 [2021-12-03T17:52:55.056Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 1.8s done
17:52:55 [2021-12-03T17:52:55.056Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 2.4s
17:52:55 [2021-12-03T17:52:55.623Z] #11 ...
17:52:55 [2021-12-03T17:52:55.623Z] 
17:52:55 [2021-12-03T17:52:55.623Z] #36 [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
17:52:55 [2021-12-03T17:52:55.623Z] #36 sha256:a2d0bf6e35a1cf17ae2d5f3092969665e1d1ac307f1cac66dab7544e49bef786
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.458 The following additional packages will be installed:
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.458   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.458   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.458 Recommended packages:
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.458   libldap-common publicsuffix libsasl2-modules
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.638 The following NEW packages will be installed:
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.638   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.638   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.638   libssh2-1 openssl
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.913 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.913 Need to get 3038 kB of archives.
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.913 After this operation, 6652 kB of additional disk space will be used.
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.913 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.929 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.929 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.934 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.934 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.944 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.944 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.951 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.951 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.951 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.951 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.960 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.967 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.975 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
17:52:55 [2021-12-03T17:52:55.623Z] #36 6.975 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
17:52:55 [2021-12-03T17:52:55.887Z] #36 7.232 debconf: delaying package configuration, since apt-utils is not installed
17:52:55 [2021-12-03T17:52:55.887Z] #36 7.284 Fetched 3038 kB in 0s (9262 kB/s)
17:52:55 [2021-12-03T17:52:55.887Z] #36 7.325 Selecting previously unselected package openssl.
17:52:55 [2021-12-03T17:52:55.887Z] #36 7.325 (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 ... 6653 files and directories currently installed.)
17:52:55 [2021-12-03T17:52:55.887Z] #36 7.325 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ...
17:52:55 [2021-12-03T17:52:55.887Z] #36 7.325 Unpacking openssl (1.1.1k-1+deb11u1) ...
17:52:56 [2021-12-03T17:52:56.144Z] #36 7.484 Selecting previously unselected package ca-certificates.
17:52:56 [2021-12-03T17:52:56.144Z] #36 7.484 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
17:52:56 [2021-12-03T17:52:56.144Z] #36 7.487 Unpacking ca-certificates (20210119) ...
17:52:56 [2021-12-03T17:52:56.144Z] #36 7.589 Selecting previously unselected package libbrotli1:amd64.
17:52:56 [2021-12-03T17:52:56.144Z] #36 7.589 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
17:52:56 [2021-12-03T17:52:56.144Z] #36 7.602 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
17:52:56 [2021-12-03T17:52:56.144Z] #36 7.703 Selecting previously unselected package libsasl2-modules-db:amd64.
17:52:56 [2021-12-03T17:52:56.144Z] #36 7.703 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
17:52:56 [2021-12-03T17:52:56.402Z] #36 7.709 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
17:52:56 [2021-12-03T17:52:56.402Z] #36 7.770 Selecting previously unselected package libsasl2-2:amd64.
17:52:56 [2021-12-03T17:52:56.402Z] #36 7.770 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
17:52:56 [2021-12-03T17:52:56.402Z] #36 7.776 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
17:52:56 [2021-12-03T17:52:56.402Z] #36 7.825 Selecting previously unselected package libldap-2.4-2:amd64.
17:52:56 [2021-12-03T17:52:56.402Z] #36 7.825 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
17:52:56 [2021-12-03T17:52:56.402Z] #36 7.835 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
17:52:56 [2021-12-03T17:52:56.402Z] #36 7.912 Selecting previously unselected package libnghttp2-14:amd64.
17:52:56 [2021-12-03T17:52:56.402Z] #36 7.912 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
17:52:56 [2021-12-03T17:52:56.402Z] #36 7.916 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
17:52:56 [2021-12-03T17:52:56.659Z] #36 8.041 Selecting previously unselected package libpsl5:amd64.
17:52:56 [2021-12-03T17:52:56.659Z] #36 8.041 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
17:52:56 [2021-12-03T17:52:56.659Z] #36 8.041 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
17:52:56 [2021-12-03T17:52:56.659Z] #36 8.207 Selecting previously unselected package librtmp1:amd64.
17:52:56 [2021-12-03T17:52:56.659Z] #36 8.207 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
17:52:56 [2021-12-03T17:52:56.917Z] #36 8.246 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:52:56 [2021-12-03T17:52:56.917Z] #36 8.483 Selecting previously unselected package libssh2-1:amd64.
17:52:56 [2021-12-03T17:52:56.917Z] #36 8.483 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
17:52:57 [2021-12-03T17:52:57.174Z] #36 8.516 Unpacking libssh2-1:amd64 (1.9.0-2) ...
17:52:57 [2021-12-03T17:52:57.432Z] #36 8.815 Selecting previously unselected package libcurl4:amd64.
17:52:57 [2021-12-03T17:52:57.432Z] #36 8.815 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ...
17:52:57 [2021-12-03T17:52:57.432Z] #36 8.819 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ...
17:52:57 [2021-12-03T17:52:57.689Z] #36 9.063 Selecting previously unselected package curl.
17:52:57 [2021-12-03T17:52:57.689Z] #36 9.063 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ...
17:52:57 [2021-12-03T17:52:57.689Z] #36 9.069 Unpacking curl (7.74.0-1.3+b1) ...
17:52:57 [2021-12-03T17:52:57.946Z] #36 9.295 Selecting previously unselected package libonig5:amd64.
17:52:57 [2021-12-03T17:52:57.946Z] #36 9.295 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
17:52:57 [2021-12-03T17:52:57.946Z] #36 9.299 Unpacking libonig5:amd64 (6.9.6-1.1) ...
17:52:58 [2021-12-03T17:52:58.203Z] #36 9.547 Selecting previously unselected package libjq1:amd64.
17:52:58 [2021-12-03T17:52:58.203Z] #36 9.547 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
17:52:58 [2021-12-03T17:52:58.203Z] #36 9.552 Unpacking libjq1:amd64 (1.6-2.1) ...
17:52:58 [2021-12-03T17:52:58.462Z] #36 9.730 Selecting previously unselected package jq.
17:52:58 [2021-12-03T17:52:58.462Z] #36 9.730 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
17:52:58 [2021-12-03T17:52:58.462Z] #36 9.734 Unpacking jq (1.6-2.1) ...
17:52:58 [2021-12-03T17:52:58.462Z] #36 9.863 Setting up libpsl5:amd64 (0.21.0-1.2) ...
17:52:58 [2021-12-03T17:52:58.462Z] #36 9.920 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
17:52:58 [2021-12-03T17:52:58.462Z] #36 9.930 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
17:52:58 [2021-12-03T17:52:58.462Z] #36 9.941 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
17:52:58 [2021-12-03T17:52:58.462Z] #36 10.03 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:52:58 [2021-12-03T17:52:58.462Z] #36 10.05 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
17:52:58 [2021-12-03T17:52:58.720Z] #36 10.06 Setting up libssh2-1:amd64 (1.9.0-2) ...
17:52:58 [2021-12-03T17:52:58.720Z] #36 10.06 Setting up openssl (1.1.1k-1+deb11u1) ...
17:52:58 [2021-12-03T17:52:58.720Z] #36 10.08 Setting up libonig5:amd64 (6.9.6-1.1) ...
17:52:58 [2021-12-03T17:52:58.720Z] #36 10.09 Setting up libjq1:amd64 (1.6-2.1) ...
17:52:58 [2021-12-03T17:52:58.720Z] #36 10.11 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
17:52:58 [2021-12-03T17:52:58.720Z] #36 10.12 Setting up ca-certificates (20210119) ...
17:52:59 [2021-12-03T17:52:59.284Z] #36 10.74 Updating certificates in /etc/ssl/certs...
17:53:00 [2021-12-03T17:53:00.218Z] #36 11.60 129 added, 0 removed; done.
17:53:00 [2021-12-03T17:53:00.218Z] #36 11.70 Setting up jq (1.6-2.1) ...
17:53:00 [2021-12-03T17:53:00.218Z] #36 11.72 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ...
17:53:00 [2021-12-03T17:53:00.476Z] #36 11.73 Setting up curl (7.74.0-1.3+b1) ...
17:53:00 [2021-12-03T17:53:00.476Z] #36 11.75 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:53:00 [2021-12-03T17:53:00.476Z] #36 11.78 Processing triggers for ca-certificates (20210119) ...
17:53:00 [2021-12-03T17:53:00.476Z] #36 11.80 Updating certificates in /etc/ssl/certs...
17:53:01 [2021-12-03T17:53:01.038Z] #36 12.47 0 added, 0 removed; done.
17:53:01 [2021-12-03T17:53:01.038Z] #36 12.47 Running hooks in /etc/ca-certificates/update.d...
17:53:01 [2021-12-03T17:53:01.038Z] #36 12.47 done.
17:53:02 [2021-12-03T17:53:02.408Z] #36 DONE 13.8s
17:53:02 [2021-12-03T17:53:02.408Z] 
17:53:02 [2021-12-03T17:53:02.408Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
17:53:02 [2021-12-03T17:53:02.408Z] #37 sha256:c5b584c56c6004f41c848a9d9d7f2c279bc1bda2ad2ed20c8663ed3dcf6bedac
17:53:02 [2021-12-03T17:53:02.583Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c3fb5a067ae7dd80) in /home/ubuntu/workspace/moby_PR-42981
[Pipeline] {
[Pipeline] checkout
17:53:02 [2021-12-03T17:53:02.665Z] #37 DONE 0.3s
17:53:02 [2021-12-03T17:53:02.665Z] 
17:53:02 [2021-12-03T17:53:02.665Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:53:02 [2021-12-03T17:53:02.665Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:53:02 [2021-12-03T17:53:02.665Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 7.7s done
17:53:02 [2021-12-03T17:53:02.665Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 2.0s
17:53:02 [2021-12-03T17:53:02.752Z] The recommended git tool is: git
17:53:05 [2021-12-03T17:53:05.522Z] using credential docker-jenkins-github-credentials
17:53:05 [2021-12-03T17:53:05.535Z] Cloning the remote Git repository
17:53:05 [2021-12-03T17:53:05.535Z] Cloning with configured refspecs honoured and without tags
17:53:04 [2021-12-03T17:53:04.829Z] Cloning repository https://github.com/moby/moby.git
17:53:04 [2021-12-03T17:53:04.921Z]  > git init /home/ubuntu/workspace/moby_PR-42981 # timeout=10
17:53:05 [2021-12-03T17:53:05.163Z] Fetching upstream changes from https://github.com/moby/moby.git
17:53:05 [2021-12-03T17:53:05.163Z]  > git --version # timeout=10
17:53:05 [2021-12-03T17:53:05.191Z]  > git --version # 'git version 2.17.1'
17:53:05 [2021-12-03T17:53:05.191Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:53:05 [2021-12-03T17:53:05.263Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:53:07 [2021-12-03T17:53:07.915Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 7.2s
17:53:10 [2021-12-03T17:53:10.452Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 9.8s done
17:53:10 [2021-12-03T17:53:10.713Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42
17:53:12 [2021-12-03T17:53:12.608Z] #11 ...
17:53:12 [2021-12-03T17:53:12.608Z] 
17:53:12 [2021-12-03T17:53:12.608Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:53:12 [2021-12-03T17:53:12.608Z] #38 sha256:2a6a613544161d0b84810f3cae0cce91d2050ab8d350aae492276d83ba023217
17:53:12 [2021-12-03T17:53:12.608Z] #38 3.073 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
17:53:12 [2021-12-03T17:53:12.608Z] #38 3.429 
17:53:12 [2021-12-03T17:53:12.608Z] #38 3.654 #=#=#                                                                         

######################################################################## 100.0%
17:53:12 [2021-12-03T17:53:12.608Z] #38 3.997 
17:53:12 [2021-12-03T17:53:12.608Z] #38 5.101 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
17:53:12 [2021-12-03T17:53:12.608Z] #38 5.484 
17:53:12 [2021-12-03T17:53:12.608Z] #38 5.717 #=#=#                                                                         

###############################                                           43.8%
######################################################################## 100.0%
17:53:12 [2021-12-03T17:53:12.608Z] #38 6.059 
17:53:12 [2021-12-03T17:53:12.608Z] #38 7.186 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
17:53:12 [2021-12-03T17:53:12.608Z] #38 7.532 
17:53:12 [2021-12-03T17:53:12.608Z] #38 7.781 #=#=#                                                                         

##########                                                                14.7%
########################################                                  56.7%
###############################################################           88.8%
######################################################################## 100.0%
17:53:12 [2021-12-03T17:53:12.608Z] #38 8.422 
17:53:12 [2021-12-03T17:53:12.608Z] #38 9.415 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
17:53:12 [2021-12-03T17:53:12.608Z] #38 9.716 
17:53:12 [2021-12-03T17:53:12.608Z] #38 9.934 #=#=#                                                                         

######################################################################## 100.0%
17:53:12 [2021-12-03T17:53:12.880Z] #38 ...
17:53:12 [2021-12-03T17:53:12.880Z] 
17:53:12 [2021-12-03T17:53:12.880Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:53:12 [2021-12-03T17:53:12.880Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:53:16 [2021-12-03T17:53:16.159Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 5.1s
17:53:18 [2021-12-03T17:53:18.058Z] #11 ...
17:53:18 [2021-12-03T17:53:18.058Z] 
17:53:18 [2021-12-03T17:53:18.058Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:53:18 [2021-12-03T17:53:18.058Z] #38 sha256:2a6a613544161d0b84810f3cae0cce91d2050ab8d350aae492276d83ba023217
17:53:18 [2021-12-03T17:53:18.058Z] #38 10.26 
17:53:18 [2021-12-03T17:53:18.058Z] #38 11.01 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
17:53:18 [2021-12-03T17:53:18.058Z] #38 11.36 
17:53:18 [2021-12-03T17:53:18.058Z] #38 11.59 #=#=#                                                                         

######################################################################## 100.0%
17:53:18 [2021-12-03T17:53:18.058Z] #38 11.89 
17:53:18 [2021-12-03T17:53:18.058Z] #38 11.96 Download of images into '/build' complete.
17:53:18 [2021-12-03T17:53:18.058Z] #38 11.96 Use something like the following to load the result into a Docker daemon:
17:53:18 [2021-12-03T17:53:18.058Z] #38 11.96   tar -cC '/build' . | docker load
17:53:18 [2021-12-03T17:53:18.058Z] #38 DONE 15.3s
17:53:18 [2021-12-03T17:53:18.058Z] 
17:53:18 [2021-12-03T17:53:18.058Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:53:18 [2021-12-03T17:53:18.058Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:53:21 [2021-12-03T17:53:21.335Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 10.2s
17:53:21 [2021-12-03T17:53:21.339Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0443436e75ad8676b) in /home/ubuntu/workspace/moby_PR-42981
[Pipeline] {
[Pipeline] checkout
17:53:21 [2021-12-03T17:53:21.436Z] The recommended git tool is: git
17:53:23 [2021-12-03T17:53:23.853Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 12.9s done
17:53:24 [2021-12-03T17:53:24.007Z] using credential docker-jenkins-github-credentials
17:53:24 [2021-12-03T17:53:24.016Z] Cloning the remote Git repository
17:53:24 [2021-12-03T17:53:24.016Z] Cloning with configured refspecs honoured and without tags
17:53:24 [2021-12-03T17:53:24.110Z] #11 extracting sha256:b8e59c4f341edfe59a3fb6ace0230f8d34f28e92abc37fc1dffd7a7f22c9aea5 done
17:53:24 [2021-12-03T17:53:24.366Z] #11 DONE 45.3s
17:53:24 [2021-12-03T17:53:24.366Z] 
17:53:24 [2021-12-03T17:53:24.366Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
17:53:24 [2021-12-03T17:53:24.366Z] #12 sha256:ff26048a7d173fb14d54a19d59a7c438a4c982bc1715767fe3dfc62fabfbfcde
17:53:23 [2021-12-03T17:53:23.442Z] Cloning repository https://github.com/moby/moby.git
17:53:23 [2021-12-03T17:53:23.509Z]  > git init /home/ubuntu/workspace/moby_PR-42981 # timeout=10
17:53:23 [2021-12-03T17:53:23.681Z] Fetching upstream changes from https://github.com/moby/moby.git
17:53:23 [2021-12-03T17:53:23.681Z]  > git --version # timeout=10
17:53:23 [2021-12-03T17:53:23.700Z]  > git --version # 'git version 2.17.1'
17:53:23 [2021-12-03T17:53:23.700Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:53:23 [2021-12-03T17:53:23.702Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:53:25 [2021-12-03T17:53:25.299Z] #12 DONE 0.8s
17:53:25 [2021-12-03T17:53:25.299Z] 
17:53:25 [2021-12-03T17:53:25.299Z] #13 [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
17:53:25 [2021-12-03T17:53:25.299Z] #13 sha256:9b33b1b4f5125a2f5fd57e71c41c03f9f8fd14d83948c324276c3964af93e82c
17:53:26 [2021-12-03T17:53:26.235Z] #13 DONE 1.0s
17:53:26 [2021-12-03T17:53:26.235Z] 
17:53:26 [2021-12-03T17:53:26.235Z] #53 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
17:53:26 [2021-12-03T17:53:26.235Z] #53 sha256:a0d56e908a202e2b370dcbd176f71f3c6bea8dbdfcd43c4391443ed6dcbb42ac
17:53:26 [2021-12-03T17:53:26.495Z] #53 ...
17:53:26 [2021-12-03T17:53:26.495Z] 
17:53:26 [2021-12-03T17:53:26.495Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
17:53:26 [2021-12-03T17:53:26.495Z] #49 sha256:3ce88d849cb03ba38e5969af0138ca082552b4393e3da5fe8ee740885cf3ab76
17:53:26 [2021-12-03T17:53:26.495Z] #49 DONE 0.2s
17:53:26 [2021-12-03T17:53:26.495Z] 
17:53:26 [2021-12-03T17:53:26.495Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
17:53:26 [2021-12-03T17:53:26.495Z] #40 sha256:6223f220cabb0d86696cd9975c0e4db32f55e3d2813305c0421836926bbc6337
17:53:26 [2021-12-03T17:53:26.495Z] #40 DONE 0.2s
17:53:26 [2021-12-03T17:53:26.495Z] 
17:53:26 [2021-12-03T17:53:26.495Z] #53 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
17:53:26 [2021-12-03T17:53:26.495Z] #53 sha256:a0d56e908a202e2b370dcbd176f71f3c6bea8dbdfcd43c4391443ed6dcbb42ac
17:53:26 [2021-12-03T17:53:26.495Z] #53 DONE 0.4s
17:53:26 [2021-12-03T17:53:26.495Z] 
17:53:26 [2021-12-03T17:53:26.495Z] #54 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:53:26 [2021-12-03T17:53:26.495Z] #54 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:53:30 [2021-12-03T17:53:30.673Z] #54 ...
17:53:30 [2021-12-03T17:53:30.673Z] 
17:53:30 [2021-12-03T17:53:30.673Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64
17:53:30 [2021-12-03T17:53:30.673Z] #14 sha256:1373336f26251a435f3a1e5638ebc281bedcd17152dc0e960c2e4a6c68819f03
17:53:30 [2021-12-03T17:53:30.673Z] #14 DONE 4.5s
17:53:30 [2021-12-03T17:53:30.673Z] 
17:53:30 [2021-12-03T17:53:30.673Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel
17:53:30 [2021-12-03T17:53:30.673Z] #15 sha256:fa77d8206cdf56e69ce2f161624f389011cd121fc4f11eedf8c0cd79baac9ba1
17:53:31 [2021-12-03T17:53:31.491Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0bafae411cb5bee2d) in /home/ubuntu/workspace/moby_PR-42981
[Pipeline] {
[Pipeline] checkout
17:53:31 [2021-12-03T17:53:31.588Z] Fetching without tags
17:53:31 [2021-12-03T17:53:31.695Z] The recommended git tool is: git
17:53:31 [2021-12-03T17:53:31.929Z] Merging remotes/origin/master commit f6848ae321b69efb0c1a0304a394e1e3f141b1e1 into PR head commit d78b8835766221e52842a78402c2b78ac23af530
17:53:31 [2021-12-03T17:53:31.511Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:53:31 [2021-12-03T17:53:31.520Z]  > git config --add remote.origin.fetch +refs/pull/42981/head:refs/remotes/origin/PR-42981 # timeout=10
17:53:31 [2021-12-03T17:53:31.531Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:53:31 [2021-12-03T17:53:31.564Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:53:31 [2021-12-03T17:53:31.592Z] Fetching upstream changes from https://github.com/moby/moby.git
17:53:31 [2021-12-03T17:53:31.592Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:53:31 [2021-12-03T17:53:31.593Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:53:31 [2021-12-03T17:53:31.940Z]  > git config core.sparsecheckout # timeout=10
17:53:31 [2021-12-03T17:53:31.968Z]  > git checkout -f d78b8835766221e52842a78402c2b78ac23af530 # timeout=10
17:53:32 [2021-12-03T17:53:32.644Z]  > git remote # timeout=10
17:53:32 [2021-12-03T17:53:32.675Z]  > git config --get remote.origin.url # timeout=10
17:53:32 [2021-12-03T17:53:32.698Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:53:32 [2021-12-03T17:53:32.699Z]  > git merge f6848ae321b69efb0c1a0304a394e1e3f141b1e1 # timeout=10
17:53:33 [2021-12-03T17:53:33.893Z] Merge succeeded, producing b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8
17:53:33 [2021-12-03T17:53:33.893Z] Checking out Revision b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 (PR-42981)
17:53:33 [2021-12-03T17:53:33.947Z] #15 DONE 2.8s
17:53:33 [2021-12-03T17:53:33.947Z] 
17:53:33 [2021-12-03T17:53:33.948Z] #54 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:53:33 [2021-12-03T17:53:33.948Z] #54 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:53:33 [2021-12-03T17:53:33.948Z] #54 6.474 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:53:33 [2021-12-03T17:53:33.948Z] #54 6.638 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:53:33 [2021-12-03T17:53:33.948Z] #54 6.821 Get:3 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
17:53:33 [2021-12-03T17:53:33.948Z] #54 6.827 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:53:33 [2021-12-03T17:53:33.948Z] #54 7.495 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:53:35 [2021-12-03T17:53:35.950Z] #54 ...
17:53:35 [2021-12-03T17:53:35.950Z] 
17:53:35 [2021-12-03T17:53:35.950Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf
17:53:35 [2021-12-03T17:53:35.950Z] #16 sha256:7444438aa7cab42dfaa0f44ce75e5683203663150b0f6a13c59ccd3e0bf1f23d
17:53:35 [2021-12-03T17:53:35.950Z] #16 DONE 2.5s
17:53:36 [2021-12-03T17:53:36.118Z] using credential docker-jenkins-github-credentials
17:53:36 [2021-12-03T17:53:36.136Z] Cloning the remote Git repository
17:53:36 [2021-12-03T17:53:36.136Z] Cloning with configured refspecs honoured and without tags
17:53:33 [2021-12-03T17:53:33.867Z]  > git rev-parse HEAD^{commit} # timeout=10
17:53:33 [2021-12-03T17:53:33.897Z]  > git config core.sparsecheckout # timeout=10
17:53:33 [2021-12-03T17:53:33.919Z]  > git checkout -f b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 # timeout=10
17:53:36 [2021-12-03T17:53:36.208Z] 
17:53:36 [2021-12-03T17:53:36.208Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
17:53:36 [2021-12-03T17:53:36.208Z] #17 sha256:83f039bd2ead04981206277313b86cafc02578d7818e3078af0ab460f2643b37
17:53:36 [2021-12-03T17:53:36.208Z] #17 ...
17:53:36 [2021-12-03T17:53:36.208Z] 
17:53:36 [2021-12-03T17:53:36.208Z] #56 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:53:36 [2021-12-03T17:53:36.208Z] #56 sha256:bd7264772372eb6e8a7c005ffa677a0c54edd69b5219652233a88006d134eb8f
17:53:36 [2021-12-03T17:53:36.208Z] #56 5.235 go: downloading github.com/LK4D4/vndr v0.1.2
17:53:36 [2021-12-03T17:53:36.467Z] #56 ...
17:53:36 [2021-12-03T17:53:36.467Z] 
17:53:36 [2021-12-03T17:53:36.467Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:53:36 [2021-12-03T17:53:36.467Z] #60 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:53:36 [2021-12-03T17:53:36.467Z] #60 4.969 go: downloading github.com/golangci/golangci-lint v1.23.8
17:53:36 [2021-12-03T17:53:36.166Z] Cloning repository https://github.com/moby/moby.git
17:53:36 [2021-12-03T17:53:36.313Z]  > git init /home/ubuntu/workspace/moby_PR-42981 # timeout=10
17:53:36 [2021-12-03T17:53:36.734Z] #60 ...
17:53:36 [2021-12-03T17:53:36.734Z] 
17:53:36 [2021-12-03T17:53:36.734Z] #62 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:53:36 [2021-12-03T17:53:36.734Z] #62 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:53:36 [2021-12-03T17:53:36.734Z] #62 6.026 go: downloading mvdan.cc/sh/v3 v3.0.2
17:53:36 [2021-12-03T17:53:36.734Z] #62 8.791 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
17:53:36 [2021-12-03T17:53:36.734Z] #62 8.828 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
17:53:36 [2021-12-03T17:53:36.734Z] #62 8.897 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
17:53:36 [2021-12-03T17:53:36.734Z] #62 ...
17:53:36 [2021-12-03T17:53:36.734Z] 
17:53:36 [2021-12-03T17:53:36.734Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:53:36 [2021-12-03T17:53:36.734Z] #58 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:53:36 [2021-12-03T17:53:36.734Z] #58 6.623 go: downloading gotest.tools/gotestsum v1.7.0
17:53:36 [2021-12-03T17:53:36.734Z] #58 8.380 go: downloading github.com/fatih/color v1.10.0
17:53:36 [2021-12-03T17:53:36.734Z] #58 8.449 go: downloading github.com/dnephin/pflag v1.0.7
17:53:36 [2021-12-03T17:53:36.734Z] #58 8.458 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
17:53:36 [2021-12-03T17:53:36.734Z] #58 8.597 go: downloading github.com/pkg/errors v0.9.1
17:53:36 [2021-12-03T17:53:36.734Z] #58 9.149 go: downloading golang.org/x/tools v0.1.0
17:53:36 [2021-12-03T17:53:36.734Z] #58 9.414 go: downloading github.com/mattn/go-colorable v0.1.8
17:53:36 [2021-12-03T17:53:36.734Z] #58 9.505 go: downloading github.com/mattn/go-isatty v0.0.12
17:53:36 [2021-12-03T17:53:36.734Z] #58 9.585 go: downloading github.com/fsnotify/fsnotify v1.4.9
17:53:36 [2021-12-03T17:53:36.734Z] #58 9.861 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
17:53:36 [2021-12-03T17:53:36.991Z] #58 ...
17:53:36 [2021-12-03T17:53:36.991Z] 
17:53:36 [2021-12-03T17:53:36.991Z] #50 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:53:36 [2021-12-03T17:53:36.991Z] #50 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:53:36 [2021-12-03T17:53:36.991Z] #50 5.896 + git clone https://github.com/docker/distribution.git .
17:53:36 [2021-12-03T17:53:36.991Z] #50 5.903 Cloning into '.'...
17:53:36 [2021-12-03T17:53:36.991Z] #50 ...
17:53:36 [2021-12-03T17:53:36.991Z] 
17:53:36 [2021-12-03T17:53:36.991Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:53:36 [2021-12-03T17:53:36.991Z] #43 sha256:8b51ea589948952ef78b249b6260c3ff252d330bf80797fb12742e55849ff5a0
17:53:36 [2021-12-03T17:53:36.991Z] #43 6.742 go: downloading github.com/pelletier/go-toml v1.8.1
17:53:37 [2021-12-03T17:53:37.248Z] #43 ...
17:53:37 [2021-12-03T17:53:37.248Z] 
17:53:37 [2021-12-03T17:53:37.248Z] #41 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:53:37 [2021-12-03T17:53:37.248Z] #41 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:53:37 [2021-12-03T17:53:37.248Z] #41 5.493 + git clone https://github.com/kolyshkin/go-swagger.git .
17:53:37 [2021-12-03T17:53:37.248Z] #41 5.498 Cloning into '.'...
17:53:37 [2021-12-03T17:53:37.248Z] #41 ...
17:53:37 [2021-12-03T17:53:37.248Z] 
17:53:37 [2021-12-03T17:53:37.248Z] #62 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:53:37 [2021-12-03T17:53:37.248Z] #62 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:53:37 [2021-12-03T17:53:37.248Z] #62 11.20 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
17:53:37 [2021-12-03T17:53:37.786Z] Commit message: "Merge commit 'f6848ae321b69efb0c1a0304a394e1e3f141b1e1' into HEAD"
17:53:36 [2021-12-03T17:53:36.689Z] Fetching upstream changes from https://github.com/moby/moby.git
17:53:36 [2021-12-03T17:53:36.689Z]  > git --version # timeout=10
17:53:36 [2021-12-03T17:53:36.720Z]  > git --version # 'git version 2.25.1'
17:53:36 [2021-12-03T17:53:36.720Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:53:36 [2021-12-03T17:53:36.725Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:53:37 [2021-12-03T17:53:37.827Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
17:53:37 [2021-12-03T17:53:37.790Z]  > git rev-list --no-walk 53dba498671aad833ea9a060853734379c7baaf9 # timeout=10
17:53:38 [2021-12-03T17:53:38.943Z] + docker version
17:53:39 [2021-12-03T17:53:39.143Z] #62 ...
17:53:39 [2021-12-03T17:53:39.143Z] 
17:53:39 [2021-12-03T17:53:39.143Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
17:53:39 [2021-12-03T17:53:39.143Z] #17 sha256:83f039bd2ead04981206277313b86cafc02578d7818e3078af0ab460f2643b37
17:53:39 [2021-12-03T17:53:39.143Z] #17 DONE 3.0s
17:53:39 [2021-12-03T17:53:39.143Z] 
17:53:39 [2021-12-03T17:53:39.143Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x
17:53:39 [2021-12-03T17:53:39.143Z] #18 sha256:88b3526a4e0947350e068099c2aee392f84befc7c9d6ac1a2151b5ce9be608e8
17:53:41 [2021-12-03T17:53:41.625Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0f1f6030ee8b88a00) in /home/ubuntu/workspace/moby_PR-42981
[Pipeline] {
[Pipeline] checkout
17:53:41 [2021-12-03T17:53:41.662Z] #18 DONE 2.4s
17:53:41 [2021-12-03T17:53:41.662Z] 
17:53:41 [2021-12-03T17:53:41.662Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:53:41 [2021-12-03T17:53:41.662Z] #58 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:53:41 [2021-12-03T17:53:41.662Z] #58 14.01 go: downloading github.com/jonboulle/clockwork v0.2.2
17:53:41 [2021-12-03T17:53:41.662Z] #58 14.07 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
17:53:41 [2021-12-03T17:53:41.662Z] #58 14.14 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
17:53:41 [2021-12-03T17:53:41.761Z] The recommended git tool is: git
17:53:42 [2021-12-03T17:53:42.251Z] Client: Docker Engine - Community
17:53:42 [2021-12-03T17:53:42.251Z]  Version:           20.10.10-rc1
17:53:42 [2021-12-03T17:53:42.251Z]  API version:       1.41
17:53:42 [2021-12-03T17:53:42.251Z]  Go version:        go1.16.9
17:53:42 [2021-12-03T17:53:42.251Z]  Git commit:        b485636
17:53:42 [2021-12-03T17:53:42.251Z]  Built:             Mon Oct 18 15:21:56 2021
17:53:42 [2021-12-03T17:53:42.251Z]  OS/Arch:           linux/amd64
17:53:42 [2021-12-03T17:53:42.251Z]  Context:           default
17:53:42 [2021-12-03T17:53:42.251Z]  Experimental:      true
17:53:42 [2021-12-03T17:53:42.251Z] 
17:53:42 [2021-12-03T17:53:42.251Z] Server: Docker Engine - Community
17:53:42 [2021-12-03T17:53:42.251Z]  Engine:
17:53:42 [2021-12-03T17:53:42.251Z]   Version:          20.10.10-rc1
17:53:42 [2021-12-03T17:53:42.251Z]   API version:      1.41 (minimum version 1.12)
17:53:42 [2021-12-03T17:53:42.251Z]   Go version:       go1.16.9
17:53:42 [2021-12-03T17:53:42.251Z]   Git commit:       9f5b26f
17:53:42 [2021-12-03T17:53:42.251Z]   Built:            Mon Oct 18 15:20:03 2021
17:53:42 [2021-12-03T17:53:42.251Z]   OS/Arch:          linux/amd64
17:53:42 [2021-12-03T17:53:42.251Z]   Experimental:     true
17:53:42 [2021-12-03T17:53:42.251Z]  containerd:
17:53:42 [2021-12-03T17:53:42.251Z]   Version:          1.4.11
17:53:42 [2021-12-03T17:53:42.251Z]   GitCommit:        5b46e404f6b9f661a205e28d59c982d3634148f8
17:53:42 [2021-12-03T17:53:42.251Z]  runc:
17:53:42 [2021-12-03T17:53:42.251Z]   Version:          1.0.2
17:53:42 [2021-12-03T17:53:42.251Z]   GitCommit:        v1.0.2-0-g52b36a2
17:53:42 [2021-12-03T17:53:42.251Z]  docker-init:
17:53:42 [2021-12-03T17:53:42.251Z]   Version:          0.19.0
17:53:42 [2021-12-03T17:53:42.251Z]   GitCommit:        de40ad0
[Pipeline] sh
17:53:42 [2021-12-03T17:53:42.580Z] + docker info
17:53:43 [2021-12-03T17:53:43.032Z] #58 16.82 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
17:53:43 [2021-12-03T17:53:43.032Z] #58 16.82 go: downloading golang.org/x/mod v0.3.0
17:53:45 [2021-12-03T17:53:45.520Z] using credential docker-jenkins-github-credentials
17:53:45 [2021-12-03T17:53:45.528Z] Cloning the remote Git repository
17:53:45 [2021-12-03T17:53:45.528Z] Cloning with configured refspecs honoured and without tags
17:53:46 [2021-12-03T17:53:46.303Z] #58 ...
17:53:46 [2021-12-03T17:53:46.303Z] 
17:53:46 [2021-12-03T17:53:46.303Z] #54 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:53:46 [2021-12-03T17:53:46.303Z] #54 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:53:46 [2021-12-03T17:53:46.303Z] #54 9.521 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:53:46 [2021-12-03T17:53:46.303Z] #54 13.00 Get:7 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
17:53:46 [2021-12-03T17:53:46.303Z] #54 14.92 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:53:46 [2021-12-03T17:53:46.303Z] #54 ...
17:53:46 [2021-12-03T17:53:46.303Z] 
17:53:46 [2021-12-03T17:53:46.303Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:53:46 [2021-12-03T17:53:46.303Z] #60 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:53:46 [2021-12-03T17:53:46.303Z] #60 10.69 go: downloading github.com/fatih/color v1.7.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 10.69 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
17:53:46 [2021-12-03T17:53:46.304Z] #60 10.80 go: downloading github.com/pkg/errors v0.8.1
17:53:46 [2021-12-03T17:53:46.304Z] #60 10.80 go: downloading github.com/spf13/cobra v0.0.5
17:53:46 [2021-12-03T17:53:46.304Z] #60 10.93 go: downloading github.com/spf13/pflag v1.0.5
17:53:46 [2021-12-03T17:53:46.304Z] #60 11.35 go: downloading github.com/spf13/viper v1.6.1
17:53:46 [2021-12-03T17:53:46.304Z] #60 11.95 go: downloading github.com/mattn/go-colorable v0.1.4
17:53:46 [2021-12-03T17:53:46.304Z] #60 12.05 go: downloading github.com/mattn/go-isatty v0.0.8
17:53:46 [2021-12-03T17:53:46.304Z] #60 12.11 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
17:53:46 [2021-12-03T17:53:46.304Z] #60 12.15 go: downloading github.com/go-critic/go-critic v0.4.1
17:53:46 [2021-12-03T17:53:46.304Z] #60 13.51 go: downloading github.com/go-lintpack/lintpack v0.5.2
17:53:46 [2021-12-03T17:53:46.304Z] #60 13.69 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 18.02 go: downloading github.com/sirupsen/logrus v1.4.2
17:53:46 [2021-12-03T17:53:46.304Z] #60 18.02 go: downloading github.com/stretchr/testify v1.4.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 18.23 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
17:53:46 [2021-12-03T17:53:46.304Z] #60 18.29 go: downloading github.com/fsnotify/fsnotify v1.4.7
17:53:46 [2021-12-03T17:53:46.304Z] #60 18.40 go: downloading github.com/hashicorp/hcl v1.0.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 18.83 go: downloading github.com/magiconair/properties v1.8.1
17:53:46 [2021-12-03T17:53:46.304Z] #60 18.83 go: downloading github.com/mitchellh/mapstructure v1.1.2
17:53:46 [2021-12-03T17:53:46.304Z] #60 18.89 go: downloading github.com/pelletier/go-toml v1.2.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 19.03 go: downloading github.com/spf13/afero v1.1.2
17:53:46 [2021-12-03T17:53:46.304Z] #60 19.23 go: downloading github.com/spf13/cast v1.3.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 19.27 go: downloading github.com/spf13/jwalterweatherman v1.0.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 19.30 go: downloading github.com/subosito/gotenv v1.2.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 19.49 go: downloading gopkg.in/ini.v1 v1.51.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 19.50 go: downloading gopkg.in/yaml.v2 v2.2.7
17:53:46 [2021-12-03T17:53:46.304Z] #60 19.73 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
17:53:46 [2021-12-03T17:53:46.304Z] #60 19.99 go: downloading github.com/go-toolsmith/astcast v1.0.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 20.07 go: downloading github.com/go-toolsmith/astcopy v1.0.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 20.10 go: downloading github.com/go-toolsmith/astequal v1.0.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 20.15 go: downloading github.com/go-toolsmith/astfmt v1.0.0
17:53:46 [2021-12-03T17:53:46.304Z] #60 20.18 go: downloading github.com/go-toolsmith/astp v1.0.0
17:53:46 [2021-12-03T17:53:46.471Z] Fetching without tags
17:53:46 [2021-12-03T17:53:46.560Z] #60 20.24 go: downloading github.com/go-toolsmith/strparse v1.0.0
17:53:45 [2021-12-03T17:53:45.592Z] Cloning repository https://github.com/moby/moby.git
17:53:45 [2021-12-03T17:53:45.645Z]  > git init /home/ubuntu/workspace/moby_PR-42981 # timeout=10
17:53:46 [2021-12-03T17:53:46.349Z] Fetching upstream changes from https://github.com/moby/moby.git
17:53:46 [2021-12-03T17:53:46.350Z]  > git --version # timeout=10
17:53:46 [2021-12-03T17:53:46.357Z]  > git --version # 'git version 2.25.1'
17:53:46 [2021-12-03T17:53:46.358Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:53:46 [2021-12-03T17:53:46.359Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:53:46 [2021-12-03T17:53:46.817Z] #60 20.52 go: downloading github.com/go-toolsmith/typep v1.0.0
17:53:46 [2021-12-03T17:53:46.817Z] #60 20.65 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
17:53:46 [2021-12-03T17:53:46.957Z] Merging remotes/origin/master commit f6848ae321b69efb0c1a0304a394e1e3f141b1e1 into PR head commit d78b8835766221e52842a78402c2b78ac23af530
17:53:47 [2021-12-03T17:53:47.074Z] #60 20.83 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
17:53:47 [2021-12-03T17:53:47.332Z] #60 20.94 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
17:53:47 [2021-12-03T17:53:47.332Z] #60 21.11 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
17:53:47 [2021-12-03T17:53:47.332Z] #60 21.20 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
17:53:46 [2021-12-03T17:53:46.367Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:53:46 [2021-12-03T17:53:46.400Z]  > git config --add remote.origin.fetch +refs/pull/42981/head:refs/remotes/origin/PR-42981 # timeout=10
17:53:46 [2021-12-03T17:53:46.418Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:53:46 [2021-12-03T17:53:46.438Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:53:46 [2021-12-03T17:53:46.475Z] Fetching upstream changes from https://github.com/moby/moby.git
17:53:46 [2021-12-03T17:53:46.475Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:53:46 [2021-12-03T17:53:46.477Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:53:46 [2021-12-03T17:53:46.965Z]  > git config core.sparsecheckout # timeout=10
17:53:46 [2021-12-03T17:53:46.975Z]  > git checkout -f d78b8835766221e52842a78402c2b78ac23af530 # timeout=10
17:53:47 [2021-12-03T17:53:47.589Z] #60 21.36 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
17:53:48 [2021-12-03T17:53:48.155Z] #60 21.95 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
17:53:48 [2021-12-03T17:53:48.412Z] #60 22.23 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
17:53:48 [2021-12-03T17:53:48.412Z] #60 22.24 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
17:53:48 [2021-12-03T17:53:48.669Z] #60 22.52 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
17:53:48 [2021-12-03T17:53:48.926Z] #60 22.60 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
17:53:49 [2021-12-03T17:53:49.183Z] #60 22.86 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
17:53:49 [2021-12-03T17:53:49.183Z] #60 22.87 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
17:53:49 [2021-12-03T17:53:49.347Z] Merge succeeded, producing c0c512cfa9f2408a6ef90e51c1d91036bb34d989
17:53:49 [2021-12-03T17:53:49.348Z] Checking out Revision c0c512cfa9f2408a6ef90e51c1d91036bb34d989 (PR-42981)
17:53:49 [2021-12-03T17:53:49.748Z] #60 23.66 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
17:53:49 [2021-12-03T17:53:49.748Z] #60 ...
17:53:49 [2021-12-03T17:53:49.748Z] 
17:53:49 [2021-12-03T17:53:49.748Z] #56 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:53:49 [2021-12-03T17:53:49.748Z] #56 sha256:bd7264772372eb6e8a7c005ffa677a0c54edd69b5219652233a88006d134eb8f
17:53:49 [2021-12-03T17:53:49.748Z] #56 23.59 Usage of /build/vndr:
17:53:49 [2021-12-03T17:53:49.748Z] #56 23.59 /build/vndr [[import path] [revision]] [repository]
17:53:49 [2021-12-03T17:53:49.748Z] #56 23.59 /build/vndr init
17:53:49 [2021-12-03T17:53:49.748Z] #56 23.59   -strict
17:53:49 [2021-12-03T17:53:49.748Z] #56 23.59     	checking mode. treat non-trivial warning as an error
17:53:49 [2021-12-03T17:53:49.748Z] #56 23.59   -verbose
17:53:49 [2021-12-03T17:53:49.748Z] #56 23.59     	shows all warnings
17:53:49 [2021-12-03T17:53:49.748Z] #56 23.59   -whitelist value
17:53:49 [2021-12-03T17:53:49.748Z] #56 23.59     	regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory
17:53:47 [2021-12-03T17:53:47.864Z]  > git remote # timeout=10
17:53:47 [2021-12-03T17:53:47.885Z]  > git config --get remote.origin.url # timeout=10
17:53:47 [2021-12-03T17:53:47.893Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:53:47 [2021-12-03T17:53:47.894Z]  > git merge f6848ae321b69efb0c1a0304a394e1e3f141b1e1 # timeout=10
17:53:49 [2021-12-03T17:53:49.334Z]  > git rev-parse HEAD^{commit} # timeout=10
17:53:49 [2021-12-03T17:53:49.351Z]  > git config core.sparsecheckout # timeout=10
17:53:49 [2021-12-03T17:53:49.361Z]  > git checkout -f c0c512cfa9f2408a6ef90e51c1d91036bb34d989 # timeout=10
17:53:50 [2021-12-03T17:53:50.319Z] #56 DONE 24.0s
17:53:50 [2021-12-03T17:53:50.319Z] 
17:53:50 [2021-12-03T17:53:50.319Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:53:50 [2021-12-03T17:53:50.319Z] #60 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:53:50 [2021-12-03T17:53:50.319Z] #60 23.81 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
17:53:50 [2021-12-03T17:53:50.319Z] #60 23.88 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
17:53:50 [2021-12-03T17:53:50.319Z] #60 23.97 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
17:53:50 [2021-12-03T17:53:50.319Z] #60 23.99 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
17:53:50 [2021-12-03T17:53:50.319Z] #60 24.08 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
17:53:50 [2021-12-03T17:53:50.577Z] #60 24.46 go: downloading github.com/sourcegraph/go-diff v0.5.1
17:53:50 [2021-12-03T17:53:50.833Z] #60 24.69 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
17:53:50 [2021-12-03T17:53:50.833Z] #60 24.78 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
17:53:51 [2021-12-03T17:53:51.089Z] #60 ...
17:53:51 [2021-12-03T17:53:51.089Z] 
17:53:51 [2021-12-03T17:53:51.089Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:53:51 [2021-12-03T17:53:51.089Z] #43 sha256:8b51ea589948952ef78b249b6260c3ff252d330bf80797fb12742e55849ff5a0
17:53:51 [2021-12-03T17:53:51.089Z] #43 24.70 tomll can be used in two ways:
17:53:51 [2021-12-03T17:53:51.089Z] #43 24.70 Writing to STDIN and reading from STDOUT:
17:53:51 [2021-12-03T17:53:51.089Z] #43 24.70   cat file.toml | tomll > file.toml
17:53:51 [2021-12-03T17:53:51.089Z] #43 24.70 
17:53:51 [2021-12-03T17:53:51.089Z] #43 24.70 Reading and updating a list of files:
17:53:51 [2021-12-03T17:53:51.089Z] #43 24.70   tomll a.toml b.toml c.toml
17:53:51 [2021-12-03T17:53:51.089Z] #43 24.70 
17:53:51 [2021-12-03T17:53:51.089Z] #43 24.70 When given a list of files, tomll will modify all files in place without asking.
17:53:51 [2021-12-03T17:53:51.089Z] #43 DONE 24.8s
17:53:51 [2021-12-03T17:53:51.089Z] 
17:53:51 [2021-12-03T17:53:51.089Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:53:51 [2021-12-03T17:53:51.089Z] #60 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:53:51 [2021-12-03T17:53:51.089Z] #60 24.84 go: downloading github.com/ultraware/funlen v0.0.2
17:53:51 [2021-12-03T17:53:51.347Z] #60 24.89 go: downloading github.com/ultraware/whitespace v0.0.4
17:53:51 [2021-12-03T17:53:51.348Z] #60 24.91 go: downloading github.com/uudashr/gocognit v1.0.1
17:53:51 [2021-12-03T17:53:51.348Z] #60 24.98 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
17:53:51 [2021-12-03T17:53:51.604Z] #60 ...
17:53:51 [2021-12-03T17:53:51.604Z] 
17:53:51 [2021-12-03T17:53:51.604Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
17:53:51 [2021-12-03T17:53:51.604Z] #19 sha256:3bb1f51ee208ed1f992abb66223abeda9c8f70cd254dc7fbded69ba3b34d54ff
17:53:51 [2021-12-03T17:53:51.604Z] #19 2.393 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:53:51 [2021-12-03T17:53:51.604Z] #19 2.470 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:53:51 [2021-12-03T17:53:51.604Z] #19 2.470 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:53:51 [2021-12-03T17:53:51.604Z] #19 3.818 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:53:51 [2021-12-03T17:53:51.604Z] #19 5.148 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
17:53:51 [2021-12-03T17:53:51.604Z] #19 6.968 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:53:51 [2021-12-03T17:53:51.604Z] #19 8.961 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7863 kB]
17:53:51 [2021-12-03T17:53:51.604Z] #19 ...
17:53:51 [2021-12-03T17:53:51.604Z] 
17:53:51 [2021-12-03T17:53:51.604Z] #54 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:53:51 [2021-12-03T17:53:51.604Z] #54 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:53:51 [2021-12-03T17:53:51.604Z] #54 24.75 Fetched 8483 kB in 19s (453 kB/s)
17:53:53 [2021-12-03T17:53:53.179Z] Commit message: "Merge commit 'f6848ae321b69efb0c1a0304a394e1e3f141b1e1' into HEAD"
17:53:53 [2021-12-03T17:53:53.202Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
17:53:54 [2021-12-03T17:53:54.346Z] + docker version
17:53:53 [2021-12-03T17:53:53.184Z]  > git rev-list --no-walk 53dba498671aad833ea9a060853734379c7baaf9 # timeout=10
17:53:56 [2021-12-03T17:53:56.282Z] Client: Docker Engine - Community
17:53:56 [2021-12-03T17:53:56.282Z]  Version:           20.10.10-rc1
17:53:56 [2021-12-03T17:53:56.282Z]  API version:       1.41
17:53:56 [2021-12-03T17:53:56.282Z]  Go version:        go1.16.9
17:53:56 [2021-12-03T17:53:56.282Z]  Git commit:        b485636
17:53:56 [2021-12-03T17:53:56.282Z]  Built:             Mon Oct 18 15:21:56 2021
17:53:56 [2021-12-03T17:53:56.282Z]  OS/Arch:           linux/amd64
17:53:56 [2021-12-03T17:53:56.282Z]  Context:           default
17:53:56 [2021-12-03T17:53:56.282Z]  Experimental:      true
17:53:56 [2021-12-03T17:53:56.282Z] 
17:53:56 [2021-12-03T17:53:56.282Z] Server: Docker Engine - Community
17:53:56 [2021-12-03T17:53:56.282Z]  Engine:
17:53:56 [2021-12-03T17:53:56.282Z]   Version:          20.10.10-rc1
17:53:56 [2021-12-03T17:53:56.282Z]   API version:      1.41 (minimum version 1.12)
17:53:56 [2021-12-03T17:53:56.282Z]   Go version:       go1.16.9
17:53:56 [2021-12-03T17:53:56.282Z]   Git commit:       9f5b26f
17:53:56 [2021-12-03T17:53:56.282Z]   Built:            Mon Oct 18 15:20:03 2021
17:53:56 [2021-12-03T17:53:56.282Z]   OS/Arch:          linux/amd64
17:53:56 [2021-12-03T17:53:56.282Z]   Experimental:     true
17:53:56 [2021-12-03T17:53:56.282Z]  containerd:
17:53:56 [2021-12-03T17:53:56.282Z]   Version:          1.4.11
17:53:56 [2021-12-03T17:53:56.282Z]   GitCommit:        5b46e404f6b9f661a205e28d59c982d3634148f8
17:53:56 [2021-12-03T17:53:56.282Z]  runc:
17:53:56 [2021-12-03T17:53:56.282Z]   Version:          1.0.2
17:53:56 [2021-12-03T17:53:56.282Z]   GitCommit:        v1.0.2-0-g52b36a2
17:53:56 [2021-12-03T17:53:56.282Z]  docker-init:
17:53:56 [2021-12-03T17:53:56.282Z]   Version:          0.19.0
17:53:56 [2021-12-03T17:53:56.282Z]   GitCommit:        de40ad0
[Pipeline] sh
17:53:56 [2021-12-03T17:53:56.634Z] + docker info
17:53:56 [2021-12-03T17:53:56.860Z] #54 24.75 Reading package lists...
17:53:56 [2021-12-03T17:53:56.860Z] #54 ...
17:53:56 [2021-12-03T17:53:56.860Z] 
17:53:56 [2021-12-03T17:53:56.860Z] #50 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:53:56 [2021-12-03T17:53:56.860Z] #50 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:53:56 [2021-12-03T17:53:56.860Z] #50 26.43 Updating files:  90% (1581/1750)
Updating files:  91% (1593/1750)
Updating files:  92% (1610/1750)
Updating files:  93% (1628/1750)
Updating files:  94% (1645/1750)
Updating files:  95% (1663/1750)
Updating files:  96% (1680/1750)
Updating files:  97% (1698/1750)
Updating files:  98% (1715/1750)
Updating files:  99% (1733/1750)
Updating files: 100% (1750/1750)
Updating files: 100% (1750/1750), done.
17:53:56 [2021-12-03T17:53:56.860Z] #50 26.64 + git checkout -q v2.3.0
17:53:56 [2021-12-03T17:53:56.860Z] #50 29.29 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
17:53:57 [2021-12-03T17:53:57.470Z] Client:
17:53:57 [2021-12-03T17:53:57.470Z]  Context:    default
17:53:57 [2021-12-03T17:53:57.470Z]  Debug Mode: false
17:53:57 [2021-12-03T17:53:57.470Z]  Plugins:
17:53:57 [2021-12-03T17:53:57.470Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
17:53:57 [2021-12-03T17:53:57.470Z]   buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
17:53:57 [2021-12-03T17:53:57.470Z]   compose: Docker Compose (Docker Inc., v2.0.1)
17:53:57 [2021-12-03T17:53:57.470Z]   scan: Docker Scan (Docker Inc., v0.8.0)
17:53:57 [2021-12-03T17:53:57.470Z] 
17:53:57 [2021-12-03T17:53:57.470Z] Server:
17:53:57 [2021-12-03T17:53:57.470Z]  Containers: 0
17:53:57 [2021-12-03T17:53:57.470Z]   Running: 0
17:53:57 [2021-12-03T17:53:57.470Z]   Paused: 0
17:53:57 [2021-12-03T17:53:57.470Z]   Stopped: 0
17:53:57 [2021-12-03T17:53:57.470Z]  Images: 0
17:53:57 [2021-12-03T17:53:57.470Z]  Server Version: 20.10.10-rc1
17:53:57 [2021-12-03T17:53:57.470Z]  Storage Driver: overlay2
17:53:57 [2021-12-03T17:53:57.470Z]   Backing Filesystem: extfs
17:53:57 [2021-12-03T17:53:57.470Z]   Supports d_type: true
17:53:57 [2021-12-03T17:53:57.470Z]   Native Overlay Diff: true
17:53:57 [2021-12-03T17:53:57.470Z]   userxattr: false
17:53:57 [2021-12-03T17:53:57.470Z]  Logging Driver: json-file
17:53:57 [2021-12-03T17:53:57.470Z]  Cgroup Driver: cgroupfs
17:53:57 [2021-12-03T17:53:57.470Z]  Cgroup Version: 1
17:53:57 [2021-12-03T17:53:57.470Z]  Plugins:
17:53:57 [2021-12-03T17:53:57.470Z]   Volume: local
17:53:57 [2021-12-03T17:53:57.470Z]   Network: bridge host ipvlan macvlan null overlay
17:53:57 [2021-12-03T17:53:57.470Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:53:57 [2021-12-03T17:53:57.470Z]  Swarm: inactive
17:53:57 [2021-12-03T17:53:57.470Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
17:53:57 [2021-12-03T17:53:57.470Z]  Default Runtime: runc
17:53:57 [2021-12-03T17:53:57.470Z]  Init Binary: docker-init
17:53:57 [2021-12-03T17:53:57.470Z]  containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8
17:53:57 [2021-12-03T17:53:57.470Z]  runc version: v1.0.2-0-g52b36a2
17:53:57 [2021-12-03T17:53:57.470Z]  init version: de40ad0
17:53:57 [2021-12-03T17:53:57.470Z]  Security Options:
17:53:57 [2021-12-03T17:53:57.470Z]   apparmor
17:53:57 [2021-12-03T17:53:57.470Z]   seccomp
17:53:57 [2021-12-03T17:53:57.470Z]    Profile: default
17:53:57 [2021-12-03T17:53:57.470Z]  Kernel Version: 5.4.0-1057-aws
17:53:57 [2021-12-03T17:53:57.470Z]  Operating System: Ubuntu 18.04.6 LTS
17:53:57 [2021-12-03T17:53:57.470Z]  OSType: linux
17:53:57 [2021-12-03T17:53:57.470Z]  Architecture: x86_64
17:53:57 [2021-12-03T17:53:57.470Z]  CPUs: 2
17:53:57 [2021-12-03T17:53:57.470Z]  Total Memory: 7.569GiB
17:53:57 [2021-12-03T17:53:57.471Z]  Name: ip-10-100-96-84
17:53:57 [2021-12-03T17:53:57.471Z]  ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT
17:53:57 [2021-12-03T17:53:57.471Z]  Docker Root Dir: /var/lib/docker
17:53:57 [2021-12-03T17:53:57.471Z]  Debug Mode: false
17:53:57 [2021-12-03T17:53:57.471Z]  Registry: https://index.docker.io/v1/
17:53:57 [2021-12-03T17:53:57.471Z]  Labels:
17:53:57 [2021-12-03T17:53:57.471Z]  Experimental: true
17:53:57 [2021-12-03T17:53:57.471Z]  Insecure Registries:
17:53:57 [2021-12-03T17:53:57.471Z]   127.0.0.0/8
17:53:57 [2021-12-03T17:53:57.471Z]  Live Restore Enabled: true
17:53:57 [2021-12-03T17:53:57.471Z] 
17:53:57 [2021-12-03T17:53:57.471Z] WARNING: No swap limit support
[Pipeline] sh
17:53:57 [2021-12-03T17:53:57.782Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:53:57 [2021-12-03T17:53:57.782Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:53:57 [2021-12-03T17:53:57.782Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42981/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
17:53:57 [2021-12-03T17:53:57.782Z] + bash /home/ubuntu/workspace/moby_PR-42981/check-config.sh
17:53:57 [2021-12-03T17:53:57.782Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
17:53:57 [2021-12-03T17:53:57.782Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ...
17:53:57 [2021-12-03T17:53:57.782Z] 
17:53:57 [2021-12-03T17:53:57.782Z] Generally Necessary:
17:53:57 [2021-12-03T17:53:57.782Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
17:53:57 [2021-12-03T17:53:57.782Z] - apparmor: enabled and tools installed
17:53:57 [2021-12-03T17:53:57.782Z] - CONFIG_NAMESPACES: enabled
17:53:57 [2021-12-03T17:53:57.782Z] - CONFIG_NET_NS: enabled
17:53:57 [2021-12-03T17:53:57.782Z] - CONFIG_PID_NS: enabled
17:53:57 [2021-12-03T17:53:57.782Z] - CONFIG_IPC_NS: enabled
17:53:57 [2021-12-03T17:53:57.782Z] - CONFIG_UTS_NS: enabled
17:53:57 [2021-12-03T17:53:57.782Z] - CONFIG_CGROUPS: enabled
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_CGROUP_CPUACCT: enabled
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_CGROUP_DEVICE: enabled
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_CGROUP_FREEZER: enabled
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_CGROUP_SCHED: enabled
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_CPUSETS: enabled
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_MEMCG: enabled
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_KEYS: enabled
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_VETH: enabled (as module)
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_BRIDGE: enabled (as module)
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_IP_NF_FILTER: enabled (as module)
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
17:53:57 [2021-12-03T17:53:57.783Z] - CONFIG_IP_NF_NAT: enabled (as module)
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_NF_NAT: enabled (as module)
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_POSIX_MQUEUE: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_CGROUP_BPF: enabled
17:53:58 [2021-12-03T17:53:58.050Z] 
17:53:58 [2021-12-03T17:53:58.050Z] Optional Features:
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_USER_NS: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_SECCOMP: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_SECCOMP_FILTER: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_CGROUP_PIDS: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_MEMCG_SWAP: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
17:53:58 [2021-12-03T17:53:58.050Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_BLK_CGROUP: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_BLK_DEV_THROTTLING: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_CGROUP_PERF: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_CGROUP_HUGETLB: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_CGROUP_NET_PRIO: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_CFS_BANDWIDTH: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_FAIR_GROUP_SCHED: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_RT_GROUP_SCHED: missing
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_IP_VS: enabled (as module)
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_IP_VS_NFCT: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_IP_VS_PROTO_TCP: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_IP_VS_PROTO_UDP: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_IP_VS_RR: enabled (as module)
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_SECURITY_SELINUX: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_SECURITY_APPARMOR: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_EXT4_FS: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - CONFIG_EXT4_FS_SECURITY: enabled
17:53:58 [2021-12-03T17:53:58.050Z] - Network Drivers:
17:53:58 [2021-12-03T17:53:58.050Z]   - "overlay":
17:53:58 [2021-12-03T17:53:58.050Z]     - CONFIG_VXLAN: enabled (as module)
17:53:58 [2021-12-03T17:53:58.050Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
17:53:58 [2021-12-03T17:53:58.050Z]       Optional (for encrypted networks):
17:53:58 [2021-12-03T17:53:58.184Z] Fetching without tags
17:53:58 [2021-12-03T17:53:58.311Z]       - CONFIG_CRYPTO: enabled
17:53:58 [2021-12-03T17:53:58.311Z]       - CONFIG_CRYPTO_AEAD: enabled
17:53:58 [2021-12-03T17:53:58.311Z]       - CONFIG_CRYPTO_GCM: enabled
17:53:58 [2021-12-03T17:53:58.311Z]       - CONFIG_CRYPTO_SEQIV: enabled
17:53:58 [2021-12-03T17:53:58.311Z]       - CONFIG_CRYPTO_GHASH: enabled
17:53:58 [2021-12-03T17:53:58.311Z]       - CONFIG_XFRM: enabled
17:53:58 [2021-12-03T17:53:58.311Z]       - CONFIG_XFRM_USER: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]       - CONFIG_XFRM_ALGO: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]       - CONFIG_INET_ESP: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]   - "ipvlan":
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_IPVLAN: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]   - "macvlan":
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_MACVLAN: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_DUMMY: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]   - "ftp,tftp client in container":
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z] - Storage Drivers:
17:53:58 [2021-12-03T17:53:58.311Z]   - "aufs":
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_AUFS_FS: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]   - "btrfs":
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_BTRFS_FS: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
17:53:58 [2021-12-03T17:53:58.311Z]   - "devicemapper":
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_BLK_DEV_DM: enabled
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]   - "overlay":
17:53:58 [2021-12-03T17:53:58.311Z]     - CONFIG_OVERLAY_FS: enabled (as module)
17:53:58 [2021-12-03T17:53:58.311Z]   - "zfs":
17:53:58 [2021-12-03T17:53:58.311Z]     - /dev/zfs: present
17:53:58 [2021-12-03T17:53:58.311Z]     - zfs command: missing
17:53:58 [2021-12-03T17:53:58.311Z]     - zpool command: missing
17:53:58 [2021-12-03T17:53:58.311Z] 
17:53:58 [2021-12-03T17:53:58.311Z] Limits:
17:53:58 [2021-12-03T17:53:58.311Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
17:53:58 [2021-12-03T17:53:58.311Z] 
17:53:58 [2021-12-03T17:53:58.311Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
17:53:58 [2021-12-03T17:53:58.434Z] Merging remotes/origin/master commit f6848ae321b69efb0c1a0304a394e1e3f141b1e1 into PR head commit d78b8835766221e52842a78402c2b78ac23af530
17:53:58 [2021-12-03T17:53:58.678Z] + sudo modprobe ip_vs
17:53:58 [2021-12-03T17:53:58.678Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 .
17:53:58 [2021-12-03T17:53:58.939Z] #1 [internal] load build definition from Dockerfile
17:53:58 [2021-12-03T17:53:58.939Z] #1 sha256:0c830b2fd52a38ac3dbb1b9fd1b48457cc355e9706c3d7f5f8fcd103f193b595
17:53:58 [2021-12-03T17:53:58.939Z] #1 transferring dockerfile: 17.53kB done
17:53:58 [2021-12-03T17:53:58.939Z] #1 DONE 0.1s
17:53:58 [2021-12-03T17:53:58.939Z] 
17:53:58 [2021-12-03T17:53:58.939Z] #2 [internal] load .dockerignore
17:53:58 [2021-12-03T17:53:58.939Z] #2 sha256:5527d128069928ceba94163ad40f5db954d5041bd371698d17601d9407f69253
17:53:58 [2021-12-03T17:53:58.939Z] #2 transferring context: 87B done
17:53:58 [2021-12-03T17:53:58.939Z] #2 DONE 0.1s
17:53:58 [2021-12-03T17:53:58.939Z] 
17:53:58 [2021-12-03T17:53:58.939Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
17:53:58 [2021-12-03T17:53:58.939Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
17:53:59 [2021-12-03T17:53:59.512Z] #3 DONE 0.4s
17:53:59 [2021-12-03T17:53:59.512Z] 
17:53:59 [2021-12-03T17:53:59.512Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
17:53:59 [2021-12-03T17:53:59.512Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
17:53:59 [2021-12-03T17:53:59.512Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
17:53:59 [2021-12-03T17:53:59.512Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
17:53:59 [2021-12-03T17:53:59.512Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
17:53:59 [2021-12-03T17:53:59.512Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
17:53:59 [2021-12-03T17:53:59.512Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
17:53:59 [2021-12-03T17:53:59.659Z] Merge succeeded, producing 46873a1eacfce70ba44128a9c14ae96413b93ef0
17:53:59 [2021-12-03T17:53:59.660Z] Checking out Revision 46873a1eacfce70ba44128a9c14ae96413b93ef0 (PR-42981)
17:53:59 [2021-12-03T17:53:59.772Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done
17:53:59 [2021-12-03T17:53:59.772Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
17:54:00 [2021-12-03T17:54:00.032Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done
17:54:00 [2021-12-03T17:54:00.032Z] #4 DONE 0.7s
17:54:00 [2021-12-03T17:54:00.292Z] 
17:54:00 [2021-12-03T17:54:00.292Z] #6 [internal] load build definition from Dockerfile
17:54:00 [2021-12-03T17:54:00.292Z] #6 sha256:3b7dd22bb015d169a6ed1714aa349b9ece0742cc9bcf65b571b7ea548fc1cbac
17:54:00 [2021-12-03T17:54:00.292Z] #6 DONE 0.0s
17:54:00 [2021-12-03T17:54:00.292Z] 
17:54:00 [2021-12-03T17:54:00.292Z] #5 [internal] load .dockerignore
17:54:00 [2021-12-03T17:54:00.292Z] #5 sha256:61e81932d047305b8a0649d8744dbaa8a919669101d8f285b6d6af34d1a39102
17:54:00 [2021-12-03T17:54:00.292Z] #5 DONE 0.0s
17:54:00 [2021-12-03T17:54:00.292Z] 
17:54:00 [2021-12-03T17:54:00.292Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:00 [2021-12-03T17:54:00.292Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
17:53:58 [2021-12-03T17:53:58.110Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:53:58 [2021-12-03T17:53:58.125Z]  > git config --add remote.origin.fetch +refs/pull/42981/head:refs/remotes/origin/PR-42981 # timeout=10
17:53:58 [2021-12-03T17:53:58.144Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:53:58 [2021-12-03T17:53:58.158Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:53:58 [2021-12-03T17:53:58.188Z] Fetching upstream changes from https://github.com/moby/moby.git
17:53:58 [2021-12-03T17:53:58.189Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:53:58 [2021-12-03T17:53:58.190Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:53:58 [2021-12-03T17:53:58.443Z]  > git config core.sparsecheckout # timeout=10
17:53:58 [2021-12-03T17:53:58.465Z]  > git checkout -f d78b8835766221e52842a78402c2b78ac23af530 # timeout=10
17:53:59 [2021-12-03T17:53:59.304Z]  > git remote # timeout=10
17:53:59 [2021-12-03T17:53:59.309Z]  > git config --get remote.origin.url # timeout=10
17:53:59 [2021-12-03T17:53:59.317Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:53:59 [2021-12-03T17:53:59.318Z]  > git merge f6848ae321b69efb0c1a0304a394e1e3f141b1e1 # timeout=10
17:53:59 [2021-12-03T17:53:59.651Z]  > git rev-parse HEAD^{commit} # timeout=10
17:53:59 [2021-12-03T17:53:59.662Z]  > git config core.sparsecheckout # timeout=10
17:53:59 [2021-12-03T17:53:59.673Z]  > git checkout -f 46873a1eacfce70ba44128a9c14ae96413b93ef0 # timeout=10
17:54:01 [2021-12-03T17:54:01.228Z] #10 DONE 0.6s
17:54:01 [2021-12-03T17:54:01.229Z] 
17:54:01 [2021-12-03T17:54:01.229Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
17:54:01 [2021-12-03T17:54:01.229Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
17:54:01 [2021-12-03T17:54:01.229Z] #7 DONE 0.6s
17:54:01 [2021-12-03T17:54:01.229Z] 
17:54:01 [2021-12-03T17:54:01.229Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:01 [2021-12-03T17:54:01.229Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
17:54:01 [2021-12-03T17:54:01.229Z] #9 DONE 0.6s
17:54:01 [2021-12-03T17:54:01.229Z] 
17:54:01 [2021-12-03T17:54:01.229Z] #8 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye
17:54:01 [2021-12-03T17:54:01.229Z] #8 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e
17:54:01 [2021-12-03T17:54:01.229Z] #8 DONE 0.6s
17:54:01 [2021-12-03T17:54:01.938Z] Client:
17:54:01 [2021-12-03T17:54:01.938Z]  Context:    default
17:54:01 [2021-12-03T17:54:01.938Z]  Debug Mode: false
17:54:01 [2021-12-03T17:54:01.938Z]  Plugins:
17:54:01 [2021-12-03T17:54:01.938Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
17:54:01 [2021-12-03T17:54:01.938Z]   buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
17:54:01 [2021-12-03T17:54:01.938Z]   compose: Docker Compose (Docker Inc., v2.0.1)
17:54:01 [2021-12-03T17:54:01.938Z]   scan: Docker Scan (Docker Inc., v0.8.0)
17:54:01 [2021-12-03T17:54:01.938Z] 
17:54:01 [2021-12-03T17:54:01.938Z] Server:
17:54:01 [2021-12-03T17:54:01.938Z]  Containers: 0
17:54:01 [2021-12-03T17:54:01.938Z]   Running: 0
17:54:01 [2021-12-03T17:54:01.938Z]   Paused: 0
17:54:01 [2021-12-03T17:54:01.938Z]   Stopped: 0
17:54:01 [2021-12-03T17:54:01.938Z]  Images: 0
17:54:01 [2021-12-03T17:54:01.938Z]  Server Version: 20.10.10-rc1
17:54:01 [2021-12-03T17:54:01.938Z]  Storage Driver: overlay2
17:54:01 [2021-12-03T17:54:01.938Z]   Backing Filesystem: extfs
17:54:01 [2021-12-03T17:54:01.938Z]   Supports d_type: true
17:54:01 [2021-12-03T17:54:01.938Z]   Native Overlay Diff: true
17:54:01 [2021-12-03T17:54:01.938Z]   userxattr: false
17:54:01 [2021-12-03T17:54:01.938Z]  Logging Driver: json-file
17:54:01 [2021-12-03T17:54:01.938Z]  Cgroup Driver: cgroupfs
17:54:01 [2021-12-03T17:54:01.938Z]  Cgroup Version: 1
17:54:01 [2021-12-03T17:54:01.938Z]  Plugins:
17:54:01 [2021-12-03T17:54:01.938Z]   Volume: local
17:54:01 [2021-12-03T17:54:01.938Z]   Network: bridge host ipvlan macvlan null overlay
17:54:01 [2021-12-03T17:54:01.938Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:54:01 [2021-12-03T17:54:01.938Z]  Swarm: inactive
17:54:01 [2021-12-03T17:54:01.938Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
17:54:01 [2021-12-03T17:54:01.938Z]  Default Runtime: runc
17:54:01 [2021-12-03T17:54:01.938Z]  Init Binary: docker-init
17:54:01 [2021-12-03T17:54:01.938Z]  containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8
17:54:01 [2021-12-03T17:54:01.938Z]  runc version: v1.0.2-0-g52b36a2
17:54:01 [2021-12-03T17:54:01.938Z]  init version: de40ad0
17:54:01 [2021-12-03T17:54:01.938Z]  Security Options:
17:54:01 [2021-12-03T17:54:01.938Z]   apparmor
17:54:01 [2021-12-03T17:54:01.938Z]   seccomp
17:54:01 [2021-12-03T17:54:01.938Z]    Profile: default
17:54:01 [2021-12-03T17:54:01.938Z]  Kernel Version: 5.4.0-1057-aws
17:54:01 [2021-12-03T17:54:01.938Z]  Operating System: Ubuntu 18.04.6 LTS
17:54:01 [2021-12-03T17:54:01.938Z]  OSType: linux
17:54:01 [2021-12-03T17:54:01.938Z]  Architecture: x86_64
17:54:01 [2021-12-03T17:54:01.938Z]  CPUs: 2
17:54:01 [2021-12-03T17:54:01.938Z]  Total Memory: 7.569GiB
17:54:01 [2021-12-03T17:54:01.938Z]  Name: ip-10-100-62-183
17:54:01 [2021-12-03T17:54:01.938Z]  ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT
17:54:01 [2021-12-03T17:54:01.938Z]  Docker Root Dir: /var/lib/docker
17:54:01 [2021-12-03T17:54:01.938Z]  Debug Mode: false
17:54:01 [2021-12-03T17:54:01.938Z]  Registry: https://index.docker.io/v1/
17:54:01 [2021-12-03T17:54:01.938Z]  Labels:
17:54:01 [2021-12-03T17:54:01.938Z]  Experimental: true
17:54:01 [2021-12-03T17:54:01.938Z]  Insecure Registries:
17:54:01 [2021-12-03T17:54:01.938Z]   127.0.0.0/8
17:54:01 [2021-12-03T17:54:01.938Z]  Live Restore Enabled: true
17:54:01 [2021-12-03T17:54:01.938Z] 
17:54:01 [2021-12-03T17:54:01.938Z] WARNING: No swap limit support
[Pipeline] sh
17:54:02 [2021-12-03T17:54:02.114Z] #50 ...
17:54:02 [2021-12-03T17:54:02.115Z] 
17:54:02 [2021-12-03T17:54:02.115Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
17:54:02 [2021-12-03T17:54:02.115Z] #19 sha256:3bb1f51ee208ed1f992abb66223abeda9c8f70cd254dc7fbded69ba3b34d54ff
17:54:02 [2021-12-03T17:54:02.115Z] #19 10.38 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
17:54:02 [2021-12-03T17:54:02.115Z] #19 11.69 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.69 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [94.2 kB]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.69 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [93.2 kB]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.69 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [91.2 kB]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.69 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [93.1 kB]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.69 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.74 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.74 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.74 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.74 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.75 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.75 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:54:02 [2021-12-03T17:54:02.115Z] #19 12.75 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
17:54:02 [2021-12-03T17:54:02.115Z] #19 ...
17:54:02 [2021-12-03T17:54:02.115Z] 
17:54:02 [2021-12-03T17:54:02.115Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:54:02 [2021-12-03T17:54:02.115Z] #60 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:54:02 [2021-12-03T17:54:02.115Z] #60 25.94 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
17:54:02 [2021-12-03T17:54:02.115Z] #60 25.94 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
17:54:02 [2021-12-03T17:54:02.115Z] #60 26.11 go: downloading github.com/davecgh/go-spew v1.1.1
17:54:02 [2021-12-03T17:54:02.115Z] #60 26.19 go: downloading github.com/pmezard/go-difflib v1.0.0
17:54:02 [2021-12-03T17:54:02.115Z] #60 26.28 go: downloading github.com/stretchr/objx v0.2.0
17:54:02 [2021-12-03T17:54:02.115Z] #60 26.35 go: downloading golang.org/x/text v0.3.2
17:54:02 [2021-12-03T17:54:02.115Z] #60 33.63 go: downloading github.com/gobwas/glob v0.2.3
17:54:02 [2021-12-03T17:54:02.115Z] #60 33.65 go: downloading github.com/kisielk/gotool v1.0.0
17:54:02 [2021-12-03T17:54:02.115Z] #60 33.74 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
17:54:02 [2021-12-03T17:54:02.115Z] #60 33.85 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
17:54:02 [2021-12-03T17:54:02.115Z] #60 33.85 go: downloading github.com/gogo/protobuf v1.2.1
17:54:02 [2021-12-03T17:54:02.115Z] #60 35.56 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
17:54:02 [2021-12-03T17:54:02.115Z] #60 35.77 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
17:54:02 [2021-12-03T17:54:02.115Z] #60 35.99 go: downloading github.com/BurntSushi/toml v0.3.1
17:54:02 [2021-12-03T17:54:02.190Z] 
17:54:02 [2021-12-03T17:54:02.190Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:02 [2021-12-03T17:54:02.190Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:54:02 [2021-12-03T17:54:02.190Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
17:54:02 [2021-12-03T17:54:02.190Z] #71 DONE 0.1s
17:54:02 [2021-12-03T17:54:02.190Z] 
17:54:02 [2021-12-03T17:54:02.190Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:02 [2021-12-03T17:54:02.190Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:02 [2021-12-03T17:54:02.190Z] #11 resolve docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593 0.0s done
17:54:02 [2021-12-03T17:54:02.190Z] #11 sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593 1.86kB / 1.86kB done
17:54:02 [2021-12-03T17:54:02.190Z] #11 sha256:108962cc6510ab38693c529b1b8637956f902237728bbe5f16dcbcdc1556d5a0 1.80kB / 1.80kB done
17:54:02 [2021-12-03T17:54:02.190Z] #11 sha256:e5993351274bca358c6673e6464b5efb48cd5a4403aeadec95196cdf08c685fa 7.07kB / 7.07kB done
17:54:02 [2021-12-03T17:54:02.234Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:54:02 [2021-12-03T17:54:02.234Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:54:02 [2021-12-03T17:54:02.234Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42981/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
17:54:02 [2021-12-03T17:54:02.234Z] + bash /home/ubuntu/workspace/moby_PR-42981/check-config.sh
17:54:02 [2021-12-03T17:54:02.234Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
17:54:02 [2021-12-03T17:54:02.234Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ...
17:54:02 [2021-12-03T17:54:02.234Z] 
17:54:02 [2021-12-03T17:54:02.234Z] Generally Necessary:
17:54:02 [2021-12-03T17:54:02.234Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
17:54:02 [2021-12-03T17:54:02.234Z] - apparmor: enabled and tools installed
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_NAMESPACES: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_NET_NS: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_PID_NS: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_IPC_NS: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_UTS_NS: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_CGROUPS: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_CGROUP_CPUACCT: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_CGROUP_DEVICE: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_CGROUP_FREEZER: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_CGROUP_SCHED: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_CPUSETS: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_MEMCG: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_KEYS: enabled
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_VETH: enabled (as module)
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_BRIDGE: enabled (as module)
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_IP_NF_FILTER: enabled (as module)
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_IP_NF_NAT: enabled (as module)
17:54:02 [2021-12-03T17:54:02.234Z] - CONFIG_NF_NAT: enabled (as module)
17:54:02 [2021-12-03T17:54:02.235Z] - CONFIG_POSIX_MQUEUE: enabled
17:54:02 [2021-12-03T17:54:02.455Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 0B / 5.15MB 0.1s
17:54:02 [2021-12-03T17:54:02.455Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 0B / 54.93MB 0.1s
17:54:02 [2021-12-03T17:54:02.455Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 0B / 10.87MB 0.2s
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_CGROUP_BPF: enabled
17:54:02 [2021-12-03T17:54:02.497Z] 
17:54:02 [2021-12-03T17:54:02.497Z] Optional Features:
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_USER_NS: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_SECCOMP: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_SECCOMP_FILTER: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_CGROUP_PIDS: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_MEMCG_SWAP: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
17:54:02 [2021-12-03T17:54:02.497Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_BLK_CGROUP: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_BLK_DEV_THROTTLING: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_CGROUP_PERF: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_CGROUP_HUGETLB: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_CGROUP_NET_PRIO: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_CFS_BANDWIDTH: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_FAIR_GROUP_SCHED: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_RT_GROUP_SCHED: missing
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_IP_VS: enabled (as module)
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_IP_VS_NFCT: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_IP_VS_PROTO_TCP: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_IP_VS_PROTO_UDP: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_IP_VS_RR: enabled (as module)
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_SECURITY_SELINUX: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_SECURITY_APPARMOR: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_EXT4_FS: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - CONFIG_EXT4_FS_SECURITY: enabled
17:54:02 [2021-12-03T17:54:02.497Z] - Network Drivers:
17:54:02 [2021-12-03T17:54:02.497Z]   - "overlay":
17:54:02 [2021-12-03T17:54:02.497Z]     - CONFIG_VXLAN: enabled (as module)
17:54:02 [2021-12-03T17:54:02.497Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
17:54:02 [2021-12-03T17:54:02.497Z]       Optional (for encrypted networks):
17:54:02 [2021-12-03T17:54:02.497Z]       - CONFIG_CRYPTO: enabled
17:54:02 [2021-12-03T17:54:02.497Z]       - CONFIG_CRYPTO_AEAD: enabled
17:54:02 [2021-12-03T17:54:02.497Z]       - CONFIG_CRYPTO_GCM: enabled
17:54:02 [2021-12-03T17:54:02.497Z]       - CONFIG_CRYPTO_SEQIV: enabled
17:54:02 [2021-12-03T17:54:02.497Z]       - CONFIG_CRYPTO_GHASH: enabled
17:54:02 [2021-12-03T17:54:02.497Z]       - CONFIG_XFRM: enabled
17:54:02 [2021-12-03T17:54:02.497Z]       - CONFIG_XFRM_USER: enabled (as module)
17:54:02 [2021-12-03T17:54:02.497Z]       - CONFIG_XFRM_ALGO: enabled (as module)
17:54:02 [2021-12-03T17:54:02.497Z]       - CONFIG_INET_ESP: enabled (as module)
17:54:02 [2021-12-03T17:54:02.497Z]   - "ipvlan":
17:54:02 [2021-12-03T17:54:02.724Z] #11 ...
17:54:02 [2021-12-03T17:54:02.724Z] 
17:54:02 [2021-12-03T17:54:02.724Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
17:54:02 [2021-12-03T17:54:02.724Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
17:54:02 [2021-12-03T17:54:02.724Z] #45 DONE 0.0s
17:54:02 [2021-12-03T17:54:02.724Z] 
17:54:02 [2021-12-03T17:54:02.724Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:02 [2021-12-03T17:54:02.724Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:02 [2021-12-03T17:54:02.724Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 2.10MB / 5.15MB 0.3s
17:54:02 [2021-12-03T17:54:02.724Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 5.24MB / 10.87MB 0.3s
17:54:02 [2021-12-03T17:54:02.724Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 5.15MB / 5.15MB 0.4s
17:54:02 [2021-12-03T17:54:02.724Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 4.19MB / 54.93MB 0.4s
17:54:02 [2021-12-03T17:54:02.724Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 6.29MB / 10.87MB 0.4s
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_IPVLAN: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z]   - "macvlan":
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_MACVLAN: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_DUMMY: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z]   - "ftp,tftp client in container":
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z] - Storage Drivers:
17:54:02 [2021-12-03T17:54:02.758Z]   - "aufs":
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_AUFS_FS: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z]   - "btrfs":
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_BTRFS_FS: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
17:54:02 [2021-12-03T17:54:02.758Z]   - "devicemapper":
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_BLK_DEV_DM: enabled
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z]   - "overlay":
17:54:02 [2021-12-03T17:54:02.758Z]     - CONFIG_OVERLAY_FS: enabled (as module)
17:54:02 [2021-12-03T17:54:02.758Z]   - "zfs":
17:54:02 [2021-12-03T17:54:02.758Z]     - /dev/zfs: present
17:54:02 [2021-12-03T17:54:02.758Z]     - zfs command: missing
17:54:02 [2021-12-03T17:54:02.758Z]     - zpool command: missing
17:54:02 [2021-12-03T17:54:02.758Z] 
17:54:02 [2021-12-03T17:54:02.758Z] Limits:
17:54:02 [2021-12-03T17:54:02.758Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
17:54:02 [2021-12-03T17:54:02.758Z] 
17:54:02 [2021-12-03T17:54:02.758Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
17:54:02 [2021-12-03T17:54:02.990Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 5.15MB / 5.15MB 0.5s done
17:54:02 [2021-12-03T17:54:02.991Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 17.83MB / 54.93MB 0.6s
17:54:02 [2021-12-03T17:54:02.991Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 10.87MB / 10.87MB 0.6s
17:54:02 [2021-12-03T17:54:02.991Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 1.05MB / 54.57MB 0.6s
17:54:02 [2021-12-03T17:54:02.991Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 23.07MB / 54.93MB 0.7s
17:54:02 [2021-12-03T17:54:02.991Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 10.87MB / 10.87MB 0.7s done
17:54:02 [2021-12-03T17:54:02.991Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 6.29MB / 54.57MB 0.7s
17:54:02 [2021-12-03T17:54:02.991Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 0B / 85.77MB 0.7s
17:54:03 [2021-12-03T17:54:03.114Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c0c512cfa9f2408a6ef90e51c1d91036bb34d989 .
17:54:03 [2021-12-03T17:54:03.250Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 26.21MB / 54.93MB 0.8s
17:54:03 [2021-12-03T17:54:03.250Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 11.53MB / 54.57MB 0.8s
17:54:03 [2021-12-03T17:54:03.250Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 17.83MB / 54.57MB 1.0s
17:54:03 [2021-12-03T17:54:03.250Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 7.34MB / 85.77MB 1.0s
17:54:03 [2021-12-03T17:54:03.250Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 37.75MB / 54.93MB 1.1s
17:54:03 [2021-12-03T17:54:03.250Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 24.12MB / 54.57MB 1.1s
17:54:03 [2021-12-03T17:54:03.250Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 14.68MB / 85.77MB 1.1s
17:54:03 [2021-12-03T17:54:03.376Z] #1 [internal] load build definition from Dockerfile
17:54:03 [2021-12-03T17:54:03.376Z] #1 sha256:980bc1b190ee34db5d044cfb97fc4564a8f029aeea5f8497e58f543e4cbf88cb
17:54:03 [2021-12-03T17:54:03.376Z] #1 transferring dockerfile: 17.53kB done
17:54:03 [2021-12-03T17:54:03.376Z] #1 DONE 0.0s
17:54:03 [2021-12-03T17:54:03.376Z] 
17:54:03 [2021-12-03T17:54:03.376Z] #2 [internal] load .dockerignore
17:54:03 [2021-12-03T17:54:03.376Z] #2 sha256:a21001e35755dac958729a6e0872c4766e2f1eb66ea35ee7c50cf5549e377c53
17:54:03 [2021-12-03T17:54:03.376Z] #2 transferring context: 87B done
17:54:03 [2021-12-03T17:54:03.376Z] #2 DONE 0.1s
17:54:03 [2021-12-03T17:54:03.376Z] 
17:54:03 [2021-12-03T17:54:03.376Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
17:54:03 [2021-12-03T17:54:03.376Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
17:54:03 [2021-12-03T17:54:03.419Z] Commit message: "Merge commit 'f6848ae321b69efb0c1a0304a394e1e3f141b1e1' into HEAD"
17:54:03 [2021-12-03T17:54:03.429Z] First time build. Skipping changelog.
17:54:03 [2021-12-03T17:54:03.510Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 40.89MB / 54.93MB 1.3s
17:54:03 [2021-12-03T17:54:03.510Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 28.31MB / 54.57MB 1.3s
17:54:03 [2021-12-03T17:54:03.778Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 47.19MB / 54.93MB 1.4s
17:54:03 [2021-12-03T17:54:03.778Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 33.55MB / 54.57MB 1.4s
17:54:03 [2021-12-03T17:54:03.778Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 20.97MB / 85.77MB 1.4s
17:54:03 [2021-12-03T17:54:03.778Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.53MB / 54.93MB 1.6s
17:54:03 [2021-12-03T17:54:03.778Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 38.80MB / 54.57MB 1.6s
17:54:03 [2021-12-03T17:54:03.778Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 26.21MB / 85.77MB 1.6s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
17:54:03 [2021-12-03T17:54:03.951Z] #3 DONE 0.4s
17:54:03 [2021-12-03T17:54:03.951Z] 
17:54:03 [2021-12-03T17:54:03.951Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
17:54:03 [2021-12-03T17:54:03.951Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
17:54:03 [2021-12-03T17:54:03.951Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
17:54:03 [2021-12-03T17:54:03.951Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
17:54:03 [2021-12-03T17:54:03.951Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
17:54:03 [2021-12-03T17:54:03.951Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
17:54:03 [2021-12-03T17:54:03.951Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
17:54:03 [2021-12-03T17:54:03.951Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done
17:54:03 [2021-12-03T17:54:03.951Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
17:54:04 [2021-12-03T17:54:04.039Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 41.94MB / 54.57MB 1.6s
17:54:04 [2021-12-03T17:54:04.040Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 48.23MB / 54.57MB 1.8s
17:54:04 [2021-12-03T17:54:04.040Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 36.70MB / 85.77MB 1.8s
17:54:04 [2021-12-03T17:54:04.308Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 52.43MB / 54.57MB 1.9s
17:54:04 [2021-12-03T17:54:04.308Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 46.14MB / 85.77MB 2.1s
17:54:04 [2021-12-03T17:54:04.375Z] + docker version
17:54:04 [2021-12-03T17:54:04.525Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done
17:54:04 [2021-12-03T17:54:04.525Z] #4 DONE 0.8s
17:54:04 [2021-12-03T17:54:04.596Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 2.1s done
17:54:04 [2021-12-03T17:54:04.596Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 54.53MB / 85.77MB 2.2s
17:54:04 [2021-12-03T17:54:04.596Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 62.91MB / 85.77MB 2.4s
17:54:04 [2021-12-03T17:54:04.789Z] 
17:54:04 [2021-12-03T17:54:04.789Z] #6 [internal] load .dockerignore
17:54:04 [2021-12-03T17:54:04.789Z] #6 sha256:7b4f0bec6f20221f4ce9c837b1a33b0c3b329500a5b0a166c68ce4e3cb6951c0
17:54:04 [2021-12-03T17:54:04.789Z] #6 DONE 0.0s
17:54:04 [2021-12-03T17:54:04.789Z] 
17:54:04 [2021-12-03T17:54:04.789Z] #5 [internal] load build definition from Dockerfile
17:54:04 [2021-12-03T17:54:04.789Z] #5 sha256:61798ff0f8343be3fba29d4a3f9960b9db0000acea581ee58ea5d3933961d9fb
17:54:04 [2021-12-03T17:54:04.789Z] #5 DONE 0.0s
17:54:04 [2021-12-03T17:54:04.789Z] 
17:54:04 [2021-12-03T17:54:04.789Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:04 [2021-12-03T17:54:04.789Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
17:54:04 [2021-12-03T17:54:04.858Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 54.57MB / 54.57MB 2.5s done
17:54:04 [2021-12-03T17:54:04.858Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 69.21MB / 85.77MB 2.5s
17:54:04 [2021-12-03T17:54:04.858Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b
17:54:04 [2021-12-03T17:54:04.858Z] #11 sha256:b8e59c4f341edfe59a3fb6ace0230f8d34f28e92abc37fc1dffd7a7f22c9aea5 0B / 156B 2.5s
17:54:04 [2021-12-03T17:54:04.858Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 74.45MB / 85.77MB 2.6s
17:54:04 [2021-12-03T17:54:04.858Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 1.05MB / 134.80MB 2.6s
17:54:05 [2021-12-03T17:54:05.058Z] #10 ...
17:54:05 [2021-12-03T17:54:05.058Z] 
17:54:05 [2021-12-03T17:54:05.058Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:05 [2021-12-03T17:54:05.058Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
17:54:05 [2021-12-03T17:54:05.058Z] #9 DONE 0.3s
17:54:05 [2021-12-03T17:54:05.117Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 80.74MB / 85.77MB 2.8s
17:54:05 [2021-12-03T17:54:05.117Z] #11 sha256:b8e59c4f341edfe59a3fb6ace0230f8d34f28e92abc37fc1dffd7a7f22c9aea5 156B / 156B 2.7s done
17:54:05 [2021-12-03T17:54:05.117Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 85.77MB / 85.77MB 2.9s
17:54:05 [2021-12-03T17:54:05.117Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 10.91MB / 134.80MB 2.9s
17:54:03 [2021-12-03T17:54:03.423Z]  > git rev-list --no-walk 53dba498671aad833ea9a060853734379c7baaf9 # timeout=10
17:54:05 [2021-12-03T17:54:05.327Z] 
17:54:05 [2021-12-03T17:54:05.327Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
17:54:05 [2021-12-03T17:54:05.327Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
17:54:05 [2021-12-03T17:54:05.327Z] #7 DONE 0.3s
17:54:05 [2021-12-03T17:54:05.327Z] 
17:54:05 [2021-12-03T17:54:05.327Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:05 [2021-12-03T17:54:05.327Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
17:54:05 [2021-12-03T17:54:05.327Z] #10 DONE 0.4s
17:54:05 [2021-12-03T17:54:05.327Z] 
17:54:05 [2021-12-03T17:54:05.327Z] #8 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye
17:54:05 [2021-12-03T17:54:05.327Z] #8 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e
17:54:05 [2021-12-03T17:54:05.327Z] #8 DONE 0.4s
17:54:05 [2021-12-03T17:54:05.327Z] 
17:54:05 [2021-12-03T17:54:05.327Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:05 [2021-12-03T17:54:05.327Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:54:05 [2021-12-03T17:54:05.327Z] #71 DONE 0.0s
17:54:05 [2021-12-03T17:54:05.327Z] 
17:54:05 [2021-12-03T17:54:05.327Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:05 [2021-12-03T17:54:05.327Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
17:54:05 [2021-12-03T17:54:05.327Z] #69 DONE 0.0s
17:54:05 [2021-12-03T17:54:05.327Z] 
17:54:05 [2021-12-03T17:54:05.327Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:05 [2021-12-03T17:54:05.327Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:05 [2021-12-03T17:54:05.327Z] #11 DONE 0.0s
17:54:05 [2021-12-03T17:54:05.327Z] 
17:54:05 [2021-12-03T17:54:05.327Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:05 [2021-12-03T17:54:05.327Z] #28 sha256:e3d2a173b7d041d9acba9365955077e8d5c843767a61dbe77c389a3f167c00f3
17:54:05 [2021-12-03T17:54:05.327Z] #28 DONE 0.0s
17:54:05 [2021-12-03T17:54:05.327Z] 
17:54:05 [2021-12-03T17:54:05.327Z] #24 [internal] load build context
17:54:05 [2021-12-03T17:54:05.327Z] #24 sha256:c6f88844d29e1b08f2cf0d712963427a5600d5ca91b5cf0c9e7feb98e67d0af3
17:54:05 [2021-12-03T17:54:05.594Z] #24 ...
17:54:05 [2021-12-03T17:54:05.595Z] 
17:54:05 [2021-12-03T17:54:05.595Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:05 [2021-12-03T17:54:05.595Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:54:05 [2021-12-03T17:54:05.595Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
17:54:05 [2021-12-03T17:54:05.595Z] #71 DONE 0.0s
17:54:05 [2021-12-03T17:54:05.595Z] 
17:54:05 [2021-12-03T17:54:05.595Z] #24 [internal] load build context
17:54:05 [2021-12-03T17:54:05.595Z] #24 sha256:c6f88844d29e1b08f2cf0d712963427a5600d5ca91b5cf0c9e7feb98e67d0af3
17:54:05 [2021-12-03T17:54:05.687Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 24.12MB / 134.80MB 3.4s
17:54:05 [2021-12-03T17:54:05.857Z] #24 ...
17:54:05 [2021-12-03T17:54:05.857Z] 
17:54:05 [2021-12-03T17:54:05.857Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
17:54:05 [2021-12-03T17:54:05.857Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
17:54:05 [2021-12-03T17:54:05.857Z] #45 DONE 0.5s
17:54:05 [2021-12-03T17:54:05.857Z] 
17:54:05 [2021-12-03T17:54:05.857Z] #24 [internal] load build context
17:54:05 [2021-12-03T17:54:05.857Z] #24 sha256:c6f88844d29e1b08f2cf0d712963427a5600d5ca91b5cf0c9e7feb98e67d0af3
17:54:05 [2021-12-03T17:54:05.857Z] #24 ...
17:54:05 [2021-12-03T17:54:05.857Z] 
17:54:05 [2021-12-03T17:54:05.857Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
17:54:05 [2021-12-03T17:54:05.857Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
17:54:05 [2021-12-03T17:54:05.857Z] #45 DONE 0.0s
17:54:05 [2021-12-03T17:54:05.857Z] 
17:54:05 [2021-12-03T17:54:05.857Z] #24 [internal] load build context
17:54:05 [2021-12-03T17:54:05.857Z] #24 sha256:c6f88844d29e1b08f2cf0d712963427a5600d5ca91b5cf0c9e7feb98e67d0af3
17:54:05 [2021-12-03T17:54:05.947Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 85.77MB / 85.77MB 3.6s done
17:54:05 [2021-12-03T17:54:05.947Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 35.65MB / 134.80MB 3.7s
17:54:06 [2021-12-03T17:54:06.206Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 47.19MB / 134.80MB 4.0s
17:54:06 [2021-12-03T17:54:06.439Z] Fetching without tags
17:54:06 [2021-12-03T17:54:06.695Z] Merging remotes/origin/master commit f6848ae321b69efb0c1a0304a394e1e3f141b1e1 into PR head commit d78b8835766221e52842a78402c2b78ac23af530
17:54:06 [2021-12-03T17:54:06.773Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 55.22MB / 134.80MB 4.3s
17:54:06 [2021-12-03T17:54:06.773Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 62.69MB / 134.80MB 4.6s
17:54:07 [2021-12-03T17:54:07.341Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 72.27MB / 134.80MB 4.9s
17:54:07 [2021-12-03T17:54:07.370Z] #60 ...
17:54:07 [2021-12-03T17:54:07.370Z] 
17:54:07 [2021-12-03T17:54:07.370Z] #54 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:54:07 [2021-12-03T17:54:07.370Z] #54 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:54:07 [2021-12-03T17:54:07.370Z] #54 24.75 Reading package lists...
17:54:07 [2021-12-03T17:54:07.370Z] #54 31.08 Reading package lists...
17:54:07 [2021-12-03T17:54:07.370Z] #54 37.24 Building dependency tree...
17:54:07 [2021-12-03T17:54:07.599Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 81.79MB / 134.80MB 5.4s
17:54:07 [2021-12-03T17:54:07.898Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 92.27MB / 134.80MB 5.6s
17:54:07 [2021-12-03T17:54:07.934Z] #54 41.40 The following additional packages will be installed:
17:54:06 [2021-12-03T17:54:06.376Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:54:06 [2021-12-03T17:54:06.389Z]  > git config --add remote.origin.fetch +refs/pull/42981/head:refs/remotes/origin/PR-42981 # timeout=10
17:54:06 [2021-12-03T17:54:06.402Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:54:06 [2021-12-03T17:54:06.424Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:54:06 [2021-12-03T17:54:06.442Z] Fetching upstream changes from https://github.com/moby/moby.git
17:54:06 [2021-12-03T17:54:06.442Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:54:06 [2021-12-03T17:54:06.443Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:54:06 [2021-12-03T17:54:06.699Z]  > git config core.sparsecheckout # timeout=10
17:54:06 [2021-12-03T17:54:06.721Z]  > git checkout -f d78b8835766221e52842a78402c2b78ac23af530 # timeout=10
17:54:07 [2021-12-03T17:54:07.460Z]  > git remote # timeout=10
17:54:07 [2021-12-03T17:54:07.684Z]  > git config --get remote.origin.url # timeout=10
17:54:07 [2021-12-03T17:54:07.699Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:54:07 [2021-12-03T17:54:07.895Z]  > git merge f6848ae321b69efb0c1a0304a394e1e3f141b1e1 # timeout=10
17:54:08 [2021-12-03T17:54:08.159Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 99.03MB / 134.80MB 5.9s
17:54:08 [2021-12-03T17:54:08.191Z] #54 41.41   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:54:08 [2021-12-03T17:54:08.191Z] #54 41.41   python3-protobuf python3-six
17:54:08 [2021-12-03T17:54:08.191Z] #54 41.43 Suggested packages:
17:54:08 [2021-12-03T17:54:08.191Z] #54 41.43   python3-setuptools
17:54:08 [2021-12-03T17:54:08.191Z] #54 41.43 Recommended packages:
17:54:08 [2021-12-03T17:54:08.191Z] #54 41.43   iproute2 | iproute
17:54:08 [2021-12-03T17:54:08.423Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 108.00MB / 134.80MB 6.1s
17:54:08 [2021-12-03T17:54:08.423Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 115.34MB / 134.80MB 6.2s
17:54:08 [2021-12-03T17:54:08.431Z] #24 transferring context: 18.77MB 3.0s
17:54:08 [2021-12-03T17:54:08.666Z] Merge succeeded, producing 871659e5ff10dd9479122ff345eaaf77a1a6c9c9
17:54:08 [2021-12-03T17:54:08.666Z] Checking out Revision 871659e5ff10dd9479122ff345eaaf77a1a6c9c9 (PR-42981)
17:54:08 [2021-12-03T17:54:08.755Z] #54 42.28 The following NEW packages will be installed:
17:54:08 [2021-12-03T17:54:08.990Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 122.68MB / 134.80MB 6.5s
17:54:08 [2021-12-03T17:54:08.990Z] #11 ...
17:54:08 [2021-12-03T17:54:08.990Z] 
17:54:08 [2021-12-03T17:54:08.990Z] #24 [internal] load build context
17:54:08 [2021-12-03T17:54:08.990Z] #24 sha256:f7b72279f81f669fefc84447b740a6bd5f9dffc4091c526d06f1eb5f751cfd44
17:54:08 [2021-12-03T17:54:08.990Z] #24 transferring context: 55.52MB 6.7s done
17:54:08 [2021-12-03T17:54:08.990Z] #24 DONE 6.8s
17:54:08 [2021-12-03T17:54:08.990Z] 
17:54:08 [2021-12-03T17:54:08.990Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:08 [2021-12-03T17:54:08.990Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:08 [2021-12-03T17:54:08.990Z] #11 ...
17:54:08 [2021-12-03T17:54:08.990Z] 
17:54:08 [2021-12-03T17:54:08.990Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:08 [2021-12-03T17:54:08.990Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
17:54:08 [2021-12-03T17:54:08.990Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
17:54:08 [2021-12-03T17:54:08.990Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
17:54:08 [2021-12-03T17:54:08.990Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
17:54:08 [2021-12-03T17:54:08.990Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
17:54:08 [2021-12-03T17:54:08.990Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.7s done
17:54:08 [2021-12-03T17:54:08.990Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.8s
17:54:08 [2021-12-03T17:54:08.990Z] #69 ...
17:54:08 [2021-12-03T17:54:08.990Z] 
17:54:08 [2021-12-03T17:54:08.990Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:08 [2021-12-03T17:54:08.990Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:08 [2021-12-03T17:54:08.990Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 134.80MB / 134.80MB 6.8s
17:54:09 [2021-12-03T17:54:09.012Z] #54 42.31   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:54:09 [2021-12-03T17:54:09.012Z] #54 42.31   python3-protobuf python3-six
17:54:09 [2021-12-03T17:54:09.268Z] #54 42.85 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
17:54:09 [2021-12-03T17:54:09.268Z] #54 42.85 Need to get 2292 kB of archives.
17:54:09 [2021-12-03T17:54:09.268Z] #54 42.85 After this operation, 11.0 MB of additional disk space will be used.
17:54:09 [2021-12-03T17:54:09.268Z] #54 42.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
17:54:09 [2021-12-03T17:54:09.525Z] #54 42.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:54:09 [2021-12-03T17:54:09.525Z] #54 42.93 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
17:54:09 [2021-12-03T17:54:09.525Z] #54 42.93 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
17:54:09 [2021-12-03T17:54:09.525Z] #54 42.95 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
17:54:09 [2021-12-03T17:54:09.525Z] #54 42.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
17:54:09 [2021-12-03T17:54:09.525Z] #54 42.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
17:54:09 [2021-12-03T17:54:09.782Z] #54 ...
17:54:09 [2021-12-03T17:54:09.782Z] 
17:54:09 [2021-12-03T17:54:09.782Z] #62 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:54:09 [2021-12-03T17:54:09.782Z] #62 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:54:09 [2021-12-03T17:54:09.782Z] #62 43.51 v3.0.2
17:54:09 [2021-12-03T17:54:09.926Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 5.1s
17:54:10 [2021-12-03T17:54:10.039Z] #62 DONE 43.8s
17:54:10 [2021-12-03T17:54:10.039Z] 
17:54:10 [2021-12-03T17:54:10.039Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:54:10 [2021-12-03T17:54:10.039Z] #60 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:54:10 [2021-12-03T17:54:10.185Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 134.80MB / 134.80MB 7.9s done
17:54:08 [2021-12-03T17:54:08.660Z]  > git rev-parse HEAD^{commit} # timeout=10
17:54:08 [2021-12-03T17:54:08.668Z]  > git config core.sparsecheckout # timeout=10
17:54:08 [2021-12-03T17:54:08.682Z]  > git checkout -f 871659e5ff10dd9479122ff345eaaf77a1a6c9c9 # timeout=10
17:54:10 [2021-12-03T17:54:10.445Z] #11 ...
17:54:10 [2021-12-03T17:54:10.445Z] 
17:54:10 [2021-12-03T17:54:10.445Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:10 [2021-12-03T17:54:10.445Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
17:54:10 [2021-12-03T17:54:10.445Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.5s done
17:54:10 [2021-12-03T17:54:10.445Z] #69 DONE 8.1s
17:54:10 [2021-12-03T17:54:10.445Z] 
17:54:10 [2021-12-03T17:54:10.445Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:10 [2021-12-03T17:54:10.445Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:54:10 [2021-12-03T17:54:10.445Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
17:54:10 [2021-12-03T17:54:10.445Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
17:54:10 [2021-12-03T17:54:10.445Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.3s done
17:54:10 [2021-12-03T17:54:10.445Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.1s done
17:54:10 [2021-12-03T17:54:10.445Z] #71 DONE 8.1s
17:54:10 [2021-12-03T17:54:10.445Z] 
17:54:10 [2021-12-03T17:54:10.445Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:10 [2021-12-03T17:54:10.445Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:12 [2021-12-03T17:54:12.319Z] Commit message: "Merge commit 'f6848ae321b69efb0c1a0304a394e1e3f141b1e1' into HEAD"
17:54:12 [2021-12-03T17:54:12.336Z] First time build. Skipping changelog.
17:54:12 [2021-12-03T17:54:12.354Z] #11 ...
17:54:12 [2021-12-03T17:54:12.354Z] 
17:54:12 [2021-12-03T17:54:12.354Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:12 [2021-12-03T17:54:12.354Z] #28 sha256:e3d2a173b7d041d9acba9365955077e8d5c843767a61dbe77c389a3f167c00f3
17:54:12 [2021-12-03T17:54:12.354Z] #28 resolve docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b 0.1s done
17:54:12 [2021-12-03T17:54:12.354Z] #28 sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b 1.85kB / 1.85kB done
17:54:12 [2021-12-03T17:54:12.354Z] #28 sha256:2fa1cd247c9a06849534902b6b227efd21dbb5c0fea11c75aeba1df18685f1b8 529B / 529B done
17:54:12 [2021-12-03T17:54:12.354Z] #28 sha256:05d2318291e38ea41118d6792f78087ae61232a28369b167c5faec3eb6c01630 1.46kB / 1.46kB done
17:54:12 [2021-12-03T17:54:12.354Z] #28 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 2.0s done
17:54:12 [2021-12-03T17:54:12.354Z] #28 ...
17:54:12 [2021-12-03T17:54:12.354Z] 
17:54:12 [2021-12-03T17:54:12.354Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:12 [2021-12-03T17:54:12.354Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:12 [2021-12-03T17:54:12.513Z] Client: Docker Engine - Community
17:54:12 [2021-12-03T17:54:12.513Z]  Version:           20.10.10-rc1
17:54:12 [2021-12-03T17:54:12.513Z]  API version:       1.41
17:54:12 [2021-12-03T17:54:12.513Z]  Go version:        go1.16.9
17:54:12 [2021-12-03T17:54:12.513Z]  Git commit:        b485636
17:54:12 [2021-12-03T17:54:12.513Z]  Built:             Mon Oct 18 15:22:14 2021
17:54:12 [2021-12-03T17:54:12.513Z]  OS/Arch:           linux/amd64
17:54:12 [2021-12-03T17:54:12.513Z]  Context:           default
17:54:12 [2021-12-03T17:54:12.513Z]  Experimental:      true
17:54:12 [2021-12-03T17:54:12.513Z] 
17:54:12 [2021-12-03T17:54:12.513Z] Server: Docker Engine - Community
17:54:12 [2021-12-03T17:54:12.513Z]  Engine:
17:54:12 [2021-12-03T17:54:12.513Z]   Version:          20.10.10-rc1
17:54:12 [2021-12-03T17:54:12.513Z]   API version:      1.41 (minimum version 1.12)
17:54:12 [2021-12-03T17:54:12.513Z]   Go version:       go1.16.9
17:54:12 [2021-12-03T17:54:12.513Z]   Git commit:       9f5b26f
17:54:12 [2021-12-03T17:54:12.513Z]   Built:            Mon Oct 18 15:20:19 2021
17:54:12 [2021-12-03T17:54:12.513Z]   OS/Arch:          linux/amd64
17:54:12 [2021-12-03T17:54:12.513Z]   Experimental:     true
17:54:12 [2021-12-03T17:54:12.513Z]  containerd:
17:54:12 [2021-12-03T17:54:12.513Z]   Version:          1.4.11
17:54:12 [2021-12-03T17:54:12.513Z]   GitCommit:        5b46e404f6b9f661a205e28d59c982d3634148f8
17:54:12 [2021-12-03T17:54:12.513Z]  runc:
17:54:12 [2021-12-03T17:54:12.513Z]   Version:          1.0.2
17:54:12 [2021-12-03T17:54:12.513Z]   GitCommit:        v1.0.2-0-g52b36a2
17:54:12 [2021-12-03T17:54:12.513Z]  docker-init:
17:54:12 [2021-12-03T17:54:12.513Z]   Version:          0.19.0
17:54:12 [2021-12-03T17:54:12.513Z]   GitCommit:        de40ad0
[Pipeline] sh
17:54:12 [2021-12-03T17:54:12.660Z] #24 ...
17:54:12 [2021-12-03T17:54:12.660Z] 
17:54:12 [2021-12-03T17:54:12.660Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:12 [2021-12-03T17:54:12.660Z] #11 resolve docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593 0.0s done
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593 1.86kB / 1.86kB done
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:e5993351274bca358c6673e6464b5efb48cd5a4403aeadec95196cdf08c685fa 7.07kB / 7.07kB done
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 2.7s done
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:108962cc6510ab38693c529b1b8637956f902237728bbe5f16dcbcdc1556d5a0 1.80kB / 1.80kB done
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 5.15MB / 5.15MB 0.3s done
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 10.87MB / 10.87MB 0.8s done
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 54.57MB / 54.57MB 3.2s done
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 85.77MB / 85.77MB 4.8s done
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 134.80MB / 134.80MB 6.7s
17:54:12 [2021-12-03T17:54:12.660Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 3.5s
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:b8e59c4f341edfe59a3fb6ace0230f8d34f28e92abc37fc1dffd7a7f22c9aea5 156B / 156B 3.3s done
17:54:12 [2021-12-03T17:54:12.660Z] #11 ...
17:54:12 [2021-12-03T17:54:12.660Z] 
17:54:12 [2021-12-03T17:54:12.660Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:12 [2021-12-03T17:54:12.660Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
17:54:12 [2021-12-03T17:54:12.660Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
17:54:12 [2021-12-03T17:54:12.660Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
17:54:12 [2021-12-03T17:54:12.660Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
17:54:12 [2021-12-03T17:54:12.660Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.8s done
17:54:12 [2021-12-03T17:54:12.660Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done
17:54:12 [2021-12-03T17:54:12.660Z] #69 DONE 7.1s
17:54:12 [2021-12-03T17:54:12.660Z] 
17:54:12 [2021-12-03T17:54:12.660Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:12 [2021-12-03T17:54:12.660Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:12 [2021-12-03T17:54:12.660Z] #11 ...
17:54:12 [2021-12-03T17:54:12.660Z] 
17:54:12 [2021-12-03T17:54:12.660Z] #24 [internal] load build context
17:54:12 [2021-12-03T17:54:12.660Z] #24 sha256:c6f88844d29e1b08f2cf0d712963427a5600d5ca91b5cf0c9e7feb98e67d0af3
17:54:12 [2021-12-03T17:54:12.322Z]  > git rev-list --no-walk 53dba498671aad833ea9a060853734379c7baaf9 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
17:54:12 [2021-12-03T17:54:12.844Z] + docker info
[Pipeline] sh
17:54:12 [2021-12-03T17:54:12.924Z] #24 transferring context: 55.52MB 7.5s done
17:54:12 [2021-12-03T17:54:12.924Z] #24 DONE 7.7s
17:54:12 [2021-12-03T17:54:12.924Z] 
17:54:12 [2021-12-03T17:54:12.924Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:12 [2021-12-03T17:54:12.924Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:13 [2021-12-03T17:54:13.293Z] #11 ...
17:54:13 [2021-12-03T17:54:13.293Z] 
17:54:13 [2021-12-03T17:54:13.293Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
17:54:13 [2021-12-03T17:54:13.293Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
17:54:13 [2021-12-03T17:54:13.293Z] #70 DONE 0.2s
17:54:13 [2021-12-03T17:54:13.293Z] 
17:54:13 [2021-12-03T17:54:13.293Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
17:54:13 [2021-12-03T17:54:13.293Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
17:54:13 [2021-12-03T17:54:13.317Z] #60 ...
17:54:13 [2021-12-03T17:54:13.317Z] 
17:54:13 [2021-12-03T17:54:13.317Z] #54 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:54:13 [2021-12-03T17:54:13.317Z] #54 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:54:13 [2021-12-03T17:54:13.317Z] #54 46.79 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-2 [660 kB]
17:54:13 [2021-12-03T17:54:13.600Z] + docker version
17:54:13 [2021-12-03T17:54:13.861Z] #72 DONE 0.5s
17:54:13 [2021-12-03T17:54:13.861Z] 
17:54:13 [2021-12-03T17:54:13.861Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:13 [2021-12-03T17:54:13.861Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:13 [2021-12-03T17:54:13.861Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 8.8s done
17:54:13 [2021-12-03T17:54:13.861Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2
17:54:13 [2021-12-03T17:54:13.861Z] #11 ...
17:54:13 [2021-12-03T17:54:13.861Z] 
17:54:13 [2021-12-03T17:54:13.861Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:13 [2021-12-03T17:54:13.862Z] #28 sha256:e3d2a173b7d041d9acba9365955077e8d5c843767a61dbe77c389a3f167c00f3
17:54:13 [2021-12-03T17:54:13.862Z] #28 DONE 11.6s
17:54:13 [2021-12-03T17:54:13.862Z] 
17:54:13 [2021-12-03T17:54:13.862Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:13 [2021-12-03T17:54:13.862Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:13 [2021-12-03T17:54:13.872Z] #11 ...
17:54:13 [2021-12-03T17:54:13.872Z] 
17:54:13 [2021-12-03T17:54:13.872Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:13 [2021-12-03T17:54:13.872Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:54:13 [2021-12-03T17:54:13.872Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
17:54:13 [2021-12-03T17:54:13.872Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
17:54:13 [2021-12-03T17:54:13.872Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
17:54:13 [2021-12-03T17:54:13.872Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.8s done
17:54:13 [2021-12-03T17:54:13.872Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.6s done
17:54:13 [2021-12-03T17:54:13.872Z] #71 DONE 8.1s
17:54:13 [2021-12-03T17:54:13.872Z] 
17:54:13 [2021-12-03T17:54:13.872Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:13 [2021-12-03T17:54:13.872Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:14 [2021-12-03T17:54:14.444Z] #11 ...
17:54:14 [2021-12-03T17:54:14.444Z] 
17:54:14 [2021-12-03T17:54:14.444Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
17:54:14 [2021-12-03T17:54:14.444Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
17:54:14 [2021-12-03T17:54:14.444Z] #70 DONE 0.4s
17:54:14 [2021-12-03T17:54:14.444Z] 
17:54:14 [2021-12-03T17:54:14.444Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:14 [2021-12-03T17:54:14.444Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:15 [2021-12-03T17:54:15.018Z] #11 ...
17:54:15 [2021-12-03T17:54:15.018Z] 
17:54:15 [2021-12-03T17:54:15.018Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
17:54:15 [2021-12-03T17:54:15.018Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
17:54:15 [2021-12-03T17:54:15.018Z] #72 DONE 0.4s
17:54:15 [2021-12-03T17:54:15.018Z] 
17:54:15 [2021-12-03T17:54:15.018Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:15 [2021-12-03T17:54:15.018Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:15 [2021-12-03T17:54:15.211Z] #54 48.39 debconf: delaying package configuration, since apt-utils is not installed
17:54:15 [2021-12-03T17:54:15.211Z] #54 48.65 Fetched 2292 kB in 5s (482 kB/s)
17:54:15 [2021-12-03T17:54:15.211Z] #54 48.75 Selecting previously unselected package libprotobuf23:amd64.
17:54:15 [2021-12-03T17:54:15.240Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 1.3s done
17:54:15 [2021-12-03T17:54:15.468Z] #54 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 ... 15713 files and directories currently installed.)
17:54:15 [2021-12-03T17:54:15.468Z] #54 48.80 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
17:54:15 [2021-12-03T17:54:15.468Z] #54 48.83 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
17:54:15 [2021-12-03T17:54:15.514Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1
17:54:15 [2021-12-03T17:54:15.590Z] #11 ...
17:54:15 [2021-12-03T17:54:15.590Z] 
17:54:15 [2021-12-03T17:54:15.590Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:15 [2021-12-03T17:54:15.590Z] #28 sha256:e3d2a173b7d041d9acba9365955077e8d5c843767a61dbe77c389a3f167c00f3
17:54:15 [2021-12-03T17:54:15.590Z] #28 resolve docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b 0.0s done
17:54:15 [2021-12-03T17:54:15.590Z] #28 sha256:2fa1cd247c9a06849534902b6b227efd21dbb5c0fea11c75aeba1df18685f1b8 529B / 529B done
17:54:15 [2021-12-03T17:54:15.590Z] #28 sha256:05d2318291e38ea41118d6792f78087ae61232a28369b167c5faec3eb6c01630 1.46kB / 1.46kB done
17:54:15 [2021-12-03T17:54:15.590Z] #28 sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b 1.85kB / 1.85kB done
17:54:15 [2021-12-03T17:54:15.590Z] #28 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 2.6s done
17:54:15 [2021-12-03T17:54:15.590Z] #28 ...
17:54:15 [2021-12-03T17:54:15.590Z] 
17:54:15 [2021-12-03T17:54:15.590Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:15 [2021-12-03T17:54:15.590Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:16 [2021-12-03T17:54:16.399Z] #54 49.72 Selecting previously unselected package python3-pkg-resources.
17:54:16 [2021-12-03T17:54:16.399Z] #54 49.72 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
17:54:16 [2021-12-03T17:54:16.399Z] #54 49.75 Unpacking python3-pkg-resources (52.0.0-4) ...
17:54:16 [2021-12-03T17:54:16.656Z] #54 50.00 Selecting previously unselected package python3-six.
17:54:16 [2021-12-03T17:54:16.656Z] #54 50.01 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
17:54:16 [2021-12-03T17:54:16.656Z] #54 50.03 Unpacking python3-six (1.16.0-2) ...
17:54:16 [2021-12-03T17:54:16.656Z] #54 50.14 Selecting previously unselected package python3-protobuf.
17:54:16 [2021-12-03T17:54:16.656Z] #54 50.15 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
17:54:16 [2021-12-03T17:54:16.656Z] #54 50.16 Unpacking python3-protobuf (3.12.4-1) ...
17:54:17 [2021-12-03T17:54:17.417Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 1.7s done
17:54:17 [2021-12-03T17:54:17.506Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 8.6s done
17:54:17 [2021-12-03T17:54:17.506Z] #11 ...
17:54:17 [2021-12-03T17:54:17.506Z] 
17:54:17 [2021-12-03T17:54:17.506Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:17 [2021-12-03T17:54:17.506Z] #28 sha256:e3d2a173b7d041d9acba9365955077e8d5c843767a61dbe77c389a3f167c00f3
17:54:17 [2021-12-03T17:54:17.506Z] #28 DONE 12.1s
17:54:17 [2021-12-03T17:54:17.506Z] 
17:54:17 [2021-12-03T17:54:17.506Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:17 [2021-12-03T17:54:17.506Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:17 [2021-12-03T17:54:17.506Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2
17:54:17 [2021-12-03T17:54:17.587Z] #54 50.72 Selecting previously unselected package libnet1:amd64.
17:54:17 [2021-12-03T17:54:17.587Z] #54 50.72 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
17:54:17 [2021-12-03T17:54:17.587Z] #54 50.74 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:54:17 [2021-12-03T17:54:17.587Z] #54 50.89 Selecting previously unselected package libnl-3-200:amd64.
17:54:17 [2021-12-03T17:54:17.587Z] #54 50.89 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
17:54:17 [2021-12-03T17:54:17.587Z] #54 50.91 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
17:54:17 [2021-12-03T17:54:17.587Z] #54 51.10 Selecting previously unselected package libprotobuf-c1:amd64.
17:54:17 [2021-12-03T17:54:17.587Z] #54 51.10 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
17:54:17 [2021-12-03T17:54:17.587Z] #54 51.11 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:54:17 [2021-12-03T17:54:17.844Z] #54 51.24 Selecting previously unselected package criu.
17:54:17 [2021-12-03T17:54:17.844Z] #54 51.24 Preparing to unpack .../7-criu_3.16.1-2_amd64.deb ...
17:54:17 [2021-12-03T17:54:17.844Z] #54 51.26 Unpacking criu (3.16.1-2) ...
17:54:17 [2021-12-03T17:54:17.989Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3
17:54:18 [2021-12-03T17:54:18.451Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 1.0s done
17:54:18 [2021-12-03T17:54:18.712Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1
17:54:18 [2021-12-03T17:54:18.775Z] #54 52.15 Setting up python3-pkg-resources (52.0.0-4) ...
17:54:20 [2021-12-03T17:54:20.100Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 1.4s done
17:54:20 [2021-12-03T17:54:20.362Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3
17:54:20 [2021-12-03T17:54:20.670Z] #54 54.21 Setting up libprotobuf23:amd64 (3.12.4-1) ...
17:54:20 [2021-12-03T17:54:20.928Z] #54 54.24 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:54:20 [2021-12-03T17:54:20.928Z] #54 54.26 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:54:20 [2021-12-03T17:54:20.928Z] #54 54.27 Setting up python3-six (1.16.0-2) ...
17:54:21 [2021-12-03T17:54:21.696Z] Client: Docker Engine - Community
17:54:21 [2021-12-03T17:54:21.696Z]  Version:           20.10.10-rc1
17:54:21 [2021-12-03T17:54:21.696Z]  API version:       1.41
17:54:21 [2021-12-03T17:54:21.696Z]  Go version:        go1.16.9
17:54:21 [2021-12-03T17:54:21.696Z]  Git commit:        b485636
17:54:21 [2021-12-03T17:54:21.696Z]  Built:             Mon Oct 18 15:21:14 2021
17:54:21 [2021-12-03T17:54:21.696Z]  OS/Arch:           linux/arm64
17:54:21 [2021-12-03T17:54:21.696Z]  Context:           default
17:54:21 [2021-12-03T17:54:21.696Z]  Experimental:      true
17:54:21 [2021-12-03T17:54:21.696Z] 
17:54:21 [2021-12-03T17:54:21.696Z] Server: Docker Engine - Community
17:54:21 [2021-12-03T17:54:21.696Z]  Engine:
17:54:21 [2021-12-03T17:54:21.696Z]   Version:          20.10.10-rc1
17:54:21 [2021-12-03T17:54:21.696Z]   API version:      1.41 (minimum version 1.12)
17:54:21 [2021-12-03T17:54:21.696Z]   Go version:       go1.16.9
17:54:21 [2021-12-03T17:54:21.696Z]   Git commit:       9f5b26f
17:54:21 [2021-12-03T17:54:21.696Z]   Built:            Mon Oct 18 15:19:46 2021
17:54:21 [2021-12-03T17:54:21.696Z]   OS/Arch:          linux/arm64
17:54:21 [2021-12-03T17:54:21.696Z]   Experimental:     true
17:54:21 [2021-12-03T17:54:21.696Z]  containerd:
17:54:21 [2021-12-03T17:54:21.696Z]   Version:          1.4.11
17:54:21 [2021-12-03T17:54:21.696Z]   GitCommit:        5b46e404f6b9f661a205e28d59c982d3634148f8
17:54:21 [2021-12-03T17:54:21.696Z]  runc:
17:54:21 [2021-12-03T17:54:21.696Z]   Version:          1.0.2
17:54:21 [2021-12-03T17:54:21.696Z]   GitCommit:        v1.0.2-0-g52b36a2
17:54:21 [2021-12-03T17:54:21.696Z]  docker-init:
17:54:21 [2021-12-03T17:54:21.696Z]   Version:          0.19.0
17:54:21 [2021-12-03T17:54:21.696Z]   GitCommit:        de40ad0
[Pipeline] sh
17:54:21 [2021-12-03T17:54:21.996Z] + docker info
17:54:22 [2021-12-03T17:54:22.299Z] #54 55.75 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
17:54:22 [2021-12-03T17:54:22.299Z] #54 55.81 Setting up python3-protobuf (3.12.4-1) ...
17:54:23 [2021-12-03T17:54:23.280Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 5.1s
17:54:23 [2021-12-03T17:54:23.851Z] #11 ...
17:54:23 [2021-12-03T17:54:23.851Z] 
17:54:23 [2021-12-03T17:54:23.851Z] #29 [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
17:54:23 [2021-12-03T17:54:23.851Z] #29 sha256:a2d0bf6e35a1cf17ae2d5f3092969665e1d1ac307f1cac66dab7544e49bef786
17:54:23 [2021-12-03T17:54:23.851Z] #29 1.975 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 1.988 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 1.988 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 2.183 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 2.465 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 2.807 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:54:23 [2021-12-03T17:54:23.851Z] #29 4.314 Fetched 8479 kB in 3s (3245 kB/s)
17:54:23 [2021-12-03T17:54:23.851Z] #29 4.314 Reading package lists...
17:54:23 [2021-12-03T17:54:23.851Z] #29 5.155 Reading package lists...
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.003 Building dependency tree...
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.379 The following additional packages will be installed:
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.379   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.379   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.379 Recommended packages:
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.379   libldap-common publicsuffix libsasl2-modules
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.546 The following NEW packages will be installed:
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.546   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.546   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.546   libssh2-1 openssl
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.838 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.838 Need to get 3038 kB of archives.
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.838 After this operation, 6652 kB of additional disk space will be used.
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.838 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.855 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.855 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.858 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.871 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.871 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.871 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.871 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.871 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.871 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.871 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.891 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.891 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
17:54:23 [2021-12-03T17:54:23.851Z] #29 6.891 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
17:54:23 [2021-12-03T17:54:23.852Z] #29 6.891 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.097 debconf: delaying package configuration, since apt-utils is not installed
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.131 Fetched 3038 kB in 0s (9126 kB/s)
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.164 Selecting previously unselected package openssl.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.164 (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 ... 6653 files and directories currently installed.)
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.164 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.169 Unpacking openssl (1.1.1k-1+deb11u1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.342 Selecting previously unselected package ca-certificates.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.344 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.351 Unpacking ca-certificates (20210119) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.438 Selecting previously unselected package libbrotli1:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.440 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.452 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.521 Selecting previously unselected package libsasl2-modules-db:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.523 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.539 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.588 Selecting previously unselected package libsasl2-2:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.588 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.592 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.667 Selecting previously unselected package libldap-2.4-2:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.669 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.673 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.750 Selecting previously unselected package libnghttp2-14:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.752 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.758 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.807 Selecting previously unselected package libpsl5:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.807 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.811 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.854 Selecting previously unselected package librtmp1:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.854 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.861 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.908 Selecting previously unselected package libssh2-1:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.909 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.916 Unpacking libssh2-1:amd64 (1.9.0-2) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.985 Selecting previously unselected package libcurl4:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.986 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 7.997 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.068 Selecting previously unselected package curl.
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.068 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.072 Unpacking curl (7.74.0-1.3+b1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.132 Selecting previously unselected package libonig5:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.132 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.135 Unpacking libonig5:amd64 (6.9.6-1.1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.200 Selecting previously unselected package libjq1:amd64.
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.200 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.205 Unpacking libjq1:amd64 (1.6-2.1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.258 Selecting previously unselected package jq.
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.258 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.261 Unpacking jq (1.6-2.1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.300 Setting up libpsl5:amd64 (0.21.0-1.2) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.312 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.329 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.332 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.341 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.352 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.394 Setting up libssh2-1:amd64 (1.9.0-2) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.405 Setting up openssl (1.1.1k-1+deb11u1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.422 Setting up libonig5:amd64 (6.9.6-1.1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.430 Setting up libjq1:amd64 (1.6-2.1) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.444 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 8.455 Setting up ca-certificates (20210119) ...
17:54:23 [2021-12-03T17:54:23.852Z] #29 9.180 Updating certificates in /etc/ssl/certs...
17:54:24 [2021-12-03T17:54:24.112Z] #29 ...
17:54:24 [2021-12-03T17:54:24.112Z] 
17:54:24 [2021-12-03T17:54:24.112Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:24 [2021-12-03T17:54:24.112Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:25 [2021-12-03T17:54:25.052Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 7.2s done
17:54:25 [2021-12-03T17:54:25.312Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760
17:54:25 [2021-12-03T17:54:25.666Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 5.0s
17:54:26 [2021-12-03T17:54:26.513Z] #54 ...
17:54:26 [2021-12-03T17:54:26.513Z] 
17:54:26 [2021-12-03T17:54:26.513Z] #41 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:54:26 [2021-12-03T17:54:26.513Z] #41 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:54:26 [2021-12-03T17:54:26.513Z] #41 49.37 Updating files:  88% (1342/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
17:54:26 [2021-12-03T17:54:26.513Z] #41 49.91 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
17:54:26 [2021-12-03T17:54:26.513Z] #41 50.13 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:54:26 [2021-12-03T17:54:26.695Z] #11 ...
17:54:26 [2021-12-03T17:54:26.695Z] 
17:54:26 [2021-12-03T17:54:26.695Z] #29 [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
17:54:26 [2021-12-03T17:54:26.695Z] #29 sha256:a2d0bf6e35a1cf17ae2d5f3092969665e1d1ac307f1cac66dab7544e49bef786
17:54:26 [2021-12-03T17:54:26.695Z] #29 10.40 129 added, 0 removed; done.
17:54:26 [2021-12-03T17:54:26.695Z] #29 10.46 Setting up jq (1.6-2.1) ...
17:54:26 [2021-12-03T17:54:26.695Z] #29 10.47 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ...
17:54:26 [2021-12-03T17:54:26.695Z] #29 10.48 Setting up curl (7.74.0-1.3+b1) ...
17:54:26 [2021-12-03T17:54:26.695Z] #29 10.49 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:54:26 [2021-12-03T17:54:26.695Z] #29 10.51 Processing triggers for ca-certificates (20210119) ...
17:54:26 [2021-12-03T17:54:26.695Z] #29 10.52 Updating certificates in /etc/ssl/certs...
17:54:26 [2021-12-03T17:54:26.695Z] #29 11.49 0 added, 0 removed; done.
17:54:26 [2021-12-03T17:54:26.695Z] #29 11.49 Running hooks in /etc/ca-certificates/update.d...
17:54:26 [2021-12-03T17:54:26.695Z] #29 11.50 done.
17:54:26 [2021-12-03T17:54:26.695Z] #29 DONE 12.8s
17:54:26 [2021-12-03T17:54:26.695Z] 
17:54:26 [2021-12-03T17:54:26.695Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
17:54:26 [2021-12-03T17:54:26.695Z] #30 sha256:abff7df7d14ed02099b3986ed983ebe7ebdf477af9b73603b44f3bfce1968804
17:54:26 [2021-12-03T17:54:26.695Z] #30 DONE 0.1s
17:54:26 [2021-12-03T17:54:26.695Z] 
17:54:26 [2021-12-03T17:54:26.695Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:26 [2021-12-03T17:54:26.695Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:27 [2021-12-03T17:54:27.074Z] #41 ...
17:54:27 [2021-12-03T17:54:27.074Z] 
17:54:27 [2021-12-03T17:54:27.074Z] #54 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:54:27 [2021-12-03T17:54:27.074Z] #54 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:54:27 [2021-12-03T17:54:27.074Z] #54 60.30 Setting up criu (3.16.1-2) ...
17:54:27 [2021-12-03T17:54:27.584Z] #11 ...
17:54:27 [2021-12-03T17:54:27.584Z] 
17:54:27 [2021-12-03T17:54:27.584Z] #29 [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
17:54:27 [2021-12-03T17:54:27.584Z] #29 sha256:a2d0bf6e35a1cf17ae2d5f3092969665e1d1ac307f1cac66dab7544e49bef786
17:54:27 [2021-12-03T17:54:27.584Z] #29 2.075 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 2.093 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 2.101 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 2.318 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 2.725 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:54:27 [2021-12-03T17:54:27.584Z] #29 3.089 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 4.210 Fetched 8479 kB in 2s (3520 kB/s)
17:54:27 [2021-12-03T17:54:27.584Z] #29 4.210 Reading package lists...
17:54:27 [2021-12-03T17:54:27.584Z] #29 5.010 Reading package lists...
17:54:27 [2021-12-03T17:54:27.584Z] #29 5.838 Building dependency tree...
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.197 The following additional packages will be installed:
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.197   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.198   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.199 Recommended packages:
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.199   libldap-common publicsuffix libsasl2-modules
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.425 The following NEW packages will be installed:
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.425   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.425   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.425   libssh2-1 openssl
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.704 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.704 Need to get 3038 kB of archives.
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.704 After this operation, 6652 kB of additional disk space will be used.
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.704 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.729 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.734 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.734 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.734 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.734 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.734 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.736 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.737 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.742 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.742 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.743 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.746 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.748 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.750 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.950 debconf: delaying package configuration, since apt-utils is not installed
17:54:27 [2021-12-03T17:54:27.584Z] #29 6.992 Fetched 3038 kB in 0s (9443 kB/s)
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.040 Selecting previously unselected package openssl.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.040 (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 ... 6653 files and directories currently installed.)
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.046 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.046 Unpacking openssl (1.1.1k-1+deb11u1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.188 Selecting previously unselected package ca-certificates.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.188 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.201 Unpacking ca-certificates (20210119) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.277 Selecting previously unselected package libbrotli1:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.277 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.285 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.356 Selecting previously unselected package libsasl2-modules-db:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.358 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.363 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.405 Selecting previously unselected package libsasl2-2:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.407 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.410 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.473 Selecting previously unselected package libldap-2.4-2:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.473 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.473 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.578 Selecting previously unselected package libnghttp2-14:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.578 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.583 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.644 Selecting previously unselected package libpsl5:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.644 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.647 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.694 Selecting previously unselected package librtmp1:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.694 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.699 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.812 Selecting previously unselected package libssh2-1:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.812 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.817 Unpacking libssh2-1:amd64 (1.9.0-2) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.876 Selecting previously unselected package libcurl4:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.876 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.881 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.975 Selecting previously unselected package curl.
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.975 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 7.983 Unpacking curl (7.74.0-1.3+b1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.059 Selecting previously unselected package libonig5:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.059 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.069 Unpacking libonig5:amd64 (6.9.6-1.1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.138 Selecting previously unselected package libjq1:amd64.
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.138 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.143 Unpacking libjq1:amd64 (1.6-2.1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.207 Selecting previously unselected package jq.
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.207 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.210 Unpacking jq (1.6-2.1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.270 Setting up libpsl5:amd64 (0.21.0-1.2) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.288 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.306 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.311 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.323 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.339 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.344 Setting up libssh2-1:amd64 (1.9.0-2) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.381 Setting up openssl (1.1.1k-1+deb11u1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.396 Setting up libonig5:amd64 (6.9.6-1.1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.408 Setting up libjq1:amd64 (1.6-2.1) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.417 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 8.433 Setting up ca-certificates (20210119) ...
17:54:27 [2021-12-03T17:54:27.584Z] #29 9.159 Updating certificates in /etc/ssl/certs...
17:54:27 [2021-12-03T17:54:27.584Z] #29 ...
17:54:27 [2021-12-03T17:54:27.584Z] 
17:54:27 [2021-12-03T17:54:27.584Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:27 [2021-12-03T17:54:27.584Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:28 [2021-12-03T17:54:28.158Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 7.6s done
17:54:28 [2021-12-03T17:54:28.420Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760
17:54:29 [2021-12-03T17:54:29.591Z] #54 62.52 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:54:29 [2021-12-03T17:54:29.591Z] #54 DONE 63.0s
17:54:29 [2021-12-03T17:54:29.591Z] 
17:54:29 [2021-12-03T17:54:29.591Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:54:29 [2021-12-03T17:54:29.591Z] #58 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:54:30 [2021-12-03T17:54:30.336Z] #11 ...
17:54:30 [2021-12-03T17:54:30.336Z] 
17:54:30 [2021-12-03T17:54:30.336Z] #29 [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
17:54:30 [2021-12-03T17:54:30.336Z] #29 sha256:a2d0bf6e35a1cf17ae2d5f3092969665e1d1ac307f1cac66dab7544e49bef786
17:54:30 [2021-12-03T17:54:30.336Z] #29 10.34 129 added, 0 removed; done.
17:54:30 [2021-12-03T17:54:30.336Z] #29 10.41 Setting up jq (1.6-2.1) ...
17:54:30 [2021-12-03T17:54:30.336Z] #29 10.41 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ...
17:54:30 [2021-12-03T17:54:30.336Z] #29 10.42 Setting up curl (7.74.0-1.3+b1) ...
17:54:30 [2021-12-03T17:54:30.336Z] #29 10.44 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:54:30 [2021-12-03T17:54:30.336Z] #29 10.45 Processing triggers for ca-certificates (20210119) ...
17:54:30 [2021-12-03T17:54:30.336Z] #29 10.47 Updating certificates in /etc/ssl/certs...
17:54:30 [2021-12-03T17:54:30.336Z] #29 11.35 0 added, 0 removed; done.
17:54:30 [2021-12-03T17:54:30.336Z] #29 11.35 Running hooks in /etc/ca-certificates/update.d...
17:54:30 [2021-12-03T17:54:30.336Z] #29 11.35 done.
17:54:30 [2021-12-03T17:54:30.336Z] #29 DONE 12.6s
17:54:30 [2021-12-03T17:54:30.336Z] 
17:54:30 [2021-12-03T17:54:30.336Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:30 [2021-12-03T17:54:30.336Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:30 [2021-12-03T17:54:30.336Z] #11 ...
17:54:30 [2021-12-03T17:54:30.336Z] 
17:54:30 [2021-12-03T17:54:30.336Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
17:54:30 [2021-12-03T17:54:30.336Z] #30 sha256:8179a7b34e12236d7b2d949513e6ef002199da2bcb28dbc22099c2f3d1f7a22c
17:54:30 [2021-12-03T17:54:30.336Z] #30 DONE 0.1s
17:54:30 [2021-12-03T17:54:30.597Z] 
17:54:30 [2021-12-03T17:54:30.597Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:30 [2021-12-03T17:54:30.597Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:30 [2021-12-03T17:54:30.899Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 5.0s
17:54:32 [2021-12-03T17:54:32.865Z] #58 66.41 gotestsum version dev
17:54:32 [2021-12-03T17:54:32.865Z] #58 DONE 66.6s
17:54:32 [2021-12-03T17:54:32.865Z] 
17:54:32 [2021-12-03T17:54:32.865Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:54:32 [2021-12-03T17:54:32.865Z] #60 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:54:33 [2021-12-03T17:54:33.905Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 5.2s
17:54:34 [2021-12-03T17:54:34.806Z] Client:
17:54:34 [2021-12-03T17:54:34.806Z]  Context:    default
17:54:34 [2021-12-03T17:54:34.806Z]  Debug Mode: false
17:54:34 [2021-12-03T17:54:34.806Z]  Plugins:
17:54:34 [2021-12-03T17:54:34.806Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
17:54:34 [2021-12-03T17:54:34.806Z]   buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
17:54:34 [2021-12-03T17:54:34.806Z]   compose: Docker Compose (Docker Inc., v2.0.1)
17:54:34 [2021-12-03T17:54:34.806Z]   scan: Docker Scan (Docker Inc., v0.8.0)
17:54:34 [2021-12-03T17:54:34.806Z] 
17:54:34 [2021-12-03T17:54:34.806Z] Server:
17:54:34 [2021-12-03T17:54:34.806Z]  Containers: 0
17:54:34 [2021-12-03T17:54:34.806Z]   Running: 0
17:54:34 [2021-12-03T17:54:34.806Z]   Paused: 0
17:54:34 [2021-12-03T17:54:34.806Z]   Stopped: 0
17:54:34 [2021-12-03T17:54:34.806Z]  Images: 0
17:54:34 [2021-12-03T17:54:34.806Z]  Server Version: 20.10.10-rc1
17:54:34 [2021-12-03T17:54:34.806Z]  Storage Driver: overlay2
17:54:34 [2021-12-03T17:54:34.806Z]   Backing Filesystem: extfs
17:54:34 [2021-12-03T17:54:34.806Z]   Supports d_type: true
17:54:34 [2021-12-03T17:54:34.806Z]   Native Overlay Diff: true
17:54:34 [2021-12-03T17:54:34.806Z]   userxattr: false
17:54:34 [2021-12-03T17:54:34.806Z]  Logging Driver: json-file
17:54:34 [2021-12-03T17:54:34.806Z]  Cgroup Driver: systemd
17:54:34 [2021-12-03T17:54:34.806Z]  Cgroup Version: 2
17:54:34 [2021-12-03T17:54:34.806Z]  Plugins:
17:54:34 [2021-12-03T17:54:34.806Z]   Volume: local
17:54:34 [2021-12-03T17:54:34.806Z]   Network: bridge host ipvlan macvlan null overlay
17:54:34 [2021-12-03T17:54:34.806Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:54:34 [2021-12-03T17:54:34.806Z]  Swarm: inactive
17:54:34 [2021-12-03T17:54:34.806Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
17:54:34 [2021-12-03T17:54:34.806Z]  Default Runtime: runc
17:54:34 [2021-12-03T17:54:34.806Z]  Init Binary: docker-init
17:54:34 [2021-12-03T17:54:34.806Z]  containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8
17:54:34 [2021-12-03T17:54:34.806Z]  runc version: v1.0.2-0-g52b36a2
17:54:34 [2021-12-03T17:54:34.806Z]  init version: de40ad0
17:54:34 [2021-12-03T17:54:34.806Z]  Security Options:
17:54:34 [2021-12-03T17:54:34.806Z]   apparmor
17:54:34 [2021-12-03T17:54:34.806Z]   seccomp
17:54:34 [2021-12-03T17:54:34.806Z]    Profile: default
17:54:34 [2021-12-03T17:54:34.806Z]   cgroupns
17:54:34 [2021-12-03T17:54:34.806Z]  Kernel Version: 5.11.0-1020-aws
17:54:34 [2021-12-03T17:54:34.806Z]  Operating System: Ubuntu 20.04.3 LTS
17:54:34 [2021-12-03T17:54:34.806Z]  OSType: linux
17:54:34 [2021-12-03T17:54:34.806Z]  Architecture: x86_64
17:54:34 [2021-12-03T17:54:34.806Z]  CPUs: 2
17:54:34 [2021-12-03T17:54:34.806Z]  Total Memory: 7.564GiB
17:54:34 [2021-12-03T17:54:34.806Z]  Name: ip-10-100-47-246
17:54:34 [2021-12-03T17:54:34.806Z]  ID: OBED:WFDB:UKZG:ZPKM:WQRJ:WS2Z:2JRM:ODNC:7HJV:6Z63:5KG3:MLVP
17:54:34 [2021-12-03T17:54:34.806Z]  Docker Root Dir: /var/lib/docker
17:54:34 [2021-12-03T17:54:34.806Z]  Debug Mode: false
17:54:34 [2021-12-03T17:54:34.806Z]  Registry: https://index.docker.io/v1/
17:54:34 [2021-12-03T17:54:34.806Z]  Labels:
17:54:34 [2021-12-03T17:54:34.806Z]  Experimental: true
17:54:34 [2021-12-03T17:54:34.806Z]  Insecure Registries:
17:54:34 [2021-12-03T17:54:34.806Z]   127.0.0.0/8
17:54:34 [2021-12-03T17:54:34.806Z]  Live Restore Enabled: true
17:54:34 [2021-12-03T17:54:34.806Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
17:54:35 [2021-12-03T17:54:35.175Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:46873a1eacfce70ba44128a9c14ae96413b93ef0 .
17:54:35 [2021-12-03T17:54:35.175Z] #1 [internal] load build definition from Dockerfile
17:54:35 [2021-12-03T17:54:35.175Z] #1 sha256:6dd3192e7fcb892769be27c5400ee4e4a2319a411c84ec413d4e425ddc3880ef
17:54:35 [2021-12-03T17:54:35.436Z] #1 transferring dockerfile: 17.53kB 0.1s done
17:54:35 [2021-12-03T17:54:35.436Z] #1 DONE 0.2s
17:54:35 [2021-12-03T17:54:35.436Z] 
17:54:35 [2021-12-03T17:54:35.436Z] #2 [internal] load .dockerignore
17:54:35 [2021-12-03T17:54:35.436Z] #2 sha256:2bfc38625c4c5e8afc19bd9e1f41eb09b7b6acea5c923a23a24f139979537a8c
17:54:35 [2021-12-03T17:54:35.436Z] #2 transferring context: 87B done
17:54:35 [2021-12-03T17:54:35.436Z] #2 DONE 0.1s
17:54:35 [2021-12-03T17:54:35.436Z] 
17:54:35 [2021-12-03T17:54:35.436Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
17:54:35 [2021-12-03T17:54:35.436Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
17:54:36 [2021-12-03T17:54:36.011Z] #3 DONE 0.4s
17:54:36 [2021-12-03T17:54:36.011Z] 
17:54:36 [2021-12-03T17:54:36.011Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
17:54:36 [2021-12-03T17:54:36.011Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
17:54:36 [2021-12-03T17:54:36.011Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
17:54:36 [2021-12-03T17:54:36.011Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
17:54:36 [2021-12-03T17:54:36.011Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
17:54:36 [2021-12-03T17:54:36.011Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
17:54:36 [2021-12-03T17:54:36.011Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
17:54:36 [2021-12-03T17:54:36.011Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done
17:54:36 [2021-12-03T17:54:36.011Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
17:54:36 [2021-12-03T17:54:36.239Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 10.1s
17:54:36 [2021-12-03T17:54:36.273Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
17:54:36 [2021-12-03T17:54:36.591Z] #4 DONE 0.6s
17:54:36 [2021-12-03T17:54:36.591Z] 
17:54:36 [2021-12-03T17:54:36.591Z] #6 [internal] load .dockerignore
17:54:36 [2021-12-03T17:54:36.591Z] #6 sha256:1c7d63f7bcc118c367f09bbc5130cb76120b172d968c9ff9524e511f4c63c4b7
17:54:36 [2021-12-03T17:54:36.591Z] #6 DONE 0.0s
17:54:36 [2021-12-03T17:54:36.591Z] 
17:54:36 [2021-12-03T17:54:36.591Z] #5 [internal] load build definition from Dockerfile
17:54:36 [2021-12-03T17:54:36.591Z] #5 sha256:f442536cdfb6b5a79d58acc319faca7f4337a41b1c65b2364cc03d0cd348dcc2
17:54:36 [2021-12-03T17:54:36.591Z] #5 DONE 0.0s
17:54:36 [2021-12-03T17:54:36.591Z] 
17:54:36 [2021-12-03T17:54:36.591Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:36 [2021-12-03T17:54:36.591Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
17:54:36 [2021-12-03T17:54:36.669Z] #11 ...
17:54:36 [2021-12-03T17:54:36.669Z] 
17:54:36 [2021-12-03T17:54:36.669Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:54:36 [2021-12-03T17:54:36.669Z] #31 sha256:9018d176846f9bec7ffff08b8d340df1b6552af7d64c1ca0f34608240cd7045d
17:54:36 [2021-12-03T17:54:36.669Z] #31 3.050 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
17:54:36 [2021-12-03T17:54:36.669Z] #31 3.541 
17:54:36 [2021-12-03T17:54:36.669Z] #31 3.795 #=#=#                                                                         

######################################################################## 100.0%
17:54:36 [2021-12-03T17:54:36.669Z] #31 4.210 
17:54:36 [2021-12-03T17:54:36.669Z] #31 5.429 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
17:54:36 [2021-12-03T17:54:36.669Z] #31 5.804 
17:54:36 [2021-12-03T17:54:36.669Z] #31 6.036 #=#=#                                                                         

########################################                                  56.3%
######################################################################## 100.0%
17:54:36 [2021-12-03T17:54:36.669Z] #31 6.435 
17:54:36 [2021-12-03T17:54:36.669Z] #31 7.576 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
17:54:36 [2021-12-03T17:54:36.669Z] #31 7.935 
17:54:36 [2021-12-03T17:54:36.669Z] #31 8.166 #=#=#                                                                         

###########                                                               16.4%
#########################################                                 57.7%
################################################################          89.7%
######################################################################## 100.0%
17:54:36 [2021-12-03T17:54:36.669Z] #31 8.747 
17:54:36 [2021-12-03T17:54:36.669Z] #31 9.805 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
17:54:36 [2021-12-03T17:54:36.855Z] Client:
17:54:36 [2021-12-03T17:54:36.855Z]  Context:    default
17:54:36 [2021-12-03T17:54:36.855Z]  Debug Mode: false
17:54:36 [2021-12-03T17:54:36.855Z]  Plugins:
17:54:36 [2021-12-03T17:54:36.855Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
17:54:36 [2021-12-03T17:54:36.855Z]   buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
17:54:36 [2021-12-03T17:54:36.855Z] 
17:54:36 [2021-12-03T17:54:36.855Z] Server:
17:54:36 [2021-12-03T17:54:36.855Z]  Containers: 0
17:54:36 [2021-12-03T17:54:36.855Z]   Running: 0
17:54:36 [2021-12-03T17:54:36.855Z]   Paused: 0
17:54:36 [2021-12-03T17:54:36.855Z]   Stopped: 0
17:54:36 [2021-12-03T17:54:36.855Z]  Images: 0
17:54:36 [2021-12-03T17:54:36.855Z]  Server Version: 20.10.10-rc1
17:54:36 [2021-12-03T17:54:36.855Z]  Storage Driver: overlay2
17:54:36 [2021-12-03T17:54:36.855Z]   Backing Filesystem: extfs
17:54:36 [2021-12-03T17:54:36.855Z]   Supports d_type: true
17:54:36 [2021-12-03T17:54:36.855Z]   Native Overlay Diff: true
17:54:36 [2021-12-03T17:54:36.855Z]   userxattr: false
17:54:36 [2021-12-03T17:54:36.855Z]  Logging Driver: json-file
17:54:36 [2021-12-03T17:54:36.855Z]  Cgroup Driver: cgroupfs
17:54:36 [2021-12-03T17:54:36.855Z]  Cgroup Version: 1
17:54:36 [2021-12-03T17:54:36.855Z]  Plugins:
17:54:36 [2021-12-03T17:54:36.855Z]   Volume: local
17:54:36 [2021-12-03T17:54:36.855Z]   Network: bridge host ipvlan macvlan null overlay
17:54:36 [2021-12-03T17:54:36.855Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:54:36 [2021-12-03T17:54:36.855Z]  Swarm: inactive
17:54:36 [2021-12-03T17:54:36.855Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
17:54:36 [2021-12-03T17:54:36.855Z]  Default Runtime: runc
17:54:36 [2021-12-03T17:54:36.855Z]  Init Binary: docker-init
17:54:36 [2021-12-03T17:54:36.855Z]  containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8
17:54:36 [2021-12-03T17:54:36.855Z]  runc version: v1.0.2-0-g52b36a2
17:54:36 [2021-12-03T17:54:36.855Z]  init version: de40ad0
17:54:36 [2021-12-03T17:54:36.855Z]  Security Options:
17:54:36 [2021-12-03T17:54:36.855Z]   apparmor
17:54:36 [2021-12-03T17:54:36.855Z]   seccomp
17:54:36 [2021-12-03T17:54:36.855Z]    Profile: default
17:54:36 [2021-12-03T17:54:36.855Z]  Kernel Version: 5.11.0-1020-aws
17:54:36 [2021-12-03T17:54:36.855Z]  Operating System: Ubuntu 20.04.3 LTS
17:54:36 [2021-12-03T17:54:36.855Z]  OSType: linux
17:54:36 [2021-12-03T17:54:36.855Z]  Architecture: aarch64
17:54:36 [2021-12-03T17:54:36.855Z]  CPUs: 2
17:54:36 [2021-12-03T17:54:36.855Z]  Total Memory: 7.582GiB
17:54:36 [2021-12-03T17:54:36.855Z]  Name: ip-10-100-93-110
17:54:36 [2021-12-03T17:54:36.855Z]  ID: 2QJQ:GFB4:R5EH:OJUD:6QSX:VWJY:GI53:DJTV:GPSZ:ID5L:T7WP:MQDN
17:54:36 [2021-12-03T17:54:36.855Z]  Docker Root Dir: /var/lib/docker
17:54:36 [2021-12-03T17:54:36.855Z]  Debug Mode: false
17:54:36 [2021-12-03T17:54:36.855Z]  Registry: https://index.docker.io/v1/
17:54:36 [2021-12-03T17:54:36.855Z]  Labels:
17:54:36 [2021-12-03T17:54:36.855Z]  Experimental: true
17:54:36 [2021-12-03T17:54:36.855Z]  Insecure Registries:
17:54:36 [2021-12-03T17:54:36.855Z]   127.0.0.0/8
17:54:36 [2021-12-03T17:54:36.855Z]  Live Restore Enabled: true
17:54:36 [2021-12-03T17:54:36.855Z] 
[Pipeline] sh
17:54:36 [2021-12-03T17:54:36.944Z] #31 10.15 
17:54:36 [2021-12-03T17:54:36.944Z] #31 10.38 #=#=#                                                                         
17:54:36 [2021-12-03T17:54:36.944Z] #31 ...
17:54:36 [2021-12-03T17:54:36.944Z] 
17:54:36 [2021-12-03T17:54:36.944Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:36 [2021-12-03T17:54:36.944Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:36 [2021-12-03T17:54:36.944Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 11.7s done
17:54:37 [2021-12-03T17:54:37.137Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:54:37 [2021-12-03T17:54:37.137Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:54:37 [2021-12-03T17:54:37.137Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42981/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
17:54:37 [2021-12-03T17:54:37.137Z] + bash /home/ubuntu/workspace/moby_PR-42981/check-config.sh
17:54:37 [2021-12-03T17:54:37.137Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
17:54:37 [2021-12-03T17:54:37.137Z] info: reading kernel config from /boot/config-5.11.0-1020-aws ...
17:54:37 [2021-12-03T17:54:37.137Z] 
17:54:37 [2021-12-03T17:54:37.137Z] Generally Necessary:
17:54:37 [2021-12-03T17:54:37.137Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
17:54:37 [2021-12-03T17:54:37.137Z] - apparmor: enabled and tools installed
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_NAMESPACES: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_NET_NS: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_PID_NS: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_IPC_NS: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_UTS_NS: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_CGROUPS: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_CGROUP_CPUACCT: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_CGROUP_DEVICE: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_CGROUP_FREEZER: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_CGROUP_SCHED: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_CPUSETS: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_MEMCG: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_KEYS: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_VETH: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_BRIDGE: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_IP_NF_FILTER: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_IP_NF_NAT: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_NF_NAT: enabled (as module)
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_POSIX_MQUEUE: enabled
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_CGROUP_BPF: enabled
17:54:37 [2021-12-03T17:54:37.394Z] 
17:54:37 [2021-12-03T17:54:37.394Z] Optional Features:
17:54:37 [2021-12-03T17:54:37.394Z] - CONFIG_USER_NS: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_SECCOMP: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_SECCOMP_FILTER: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_CGROUP_PIDS: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_MEMCG_SWAP: enabled
17:54:37 [2021-12-03T17:54:37.395Z]     (cgroup swap accounting is currently enabled)
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_BLK_CGROUP: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_BLK_DEV_THROTTLING: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_CGROUP_PERF: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_CGROUP_HUGETLB: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_CGROUP_NET_PRIO: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_CFS_BANDWIDTH: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_FAIR_GROUP_SCHED: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_RT_GROUP_SCHED: missing
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_IP_VS: enabled (as module)
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_IP_VS_NFCT: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_IP_VS_PROTO_TCP: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_IP_VS_PROTO_UDP: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_IP_VS_RR: enabled (as module)
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_SECURITY_SELINUX: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_SECURITY_APPARMOR: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_EXT4_FS: enabled
17:54:37 [2021-12-03T17:54:37.395Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
17:54:37 [2021-12-03T17:54:37.520Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 0.1s
17:54:37 [2021-12-03T17:54:37.652Z] - CONFIG_EXT4_FS_SECURITY: enabled
17:54:37 [2021-12-03T17:54:37.652Z] - Network Drivers:
17:54:37 [2021-12-03T17:54:37.652Z]   - "overlay":
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_VXLAN: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
17:54:37 [2021-12-03T17:54:37.652Z]       Optional (for encrypted networks):
17:54:37 [2021-12-03T17:54:37.652Z]       - CONFIG_CRYPTO: enabled
17:54:37 [2021-12-03T17:54:37.652Z]       - CONFIG_CRYPTO_AEAD: enabled
17:54:37 [2021-12-03T17:54:37.652Z]       - CONFIG_CRYPTO_GCM: enabled
17:54:37 [2021-12-03T17:54:37.652Z]       - CONFIG_CRYPTO_SEQIV: enabled
17:54:37 [2021-12-03T17:54:37.652Z]       - CONFIG_CRYPTO_GHASH: enabled
17:54:37 [2021-12-03T17:54:37.652Z]       - CONFIG_XFRM: enabled
17:54:37 [2021-12-03T17:54:37.652Z]       - CONFIG_XFRM_USER: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]       - CONFIG_XFRM_ALGO: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]       - CONFIG_INET_ESP: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]   - "ipvlan":
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_IPVLAN: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]   - "macvlan":
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_MACVLAN: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_DUMMY: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]   - "ftp,tftp client in container":
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z] - Storage Drivers:
17:54:37 [2021-12-03T17:54:37.652Z]   - "aufs":
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_AUFS_FS: missing
17:54:37 [2021-12-03T17:54:37.652Z]   - "btrfs":
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_BTRFS_FS: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
17:54:37 [2021-12-03T17:54:37.652Z]   - "devicemapper":
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_BLK_DEV_DM: enabled
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]   - "overlay":
17:54:37 [2021-12-03T17:54:37.652Z]     - CONFIG_OVERLAY_FS: enabled (as module)
17:54:37 [2021-12-03T17:54:37.652Z]   - "zfs":
17:54:37 [2021-12-03T17:54:37.652Z]     - /dev/zfs: present
17:54:37 [2021-12-03T17:54:37.652Z]     - zfs command: missing
17:54:37 [2021-12-03T17:54:37.652Z]     - zpool command: missing
17:54:37 [2021-12-03T17:54:37.652Z] 
17:54:37 [2021-12-03T17:54:37.652Z] Limits:
17:54:37 [2021-12-03T17:54:37.652Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
17:54:37 [2021-12-03T17:54:37.652Z] 
17:54:37 [2021-12-03T17:54:37.652Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
17:54:37 [2021-12-03T17:54:37.980Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:871659e5ff10dd9479122ff345eaaf77a1a6c9c9 .
17:54:37 [2021-12-03T17:54:37.980Z] #2 [internal] load .dockerignore
17:54:37 [2021-12-03T17:54:37.980Z] #2 sha256:03d8c19ef0f8854ac8ac2658a78a19d7cf74adfa95d5ad0a11c74694c534c8a7
17:54:37 [2021-12-03T17:54:37.980Z] #2 transferring context:
17:54:37 [2021-12-03T17:54:37.982Z] #10 ...
17:54:37 [2021-12-03T17:54:37.982Z] 
17:54:37 [2021-12-03T17:54:37.982Z] #7 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye
17:54:37 [2021-12-03T17:54:37.982Z] #7 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e
17:54:37 [2021-12-03T17:54:37.982Z] #7 DONE 1.3s
17:54:37 [2021-12-03T17:54:37.982Z] 
17:54:37 [2021-12-03T17:54:37.982Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
17:54:37 [2021-12-03T17:54:37.982Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
17:54:37 [2021-12-03T17:54:37.982Z] #8 DONE 1.4s
17:54:37 [2021-12-03T17:54:37.982Z] 
17:54:37 [2021-12-03T17:54:37.982Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:37 [2021-12-03T17:54:37.982Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
17:54:37 [2021-12-03T17:54:37.982Z] #9 DONE 1.4s
17:54:37 [2021-12-03T17:54:37.982Z] 
17:54:37 [2021-12-03T17:54:37.982Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:37 [2021-12-03T17:54:37.982Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
17:54:37 [2021-12-03T17:54:37.982Z] #10 DONE 1.4s
17:54:38 [2021-12-03T17:54:38.247Z] 
17:54:38 [2021-12-03T17:54:38.247Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:38 [2021-12-03T17:54:38.247Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:54:38 [2021-12-03T17:54:38.247Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
17:54:38 [2021-12-03T17:54:38.273Z] #2 transferring context: 87B done
17:54:38 [2021-12-03T17:54:38.273Z] #2 DONE 0.0s
17:54:38 [2021-12-03T17:54:38.273Z] 
17:54:38 [2021-12-03T17:54:38.273Z] #1 [internal] load build definition from Dockerfile
17:54:38 [2021-12-03T17:54:38.273Z] #1 sha256:76aba058a2b63c88441fc58fa0545e7efdd30408e178a8d95d7cad1b20f855fe
17:54:38 [2021-12-03T17:54:38.273Z] #1 transferring dockerfile: 17.53kB done
17:54:38 [2021-12-03T17:54:38.273Z] #1 DONE 0.1s
17:54:38 [2021-12-03T17:54:38.273Z] 
17:54:38 [2021-12-03T17:54:38.273Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
17:54:38 [2021-12-03T17:54:38.273Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a
17:54:38 [2021-12-03T17:54:38.508Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
17:54:38 [2021-12-03T17:54:38.508Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
17:54:38 [2021-12-03T17:54:38.508Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
17:54:38 [2021-12-03T17:54:38.836Z] #3 DONE 0.5s
17:54:38 [2021-12-03T17:54:38.836Z] 
17:54:38 [2021-12-03T17:54:38.836Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
17:54:38 [2021-12-03T17:54:38.836Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120
17:54:38 [2021-12-03T17:54:38.836Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
17:54:38 [2021-12-03T17:54:38.836Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
17:54:38 [2021-12-03T17:54:38.836Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done
17:54:38 [2021-12-03T17:54:38.836Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done
17:54:38 [2021-12-03T17:54:38.836Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.1s
17:54:38 [2021-12-03T17:54:38.836Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.2s
17:54:39 [2021-12-03T17:54:39.098Z] #71 ...
17:54:39 [2021-12-03T17:54:39.098Z] 
17:54:39 [2021-12-03T17:54:39.098Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
17:54:39 [2021-12-03T17:54:39.098Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
17:54:39 [2021-12-03T17:54:39.098Z] #45 DONE 0.0s
17:54:39 [2021-12-03T17:54:39.098Z] 
17:54:39 [2021-12-03T17:54:39.098Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:39 [2021-12-03T17:54:39.098Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:54:39 [2021-12-03T17:54:39.098Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.05MB / 12.42MB 0.6s
17:54:39 [2021-12-03T17:54:39.360Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 10.2s
17:54:39 [2021-12-03T17:54:39.360Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 10.7s done
17:54:39 [2021-12-03T17:54:39.360Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42
17:54:39 [2021-12-03T17:54:39.361Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.80MB / 12.42MB 0.6s
17:54:39 [2021-12-03T17:54:39.399Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s done
17:54:39 [2021-12-03T17:54:39.399Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s
17:54:39 [2021-12-03T17:54:39.399Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done
17:54:39 [2021-12-03T17:54:39.625Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 9.44MB / 12.42MB 0.9s
17:54:39 [2021-12-03T17:54:39.625Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s
17:54:39 [2021-12-03T17:54:39.625Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done
17:54:39 [2021-12-03T17:54:39.656Z] #4 DONE 0.8s
17:54:39 [2021-12-03T17:54:39.656Z] 
17:54:39 [2021-12-03T17:54:39.656Z] #5 [internal] load build definition from Dockerfile
17:54:39 [2021-12-03T17:54:39.656Z] #5 sha256:b30b3ae43d7c6edb78082db0bba698ee529c76afe1c0c7ffedf3d04b077d684e
17:54:39 [2021-12-03T17:54:39.656Z] #5 DONE 0.0s
17:54:39 [2021-12-03T17:54:39.656Z] 
17:54:39 [2021-12-03T17:54:39.656Z] #6 [internal] load .dockerignore
17:54:39 [2021-12-03T17:54:39.656Z] #6 sha256:7aa3883c15c01ebc65d426a3a95d5dcf05ff8184eeb1f6e6445fb361c0047997
17:54:39 [2021-12-03T17:54:39.656Z] #6 DONE 0.0s
17:54:39 [2021-12-03T17:54:39.656Z] 
17:54:39 [2021-12-03T17:54:39.656Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:39 [2021-12-03T17:54:39.656Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
17:54:39 [2021-12-03T17:54:39.888Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
17:54:40 [2021-12-03T17:54:40.302Z] #11 ...
17:54:40 [2021-12-03T17:54:40.302Z] 
17:54:40 [2021-12-03T17:54:40.302Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:54:40 [2021-12-03T17:54:40.302Z] #31 sha256:eaae905550a403865f9cf1489fdc681dc21ec738428ddfce9f847149f9692914
17:54:40 [2021-12-03T17:54:40.302Z] #31 2.644 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
17:54:40 [2021-12-03T17:54:40.302Z] #31 2.990 
17:54:40 [2021-12-03T17:54:40.302Z] #31 3.223 #=#=#                                                                         

######################################################################## 100.0%
17:54:40 [2021-12-03T17:54:40.302Z] #31 3.514 
17:54:40 [2021-12-03T17:54:40.302Z] #31 4.597 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
17:54:40 [2021-12-03T17:54:40.302Z] #31 4.972 
17:54:40 [2021-12-03T17:54:40.302Z] #31 5.208 #=#=#                                                                         

######################################################################## 100.0%
17:54:40 [2021-12-03T17:54:40.302Z] #31 5.553 
17:54:40 [2021-12-03T17:54:40.302Z] #31 6.685 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
17:54:40 [2021-12-03T17:54:40.302Z] #31 7.015 
17:54:40 [2021-12-03T17:54:40.302Z] #31 7.257 #=#=#                                                                         

########                                                                  12.3%
##############                                                            19.9%
#################################                                         46.0%
####################################################                      72.3%
######################################################################## 100.0%
17:54:40 [2021-12-03T17:54:40.302Z] #31 8.084 
17:54:40 [2021-12-03T17:54:40.302Z] #31 9.143 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
17:54:40 [2021-12-03T17:54:40.302Z] #31 9.470 
17:54:40 [2021-12-03T17:54:40.302Z] #31 9.701 #=#=#                                                                         

######################################################################## 100.0%
17:54:40 [2021-12-03T17:54:40.302Z] #31 9.983 
17:54:40 [2021-12-03T17:54:40.564Z] #31 ...
17:54:40 [2021-12-03T17:54:40.564Z] 
17:54:40 [2021-12-03T17:54:40.564Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:40 [2021-12-03T17:54:40.564Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:40 [2021-12-03T17:54:40.585Z] #10 ...
17:54:40 [2021-12-03T17:54:40.585Z] 
17:54:40 [2021-12-03T17:54:40.585Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:40 [2021-12-03T17:54:40.585Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
17:54:40 [2021-12-03T17:54:40.585Z] #8 DONE 0.7s
17:54:40 [2021-12-03T17:54:40.585Z] 
17:54:40 [2021-12-03T17:54:40.585Z] #9 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye
17:54:40 [2021-12-03T17:54:40.585Z] #9 sha256:d639a7da9cbf8cc3936ac6c414ed3aa4563358157799876f483cc8bb1172a207
17:54:40 [2021-12-03T17:54:40.585Z] #9 DONE 0.7s
17:54:40 [2021-12-03T17:54:40.585Z] 
17:54:40 [2021-12-03T17:54:40.585Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
17:54:40 [2021-12-03T17:54:40.585Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
17:54:40 [2021-12-03T17:54:40.585Z] #7 DONE 0.7s
17:54:40 [2021-12-03T17:54:40.585Z] 
17:54:40 [2021-12-03T17:54:40.585Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:54:40 [2021-12-03T17:54:40.585Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
17:54:40 [2021-12-03T17:54:40.585Z] #10 DONE 0.7s
17:54:40 [2021-12-03T17:54:40.930Z] 
17:54:40 [2021-12-03T17:54:40.930Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:40 [2021-12-03T17:54:40.930Z] #28 sha256:78941be1a2a5db85ecac33e9931d48cb01dfdb052ba762b3b52a4315170f5a46
17:54:40 [2021-12-03T17:54:40.930Z] #28 resolve docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:40 [2021-12-03T17:54:40.930Z] #28 resolve docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b 0.1s done
17:54:40 [2021-12-03T17:54:40.930Z] #28 sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b 1.85kB / 1.85kB done
17:54:40 [2021-12-03T17:54:40.930Z] #28 sha256:261c0783b9da74027da2b6f62206d4cca9b1e8706c1efb1a58b00ec71883a8bb 529B / 529B done
17:54:40 [2021-12-03T17:54:40.930Z] #28 sha256:723b4a01cd2a11283cbeb1aa41ff94c3e8f53dedaf27f4809e2a4f17edf079bb 1.48kB / 1.48kB done
17:54:40 [2021-12-03T17:54:40.963Z] #60 ...
17:54:40 [2021-12-03T17:54:40.963Z] 
17:54:40 [2021-12-03T17:54:40.963Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
17:54:40 [2021-12-03T17:54:40.963Z] #19 sha256:3bb1f51ee208ed1f992abb66223abeda9c8f70cd254dc7fbded69ba3b34d54ff
17:54:40 [2021-12-03T17:54:40.963Z] #19 58.23 Fetched 48.7 MB in 56s (869 kB/s)
17:54:41 [2021-12-03T17:54:41.210Z] #28 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 0B / 53.62MB 0.2s
17:54:41 [2021-12-03T17:54:41.474Z] #28 ...
17:54:41 [2021-12-03T17:54:41.474Z] 
17:54:41 [2021-12-03T17:54:41.474Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
17:54:41 [2021-12-03T17:54:41.474Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
17:54:41 [2021-12-03T17:54:41.474Z] #45 DONE 0.0s
17:54:41 [2021-12-03T17:54:41.474Z] 
17:54:41 [2021-12-03T17:54:41.474Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:41 [2021-12-03T17:54:41.474Z] #28 sha256:78941be1a2a5db85ecac33e9931d48cb01dfdb052ba762b3b52a4315170f5a46
17:54:41 [2021-12-03T17:54:41.474Z] #28 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 13.63MB / 53.62MB 0.4s
17:54:41 [2021-12-03T17:54:41.793Z] #28 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 30.80MB / 53.62MB 0.5s
17:54:42 [2021-12-03T17:54:42.057Z] #28 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 41.94MB / 53.62MB 0.8s
17:54:42 [2021-12-03T17:54:42.057Z] #28 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 45.09MB / 53.62MB 0.9s
17:54:42 [2021-12-03T17:54:42.057Z] #28 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 53.62MB / 53.62MB 1.1s
17:54:42 [2021-12-03T17:54:42.468Z] #71 ...
17:54:42 [2021-12-03T17:54:42.468Z] 
17:54:42 [2021-12-03T17:54:42.468Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:42 [2021-12-03T17:54:42.468Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
17:54:42 [2021-12-03T17:54:42.468Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
17:54:42 [2021-12-03T17:54:42.468Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
17:54:42 [2021-12-03T17:54:42.468Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
17:54:42 [2021-12-03T17:54:42.468Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
17:54:42 [2021-12-03T17:54:42.468Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done
17:54:42 [2021-12-03T17:54:42.468Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.0s done
17:54:42 [2021-12-03T17:54:42.468Z] #69 DONE 3.6s
17:54:42 [2021-12-03T17:54:42.468Z] 
17:54:42 [2021-12-03T17:54:42.468Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:42 [2021-12-03T17:54:42.468Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:54:42 [2021-12-03T17:54:42.793Z] #11 ...
17:54:42 [2021-12-03T17:54:42.793Z] 
17:54:42 [2021-12-03T17:54:42.793Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:54:42 [2021-12-03T17:54:42.793Z] #31 sha256:9018d176846f9bec7ffff08b8d340df1b6552af7d64c1ca0f34608240cd7045d
17:54:42 [2021-12-03T17:54:42.793Z] #31 10.38 #=#=#                                                                         

######################################################################## 100.0%
17:54:42 [2021-12-03T17:54:42.793Z] #31 10.72 
17:54:42 [2021-12-03T17:54:42.793Z] #31 11.44 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
17:54:42 [2021-12-03T17:54:42.793Z] #31 11.72 
17:54:42 [2021-12-03T17:54:42.793Z] #31 11.94 #=#=#                                                                         

######################################################################## 100.0%
17:54:42 [2021-12-03T17:54:42.793Z] #31 12.23 
17:54:42 [2021-12-03T17:54:42.793Z] #31 12.29 Download of images into '/build' complete.
17:54:42 [2021-12-03T17:54:42.793Z] #31 12.29 Use something like the following to load the result into a Docker daemon:
17:54:42 [2021-12-03T17:54:42.793Z] #31 12.29   tar -cC '/build' . | docker load
17:54:42 [2021-12-03T17:54:42.793Z] #31 DONE 15.4s
17:54:42 [2021-12-03T17:54:42.793Z] 
17:54:42 [2021-12-03T17:54:42.793Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:42 [2021-12-03T17:54:42.793Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:43 [2021-12-03T17:54:43.048Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.3s done
17:54:43 [2021-12-03T17:54:43.053Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 5.5s
17:54:43 [2021-12-03T17:54:43.430Z] #28 ...
17:54:43 [2021-12-03T17:54:43.431Z] 
17:54:43 [2021-12-03T17:54:43.431Z] #24 [internal] load build context
17:54:43 [2021-12-03T17:54:43.431Z] #24 sha256:2750a73b36a2c750d0ae1045bc6f6d23c258cbbf45398270b2033c7a0adbaa48
17:54:43 [2021-12-03T17:54:43.431Z] #24 transferring context: 55.52MB 2.0s done
17:54:43 [2021-12-03T17:54:43.431Z] #24 DONE 2.8s
17:54:43 [2021-12-03T17:54:43.431Z] 
17:54:43 [2021-12-03T17:54:43.431Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:43 [2021-12-03T17:54:43.431Z] #28 sha256:78941be1a2a5db85ecac33e9931d48cb01dfdb052ba762b3b52a4315170f5a46
17:54:43 [2021-12-03T17:54:43.688Z] #28 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 53.62MB / 53.62MB 2.6s done
17:54:43 [2021-12-03T17:54:43.688Z] #28 extracting sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80
17:54:43 [2021-12-03T17:54:43.879Z] #11 ...
17:54:43 [2021-12-03T17:54:43.879Z] 
17:54:43 [2021-12-03T17:54:43.879Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:54:43 [2021-12-03T17:54:43.879Z] #31 sha256:eaae905550a403865f9cf1489fdc681dc21ec738428ddfce9f847149f9692914
17:54:43 [2021-12-03T17:54:43.879Z] #31 10.70 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
17:54:43 [2021-12-03T17:54:43.879Z] #31 11.05 
17:54:43 [2021-12-03T17:54:43.879Z] #31 11.27 #=#=#                                                                         

######################################################################## 100.0%
17:54:43 [2021-12-03T17:54:43.879Z] #31 11.58 
17:54:43 [2021-12-03T17:54:43.879Z] #31 11.64 Download of images into '/build' complete.
17:54:43 [2021-12-03T17:54:43.879Z] #31 11.64 Use something like the following to load the result into a Docker daemon:
17:54:43 [2021-12-03T17:54:43.879Z] #31 11.64   tar -cC '/build' . | docker load
17:54:43 [2021-12-03T17:54:43.879Z] #31 DONE 12.9s
17:54:43 [2021-12-03T17:54:43.879Z] 
17:54:43 [2021-12-03T17:54:43.879Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:43 [2021-12-03T17:54:43.879Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:43 [2021-12-03T17:54:43.946Z] #28 ...
17:54:43 [2021-12-03T17:54:43.946Z] 
17:54:43 [2021-12-03T17:54:43.946Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:43 [2021-12-03T17:54:43.946Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
17:54:43 [2021-12-03T17:54:43.946Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
17:54:43 [2021-12-03T17:54:43.946Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
17:54:43 [2021-12-03T17:54:43.946Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
17:54:43 [2021-12-03T17:54:43.946Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
17:54:43 [2021-12-03T17:54:43.946Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done
17:54:43 [2021-12-03T17:54:43.946Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done
17:54:43 [2021-12-03T17:54:43.946Z] #69 DONE 3.0s
17:54:43 [2021-12-03T17:54:43.946Z] 
17:54:43 [2021-12-03T17:54:43.946Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:43 [2021-12-03T17:54:43.946Z] #28 sha256:78941be1a2a5db85ecac33e9931d48cb01dfdb052ba762b3b52a4315170f5a46
17:54:43 [2021-12-03T17:54:43.946Z] #28 ...
17:54:43 [2021-12-03T17:54:43.946Z] 
17:54:43 [2021-12-03T17:54:43.946Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:43 [2021-12-03T17:54:43.946Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:54:43 [2021-12-03T17:54:43.946Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
17:54:43 [2021-12-03T17:54:43.946Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
17:54:43 [2021-12-03T17:54:43.946Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
17:54:43 [2021-12-03T17:54:43.946Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done
17:54:43 [2021-12-03T17:54:43.946Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.7s done
17:54:43 [2021-12-03T17:54:43.946Z] #71 DONE 3.1s
17:54:44 [2021-12-03T17:54:44.205Z] 
17:54:44 [2021-12-03T17:54:44.205Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:abc989597f61eee0aae132efef230f31e10e996c16c4dfcdae7ae027c652e512
17:54:44 [2021-12-03T17:54:44.205Z] #11 resolve docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593 0.1s done
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593 1.86kB / 1.86kB done
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:cfa41b175271fd442aafbae5984a8d8857519144399d8d353c78e7273e05bd4a 7.08kB / 7.08kB done
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:1c4136362f61a74d9f64fac90226f9da55d8d6b61c316f71bc837fdffe6275e1 1.80kB / 1.80kB done
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 53.62MB / 53.62MB 2.4s done
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:96565d527970b1cc982493f96d6b317b1fbfdd7bf0ea6fd58d44942bb4f597c5 4.94MB / 4.94MB 2.5s
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 28.24MB / 54.67MB 2.9s
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:aa8c15f93136056df893ba8088992a38e90dc37210fd6ebb712413fd045c58de 10.66MB / 10.66MB 2.9s
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 15.73MB / 80.99MB 2.9s
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 36.70MB / 54.67MB 3.0s
17:54:44 [2021-12-03T17:54:44.205Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 24.12MB / 80.99MB 3.0s
17:54:44 [2021-12-03T17:54:44.462Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 50.33MB / 54.67MB 3.1s
17:54:44 [2021-12-03T17:54:44.462Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 28.31MB / 80.99MB 3.1s
17:54:44 [2021-12-03T17:54:44.719Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 54.45MB / 54.67MB 3.3s
17:54:44 [2021-12-03T17:54:44.719Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 50.33MB / 80.99MB 3.3s
17:54:44 [2021-12-03T17:54:44.719Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 66.06MB / 80.99MB 3.5s
17:54:44 [2021-12-03T17:54:44.822Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 5.1s
17:54:45 [2021-12-03T17:54:45.147Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 72.35MB / 80.99MB 3.7s
17:54:45 [2021-12-03T17:54:45.147Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 80.99MB / 80.99MB 3.7s
17:54:45 [2021-12-03T17:54:45.416Z] #11 sha256:aa8c15f93136056df893ba8088992a38e90dc37210fd6ebb712413fd045c58de 10.66MB / 10.66MB 3.6s done
17:54:45 [2021-12-03T17:54:45.416Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 0B / 102.62MB 4.1s
17:54:45 [2021-12-03T17:54:45.416Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 6.09MB / 102.62MB 4.2s
17:54:45 [2021-12-03T17:54:45.603Z] #71 ...
17:54:45 [2021-12-03T17:54:45.603Z] 
17:54:45 [2021-12-03T17:54:45.603Z] #24 [internal] load build context
17:54:45 [2021-12-03T17:54:45.603Z] #24 sha256:3eebf64db41d3a2b6a5362b23edfe4f2980e5c07a20e33bc8e08fa3b50b7dd62
17:54:45 [2021-12-03T17:54:45.603Z] #24 transferring context: 55.51MB 5.4s done
17:54:45 [2021-12-03T17:54:45.603Z] #24 DONE 7.2s
17:54:45 [2021-12-03T17:54:45.603Z] 
17:54:45 [2021-12-03T17:54:45.603Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:54:45 [2021-12-03T17:54:45.603Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:54:45 [2021-12-03T17:54:45.603Z] #71 DONE 7.1s
17:54:45 [2021-12-03T17:54:45.603Z] 
17:54:45 [2021-12-03T17:54:45.603Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:45 [2021-12-03T17:54:45.603Z] #11 resolve docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593 0.2s done
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593 1.86kB / 1.86kB done
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:108962cc6510ab38693c529b1b8637956f902237728bbe5f16dcbcdc1556d5a0 1.80kB / 1.80kB done
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:e5993351274bca358c6673e6464b5efb48cd5a4403aeadec95196cdf08c685fa 7.07kB / 7.07kB done
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 1.7s done
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 5.15MB / 5.15MB 1.8s done
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 10.87MB / 10.87MB 2.0s done
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 85.77MB / 85.77MB 5.2s done
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 54.57MB / 54.57MB 3.3s done
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 134.80MB / 134.80MB 6.8s done
17:54:45 [2021-12-03T17:54:45.603Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 5.1s
17:54:45 [2021-12-03T17:54:45.603Z] #11 sha256:b8e59c4f341edfe59a3fb6ace0230f8d34f28e92abc37fc1dffd7a7f22c9aea5 156B / 156B 3.4s done
17:54:45 [2021-12-03T17:54:45.673Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 23.28MB / 102.62MB 4.3s
17:54:45 [2021-12-03T17:54:45.673Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 32.51MB / 102.62MB 4.4s
17:54:45 [2021-12-03T17:54:45.933Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 42.99MB / 102.62MB 4.5s
17:54:45 [2021-12-03T17:54:45.933Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 50.33MB / 102.62MB 4.6s
17:54:46 [2021-12-03T17:54:46.177Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2
17:54:46 [2021-12-03T17:54:46.177Z] #11 ...
17:54:46 [2021-12-03T17:54:46.177Z] 
17:54:46 [2021-12-03T17:54:46.177Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
17:54:46 [2021-12-03T17:54:46.177Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
17:54:46 [2021-12-03T17:54:46.177Z] #70 DONE 0.6s
17:54:46 [2021-12-03T17:54:46.177Z] 
17:54:46 [2021-12-03T17:54:46.177Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:46 [2021-12-03T17:54:46.177Z] #28 sha256:e3d2a173b7d041d9acba9365955077e8d5c843767a61dbe77c389a3f167c00f3
17:54:46 [2021-12-03T17:54:46.177Z] #28 resolve docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b 0.2s done
17:54:46 [2021-12-03T17:54:46.177Z] #28 sha256:05d2318291e38ea41118d6792f78087ae61232a28369b167c5faec3eb6c01630 1.46kB / 1.46kB done
17:54:46 [2021-12-03T17:54:46.177Z] #28 sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b 1.85kB / 1.85kB done
17:54:46 [2021-12-03T17:54:46.177Z] #28 sha256:2fa1cd247c9a06849534902b6b227efd21dbb5c0fea11c75aeba1df18685f1b8 529B / 529B done
17:54:46 [2021-12-03T17:54:46.177Z] #28 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 1.7s done
17:54:46 [2021-12-03T17:54:46.177Z] #28 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 5.3s done
17:54:46 [2021-12-03T17:54:46.177Z] #28 DONE 7.7s
17:54:46 [2021-12-03T17:54:46.177Z] 
17:54:46 [2021-12-03T17:54:46.177Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:46 [2021-12-03T17:54:46.177Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:46 [2021-12-03T17:54:46.177Z] #11 ...
17:54:46 [2021-12-03T17:54:46.177Z] 
17:54:46 [2021-12-03T17:54:46.177Z] #29 [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
17:54:46 [2021-12-03T17:54:46.177Z] #29 sha256:a2d0bf6e35a1cf17ae2d5f3092969665e1d1ac307f1cac66dab7544e49bef786
17:54:46 [2021-12-03T17:54:46.190Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 69.69MB / 102.62MB 4.8s
17:54:46 [2021-12-03T17:54:46.190Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 83.89MB / 102.62MB 4.9s
17:54:46 [2021-12-03T17:54:46.447Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 102.62MB / 102.62MB 5.1s
17:54:46 [2021-12-03T17:54:46.704Z] #11 extracting sha256:96565d527970b1cc982493f96d6b317b1fbfdd7bf0ea6fd58d44942bb4f597c5 0.1s
17:54:46 [2021-12-03T17:54:46.704Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 54.67MB / 54.67MB 5.5s done
17:54:46 [2021-12-03T17:54:46.988Z] #11 extracting sha256:96565d527970b1cc982493f96d6b317b1fbfdd7bf0ea6fd58d44942bb4f597c5 0.2s done
17:54:47 [2021-12-03T17:54:47.123Z] #29 ...
17:54:47 [2021-12-03T17:54:47.123Z] 
17:54:47 [2021-12-03T17:54:47.123Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
17:54:47 [2021-12-03T17:54:47.123Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
17:54:47 [2021-12-03T17:54:47.123Z] #72 DONE 1.0s
17:54:47 [2021-12-03T17:54:47.123Z] 
17:54:47 [2021-12-03T17:54:47.123Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:47 [2021-12-03T17:54:47.123Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:54:47 [2021-12-03T17:54:47.123Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 0.5s done
17:54:47 [2021-12-03T17:54:47.123Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 0.6s
17:54:47 [2021-12-03T17:54:47.385Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 0.8s done
17:54:47 [2021-12-03T17:54:47.918Z] #11 extracting sha256:aa8c15f93136056df893ba8088992a38e90dc37210fd6ebb712413fd045c58de
17:54:47 [2021-12-03T17:54:47.956Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3
17:54:48 [2021-12-03T17:54:48.319Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 10.4s done
17:54:48 [2021-12-03T17:54:48.319Z] #11 extracting sha256:b8e59c4f341edfe59a3fb6ace0230f8d34f28e92abc37fc1dffd7a7f22c9aea5 done
17:54:48 [2021-12-03T17:54:48.481Z] #11 extracting sha256:aa8c15f93136056df893ba8088992a38e90dc37210fd6ebb712413fd045c58de 0.2s done
17:54:48 [2021-12-03T17:54:48.738Z] #11 extracting sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46
17:54:48 [2021-12-03T17:54:48.885Z] #11 DONE 46.7s
17:54:48 [2021-12-03T17:54:48.885Z] 
17:54:48 [2021-12-03T17:54:48.885Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
17:54:48 [2021-12-03T17:54:48.885Z] #12 sha256:ff26048a7d173fb14d54a19d59a7c438a4c982bc1715767fe3dfc62fabfbfcde
17:54:49 [2021-12-03T17:54:49.668Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 80.99MB / 80.99MB 8.4s done
17:54:50 [2021-12-03T17:54:50.114Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 10.1s
17:54:50 [2021-12-03T17:54:50.790Z] #12 DONE 1.5s
17:54:50 [2021-12-03T17:54:50.790Z] 
17:54:50 [2021-12-03T17:54:50.790Z] #13 [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
17:54:50 [2021-12-03T17:54:50.790Z] #13 sha256:9b33b1b4f5125a2f5fd57e71c41c03f9f8fd14d83948c324276c3964af93e82c
17:54:51 [2021-12-03T17:54:51.172Z] #11 extracting sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 1.8s done
17:54:51 [2021-12-03T17:54:51.356Z] #13 DONE 1.0s
17:54:51 [2021-12-03T17:54:51.356Z] 
17:54:51 [2021-12-03T17:54:51.356Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
17:54:51 [2021-12-03T17:54:51.356Z] #46 sha256:a0d56e908a202e2b370dcbd176f71f3c6bea8dbdfcd43c4391443ed6dcbb42ac
17:54:51 [2021-12-03T17:54:51.356Z] #46 DONE 0.0s
17:54:51 [2021-12-03T17:54:51.356Z] 
17:54:51 [2021-12-03T17:54:51.356Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:54:51 [2021-12-03T17:54:51.356Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:54:51 [2021-12-03T17:54:51.452Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 102.62MB / 102.62MB 10.1s
17:54:51 [2021-12-03T17:54:51.617Z] #47 ...
17:54:51 [2021-12-03T17:54:51.617Z] 
17:54:51 [2021-12-03T17:54:51.617Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
17:54:51 [2021-12-03T17:54:51.617Z] #64 sha256:d2b886e8cbb261486a0ee2502e9fdb63686f9fc49103b70f7e1f566ba11e05bb
17:54:51 [2021-12-03T17:54:51.617Z] #64 DONE 0.2s
17:54:51 [2021-12-03T17:54:51.617Z] 
17:54:51 [2021-12-03T17:54:51.617Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
17:54:51 [2021-12-03T17:54:51.617Z] #42 sha256:3ce88d849cb03ba38e5969af0138ca082552b4393e3da5fe8ee740885cf3ab76
17:54:51 [2021-12-03T17:54:51.617Z] #42 DONE 0.3s
17:54:51 [2021-12-03T17:54:51.617Z] 
17:54:51 [2021-12-03T17:54:51.617Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
17:54:51 [2021-12-03T17:54:51.617Z] #33 sha256:6223f220cabb0d86696cd9975c0e4db32f55e3d2813305c0421836926bbc6337
17:54:51 [2021-12-03T17:54:51.617Z] #33 DONE 0.3s
17:54:51 [2021-12-03T17:54:51.617Z] 
17:54:51 [2021-12-03T17:54:51.617Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
17:54:51 [2021-12-03T17:54:51.617Z] #25 sha256:e08993c95b6c4f460c6fd851da05da6d293e38b0c7ff5ea16ebf20c0883eb221
17:54:51 [2021-12-03T17:54:51.617Z] #25 DONE 0.3s
17:54:51 [2021-12-03T17:54:51.617Z] 
17:54:51 [2021-12-03T17:54:51.617Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:54:51 [2021-12-03T17:54:51.617Z] #26 sha256:387173595bfee23c94554704af514f8ca7e3d7c7918df87e84c8889802adeed4
17:54:52 [2021-12-03T17:54:52.029Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 12.4s done
17:54:52 [2021-12-03T17:54:52.029Z] #11 extracting sha256:b8e59c4f341edfe59a3fb6ace0230f8d34f28e92abc37fc1dffd7a7f22c9aea5
17:54:52 [2021-12-03T17:54:52.291Z] #11 extracting sha256:b8e59c4f341edfe59a3fb6ace0230f8d34f28e92abc37fc1dffd7a7f22c9aea5 done
17:54:52 [2021-12-03T17:54:52.291Z] #11 DONE 46.9s
17:54:52 [2021-12-03T17:54:52.291Z] 
17:54:52 [2021-12-03T17:54:52.291Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
17:54:52 [2021-12-03T17:54:52.291Z] #12 sha256:ff26048a7d173fb14d54a19d59a7c438a4c982bc1715767fe3dfc62fabfbfcde
17:54:52 [2021-12-03T17:54:52.387Z] #11 extracting sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 0.1s
17:54:52 [2021-12-03T17:54:52.387Z] #11 ...
17:54:52 [2021-12-03T17:54:52.387Z] 
17:54:52 [2021-12-03T17:54:52.387Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
17:54:52 [2021-12-03T17:54:52.387Z] #28 sha256:78941be1a2a5db85ecac33e9931d48cb01dfdb052ba762b3b52a4315170f5a46
17:54:52 [2021-12-03T17:54:52.387Z] #28 extracting sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 2.5s done
17:54:52 [2021-12-03T17:54:52.387Z] #28 DONE 11.5s
17:54:52 [2021-12-03T17:54:52.387Z] 
17:54:52 [2021-12-03T17:54:52.387Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:52 [2021-12-03T17:54:52.387Z] #11 sha256:abc989597f61eee0aae132efef230f31e10e996c16c4dfcdae7ae027c652e512
17:54:52 [2021-12-03T17:54:52.387Z] #11 sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 102.62MB / 102.62MB 11.0s done
17:54:52 [2021-12-03T17:54:52.387Z] #11 sha256:3d4a745a31bc727dbe00da84cba0007e7a9e6d8b91e3e9e13f97330efd9e6be2 0B / 125B 11.0s
17:54:52 [2021-12-03T17:54:52.387Z] #11 ...
17:54:52 [2021-12-03T17:54:52.387Z] 
17:54:52 [2021-12-03T17:54:52.387Z] #29 [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
17:54:52 [2021-12-03T17:54:52.387Z] #29 sha256:5b9e3f720064b88dfacc583c20948596b4c394318b8a185953dd17e8e74666a9
17:54:53 [2021-12-03T17:54:53.247Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 4.6s done
17:54:53 [2021-12-03T17:54:53.247Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760
17:54:53 [2021-12-03T17:54:53.695Z] #12 DONE 1.4s
17:54:53 [2021-12-03T17:54:53.695Z] 
17:54:53 [2021-12-03T17:54:53.695Z] #13 [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
17:54:53 [2021-12-03T17:54:53.695Z] #13 sha256:9b33b1b4f5125a2f5fd57e71c41c03f9f8fd14d83948c324276c3964af93e82c
17:54:54 [2021-12-03T17:54:54.199Z] #11 ...
17:54:54 [2021-12-03T17:54:54.199Z] 
17:54:54 [2021-12-03T17:54:54.199Z] #29 [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
17:54:54 [2021-12-03T17:54:54.199Z] #29 sha256:a2d0bf6e35a1cf17ae2d5f3092969665e1d1ac307f1cac66dab7544e49bef786
17:54:54 [2021-12-03T17:54:54.199Z] #29 2.228 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 2.246 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 2.246 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 2.376 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 2.702 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 3.207 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:54:54 [2021-12-03T17:54:54.199Z] #29 4.144 Fetched 8479 kB in 2s (3890 kB/s)
17:54:54 [2021-12-03T17:54:54.199Z] #29 4.144 Reading package lists...
17:54:54 [2021-12-03T17:54:54.199Z] #29 4.935 Reading package lists...
17:54:54 [2021-12-03T17:54:54.199Z] #29 5.725 Building dependency tree...
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.083 The following additional packages will be installed:
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.083   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.083   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.085 Recommended packages:
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.085   libldap-common publicsuffix libsasl2-modules
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.255 The following NEW packages will be installed:
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.256   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.256   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.257   libssh2-1 openssl
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.537 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.537 Need to get 3038 kB of archives.
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.537 After this operation, 6652 kB of additional disk space will be used.
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.537 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.550 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.554 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.555 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.557 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.559 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.562 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.563 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.565 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.566 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.569 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.573 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.577 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.579 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.581 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.743 debconf: delaying package configuration, since apt-utils is not installed
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.779 Fetched 3038 kB in 0s (9553 kB/s)
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.801 Selecting previously unselected package openssl.
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.801 (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 ... 6653 files and directories currently installed.)
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.807 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.810 Unpacking openssl (1.1.1k-1+deb11u1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.954 Selecting previously unselected package ca-certificates.
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.954 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 6.958 Unpacking ca-certificates (20210119) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.038 Selecting previously unselected package libbrotli1:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.038 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.046 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.128 Selecting previously unselected package libsasl2-modules-db:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.128 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.131 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.176 Selecting previously unselected package libsasl2-2:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.176 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.180 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.228 Selecting previously unselected package libldap-2.4-2:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.228 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.232 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.298 Selecting previously unselected package libnghttp2-14:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.299 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.304 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.351 Selecting previously unselected package libpsl5:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.351 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.356 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.403 Selecting previously unselected package librtmp1:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.403 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.407 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.452 Selecting previously unselected package libssh2-1:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.452 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.456 Unpacking libssh2-1:amd64 (1.9.0-2) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.513 Selecting previously unselected package libcurl4:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.513 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.517 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.598 Selecting previously unselected package curl.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.599 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.603 Unpacking curl (7.74.0-1.3+b1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.676 Selecting previously unselected package libonig5:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.676 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.679 Unpacking libonig5:amd64 (6.9.6-1.1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.748 Selecting previously unselected package libjq1:amd64.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.748 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.753 Unpacking libjq1:amd64 (1.6-2.1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.803 Selecting previously unselected package jq.
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.803 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.820 Unpacking jq (1.6-2.1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.924 Setting up libpsl5:amd64 (0.21.0-1.2) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.938 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.954 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.959 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.973 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 7.985 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 8.002 Setting up libssh2-1:amd64 (1.9.0-2) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 8.009 Setting up openssl (1.1.1k-1+deb11u1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 8.026 Setting up libonig5:amd64 (6.9.6-1.1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 8.037 Setting up libjq1:amd64 (1.6-2.1) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 8.049 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
17:54:54 [2021-12-03T17:54:54.199Z] #29 8.061 Setting up ca-certificates (20210119) ...
17:54:54 [2021-12-03T17:54:54.278Z] #29 1.775 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:54:54 [2021-12-03T17:54:54.278Z] #29 1.788 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:54:54 [2021-12-03T17:54:54.278Z] #29 1.792 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:54:54 [2021-12-03T17:54:54.278Z] #29 1.884 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:54:54 [2021-12-03T17:54:54.278Z] #29 2.003 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:54:54 [2021-12-03T17:54:54.775Z] #29 8.701 Updating certificates in /etc/ssl/certs...
17:54:54 [2021-12-03T17:54:54.840Z] #29 2.444 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:54:55 [2021-12-03T17:54:55.084Z] #13 DONE 1.0s
17:54:55 [2021-12-03T17:54:55.084Z] 
17:54:55 [2021-12-03T17:54:55.084Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
17:54:55 [2021-12-03T17:54:55.084Z] #25 sha256:fa6c546e141d2ce82be81fdaa8b646152ba63d3939f34f38555fa4f7faf3169a
17:54:55 [2021-12-03T17:54:55.084Z] #25 ...
17:54:55 [2021-12-03T17:54:55.084Z] 
17:54:55 [2021-12-03T17:54:55.084Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
17:54:55 [2021-12-03T17:54:55.084Z] #42 sha256:3ce88d849cb03ba38e5969af0138ca082552b4393e3da5fe8ee740885cf3ab76
17:54:55 [2021-12-03T17:54:55.084Z] #42 DONE 0.2s
17:54:55 [2021-12-03T17:54:55.084Z] 
17:54:55 [2021-12-03T17:54:55.084Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
17:54:55 [2021-12-03T17:54:55.084Z] #33 sha256:6223f220cabb0d86696cd9975c0e4db32f55e3d2813305c0421836926bbc6337
17:54:55 [2021-12-03T17:54:55.084Z] #33 DONE 0.2s
17:54:55 [2021-12-03T17:54:55.084Z] 
17:54:55 [2021-12-03T17:54:55.084Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
17:54:55 [2021-12-03T17:54:55.084Z] #46 sha256:a0d56e908a202e2b370dcbd176f71f3c6bea8dbdfcd43c4391443ed6dcbb42ac
17:54:55 [2021-12-03T17:54:55.084Z] #46 DONE 0.2s
17:54:55 [2021-12-03T17:54:55.084Z] 
17:54:55 [2021-12-03T17:54:55.084Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
17:54:55 [2021-12-03T17:54:55.084Z] #64 sha256:c36073d215e2991503242cb1745038653b125327dff553be7d36086ed1b11a4a
17:54:55 [2021-12-03T17:54:55.084Z] #64 DONE 0.3s
17:54:55 [2021-12-03T17:54:55.084Z] 
17:54:55 [2021-12-03T17:54:55.084Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
17:54:55 [2021-12-03T17:54:55.084Z] #25 sha256:fa6c546e141d2ce82be81fdaa8b646152ba63d3939f34f38555fa4f7faf3169a
17:54:55 [2021-12-03T17:54:55.084Z] #25 DONE 0.3s
17:54:55 [2021-12-03T17:54:55.084Z] 
17:54:55 [2021-12-03T17:54:55.084Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:54:55 [2021-12-03T17:54:55.084Z] #26 sha256:b88d93e16a22d4565eee5c7f37fd33d4113a6861f7bdda13f520a861ace77aff
17:54:55 [2021-12-03T17:54:55.403Z] #29 ...
17:54:55 [2021-12-03T17:54:55.403Z] 
17:54:55 [2021-12-03T17:54:55.403Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
17:54:55 [2021-12-03T17:54:55.403Z] #70 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
17:54:55 [2021-12-03T17:54:55.403Z] #70 DONE 1.9s
17:54:55 [2021-12-03T17:54:55.403Z] 
17:54:55 [2021-12-03T17:54:55.403Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:54:55 [2021-12-03T17:54:55.403Z] #11 sha256:abc989597f61eee0aae132efef230f31e10e996c16c4dfcdae7ae027c652e512
17:54:55 [2021-12-03T17:54:55.403Z] #11 sha256:3d4a745a31bc727dbe00da84cba0007e7a9e6d8b91e3e9e13f97330efd9e6be2 125B / 125B 11.1s done
17:54:55 [2021-12-03T17:54:55.660Z] #11 extracting sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 3.5s done
17:54:55 [2021-12-03T17:54:55.718Z] #29 9.380 129 added, 0 removed; done.
17:54:55 [2021-12-03T17:54:55.719Z] #29 9.414 Setting up jq (1.6-2.1) ...
17:54:55 [2021-12-03T17:54:55.719Z] #29 9.427 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ...
17:54:55 [2021-12-03T17:54:55.719Z] #29 9.437 Setting up curl (7.74.0-1.3+b1) ...
17:54:55 [2021-12-03T17:54:55.719Z] #29 9.449 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:54:55 [2021-12-03T17:54:55.719Z] #29 9.467 Processing triggers for ca-certificates (20210119) ...
17:54:55 [2021-12-03T17:54:55.719Z] #29 9.475 Updating certificates in /etc/ssl/certs...
17:54:55 [2021-12-03T17:54:55.819Z] #19 58.23 Reading package lists...
17:54:55 [2021-12-03T17:54:55.984Z] #29 10.01 0 added, 0 removed; done.
17:54:55 [2021-12-03T17:54:55.984Z] #29 10.01 Running hooks in /etc/ca-certificates/update.d...
17:54:56 [2021-12-03T17:54:56.225Z] #11 extracting sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 0.1s
17:54:56 [2021-12-03T17:54:56.245Z] #29 10.02 done.
17:54:59 [2021-12-03T17:54:59.548Z] #29 DONE 12.8s
17:54:59 [2021-12-03T17:54:59.548Z] 
17:54:59 [2021-12-03T17:54:59.548Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
17:54:59 [2021-12-03T17:54:59.548Z] #30 sha256:baf5568c97185c009e51fa30839e710cd785e7dae0c06c6d4d26e7280da350f2
17:54:59 [2021-12-03T17:54:59.750Z] #26 ...
17:54:59 [2021-12-03T17:54:59.750Z] 
17:54:59 [2021-12-03T17:54:59.750Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:54:59 [2021-12-03T17:54:59.750Z] #36 sha256:8b51ea589948952ef78b249b6260c3ff252d330bf80797fb12742e55849ff5a0
17:54:59 [2021-12-03T17:54:59.750Z] #36 7.752 go: downloading github.com/pelletier/go-toml v1.8.1
17:55:00 [2021-12-03T17:55:00.009Z] #36 ...
17:55:00 [2021-12-03T17:55:00.009Z] 
17:55:00 [2021-12-03T17:55:00.009Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:55:00 [2021-12-03T17:55:00.009Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:55:00 [2021-12-03T17:55:00.009Z] #43 8.531 + git clone https://github.com/docker/distribution.git .
17:55:00 [2021-12-03T17:55:00.009Z] #43 8.531 Cloning into '.'...
17:55:00 [2021-12-03T17:55:00.120Z] #30 DONE 0.9s
17:55:00 [2021-12-03T17:55:00.120Z] 
17:55:00 [2021-12-03T17:55:00.120Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:55:00 [2021-12-03T17:55:00.120Z] #31 sha256:f4fa68f404e891c716e0341bb3ce54b6fe27e0273bf1fc41a07c8eea90789484
17:55:00 [2021-12-03T17:55:00.438Z] #43 ...
17:55:00 [2021-12-03T17:55:00.438Z] 
17:55:00 [2021-12-03T17:55:00.438Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:55:00 [2021-12-03T17:55:00.438Z] #26 sha256:387173595bfee23c94554704af514f8ca7e3d7c7918df87e84c8889802adeed4
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.558 + RM_GOPATH=0
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.558 + TMP_GOPATH=
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.558 + : /build
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.558 + '[' -z '' ']'
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.558 ++ mktemp -d
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.558 + export GOPATH=/tmp/tmp.QsOeDyW7iy
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.558 + GOPATH=/tmp/tmp.QsOeDyW7iy
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.558 + RM_GOPATH=1
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.558 + case "$(go env GOARCH)" in
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.558 ++ go env GOARCH
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.602 + export GO_BUILDMODE=-buildmode=pie
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.602 + GO_BUILDMODE=-buildmode=pie
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.602 ++ dirname /install.sh
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 + dir=/
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 + bin=dockercli
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 + shift
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 + '[' '!' -f //dockercli.installer ']'
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 + . //dockercli.installer
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 ++ : stable
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 ++ : 17.06.2-ce
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 + install_dockercli
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 + echo 'Install docker/cli version 17.06.2-ce from stable'
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 ++ uname -m
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.619 Install docker/cli version 17.06.2-ce from stable
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.633 + arch=x86_64
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.633 + '[' x86_64 '!=' x86_64 ']'
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.633 + url=https://download.docker.com/linux/static
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.633 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
17:55:00 [2021-12-03T17:55:00.438Z] #26 8.633 + tar -xz docker/docker
17:55:01 [2021-12-03T17:55:01.375Z] #26 ...
17:55:01 [2021-12-03T17:55:01.375Z] 
17:55:01 [2021-12-03T17:55:01.375Z] #38 [tini 1/3] 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
17:55:01 [2021-12-03T17:55:01.375Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:01 [2021-12-03T17:55:01.375Z] #38 9.018 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:01 [2021-12-03T17:55:01.375Z] #38 9.256 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:01 [2021-12-03T17:55:01.375Z] #38 9.394 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:01 [2021-12-03T17:55:01.477Z] #11 ...
17:55:01 [2021-12-03T17:55:01.477Z] 
17:55:01 [2021-12-03T17:55:01.477Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
17:55:01 [2021-12-03T17:55:01.477Z] #72 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
17:55:01 [2021-12-03T17:55:01.477Z] #72 DONE 5.6s
17:55:01 [2021-12-03T17:55:01.477Z] 
17:55:01 [2021-12-03T17:55:01.477Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:55:01 [2021-12-03T17:55:01.477Z] #11 sha256:abc989597f61eee0aae132efef230f31e10e996c16c4dfcdae7ae027c652e512
17:55:01 [2021-12-03T17:55:01.477Z] #11 ...
17:55:01 [2021-12-03T17:55:01.477Z] 
17:55:01 [2021-12-03T17:55:01.477Z] #29 [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
17:55:01 [2021-12-03T17:55:01.477Z] #29 sha256:5b9e3f720064b88dfacc583c20948596b4c394318b8a185953dd17e8e74666a9
17:55:01 [2021-12-03T17:55:01.477Z] #29 3.361 Fetched 8365 kB in 2s (4518 kB/s)
17:55:01 [2021-12-03T17:55:01.477Z] #29 3.361 Reading package lists...
17:55:01 [2021-12-03T17:55:01.477Z] #29 3.894 Reading package lists...
17:55:01 [2021-12-03T17:55:01.477Z] #29 4.420 Building dependency tree...
17:55:01 [2021-12-03T17:55:01.477Z] #29 4.768 The following additional packages will be installed:
17:55:01 [2021-12-03T17:55:01.477Z] #29 4.768   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
17:55:01 [2021-12-03T17:55:01.477Z] #29 4.768   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
17:55:01 [2021-12-03T17:55:01.477Z] #29 4.768 Recommended packages:
17:55:01 [2021-12-03T17:55:01.477Z] #29 4.768   libldap-common publicsuffix libsasl2-modules
17:55:01 [2021-12-03T17:55:01.477Z] #29 4.887 The following NEW packages will be installed:
17:55:01 [2021-12-03T17:55:01.477Z] #29 4.887   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
17:55:01 [2021-12-03T17:55:01.477Z] #29 4.887   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
17:55:01 [2021-12-03T17:55:01.478Z] #29 4.889   libssh2-1 openssl
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.161 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.161 Need to get 2934 kB of archives.
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.161 After this operation, 6485 kB of additional disk space will be used.
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.161 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.203 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.218 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.271 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1 [69.3 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.275 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1 [105 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.278 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.292 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.326 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.338 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.352 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.358 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+b1 [321 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.435 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+b1 [261 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.437 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.448 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.456 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.752 debconf: delaying package configuration, since apt-utils is not installed
17:55:01 [2021-12-03T17:55:01.478Z] #29 5.783 Fetched 2934 kB in 1s (5227 kB/s)
17:55:01 [2021-12-03T17:55:01.478Z] #29 6.063 Selecting previously unselected package openssl.
17:55:01 [2021-12-03T17:55:01.478Z] #29 6.063 (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 ... 6645 files and directories currently installed.)
17:55:01 [2021-12-03T17:55:01.478Z] #29 6.068 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 6.144 Unpacking openssl (1.1.1k-1+deb11u1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 6.739 Selecting previously unselected package ca-certificates.
17:55:01 [2021-12-03T17:55:01.478Z] #29 6.739 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 6.930 Unpacking ca-certificates (20210119) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 7.314 Selecting previously unselected package libbrotli1:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 7.314 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 7.737 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.303 Selecting previously unselected package libsasl2-modules-db:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.303 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.310 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.435 Selecting previously unselected package libsasl2-2:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.435 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.444 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.517 Selecting previously unselected package libldap-2.4-2:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.517 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.539 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.591 Selecting previously unselected package libnghttp2-14:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.591 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.596 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.643 Selecting previously unselected package libpsl5:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.643 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.647 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.685 Selecting previously unselected package librtmp1:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.685 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.690 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.728 Selecting previously unselected package libssh2-1:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.730 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.736 Unpacking libssh2-1:arm64 (1.9.0-2) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.786 Selecting previously unselected package libcurl4:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.786 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.790 Unpacking libcurl4:arm64 (7.74.0-1.3+b1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.844 Selecting previously unselected package curl.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.844 Preparing to unpack .../11-curl_7.74.0-1.3+b1_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.848 Unpacking curl (7.74.0-1.3+b1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.899 Selecting previously unselected package libonig5:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.901 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.904 Unpacking libonig5:arm64 (6.9.6-1.1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.965 Selecting previously unselected package libjq1:arm64.
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.965 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 8.969 Unpacking libjq1:arm64 (1.6-2.1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.014 Selecting previously unselected package jq.
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.014 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.016 Unpacking jq (1.6-2.1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.058 Setting up libpsl5:arm64 (0.21.0-1.2) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.069 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.081 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.093 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.103 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.115 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.126 Setting up libssh2-1:arm64 (1.9.0-2) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.137 Setting up openssl (1.1.1k-1+deb11u1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.153 Setting up libonig5:arm64 (6.9.6-1.1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.168 Setting up libjq1:arm64 (1.6-2.1) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.178 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ...
17:55:01 [2021-12-03T17:55:01.478Z] #29 9.198 Setting up ca-certificates (20210119) ...
17:55:01 [2021-12-03T17:55:01.635Z] #38 ...
17:55:01 [2021-12-03T17:55:01.635Z] 
17:55:01 [2021-12-03T17:55:01.635Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:55:01 [2021-12-03T17:55:01.635Z] #49 sha256:bd7264772372eb6e8a7c005ffa677a0c54edd69b5219652233a88006d134eb8f
17:55:01 [2021-12-03T17:55:01.635Z] #49 8.256 go: downloading github.com/LK4D4/vndr v0.1.2
17:55:01 [2021-12-03T17:55:01.635Z] #49 ...
17:55:01 [2021-12-03T17:55:01.635Z] 
17:55:01 [2021-12-03T17:55:01.635Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:01 [2021-12-03T17:55:01.635Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:55:01 [2021-12-03T17:55:01.635Z] #51 7.908 go: downloading gotest.tools/gotestsum v1.7.0
17:55:01 [2021-12-03T17:55:01.635Z] #51 10.10 go: downloading github.com/dnephin/pflag v1.0.7
17:55:01 [2021-12-03T17:55:01.635Z] #51 10.14 go: downloading github.com/fatih/color v1.10.0
17:55:01 [2021-12-03T17:55:01.635Z] #51 10.33 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
17:55:01 [2021-12-03T17:55:01.895Z] #51 10.53 go: downloading github.com/pkg/errors v0.9.1
17:55:01 [2021-12-03T17:55:01.895Z] #51 ...
17:55:01 [2021-12-03T17:55:01.895Z] 
17:55:01 [2021-12-03T17:55:01.895Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:01 [2021-12-03T17:55:01.895Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:01 [2021-12-03T17:55:01.895Z] #14 9.823 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:01 [2021-12-03T17:55:01.895Z] #14 9.913 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:01 [2021-12-03T17:55:01.895Z] #14 9.913 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:01 [2021-12-03T17:55:01.895Z] #14 ...
17:55:01 [2021-12-03T17:55:01.895Z] 
17:55:01 [2021-12-03T17:55:01.895Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:01 [2021-12-03T17:55:01.895Z] #65 sha256:c8a4526aa1ee6aca77c78cf837a6c3aa41fd3fb315f1e53a2458d03280fc1f30
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.014 + RM_GOPATH=0
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.014 + TMP_GOPATH=
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.014 + : /build
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.014 + '[' -z '' ']'
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.014 ++ mktemp -d
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.099 + export GOPATH=/tmp/tmp.6r5JlR0gun
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.099 + GOPATH=/tmp/tmp.6r5JlR0gun
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.099 + RM_GOPATH=1
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.099 + case "$(go env GOARCH)" in
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.099 ++ go env GOARCH
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + export GO_BUILDMODE=-buildmode=pie
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + GO_BUILDMODE=-buildmode=pie
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 ++ dirname /install.sh
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + dir=/
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + bin=rootlesskit
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + shift
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + '[' '!' -f //rootlesskit.installer ']'
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + . //rootlesskit.installer
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 ++ : v0.14.6
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + install_rootlesskit
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + case "$1" in
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + export CGO_ENABLED=0
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + CGO_ENABLED=0
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + _install_rootlesskit
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + echo 'Install rootlesskit version v0.14.6'
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + for f in rootlesskit rootlesskit-docker-proxy
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + GOBIN=/build
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + GO111MODULE=on
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.183 Install rootlesskit version v0.14.6
17:55:01 [2021-12-03T17:55:01.895Z] #65 9.981 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
17:55:02 [2021-12-03T17:55:02.042Z] #29 9.742 Updating certificates in /etc/ssl/certs...
17:55:02 [2021-12-03T17:55:02.044Z] #31 2.213 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
17:55:02 [2021-12-03T17:55:02.154Z] #65 ...
17:55:02 [2021-12-03T17:55:02.154Z] 
17:55:02 [2021-12-03T17:55:02.154Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:02 [2021-12-03T17:55:02.154Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:02 [2021-12-03T17:55:02.154Z] #53 7.785 go: downloading github.com/golangci/golangci-lint v1.23.8
17:55:02 [2021-12-03T17:55:02.154Z] #53 ...
17:55:02 [2021-12-03T17:55:02.154Z] 
17:55:02 [2021-12-03T17:55:02.154Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:02 [2021-12-03T17:55:02.154Z] #55 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:55:02 [2021-12-03T17:55:02.154Z] #55 8.604 go: downloading mvdan.cc/sh/v3 v3.0.2
17:55:02 [2021-12-03T17:55:02.154Z] #55 10.63 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
17:55:02 [2021-12-03T17:55:02.154Z] #55 10.68 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
17:55:02 [2021-12-03T17:55:02.154Z] #55 10.76 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
17:55:02 [2021-12-03T17:55:02.413Z] #55 ...
17:55:02 [2021-12-03T17:55:02.413Z] 
17:55:02 [2021-12-03T17:55:02.413Z] #60 [containerd 1/3] 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
17:55:02 [2021-12-03T17:55:02.413Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:02 [2021-12-03T17:55:02.413Z] #60 9.823 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:02 [2021-12-03T17:55:02.413Z] #60 9.975 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:02 [2021-12-03T17:55:02.413Z] #60 9.975 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:02 [2021-12-03T17:55:02.607Z] #29 ...
17:55:02 [2021-12-03T17:55:02.607Z] 
17:55:02 [2021-12-03T17:55:02.607Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:55:02 [2021-12-03T17:55:02.607Z] #11 sha256:abc989597f61eee0aae132efef230f31e10e996c16c4dfcdae7ae027c652e512
17:55:02 [2021-12-03T17:55:02.607Z] #11 extracting sha256:d12c8da18c64aeb49358febe774ee8c2ae1ecf875c751969784919832f5e9034 5.8s done
17:55:02 [2021-12-03T17:55:02.607Z] #11 extracting sha256:3d4a745a31bc727dbe00da84cba0007e7a9e6d8b91e3e9e13f97330efd9e6be2 done
17:55:02 [2021-12-03T17:55:02.607Z] #11 DONE 21.6s
17:55:02 [2021-12-03T17:55:02.607Z] 
17:55:02 [2021-12-03T17:55:02.607Z] #29 [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
17:55:02 [2021-12-03T17:55:02.607Z] #29 sha256:5b9e3f720064b88dfacc583c20948596b4c394318b8a185953dd17e8e74666a9
17:55:02 [2021-12-03T17:55:02.607Z] #29 10.27 129 added, 0 removed; done.
17:55:02 [2021-12-03T17:55:02.618Z] #31 2.657 
17:55:02 [2021-12-03T17:55:02.672Z] #60 ...
17:55:02 [2021-12-03T17:55:02.672Z] 
17:55:02 [2021-12-03T17:55:02.672Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:55:02 [2021-12-03T17:55:02.672Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:55:02 [2021-12-03T17:55:02.672Z] #34 8.858 + git clone https://github.com/kolyshkin/go-swagger.git .
17:55:02 [2021-12-03T17:55:02.672Z] #34 8.858 Cloning into '.'...
17:55:02 [2021-12-03T17:55:02.672Z] #34 ...
17:55:02 [2021-12-03T17:55:02.672Z] 
17:55:02 [2021-12-03T17:55:02.672Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:02 [2021-12-03T17:55:02.672Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:02 [2021-12-03T17:55:02.672Z] #47 8.976 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:02 [2021-12-03T17:55:02.672Z] #47 9.292 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:02 [2021-12-03T17:55:02.672Z] #47 9.343 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:02 [2021-12-03T17:55:02.672Z] #47 9.814 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
17:55:02 [2021-12-03T17:55:02.672Z] #47 11.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:02 [2021-12-03T17:55:02.864Z] #29 10.45 Setting up jq (1.6-2.1) ...
17:55:02 [2021-12-03T17:55:02.865Z] #29 10.46 Setting up libcurl4:arm64 (7.74.0-1.3+b1) ...
17:55:02 [2021-12-03T17:55:02.865Z] #29 10.47 Setting up curl (7.74.0-1.3+b1) ...
17:55:02 [2021-12-03T17:55:02.865Z] #29 10.48 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:55:02 [2021-12-03T17:55:02.865Z] #29 10.51 Processing triggers for ca-certificates (20210119) ...
17:55:02 [2021-12-03T17:55:02.865Z] #29 10.53 Updating certificates in /etc/ssl/certs...
17:55:02 [2021-12-03T17:55:02.879Z] #31 2.901 #=#=#                                                                         

######################################################################## 100.0%
17:55:03 [2021-12-03T17:55:03.141Z] #31 3.280 
17:55:03 [2021-12-03T17:55:03.244Z] #26 ...
17:55:03 [2021-12-03T17:55:03.245Z] 
17:55:03 [2021-12-03T17:55:03.245Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:03 [2021-12-03T17:55:03.245Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:03 [2021-12-03T17:55:03.245Z] #14 7.242 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:03 [2021-12-03T17:55:03.245Z] #14 7.261 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:03 [2021-12-03T17:55:03.245Z] #14 7.261 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:03 [2021-12-03T17:55:03.245Z] #14 7.522 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:03 [2021-12-03T17:55:03.245Z] #14 8.248 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:03 [2021-12-03T17:55:03.430Z] #29 ...
17:55:03 [2021-12-03T17:55:03.431Z] 
17:55:03 [2021-12-03T17:55:03.431Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
17:55:03 [2021-12-03T17:55:03.431Z] #12 sha256:7a5ca83412ab57200b0aeeee0493f5bf705538207801e18e7776e87c099cafa7
17:55:03 [2021-12-03T17:55:03.431Z] #12 DONE 0.7s
17:55:03 [2021-12-03T17:55:03.431Z] 
17:55:03 [2021-12-03T17:55:03.431Z] #13 [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
17:55:03 [2021-12-03T17:55:03.431Z] #13 sha256:d6da3db1931c2a8d4785f428b42e92d658c13d2be7bd5747eb2220fd58353d56
17:55:03 [2021-12-03T17:55:03.689Z] #13 ...
17:55:03 [2021-12-03T17:55:03.689Z] 
17:55:03 [2021-12-03T17:55:03.689Z] #29 [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
17:55:03 [2021-12-03T17:55:03.689Z] #29 sha256:5b9e3f720064b88dfacc583c20948596b4c394318b8a185953dd17e8e74666a9
17:55:03 [2021-12-03T17:55:03.689Z] #29 11.29 0 added, 0 removed; done.
17:55:03 [2021-12-03T17:55:03.689Z] #29 11.29 Running hooks in /etc/ca-certificates/update.d...
17:55:03 [2021-12-03T17:55:03.689Z] #29 11.29 done.
17:55:03 [2021-12-03T17:55:03.689Z] #29 DONE 11.4s
17:55:03 [2021-12-03T17:55:03.818Z] #14 9.035 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:03 [2021-12-03T17:55:03.952Z] 
17:55:03 [2021-12-03T17:55:03.952Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
17:55:03 [2021-12-03T17:55:03.952Z] #30 sha256:b4396872ed0e3a75a123c1e9a7c1c910ec3c7f867388dffd5a7780084beff779
17:55:03 [2021-12-03T17:55:03.952Z] #30 DONE 0.1s
17:55:03 [2021-12-03T17:55:03.952Z] 
17:55:03 [2021-12-03T17:55:03.952Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:55:03 [2021-12-03T17:55:03.952Z] #31 sha256:1c8794c266084366e8732cf01227c69314cbc1ed5df3c730d8399b07afa52550
17:55:04 [2021-12-03T17:55:04.094Z] #31 4.200 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
17:55:04 [2021-12-03T17:55:04.094Z] #31 ...
17:55:04 [2021-12-03T17:55:04.094Z] 
17:55:04 [2021-12-03T17:55:04.094Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:55:04 [2021-12-03T17:55:04.094Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:55:04 [2021-12-03T17:55:04.094Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 4.4s done
17:55:04 [2021-12-03T17:55:04.094Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 6.8s
17:55:04 [2021-12-03T17:55:04.212Z] #31 ...
17:55:04 [2021-12-03T17:55:04.212Z] 
17:55:04 [2021-12-03T17:55:04.212Z] #13 [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
17:55:04 [2021-12-03T17:55:04.212Z] #13 sha256:d6da3db1931c2a8d4785f428b42e92d658c13d2be7bd5747eb2220fd58353d56
17:55:04 [2021-12-03T17:55:04.212Z] #13 DONE 0.9s
17:55:04 [2021-12-03T17:55:04.212Z] 
17:55:04 [2021-12-03T17:55:04.212Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
17:55:04 [2021-12-03T17:55:04.212Z] #46 sha256:b4beea65549142c62aa8e9eeb4b6a129c4bb612dd41b73183de15e6a3c765588
17:55:04 [2021-12-03T17:55:04.212Z] #46 DONE 0.2s
17:55:04 [2021-12-03T17:55:04.212Z] 
17:55:04 [2021-12-03T17:55:04.212Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
17:55:04 [2021-12-03T17:55:04.212Z] #33 sha256:2b0340d6158536f0d6f5019194b7fbd723d6c3907dcd5041f2e27aa6091c8f10
17:55:04 [2021-12-03T17:55:04.212Z] #33 DONE 0.3s
17:55:04 [2021-12-03T17:55:04.212Z] 
17:55:04 [2021-12-03T17:55:04.212Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:04 [2021-12-03T17:55:04.212Z] #47 sha256:9ac9f2482a7724c0dcdef7d76ce46235eda9c56e876a714418b771035322bf85
17:55:04 [2021-12-03T17:55:04.471Z] #47 ...
17:55:04 [2021-12-03T17:55:04.471Z] 
17:55:04 [2021-12-03T17:55:04.471Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
17:55:04 [2021-12-03T17:55:04.471Z] #42 sha256:78fd664c82048f3b75d0bd39ed5ba358e466521f8bc609472fbf3b17fd849ca4
17:55:04 [2021-12-03T17:55:04.471Z] #42 DONE 0.3s
17:55:04 [2021-12-03T17:55:04.471Z] 
17:55:04 [2021-12-03T17:55:04.471Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
17:55:04 [2021-12-03T17:55:04.471Z] #25 sha256:556bbc353243a165b33477a61b096470a6bcbbfa4abfa6d7c88316c0f719d75b
17:55:04 [2021-12-03T17:55:04.471Z] #25 DONE 0.4s
17:55:04 [2021-12-03T17:55:04.471Z] 
17:55:04 [2021-12-03T17:55:04.471Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
17:55:04 [2021-12-03T17:55:04.471Z] #64 sha256:03096b32edda16b818a07608f992bce914fb98c1b0172681cdc6bead36114fa2
17:55:04 [2021-12-03T17:55:04.471Z] #64 DONE 0.4s
17:55:04 [2021-12-03T17:55:04.471Z] 
17:55:04 [2021-12-03T17:55:04.471Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:04 [2021-12-03T17:55:04.471Z] #65 sha256:444f2a13f7fd60bf2fba2a56ab37954a7a7e10a49ad0e03f1cb8185c31d8df60
17:55:04 [2021-12-03T17:55:04.667Z] #11 ...
17:55:04 [2021-12-03T17:55:04.668Z] 
17:55:04 [2021-12-03T17:55:04.668Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:55:04 [2021-12-03T17:55:04.668Z] #31 sha256:f4fa68f404e891c716e0341bb3ce54b6fe27e0273bf1fc41a07c8eea90789484
17:55:04 [2021-12-03T17:55:04.668Z] #31 4.490 
17:55:04 [2021-12-03T17:55:04.668Z] #31 4.709 #=#=#                                                                         

##################################################                        70.4%
######################################################################## 100.0%
17:55:04 [2021-12-03T17:55:04.761Z] #14 ...
17:55:04 [2021-12-03T17:55:04.761Z] 
17:55:04 [2021-12-03T17:55:04.761Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:04 [2021-12-03T17:55:04.761Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:04 [2021-12-03T17:55:04.929Z] #31 5.051 
17:55:05 [2021-12-03T17:55:05.026Z] #53 ...
17:55:05 [2021-12-03T17:55:05.026Z] 
17:55:05 [2021-12-03T17:55:05.026Z] #60 [containerd 1/3] 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
17:55:05 [2021-12-03T17:55:05.026Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:05 [2021-12-03T17:55:05.026Z] #60 ...
17:55:05 [2021-12-03T17:55:05.026Z] 
17:55:05 [2021-12-03T17:55:05.026Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:05 [2021-12-03T17:55:05.026Z] #55 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:55:05 [2021-12-03T17:55:05.288Z] #55 ...
17:55:05 [2021-12-03T17:55:05.288Z] 
17:55:05 [2021-12-03T17:55:05.288Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:05 [2021-12-03T17:55:05.288Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:05 [2021-12-03T17:55:05.288Z] #47 ...
17:55:05 [2021-12-03T17:55:05.288Z] 
17:55:05 [2021-12-03T17:55:05.288Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:55:05 [2021-12-03T17:55:05.288Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:55:05 [2021-12-03T17:55:05.288Z] #43 10.17 + git clone https://github.com/docker/distribution.git .
17:55:05 [2021-12-03T17:55:05.288Z] #43 10.20 Cloning into '.'...
17:55:05 [2021-12-03T17:55:05.557Z] #43 ...
17:55:05 [2021-12-03T17:55:05.557Z] 
17:55:05 [2021-12-03T17:55:05.557Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:05 [2021-12-03T17:55:05.557Z] #65 sha256:1975c847331fb00cb46f83ce2553f8a1b271d754a24d3dd4f8290515c84b55d8
17:55:05 [2021-12-03T17:55:05.557Z] #65 ...
17:55:05 [2021-12-03T17:55:05.557Z] 
17:55:05 [2021-12-03T17:55:05.557Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:55:05 [2021-12-03T17:55:05.557Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:55:05 [2021-12-03T17:55:05.557Z] #34 10.01 + git clone https://github.com/kolyshkin/go-swagger.git .
17:55:05 [2021-12-03T17:55:05.557Z] #34 10.01 Cloning into '.'...
17:55:05 [2021-12-03T17:55:05.775Z] #19 74.26 Reading package lists...
17:55:05 [2021-12-03T17:55:05.818Z] #34 ...
17:55:05 [2021-12-03T17:55:05.818Z] 
17:55:05 [2021-12-03T17:55:05.818Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:55:05 [2021-12-03T17:55:05.818Z] #49 sha256:bd7264772372eb6e8a7c005ffa677a0c54edd69b5219652233a88006d134eb8f
17:55:05 [2021-12-03T17:55:05.818Z] #49 ...
17:55:05 [2021-12-03T17:55:05.818Z] 
17:55:05 [2021-12-03T17:55:05.818Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:05 [2021-12-03T17:55:05.818Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:55:05 [2021-12-03T17:55:05.818Z] #51 10.50 go: downloading gotest.tools/gotestsum v1.7.0
17:55:05 [2021-12-03T17:55:05.874Z] #31 5.964 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
17:55:06 [2021-12-03T17:55:06.079Z] #51 ...
17:55:06 [2021-12-03T17:55:06.079Z] 
17:55:06 [2021-12-03T17:55:06.079Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:55:06 [2021-12-03T17:55:06.079Z] #36 sha256:8b51ea589948952ef78b249b6260c3ff252d330bf80797fb12742e55849ff5a0
17:55:06 [2021-12-03T17:55:06.079Z] #36 7.350 go: downloading github.com/pelletier/go-toml v1.8.1
17:55:06 [2021-12-03T17:55:06.079Z] #36 ...
17:55:06 [2021-12-03T17:55:06.079Z] 
17:55:06 [2021-12-03T17:55:06.079Z] #38 [tini 1/3] 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
17:55:06 [2021-12-03T17:55:06.079Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:06 [2021-12-03T17:55:06.079Z] #38 11.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:06 [2021-12-03T17:55:06.079Z] #38 11.46 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:06 [2021-12-03T17:55:06.079Z] #38 11.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:06 [2021-12-03T17:55:06.134Z] #31 6.248 
17:55:06 [2021-12-03T17:55:06.343Z] #38 ...
17:55:06 [2021-12-03T17:55:06.343Z] 
17:55:06 [2021-12-03T17:55:06.343Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:55:06 [2021-12-03T17:55:06.343Z] #26 sha256:b88d93e16a22d4565eee5c7f37fd33d4113a6861f7bdda13f520a861ace77aff
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.34 + RM_GOPATH=0
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.34 + TMP_GOPATH=
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.34 + : /build
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.34 + '[' -z '' ']'
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.34 ++ mktemp -d
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.34 + export GOPATH=/tmp/tmp.vbGoinv29Y
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.34 + GOPATH=/tmp/tmp.vbGoinv29Y
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.34 + RM_GOPATH=1
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.34 + case "$(go env GOARCH)" in
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.34 ++ go env GOARCH
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.37 + export GO_BUILDMODE=-buildmode=pie
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.37 + GO_BUILDMODE=-buildmode=pie
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.37 ++ dirname /install.sh
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + dir=/
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + bin=dockercli
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + shift
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + '[' '!' -f //dockercli.installer ']'
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + . //dockercli.installer
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 ++ : stable
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 ++ : 17.06.2-ce
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + install_dockercli
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + echo 'Install docker/cli version 17.06.2-ce from stable'
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 Install docker/cli version 17.06.2-ce from stable
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 ++ uname -m
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + arch=x86_64
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + '[' x86_64 '!=' x86_64 ']'
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + url=https://download.docker.com/linux/static
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.39 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
17:55:06 [2021-12-03T17:55:06.343Z] #26 10.40 + tar -xz docker/docker
17:55:06 [2021-12-03T17:55:06.661Z] #31 6.471 #=#=#                                                                         

################                                                          23.2%
##########################################                                59.0%
############################################                              61.4%
######################################################################## 100.0%
17:55:06 [2021-12-03T17:55:06.865Z] #47 ...
17:55:06 [2021-12-03T17:55:06.865Z] 
17:55:06 [2021-12-03T17:55:06.865Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:06 [2021-12-03T17:55:06.865Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:55:06 [2021-12-03T17:55:06.865Z] #51 11.37 go: downloading github.com/mattn/go-colorable v0.1.8
17:55:06 [2021-12-03T17:55:06.865Z] #51 11.46 go: downloading github.com/mattn/go-isatty v0.0.12
17:55:06 [2021-12-03T17:55:06.865Z] #51 11.53 go: downloading github.com/fsnotify/fsnotify v1.4.9
17:55:06 [2021-12-03T17:55:06.865Z] #51 11.55 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
17:55:06 [2021-12-03T17:55:06.865Z] #51 11.98 go: downloading github.com/jonboulle/clockwork v0.2.2
17:55:06 [2021-12-03T17:55:06.865Z] #51 12.08 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
17:55:06 [2021-12-03T17:55:06.865Z] #51 12.30 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
17:55:06 [2021-12-03T17:55:06.865Z] #51 12.62 go: downloading golang.org/x/tools v0.1.0
17:55:06 [2021-12-03T17:55:06.922Z] #31 7.021 
17:55:07 [2021-12-03T17:55:07.141Z] #19 83.20 Building dependency tree...
17:55:07 [2021-12-03T17:55:07.184Z] #31 ...
17:55:07 [2021-12-03T17:55:07.184Z] 
17:55:07 [2021-12-03T17:55:07.184Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:8e667633e3dd0eb79f573d07a07c3f54a737697a0afac6f7ece027e54945c593
17:55:07 [2021-12-03T17:55:07.184Z] #11 sha256:3a9d8609397091e999e7231b8ba7afc92579466a18a385b9c63eb43e2468b073
17:55:07 [2021-12-03T17:55:07.184Z] #11 extracting sha256:a46d5aceda6a3c49f916a77000b2377e7599c786d01370b48a531f5ca5f8fb42 9.3s done
17:55:07 [2021-12-03T17:55:07.184Z] #11 extracting sha256:b8e59c4f341edfe59a3fb6ace0230f8d34f28e92abc37fc1dffd7a7f22c9aea5 done
17:55:07 [2021-12-03T17:55:07.184Z] #11 DONE 28.8s
17:55:07 [2021-12-03T17:55:07.445Z] 
17:55:07 [2021-12-03T17:55:07.445Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
17:55:07 [2021-12-03T17:55:07.445Z] #12 sha256:ff26048a7d173fb14d54a19d59a7c438a4c982bc1715767fe3dfc62fabfbfcde
17:55:08 [2021-12-03T17:55:08.395Z] #12 DONE 1.2s
17:55:08 [2021-12-03T17:55:08.395Z] 
17:55:08 [2021-12-03T17:55:08.395Z] #13 [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
17:55:08 [2021-12-03T17:55:08.395Z] #13 sha256:9b33b1b4f5125a2f5fd57e71c41c03f9f8fd14d83948c324276c3964af93e82c
17:55:09 [2021-12-03T17:55:09.345Z] #13 DONE 0.8s
17:55:09 [2021-12-03T17:55:09.345Z] 
17:55:09 [2021-12-03T17:55:09.345Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:55:09 [2021-12-03T17:55:09.345Z] #31 sha256:f4fa68f404e891c716e0341bb3ce54b6fe27e0273bf1fc41a07c8eea90789484
17:55:09 [2021-12-03T17:55:09.345Z] #31 7.930 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
17:55:09 [2021-12-03T17:55:09.345Z] #31 8.287 
17:55:09 [2021-12-03T17:55:09.345Z] #31 8.522 #=#=#                                                                         

######################################################################## 100.0%
17:55:09 [2021-12-03T17:55:09.345Z] #31 9.032 
17:55:09 [2021-12-03T17:55:09.345Z] #31 ...
17:55:09 [2021-12-03T17:55:09.345Z] 
17:55:09 [2021-12-03T17:55:09.345Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
17:55:09 [2021-12-03T17:55:09.345Z] #46 sha256:a0d56e908a202e2b370dcbd176f71f3c6bea8dbdfcd43c4391443ed6dcbb42ac
17:55:09 [2021-12-03T17:55:09.345Z] #46 DONE 0.1s
17:55:09 [2021-12-03T17:55:09.345Z] 
17:55:09 [2021-12-03T17:55:09.345Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
17:55:09 [2021-12-03T17:55:09.345Z] #64 sha256:ce04116bbe01749bc5e55b819ed1c5a2a1903fe038efd1cf1f5c1fb9c7ab8be4
17:55:09 [2021-12-03T17:55:09.345Z] #64 DONE 0.1s
17:55:09 [2021-12-03T17:55:09.611Z] 
17:55:09 [2021-12-03T17:55:09.611Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
17:55:09 [2021-12-03T17:55:09.611Z] #42 sha256:3ce88d849cb03ba38e5969af0138ca082552b4393e3da5fe8ee740885cf3ab76
17:55:09 [2021-12-03T17:55:09.611Z] #42 DONE 0.3s
17:55:09 [2021-12-03T17:55:09.611Z] 
17:55:09 [2021-12-03T17:55:09.611Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:09 [2021-12-03T17:55:09.611Z] #65 sha256:0390ba7e5ae76febb9b0909e608676d80cc109312903bfdde40511a588c99447
17:55:09 [2021-12-03T17:55:09.611Z] #65 ...
17:55:09 [2021-12-03T17:55:09.611Z] 
17:55:09 [2021-12-03T17:55:09.611Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
17:55:09 [2021-12-03T17:55:09.611Z] #33 sha256:6223f220cabb0d86696cd9975c0e4db32f55e3d2813305c0421836926bbc6337
17:55:09 [2021-12-03T17:55:09.611Z] #33 DONE 0.4s
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66 The following additional packages will be installed:
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.66   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.67   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.67   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.67   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.67   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.67   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.67   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.67   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.67   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.67   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.68   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.69   linux-libc-dev-s390x-cross patch xz-utils
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.73 Suggested packages:
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.73   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.73   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.73   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.73   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.73   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.73   libyaml-shell-perl ed diffutils-doc
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.73 Recommended packages:
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.73   fakeroot build-essential libalgorithm-merge-perl libwww-perl
17:55:09 [2021-12-03T17:55:09.660Z] #19 87.73   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
17:55:09 [2021-12-03T17:55:09.876Z] #65 ...
17:55:09 [2021-12-03T17:55:09.876Z] 
17:55:09 [2021-12-03T17:55:09.876Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:55:09 [2021-12-03T17:55:09.876Z] #31 sha256:1c8794c266084366e8732cf01227c69314cbc1ed5df3c730d8399b07afa52550
17:55:09 [2021-12-03T17:55:09.876Z] #31 2.787 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
17:55:09 [2021-12-03T17:55:09.876Z] #31 3.069 
17:55:09 [2021-12-03T17:55:09.876Z] #31 3.299 #=#=#                                                                         

#                                                                          2.0%
######################################################################## 100.0%
17:55:09 [2021-12-03T17:55:09.876Z] #31 3.632 
17:55:09 [2021-12-03T17:55:09.876Z] #31 4.739 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
17:55:09 [2021-12-03T17:55:09.876Z] #31 4.973 
17:55:09 [2021-12-03T17:55:09.876Z] #31 5.194 #=#=#                                                                         

                                                                           0.7%
######################################################################## 100.0%
17:55:09 [2021-12-03T17:55:09.876Z] #31 5.507 
17:55:09 [2021-12-03T17:55:09.883Z] 
17:55:09 [2021-12-03T17:55:09.883Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
17:55:09 [2021-12-03T17:55:09.883Z] #25 sha256:b9d0d9ca4a2a5e7801d556ea6ea88fc7521bd1dd5cdedd548d5d7504ad3c20c3
17:55:09 [2021-12-03T17:55:09.883Z] #25 DONE 0.4s
17:55:09 [2021-12-03T17:55:09.883Z] 
17:55:09 [2021-12-03T17:55:09.883Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:55:09 [2021-12-03T17:55:09.883Z] #26 sha256:ebe7b4a3fcfa8910c9bf2482ca71a7eb466542c95653bacbe3fad3a18e23a510
17:55:11 [2021-12-03T17:55:11.065Z] #51 ...
17:55:11 [2021-12-03T17:55:11.065Z] 
17:55:11 [2021-12-03T17:55:11.065Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:11 [2021-12-03T17:55:11.065Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:11 [2021-12-03T17:55:11.065Z] #53 19.22 go: downloading github.com/fatih/color v1.7.0
17:55:11 [2021-12-03T17:55:11.065Z] #53 19.31 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
17:55:11 [2021-12-03T17:55:11.065Z] #53 19.41 go: downloading github.com/pkg/errors v0.8.1
17:55:11 [2021-12-03T17:55:11.065Z] #53 19.41 go: downloading github.com/spf13/cobra v0.0.5
17:55:11 [2021-12-03T17:55:11.065Z] #53 19.62 go: downloading github.com/spf13/pflag v1.0.5
17:55:11 [2021-12-03T17:55:11.631Z] #53 20.23 go: downloading github.com/spf13/viper v1.6.1
17:55:11 [2021-12-03T17:55:11.650Z] #26 ...
17:55:11 [2021-12-03T17:55:11.650Z] 
17:55:11 [2021-12-03T17:55:11.650Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:11 [2021-12-03T17:55:11.650Z] #65 sha256:1975c847331fb00cb46f83ce2553f8a1b271d754a24d3dd4f8290515c84b55d8
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.14 + RM_GOPATH=0
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.14 + TMP_GOPATH=
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.14 + : /build
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.14 + '[' -z '' ']'
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.14 ++ mktemp -d
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.16 + export GOPATH=/tmp/tmp.e9E1WVzmXy
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.16 + GOPATH=/tmp/tmp.e9E1WVzmXy
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.16 + RM_GOPATH=1
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.16 + case "$(go env GOARCH)" in
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.16 ++ go env GOARCH
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.38 + export GO_BUILDMODE=-buildmode=pie
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.38 + GO_BUILDMODE=-buildmode=pie
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.38 ++ dirname /install.sh
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 + dir=/
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 + bin=rootlesskit
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 + shift
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 + '[' '!' -f //rootlesskit.installer ']'
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 + . //rootlesskit.installer
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 ++ : v0.14.6
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 + install_rootlesskit
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 + case "$1" in
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 + export CGO_ENABLED=0
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 + CGO_ENABLED=0
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.39 + _install_rootlesskit
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.40 Install rootlesskit version v0.14.6
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.42 + echo 'Install rootlesskit version v0.14.6'
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.42 + for f in rootlesskit rootlesskit-docker-proxy
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.42 + GOBIN=/build
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.42 + GO111MODULE=on
17:55:11 [2021-12-03T17:55:11.650Z] #65 15.42 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
17:55:11 [2021-12-03T17:55:11.650Z] #65 16.33 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
17:55:11 [2021-12-03T17:55:11.800Z] #26 ...
17:55:11 [2021-12-03T17:55:11.800Z] 
17:55:11 [2021-12-03T17:55:11.800Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:55:11 [2021-12-03T17:55:11.800Z] #31 sha256:f4fa68f404e891c716e0341bb3ce54b6fe27e0273bf1fc41a07c8eea90789484
17:55:11 [2021-12-03T17:55:11.800Z] #31 10.11 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
17:55:11 [2021-12-03T17:55:11.800Z] #31 10.78 
17:55:11 [2021-12-03T17:55:11.800Z] #31 11.01 #=#=#                                                                         

######################################################################## 100.0%
17:55:11 [2021-12-03T17:55:11.800Z] #31 11.56 
17:55:11 [2021-12-03T17:55:11.800Z] #31 11.68 Download of images into '/build' complete.
17:55:11 [2021-12-03T17:55:11.800Z] #31 11.68 Use something like the following to load the result into a Docker daemon:
17:55:11 [2021-12-03T17:55:11.800Z] #31 11.68   tar -cC '/build' . | docker load
17:55:11 [2021-12-03T17:55:11.800Z] #31 DONE 11.8s
17:55:11 [2021-12-03T17:55:11.800Z] 
17:55:11 [2021-12-03T17:55:11.800Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:55:11 [2021-12-03T17:55:11.800Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:55:12 [2021-12-03T17:55:12.211Z] #53 ...
17:55:12 [2021-12-03T17:55:12.211Z] 
17:55:12 [2021-12-03T17:55:12.211Z] #38 [tini 1/3] 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
17:55:12 [2021-12-03T17:55:12.211Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:12 [2021-12-03T17:55:12.211Z] #38 10.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:12 [2021-12-03T17:55:12.211Z] #38 14.93 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:12 [2021-12-03T17:55:12.211Z] #38 18.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:12 [2021-12-03T17:55:12.211Z] #38 ...
17:55:12 [2021-12-03T17:55:12.211Z] 
17:55:12 [2021-12-03T17:55:12.211Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:12 [2021-12-03T17:55:12.211Z] #65 sha256:c8a4526aa1ee6aca77c78cf837a6c3aa41fd3fb315f1e53a2458d03280fc1f30
17:55:12 [2021-12-03T17:55:12.211Z] #65 15.45 go: downloading github.com/sirupsen/logrus v1.8.1
17:55:12 [2021-12-03T17:55:12.211Z] #65 15.53 go: downloading github.com/urfave/cli/v2 v2.3.0
17:55:12 [2021-12-03T17:55:12.211Z] #65 17.26 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
17:55:12 [2021-12-03T17:55:12.469Z] #65 ...
17:55:12 [2021-12-03T17:55:12.469Z] 
17:55:12 [2021-12-03T17:55:12.469Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:12 [2021-12-03T17:55:12.469Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:12 [2021-12-03T17:55:12.469Z] #53 21.20 go: downloading github.com/mattn/go-colorable v0.1.4
17:55:12 [2021-12-03T17:55:12.727Z] #53 21.28 go: downloading github.com/mattn/go-isatty v0.0.8
17:55:12 [2021-12-03T17:55:12.727Z] #53 21.41 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
17:55:12 [2021-12-03T17:55:12.727Z] #53 21.41 go: downloading github.com/go-critic/go-critic v0.4.1
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.32 The following NEW packages will be installed:
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.32   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.32   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.32   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.32   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.32   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.32   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.32   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.32   crossbuild-essential-armel crossbuild-essential-armhf
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.32   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.33   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.34   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
17:55:12 [2021-12-03T17:55:12.934Z] #19 91.35   linux-libc-dev-s390x-cross patch xz-utils
17:55:13 [2021-12-03T17:55:13.037Z] #65 ...
17:55:13 [2021-12-03T17:55:13.037Z] 
17:55:13 [2021-12-03T17:55:13.037Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:55:13 [2021-12-03T17:55:13.037Z] #36 sha256:8b51ea589948952ef78b249b6260c3ff252d330bf80797fb12742e55849ff5a0
17:55:13 [2021-12-03T17:55:13.037Z] #36 18.13 tomll can be used in two ways:
17:55:13 [2021-12-03T17:55:13.037Z] #36 18.13 Writing to STDIN and reading from STDOUT:
17:55:13 [2021-12-03T17:55:13.037Z] #36 18.13   cat file.toml | tomll > file.toml
17:55:13 [2021-12-03T17:55:13.037Z] #36 18.13 
17:55:13 [2021-12-03T17:55:13.037Z] #36 18.13 Reading and updating a list of files:
17:55:13 [2021-12-03T17:55:13.037Z] #36 18.13   tomll a.toml b.toml c.toml
17:55:13 [2021-12-03T17:55:13.037Z] #36 18.13 
17:55:13 [2021-12-03T17:55:13.037Z] #36 18.13 When given a list of files, tomll will modify all files in place without asking.
17:55:13 [2021-12-03T17:55:13.037Z] #36 DONE 18.4s
17:55:13 [2021-12-03T17:55:13.191Z] #19 91.79 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded.
17:55:13 [2021-12-03T17:55:13.191Z] #19 91.79 Need to get 787 MB of archives.
17:55:13 [2021-12-03T17:55:13.191Z] #19 91.79 After this operation, 3385 MB of additional disk space will be used.
17:55:13 [2021-12-03T17:55:13.191Z] #19 91.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
17:55:13 [2021-12-03T17:55:13.293Z] #53 ...
17:55:13 [2021-12-03T17:55:13.293Z] 
17:55:13 [2021-12-03T17:55:13.293Z] #60 [containerd 1/3] 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
17:55:13 [2021-12-03T17:55:13.293Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:13 [2021-12-03T17:55:13.293Z] #60 11.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:13 [2021-12-03T17:55:13.293Z] #60 15.79 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:13 [2021-12-03T17:55:13.293Z] #60 19.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:13 [2021-12-03T17:55:13.293Z] #60 ...
17:55:13 [2021-12-03T17:55:13.293Z] 
17:55:13 [2021-12-03T17:55:13.293Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:13 [2021-12-03T17:55:13.293Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:13 [2021-12-03T17:55:13.293Z] #47 15.43 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:13 [2021-12-03T17:55:13.293Z] #47 19.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:13 [2021-12-03T17:55:13.299Z] 
17:55:13 [2021-12-03T17:55:13.299Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:13 [2021-12-03T17:55:13.299Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:13 [2021-12-03T17:55:13.299Z] #14 18.24 Fetched 8479 kB in 11s (753 kB/s)
17:55:13 [2021-12-03T17:55:13.447Z] #19 91.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
17:55:13 [2021-12-03T17:55:13.447Z] #19 91.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
17:55:13 [2021-12-03T17:55:13.447Z] #19 91.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
17:55:13 [2021-12-03T17:55:13.447Z] #19 91.80 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
17:55:13 [2021-12-03T17:55:13.447Z] #19 91.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
17:55:13 [2021-12-03T17:55:13.447Z] #19 91.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
17:55:13 [2021-12-03T17:55:13.447Z] #19 91.87 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
17:55:13 [2021-12-03T17:55:13.447Z] #19 91.94 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
17:55:13 [2021-12-03T17:55:13.447Z] #19 91.98 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
17:55:13 [2021-12-03T17:55:13.447Z] #19 92.01 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
17:55:13 [2021-12-03T17:55:13.447Z] #19 92.05 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
17:55:13 [2021-12-03T17:55:13.552Z] #47 ...
17:55:13 [2021-12-03T17:55:13.552Z] 
17:55:13 [2021-12-03T17:55:13.552Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:13 [2021-12-03T17:55:13.552Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:13 [2021-12-03T17:55:13.552Z] #14 12.01 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:13 [2021-12-03T17:55:13.552Z] #14 16.38 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:13 [2021-12-03T17:55:13.552Z] #14 20.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:13 [2021-12-03T17:55:13.704Z] #19 92.06 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB]
17:55:14 [2021-12-03T17:55:14.061Z] #31 ...
17:55:14 [2021-12-03T17:55:14.061Z] 
17:55:14 [2021-12-03T17:55:14.061Z] #38 [tini 1/3] 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
17:55:14 [2021-12-03T17:55:14.061Z] #38 sha256:8754b29638d1271fec1717e157cf935f267765df53405a7de038201a3cd769c9
17:55:14 [2021-12-03T17:55:14.061Z] #38 6.764 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:14 [2021-12-03T17:55:14.061Z] #38 6.785 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:14 [2021-12-03T17:55:14.061Z] #38 6.811 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:14 [2021-12-03T17:55:14.061Z] #38 8.186 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:55:14 [2021-12-03T17:55:14.317Z] #38 ...
17:55:14 [2021-12-03T17:55:14.317Z] 
17:55:14 [2021-12-03T17:55:14.317Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:55:14 [2021-12-03T17:55:14.317Z] #36 sha256:ee85368505be3c84be228f716db30534326ed98817b64c578cf4726d04dd745b
17:55:14 [2021-12-03T17:55:14.317Z] #36 6.185 go: downloading github.com/pelletier/go-toml v1.8.1
17:55:14 [2021-12-03T17:55:14.317Z] #36 ...
17:55:14 [2021-12-03T17:55:14.317Z] 
17:55:14 [2021-12-03T17:55:14.317Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:14 [2021-12-03T17:55:14.317Z] #51 sha256:4c2e7096c08222d7b5e7ad64f65b3462a4e174ccb7664ddd9c2d746dd8a0c917
17:55:14 [2021-12-03T17:55:14.317Z] #51 6.915 go: downloading gotest.tools/gotestsum v1.7.0
17:55:14 [2021-12-03T17:55:14.317Z] #51 9.528 go: downloading github.com/dnephin/pflag v1.0.7
17:55:14 [2021-12-03T17:55:14.317Z] #51 9.528 go: downloading github.com/fatih/color v1.10.0
17:55:14 [2021-12-03T17:55:14.317Z] #51 9.608 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
17:55:14 [2021-12-03T17:55:14.317Z] #51 9.764 go: downloading github.com/pkg/errors v0.9.1
17:55:14 [2021-12-03T17:55:14.317Z] #51 10.29 go: downloading github.com/mattn/go-colorable v0.1.8
17:55:14 [2021-12-03T17:55:14.317Z] #51 10.33 go: downloading github.com/mattn/go-isatty v0.0.12
17:55:14 [2021-12-03T17:55:14.488Z] #14 ...
17:55:14 [2021-12-03T17:55:14.488Z] 
17:55:14 [2021-12-03T17:55:14.488Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:14 [2021-12-03T17:55:14.488Z] #65 sha256:c8a4526aa1ee6aca77c78cf837a6c3aa41fd3fb315f1e53a2458d03280fc1f30
17:55:14 [2021-12-03T17:55:14.488Z] #65 22.76 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
17:55:14 [2021-12-03T17:55:14.576Z] #51 ...
17:55:14 [2021-12-03T17:55:14.576Z] 
17:55:14 [2021-12-03T17:55:14.576Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:14 [2021-12-03T17:55:14.576Z] #53 sha256:d98a0a4a5c3bd2966bced295ac06fc4eb9d4a5e9ebaddab757a59ce72365c889
17:55:14 [2021-12-03T17:55:14.576Z] #53 4.937 go: downloading github.com/golangci/golangci-lint v1.23.8
17:55:14 [2021-12-03T17:55:14.576Z] #53 ...
17:55:14 [2021-12-03T17:55:14.576Z] 
17:55:14 [2021-12-03T17:55:14.576Z] #60 [containerd 1/3] 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
17:55:14 [2021-12-03T17:55:14.576Z] #60 sha256:c005ea9600c73b5bcbab69498cc07c0092f26838ec218e25043707cdba5d0d9e
17:55:14 [2021-12-03T17:55:14.576Z] #60 6.118 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:14 [2021-12-03T17:55:14.576Z] #60 6.159 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:14 [2021-12-03T17:55:14.576Z] #60 6.159 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:14 [2021-12-03T17:55:14.576Z] #60 7.382 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:55:14 [2021-12-03T17:55:14.633Z] #19 92.97 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB]
17:55:14 [2021-12-03T17:55:14.634Z] #19 92.98 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB]
17:55:14 [2021-12-03T17:55:14.833Z] #60 ...
17:55:14 [2021-12-03T17:55:14.833Z] 
17:55:14 [2021-12-03T17:55:14.833Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:14 [2021-12-03T17:55:14.833Z] #55 sha256:9b9d59d1d60ac86fcfed120ef91a89bbd5535dc0e1a85e29d20827a82976c76b
17:55:14 [2021-12-03T17:55:14.833Z] #55 6.376 go: downloading mvdan.cc/sh/v3 v3.0.2
17:55:14 [2021-12-03T17:55:14.834Z] #55 8.132 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
17:55:14 [2021-12-03T17:55:14.834Z] #55 8.207 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
17:55:14 [2021-12-03T17:55:14.834Z] #55 8.335 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
17:55:14 [2021-12-03T17:55:14.834Z] #55 ...
17:55:14 [2021-12-03T17:55:14.834Z] 
17:55:14 [2021-12-03T17:55:14.834Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:14 [2021-12-03T17:55:14.834Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:55:14 [2021-12-03T17:55:14.834Z] #14 5.969 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:14 [2021-12-03T17:55:14.834Z] #14 6.022 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:14 [2021-12-03T17:55:14.834Z] #14 6.022 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:14 [2021-12-03T17:55:14.834Z] #14 7.281 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:55:14 [2021-12-03T17:55:14.834Z] #14 10.39 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:55:15 [2021-12-03T17:55:15.091Z] #14 ...
17:55:15 [2021-12-03T17:55:15.091Z] 
17:55:15 [2021-12-03T17:55:15.091Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:55:15 [2021-12-03T17:55:15.091Z] #34 sha256:9f98c4ec50688847bbd6a76a42a8eedd2eb513e907af79797b02fdc257fd7619
17:55:15 [2021-12-03T17:55:15.091Z] #34 5.086 + git clone https://github.com/kolyshkin/go-swagger.git .
17:55:15 [2021-12-03T17:55:15.091Z] #34 5.088 Cloning into '.'...
17:55:15 [2021-12-03T17:55:15.091Z] #34 ...
17:55:15 [2021-12-03T17:55:15.091Z] 
17:55:15 [2021-12-03T17:55:15.091Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:55:15 [2021-12-03T17:55:15.091Z] #43 sha256:cd0f677a8336f6a9211410edb72af71d9e15a60720917c2037eea2f9e349709a
17:55:15 [2021-12-03T17:55:15.091Z] #43 5.522 + git clone https://github.com/docker/distribution.git .
17:55:15 [2021-12-03T17:55:15.091Z] #43 5.531 Cloning into '.'...
17:55:15 [2021-12-03T17:55:15.110Z] #34 ...
17:55:15 [2021-12-03T17:55:15.110Z] 
17:55:15 [2021-12-03T17:55:15.110Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:15 [2021-12-03T17:55:15.110Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:15 [2021-12-03T17:55:15.110Z] #14 5.783 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:15 [2021-12-03T17:55:15.110Z] #14 5.783 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:15 [2021-12-03T17:55:15.110Z] #14 5.783 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:15 [2021-12-03T17:55:15.196Z] #19 93.85 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB]
17:55:15 [2021-12-03T17:55:15.349Z] #43 ...
17:55:15 [2021-12-03T17:55:15.349Z] 
17:55:15 [2021-12-03T17:55:15.349Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:55:15 [2021-12-03T17:55:15.349Z] #26 sha256:12364e0cd0c6b15d755c82b31e5191270027f9b9b754ba01306e53b4880cbb6d
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.926 + RM_GOPATH=0
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.934 + TMP_GOPATH=
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.934 + : /build
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.934 + '[' -z '' ']'
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.934 ++ mktemp -d
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.934 + export GOPATH=/tmp/tmp.eF36L33tQm
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.934 + GOPATH=/tmp/tmp.eF36L33tQm
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.934 + RM_GOPATH=1
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.934 + case "$(go env GOARCH)" in
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.934 ++ go env GOARCH
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + export GO_BUILDMODE=-buildmode=pie
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + GO_BUILDMODE=-buildmode=pie
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 ++ dirname /install.sh
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + dir=/
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + bin=dockercli
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + shift
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + '[' '!' -f //dockercli.installer ']'
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + . //dockercli.installer
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 ++ : stable
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 ++ : 17.06.2-ce
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + install_dockercli
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + echo 'Install docker/cli version 17.06.2-ce from stable'
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 ++ uname -m
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + arch=aarch64
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + '[' aarch64 '!=' x86_64 ']'
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + '[' aarch64 '!=' s390x ']'
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + '[' aarch64 '!=' armhf ']'
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + build_dockercli
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 + git clone https://github.com/docker/docker-ce /tmp/tmp.eF36L33tQm/tmp/docker-ce
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.956 Install docker/cli version 17.06.2-ce from stable
17:55:15 [2021-12-03T17:55:15.349Z] #26 5.972 Cloning into '/tmp/tmp.eF36L33tQm/tmp/docker-ce'...
17:55:15 [2021-12-03T17:55:15.372Z] #14 ...
17:55:15 [2021-12-03T17:55:15.372Z] 
17:55:15 [2021-12-03T17:55:15.372Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:15 [2021-12-03T17:55:15.372Z] #55 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:55:15 [2021-12-03T17:55:15.372Z] #55 5.974 go: downloading mvdan.cc/sh/v3 v3.0.2
17:55:15 [2021-12-03T17:55:15.372Z] #55 ...
17:55:15 [2021-12-03T17:55:15.372Z] 
17:55:15 [2021-12-03T17:55:15.372Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:15 [2021-12-03T17:55:15.372Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:15 [2021-12-03T17:55:15.372Z] #14 6.062 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:15 [2021-12-03T17:55:15.452Z] #19 93.86 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB]
17:55:15 [2021-12-03T17:55:15.606Z] #26 ...
17:55:15 [2021-12-03T17:55:15.606Z] 
17:55:15 [2021-12-03T17:55:15.606Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:55:15 [2021-12-03T17:55:15.606Z] #49 sha256:208d6b705afe64ad4f5fe48a81e3454a43232da5a372267ea2ec3be10d19fde6
17:55:15 [2021-12-03T17:55:15.606Z] #49 6.162 go: downloading github.com/LK4D4/vndr v0.1.2
17:55:15 [2021-12-03T17:55:15.606Z] #49 ...
17:55:15 [2021-12-03T17:55:15.606Z] 
17:55:15 [2021-12-03T17:55:15.606Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:15 [2021-12-03T17:55:15.606Z] #55 sha256:9b9d59d1d60ac86fcfed120ef91a89bbd5535dc0e1a85e29d20827a82976c76b
17:55:15 [2021-12-03T17:55:15.606Z] #55 11.55 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
17:55:15 [2021-12-03T17:55:15.848Z] #14 18.24 Reading package lists...
17:55:15 [2021-12-03T17:55:15.848Z] #14 ...
17:55:15 [2021-12-03T17:55:15.848Z] 
17:55:15 [2021-12-03T17:55:15.848Z] #60 [containerd 1/3] 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
17:55:15 [2021-12-03T17:55:15.848Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:15 [2021-12-03T17:55:15.848Z] #60 10.94 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:15 [2021-12-03T17:55:15.848Z] #60 10.99 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:15 [2021-12-03T17:55:15.848Z] #60 10.99 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:15 [2021-12-03T17:55:15.848Z] #60 12.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:15 [2021-12-03T17:55:15.848Z] #60 16.67 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:15 [2021-12-03T17:55:15.848Z] #60 20.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:15 [2021-12-03T17:55:15.848Z] #60 ...
17:55:15 [2021-12-03T17:55:15.848Z] 
17:55:15 [2021-12-03T17:55:15.848Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:15 [2021-12-03T17:55:15.848Z] #65 sha256:1975c847331fb00cb46f83ce2553f8a1b271d754a24d3dd4f8290515c84b55d8
17:55:15 [2021-12-03T17:55:15.848Z] #65 20.83 go: downloading github.com/sirupsen/logrus v1.8.1
17:55:15 [2021-12-03T17:55:15.848Z] #65 20.93 go: downloading github.com/urfave/cli/v2 v2.3.0
17:55:15 [2021-12-03T17:55:15.848Z] #65 ...
17:55:15 [2021-12-03T17:55:15.848Z] 
17:55:15 [2021-12-03T17:55:15.848Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:15 [2021-12-03T17:55:15.848Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:15 [2021-12-03T17:55:15.848Z] #53 11.14 go: downloading github.com/golangci/golangci-lint v1.23.8
17:55:15 [2021-12-03T17:55:15.864Z] #65 ...
17:55:15 [2021-12-03T17:55:15.864Z] 
17:55:15 [2021-12-03T17:55:15.864Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:15 [2021-12-03T17:55:15.864Z] #55 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:55:15 [2021-12-03T17:55:15.864Z] #55 14.28 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
17:55:15 [2021-12-03T17:55:15.864Z] #55 ...
17:55:15 [2021-12-03T17:55:15.864Z] 
17:55:15 [2021-12-03T17:55:15.864Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:15 [2021-12-03T17:55:15.864Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:55:15 [2021-12-03T17:55:15.864Z] #51 24.30 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
17:55:15 [2021-12-03T17:55:15.864Z] #51 24.32 go: downloading golang.org/x/mod v0.3.0
17:55:16 [2021-12-03T17:55:16.123Z] #53 ...
17:55:16 [2021-12-03T17:55:16.123Z] 
17:55:16 [2021-12-03T17:55:16.123Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:55:16 [2021-12-03T17:55:16.123Z] #49 sha256:bd7264772372eb6e8a7c005ffa677a0c54edd69b5219652233a88006d134eb8f
17:55:16 [2021-12-03T17:55:16.123Z] #49 11.30 go: downloading github.com/LK4D4/vndr v0.1.2
17:55:16 [2021-12-03T17:55:16.123Z] #49 ...
17:55:16 [2021-12-03T17:55:16.123Z] 
17:55:16 [2021-12-03T17:55:16.123Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:16 [2021-12-03T17:55:16.123Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:16 [2021-12-03T17:55:16.123Z] #47 11.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:16 [2021-12-03T17:55:16.123Z] #47 11.10 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:16 [2021-12-03T17:55:16.123Z] #47 11.10 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:16 [2021-12-03T17:55:16.123Z] #47 12.05 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
17:55:16 [2021-12-03T17:55:16.123Z] #47 13.15 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:16 [2021-12-03T17:55:16.123Z] #47 17.51 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:16 [2021-12-03T17:55:16.318Z] #14 6.963 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:16 [2021-12-03T17:55:16.381Z] #19 94.77 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
17:55:16 [2021-12-03T17:55:16.381Z] #19 94.78 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB]
17:55:16 [2021-12-03T17:55:16.385Z] #47 21.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:16 [2021-12-03T17:55:16.385Z] #47 ...
17:55:16 [2021-12-03T17:55:16.385Z] 
17:55:16 [2021-12-03T17:55:16.385Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:16 [2021-12-03T17:55:16.385Z] #55 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:55:16 [2021-12-03T17:55:16.385Z] #55 11.38 go: downloading mvdan.cc/sh/v3 v3.0.2
17:55:16 [2021-12-03T17:55:16.385Z] #55 13.02 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
17:55:16 [2021-12-03T17:55:16.385Z] #55 13.06 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
17:55:16 [2021-12-03T17:55:16.385Z] #55 13.06 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
17:55:16 [2021-12-03T17:55:16.385Z] #55 16.90 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
17:55:16 [2021-12-03T17:55:16.385Z] #55 ...
17:55:16 [2021-12-03T17:55:16.385Z] 
17:55:16 [2021-12-03T17:55:16.385Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:16 [2021-12-03T17:55:16.385Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:55:16 [2021-12-03T17:55:16.385Z] #51 13.42 go: downloading github.com/dnephin/pflag v1.0.7
17:55:16 [2021-12-03T17:55:16.385Z] #51 13.42 go: downloading github.com/fatih/color v1.10.0
17:55:16 [2021-12-03T17:55:16.385Z] #51 13.63 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
17:55:16 [2021-12-03T17:55:16.385Z] #51 13.63 go: downloading github.com/pkg/errors v0.9.1
17:55:16 [2021-12-03T17:55:16.385Z] #51 14.48 go: downloading github.com/mattn/go-colorable v0.1.8
17:55:16 [2021-12-03T17:55:16.385Z] #51 14.50 go: downloading github.com/mattn/go-isatty v0.0.12
17:55:16 [2021-12-03T17:55:16.385Z] #51 14.70 go: downloading github.com/fsnotify/fsnotify v1.4.9
17:55:16 [2021-12-03T17:55:16.385Z] #51 14.79 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
17:55:16 [2021-12-03T17:55:16.385Z] #51 15.36 go: downloading github.com/jonboulle/clockwork v0.2.2
17:55:16 [2021-12-03T17:55:16.385Z] #51 15.40 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
17:55:16 [2021-12-03T17:55:16.385Z] #51 15.72 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
17:55:16 [2021-12-03T17:55:16.385Z] #51 16.52 go: downloading golang.org/x/tools v0.1.0
17:55:16 [2021-12-03T17:55:16.944Z] #19 95.63 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
17:55:16 [2021-12-03T17:55:16.958Z] #51 ...
17:55:16 [2021-12-03T17:55:16.958Z] 
17:55:16 [2021-12-03T17:55:16.958Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:16 [2021-12-03T17:55:16.958Z] #65 sha256:1975c847331fb00cb46f83ce2553f8a1b271d754a24d3dd4f8290515c84b55d8
17:55:16 [2021-12-03T17:55:16.958Z] #65 21.88 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
17:55:17 [2021-12-03T17:55:17.200Z] #19 95.64 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.33 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.33 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.33 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.33 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.33 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.33 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.33 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.33 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.36 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.36 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.36 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.36 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.37 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.40 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.41 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.44 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.45 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
17:55:17 [2021-12-03T17:55:17.763Z] #19 96.46 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
17:55:17 [2021-12-03T17:55:17.901Z] #65 ...
17:55:17 [2021-12-03T17:55:17.901Z] 
17:55:17 [2021-12-03T17:55:17.901Z] #38 [tini 1/3] 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
17:55:17 [2021-12-03T17:55:17.901Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:17 [2021-12-03T17:55:17.901Z] #38 13.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:17 [2021-12-03T17:55:17.901Z] #38 17.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:17 [2021-12-03T17:55:17.901Z] #38 21.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:18 [2021-12-03T17:55:18.019Z] #19 96.57 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
17:55:18 [2021-12-03T17:55:18.162Z] #38 ...
17:55:18 [2021-12-03T17:55:18.162Z] 
17:55:18 [2021-12-03T17:55:18.162Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:18 [2021-12-03T17:55:18.162Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:18 [2021-12-03T17:55:18.162Z] #53 22.83 go: downloading github.com/fatih/color v1.7.0
17:55:18 [2021-12-03T17:55:18.162Z] #53 22.83 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
17:55:18 [2021-12-03T17:55:18.162Z] #53 22.93 go: downloading github.com/pkg/errors v0.8.1
17:55:18 [2021-12-03T17:55:18.162Z] #53 23.02 go: downloading github.com/spf13/cobra v0.0.5
17:55:18 [2021-12-03T17:55:18.162Z] #53 23.14 go: downloading github.com/spf13/pflag v1.0.5
17:55:18 [2021-12-03T17:55:18.237Z] #14 8.978 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:18 [2021-12-03T17:55:18.423Z] #53 23.71 go: downloading github.com/spf13/viper v1.6.1
17:55:19 [2021-12-03T17:55:19.165Z] #51 ...
17:55:19 [2021-12-03T17:55:19.165Z] 
17:55:19 [2021-12-03T17:55:19.165Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:55:19 [2021-12-03T17:55:19.165Z] #26 sha256:387173595bfee23c94554704af514f8ca7e3d7c7918df87e84c8889802adeed4
17:55:19 [2021-12-03T17:55:19.165Z] #26 26.34 + mkdir -p /build
17:55:19 [2021-12-03T17:55:19.165Z] #26 26.35 + mv docker/docker /build/
17:55:19 [2021-12-03T17:55:19.165Z] #26 26.40 + rmdir docker
17:55:19 [2021-12-03T17:55:19.165Z] #26 DONE 27.1s
17:55:19 [2021-12-03T17:55:19.165Z] 
17:55:19 [2021-12-03T17:55:19.165Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:19 [2021-12-03T17:55:19.165Z] #65 sha256:c8a4526aa1ee6aca77c78cf837a6c3aa41fd3fb315f1e53a2458d03280fc1f30
17:55:19 [2021-12-03T17:55:19.165Z] #65 24.16 go: downloading github.com/google/uuid v1.3.0
17:55:19 [2021-12-03T17:55:19.165Z] #65 24.49 go: downloading github.com/moby/vpnkit v0.5.0
17:55:19 [2021-12-03T17:55:19.165Z] #65 24.75 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:55:19 [2021-12-03T17:55:19.165Z] #65 25.24 go: downloading github.com/gofrs/flock v0.8.1
17:55:19 [2021-12-03T17:55:19.165Z] #65 25.39 go: downloading github.com/gorilla/mux v1.8.0
17:55:19 [2021-12-03T17:55:19.165Z] #65 25.66 go: downloading github.com/moby/sys/mountinfo v0.5.0
17:55:19 [2021-12-03T17:55:19.165Z] #65 26.66 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
17:55:19 [2021-12-03T17:55:19.165Z] #65 27.18 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
17:55:19 [2021-12-03T17:55:19.165Z] #65 27.24 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
17:55:19 [2021-12-03T17:55:19.375Z] #53 24.56 go: downloading github.com/mattn/go-colorable v0.1.4
17:55:19 [2021-12-03T17:55:19.390Z] #19 97.94 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
17:55:19 [2021-12-03T17:55:19.390Z] #19 97.94 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
17:55:19 [2021-12-03T17:55:19.390Z] #19 97.96 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
17:55:19 [2021-12-03T17:55:19.390Z] #19 98.01 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
17:55:19 [2021-12-03T17:55:19.390Z] #19 98.03 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB]
17:55:19 [2021-12-03T17:55:19.626Z] #14 ...
17:55:19 [2021-12-03T17:55:19.626Z] 
17:55:19 [2021-12-03T17:55:19.626Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:55:19 [2021-12-03T17:55:19.626Z] #36 sha256:8b51ea589948952ef78b249b6260c3ff252d330bf80797fb12742e55849ff5a0
17:55:19 [2021-12-03T17:55:19.626Z] #36 7.885 go: downloading github.com/pelletier/go-toml v1.8.1
17:55:19 [2021-12-03T17:55:19.626Z] #36 ...
17:55:19 [2021-12-03T17:55:19.626Z] 
17:55:19 [2021-12-03T17:55:19.626Z] #60 [containerd 1/3] 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
17:55:19 [2021-12-03T17:55:19.626Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:19 [2021-12-03T17:55:19.626Z] #60 7.818 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:19 [2021-12-03T17:55:19.626Z] #60 7.860 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:19 [2021-12-03T17:55:19.626Z] #60 7.860 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:19 [2021-12-03T17:55:19.626Z] #60 8.761 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:19 [2021-12-03T17:55:19.626Z] #60 ...
17:55:19 [2021-12-03T17:55:19.626Z] 
17:55:19 [2021-12-03T17:55:19.626Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:55:19 [2021-12-03T17:55:19.626Z] #49 sha256:bd7264772372eb6e8a7c005ffa677a0c54edd69b5219652233a88006d134eb8f
17:55:19 [2021-12-03T17:55:19.626Z] #49 6.206 go: downloading github.com/LK4D4/vndr v0.1.2
17:55:19 [2021-12-03T17:55:19.626Z] #49 ...
17:55:19 [2021-12-03T17:55:19.626Z] 
17:55:19 [2021-12-03T17:55:19.626Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:19 [2021-12-03T17:55:19.626Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:19 [2021-12-03T17:55:19.626Z] #47 8.915 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:19 [2021-12-03T17:55:19.626Z] #47 8.957 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:19 [2021-12-03T17:55:19.626Z] #47 8.957 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:19 [2021-12-03T17:55:19.626Z] #47 9.637 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
17:55:19 [2021-12-03T17:55:19.626Z] #47 10.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:19 [2021-12-03T17:55:19.636Z] #53 24.74 go: downloading github.com/mattn/go-isatty v0.0.8
17:55:19 [2021-12-03T17:55:19.636Z] #53 24.79 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
17:55:19 [2021-12-03T17:55:19.636Z] #53 24.99 go: downloading github.com/go-critic/go-critic v0.4.1
17:55:19 [2021-12-03T17:55:19.888Z] #47 ...
17:55:19 [2021-12-03T17:55:19.888Z] 
17:55:19 [2021-12-03T17:55:19.888Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:19 [2021-12-03T17:55:19.888Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:55:19 [2021-12-03T17:55:19.888Z] #51 7.758 go: downloading gotest.tools/gotestsum v1.7.0
17:55:19 [2021-12-03T17:55:19.888Z] #51 9.376 go: downloading github.com/dnephin/pflag v1.0.7
17:55:19 [2021-12-03T17:55:19.888Z] #51 9.377 go: downloading github.com/fatih/color v1.10.0
17:55:19 [2021-12-03T17:55:19.888Z] #51 9.492 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
17:55:19 [2021-12-03T17:55:19.888Z] #51 9.543 go: downloading github.com/pkg/errors v0.9.1
17:55:19 [2021-12-03T17:55:19.888Z] #51 10.07 go: downloading github.com/mattn/go-colorable v0.1.8
17:55:19 [2021-12-03T17:55:19.888Z] #51 10.09 go: downloading github.com/mattn/go-isatty v0.0.12
17:55:19 [2021-12-03T17:55:19.888Z] #51 10.11 go: downloading github.com/fsnotify/fsnotify v1.4.9
17:55:19 [2021-12-03T17:55:19.888Z] #51 10.14 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
17:55:19 [2021-12-03T17:55:19.888Z] #51 10.28 go: downloading github.com/jonboulle/clockwork v0.2.2
17:55:19 [2021-12-03T17:55:19.888Z] #51 10.33 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
17:55:19 [2021-12-03T17:55:19.888Z] #51 10.52 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
17:55:20 [2021-12-03T17:55:20.151Z] #51 10.65 go: downloading golang.org/x/tools v0.1.0
17:55:20 [2021-12-03T17:55:20.151Z] #51 ...
17:55:20 [2021-12-03T17:55:20.151Z] 
17:55:20 [2021-12-03T17:55:20.151Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:55:20 [2021-12-03T17:55:20.151Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:55:20 [2021-12-03T17:55:20.151Z] #43 7.120 + git clone https://github.com/docker/distribution.git .
17:55:20 [2021-12-03T17:55:20.151Z] #43 7.123 Cloning into '.'...
17:55:20 [2021-12-03T17:55:20.151Z] #43 ...
17:55:20 [2021-12-03T17:55:20.151Z] 
17:55:20 [2021-12-03T17:55:20.151Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:20 [2021-12-03T17:55:20.151Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:20 [2021-12-03T17:55:20.151Z] #53 6.816 go: downloading github.com/golangci/golangci-lint v1.23.8
17:55:20 [2021-12-03T17:55:20.320Z] #19 98.97 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
17:55:20 [2021-12-03T17:55:20.320Z] #19 98.97 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
17:55:20 [2021-12-03T17:55:20.320Z] #19 98.98 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
17:55:20 [2021-12-03T17:55:20.320Z] #19 99.01 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
17:55:20 [2021-12-03T17:55:20.320Z] #19 99.04 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
17:55:20 [2021-12-03T17:55:20.320Z] #19 99.04 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:55:20 [2021-12-03T17:55:20.414Z] #53 ...
17:55:20 [2021-12-03T17:55:20.414Z] 
17:55:20 [2021-12-03T17:55:20.414Z] #38 [tini 1/3] 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
17:55:20 [2021-12-03T17:55:20.414Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:20 [2021-12-03T17:55:20.414Z] #38 7.997 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:20 [2021-12-03T17:55:20.414Z] #38 8.042 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:20 [2021-12-03T17:55:20.414Z] #38 8.048 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:20 [2021-12-03T17:55:20.414Z] #38 9.052 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:55:20 [2021-12-03T17:55:20.414Z] #38 11.17 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:20 [2021-12-03T17:55:20.414Z] #38 ...
17:55:20 [2021-12-03T17:55:20.414Z] 
17:55:20 [2021-12-03T17:55:20.414Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:55:20 [2021-12-03T17:55:20.414Z] #26 sha256:ebe7b4a3fcfa8910c9bf2482ca71a7eb466542c95653bacbe3fad3a18e23a510
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.568 + RM_GOPATH=0
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.569 + TMP_GOPATH=
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.570 + : /build
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.571 + '[' -z '' ']'
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.571 ++ mktemp -d
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.574 + export GOPATH=/tmp/tmp.YKaiywVGxv
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.575 + GOPATH=/tmp/tmp.YKaiywVGxv
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.575 + RM_GOPATH=1
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.575 + case "$(go env GOARCH)" in
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.576 ++ go env GOARCH
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 + export GO_BUILDMODE=-buildmode=pie
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 + GO_BUILDMODE=-buildmode=pie
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 ++ dirname /install.sh
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 + dir=/
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 + bin=dockercli
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 + shift
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 + '[' '!' -f //dockercli.installer ']'
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 + . //dockercli.installer
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 ++ : stable
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 ++ : 17.06.2-ce
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 + install_dockercli
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 + echo 'Install docker/cli version 17.06.2-ce from stable'
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 ++ uname -m
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.608 Install docker/cli version 17.06.2-ce from stable
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.609 + arch=x86_64
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.609 + '[' x86_64 '!=' x86_64 ']'
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.610 + url=https://download.docker.com/linux/static
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.613 + tar -xz docker/docker
17:55:20 [2021-12-03T17:55:20.414Z] #26 7.615 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.19 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.19 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.20 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.20 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.20 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.20 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.20 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.20 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.21 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.21 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.21 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.23 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.23 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.23 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.24 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.24 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.25 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.25 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.29 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
17:55:20 [2021-12-03T17:55:20.578Z] #19 99.29 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
17:55:20 [2021-12-03T17:55:20.579Z] #53 ...
17:55:20 [2021-12-03T17:55:20.579Z] 
17:55:20 [2021-12-03T17:55:20.579Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:55:20 [2021-12-03T17:55:20.579Z] #26 sha256:b88d93e16a22d4565eee5c7f37fd33d4113a6861f7bdda13f520a861ace77aff
17:55:20 [2021-12-03T17:55:20.579Z] #26 25.23 + mkdir -p /build
17:55:20 [2021-12-03T17:55:20.579Z] #26 25.23 + mv docker/docker /build/
17:55:20 [2021-12-03T17:55:20.579Z] #26 25.24 + rmdir docker
17:55:20 [2021-12-03T17:55:20.579Z] #26 DONE 25.6s
17:55:20 [2021-12-03T17:55:20.836Z] #19 99.31 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
17:55:20 [2021-12-03T17:55:20.836Z] #19 99.33 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB]
17:55:20 [2021-12-03T17:55:20.841Z] 
17:55:20 [2021-12-03T17:55:20.841Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:20 [2021-12-03T17:55:20.841Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:20 [2021-12-03T17:55:20.841Z] #47 24.91 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
17:55:20 [2021-12-03T17:55:20.864Z] #55 ...
17:55:20 [2021-12-03T17:55:20.864Z] 
17:55:20 [2021-12-03T17:55:20.864Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:20 [2021-12-03T17:55:20.864Z] #65 sha256:444f2a13f7fd60bf2fba2a56ab37954a7a7e10a49ad0e03f1cb8185c31d8df60
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.656 + RM_GOPATH=0
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.656 + TMP_GOPATH=
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.656 + : /build
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.656 + '[' -z '' ']'
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.656 ++ mktemp -d
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.656 + export GOPATH=/tmp/tmp.V3JYybiUcT
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.656 + GOPATH=/tmp/tmp.V3JYybiUcT
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.656 + RM_GOPATH=1
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.656 + case "$(go env GOARCH)" in
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.656 ++ go env GOARCH
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.680 + export GO_BUILDMODE=-buildmode=pie
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.680 + GO_BUILDMODE=-buildmode=pie
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 Install rootlesskit version v0.14.6
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 ++ dirname /install.sh
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + dir=/
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + bin=rootlesskit
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + shift
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + '[' '!' -f //rootlesskit.installer ']'
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + . //rootlesskit.installer
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 ++ : v0.14.6
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + install_rootlesskit
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + case "$1" in
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + export CGO_ENABLED=0
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + CGO_ENABLED=0
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + _install_rootlesskit
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + echo 'Install rootlesskit version v0.14.6'
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + for f in rootlesskit rootlesskit-docker-proxy
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + GOBIN=/build
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + GO111MODULE=on
17:55:20 [2021-12-03T17:55:20.864Z] #65 5.711 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
17:55:20 [2021-12-03T17:55:20.864Z] #65 6.270 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
17:55:20 [2021-12-03T17:55:20.864Z] #65 10.32 go: downloading github.com/sirupsen/logrus v1.8.1
17:55:20 [2021-12-03T17:55:20.864Z] #65 10.32 go: downloading github.com/urfave/cli/v2 v2.3.0
17:55:20 [2021-12-03T17:55:20.864Z] #65 11.29 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
17:55:20 [2021-12-03T17:55:20.864Z] #65 ...
17:55:20 [2021-12-03T17:55:20.864Z] 
17:55:20 [2021-12-03T17:55:20.864Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:55:20 [2021-12-03T17:55:20.864Z] #31 sha256:1c8794c266084366e8732cf01227c69314cbc1ed5df3c730d8399b07afa52550
17:55:20 [2021-12-03T17:55:20.864Z] #31 10.73 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
17:55:20 [2021-12-03T17:55:20.864Z] #31 14.10 #=#=#                                                                         
17:55:20 [2021-12-03T17:55:20.864Z] #31 14.54 #=#=#                                                                         

                                                                           0.1%
#######                                                                   10.6%
#########                                                                 13.8%
##############                                                            20.8%
####################                                                      28.6%
######################                                                    31.8%
###########################                                               38.9%
##################################                                        48.6%
#####################################                                     52.8%
###########################################                               61.0%
#################################################                         68.7%
#########################################################                 80.1%
##############################################################            87.4%
####################################################################      95.0%
######################################################################## 100.0%
17:55:20 [2021-12-03T17:55:20.864Z] #31 ...
17:55:20 [2021-12-03T17:55:20.864Z] 
17:55:20 [2021-12-03T17:55:20.864Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:20 [2021-12-03T17:55:20.864Z] #47 sha256:9ac9f2482a7724c0dcdef7d76ce46235eda9c56e876a714418b771035322bf85
17:55:20 [2021-12-03T17:55:20.864Z] #47 6.370 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:55:20 [2021-12-03T17:55:20.864Z] #47 6.510 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:20 [2021-12-03T17:55:20.864Z] #47 6.510 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:55:20 [2021-12-03T17:55:20.864Z] #47 7.844 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:55:20 [2021-12-03T17:55:20.864Z] #47 8.130 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
17:55:20 [2021-12-03T17:55:20.864Z] #47 12.38 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:55:20 [2021-12-03T17:55:20.864Z] #47 15.78 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:55:20 [2021-12-03T17:55:20.864Z] #47 ...
17:55:20 [2021-12-03T17:55:20.864Z] 
17:55:20 [2021-12-03T17:55:20.864Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:20 [2021-12-03T17:55:20.864Z] #53 sha256:d98a0a4a5c3bd2966bced295ac06fc4eb9d4a5e9ebaddab757a59ce72365c889
17:55:20 [2021-12-03T17:55:20.864Z] #53 11.36 go: downloading github.com/fatih/color v1.7.0
17:55:20 [2021-12-03T17:55:20.864Z] #53 11.49 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
17:55:20 [2021-12-03T17:55:20.864Z] #53 11.71 go: downloading github.com/pkg/errors v0.8.1
17:55:20 [2021-12-03T17:55:20.864Z] #53 11.71 go: downloading github.com/spf13/cobra v0.0.5
17:55:20 [2021-12-03T17:55:20.864Z] #53 11.71 go: downloading github.com/spf13/pflag v1.0.5
17:55:20 [2021-12-03T17:55:20.864Z] #53 12.22 go: downloading github.com/spf13/viper v1.6.1
17:55:20 [2021-12-03T17:55:20.864Z] #53 13.12 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
17:55:20 [2021-12-03T17:55:20.864Z] #53 13.13 go: downloading github.com/go-critic/go-critic v0.4.1
17:55:20 [2021-12-03T17:55:20.864Z] #53 14.30 go: downloading github.com/go-lintpack/lintpack v0.5.2
17:55:20 [2021-12-03T17:55:20.864Z] #53 14.62 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:55:21 [2021-12-03T17:55:21.709Z] #65 ...
17:55:21 [2021-12-03T17:55:21.709Z] 
17:55:21 [2021-12-03T17:55:21.709Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:55:21 [2021-12-03T17:55:21.709Z] #36 sha256:8b51ea589948952ef78b249b6260c3ff252d330bf80797fb12742e55849ff5a0
17:55:21 [2021-12-03T17:55:21.709Z] #36 30.22 tomll can be used in two ways:
17:55:21 [2021-12-03T17:55:21.709Z] #36 30.22 Writing to STDIN and reading from STDOUT:
17:55:21 [2021-12-03T17:55:21.709Z] #36 30.22   cat file.toml | tomll > file.toml
17:55:21 [2021-12-03T17:55:21.709Z] #36 30.22 
17:55:21 [2021-12-03T17:55:21.709Z] #36 30.22 Reading and updating a list of files:
17:55:21 [2021-12-03T17:55:21.709Z] #36 30.22   tomll a.toml b.toml c.toml
17:55:21 [2021-12-03T17:55:21.709Z] #36 30.22 
17:55:21 [2021-12-03T17:55:21.709Z] #36 30.22 When given a list of files, tomll will modify all files in place without asking.
17:55:21 [2021-12-03T17:55:21.768Z] #19 100.3 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
17:55:21 [2021-12-03T17:55:21.768Z] #19 100.3 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
17:55:21 [2021-12-03T17:55:21.768Z] #19 100.3 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
17:55:21 [2021-12-03T17:55:21.768Z] #19 100.4 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
17:55:21 [2021-12-03T17:55:21.768Z] #19 100.4 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB]
17:55:21 [2021-12-03T17:55:21.968Z] #36 DONE 30.5s
17:55:21 [2021-12-03T17:55:21.968Z] 
17:55:21 [2021-12-03T17:55:21.968Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:21 [2021-12-03T17:55:21.968Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:21 [2021-12-03T17:55:21.968Z] #53 23.49 go: downloading github.com/go-lintpack/lintpack v0.5.2
17:55:21 [2021-12-03T17:55:21.968Z] #53 23.74 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:55:21 [2021-12-03T17:55:21.968Z] #53 30.00 go: downloading github.com/sirupsen/logrus v1.4.2
17:55:21 [2021-12-03T17:55:21.968Z] #53 30.00 go: downloading github.com/stretchr/testify v1.4.0
17:55:21 [2021-12-03T17:55:21.968Z] #53 30.40 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
17:55:22 [2021-12-03T17:55:22.227Z] #53 30.71 go: downloading github.com/hashicorp/hcl v1.0.0
17:55:22 [2021-12-03T17:55:22.227Z] #53 30.71 go: downloading github.com/fsnotify/fsnotify v1.4.7
17:55:22 [2021-12-03T17:55:22.232Z] #53 ...
17:55:22 [2021-12-03T17:55:22.232Z] 
17:55:22 [2021-12-03T17:55:22.232Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:22 [2021-12-03T17:55:22.232Z] #65 sha256:444f2a13f7fd60bf2fba2a56ab37954a7a7e10a49ad0e03f1cb8185c31d8df60
17:55:22 [2021-12-03T17:55:22.232Z] #65 16.32 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
17:55:22 [2021-12-03T17:55:22.232Z] #65 17.26 go: downloading github.com/google/uuid v1.3.0
17:55:22 [2021-12-03T17:55:22.232Z] #65 17.26 go: downloading github.com/moby/vpnkit v0.5.0
17:55:22 [2021-12-03T17:55:22.232Z] #65 17.45 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:55:22 [2021-12-03T17:55:22.232Z] #65 17.74 go: downloading github.com/gofrs/flock v0.8.1
17:55:22 [2021-12-03T17:55:22.489Z] #65 17.89 go: downloading github.com/gorilla/mux v1.8.0
17:55:22 [2021-12-03T17:55:22.699Z] #19 101.4 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
17:55:22 [2021-12-03T17:55:22.793Z] #53 31.45 go: downloading github.com/magiconair/properties v1.8.1
17:55:22 [2021-12-03T17:55:22.793Z] #53 31.55 go: downloading github.com/mitchellh/mapstructure v1.1.2
17:55:22 [2021-12-03T17:55:22.956Z] #19 101.4 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
17:55:22 [2021-12-03T17:55:22.956Z] #19 101.4 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
17:55:22 [2021-12-03T17:55:22.956Z] #19 101.4 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
17:55:22 [2021-12-03T17:55:22.956Z] #19 101.4 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
17:55:22 [2021-12-03T17:55:22.956Z] #19 101.4 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
17:55:22 [2021-12-03T17:55:22.956Z] #19 101.4 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
17:55:22 [2021-12-03T17:55:22.956Z] #19 101.4 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
17:55:22 [2021-12-03T17:55:22.956Z] #19 101.4 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
17:55:22 [2021-12-03T17:55:22.956Z] #19 101.5 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
17:55:22 [2021-12-03T17:55:22.956Z] #19 101.5 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB]
17:55:23 [2021-12-03T17:55:23.051Z] #53 31.63 go: downloading github.com/pelletier/go-toml v1.2.0
17:55:23 [2021-12-03T17:55:23.062Z] #65 18.58 go: downloading github.com/moby/sys/mountinfo v0.5.0
17:55:23 [2021-12-03T17:55:23.309Z] #53 31.75 go: downloading github.com/spf13/afero v1.1.2
17:55:23 [2021-12-03T17:55:23.309Z] #53 31.92 go: downloading github.com/spf13/cast v1.3.0
17:55:23 [2021-12-03T17:55:23.568Z] #53 32.10 go: downloading github.com/spf13/jwalterweatherman v1.0.0
17:55:23 [2021-12-03T17:55:23.568Z] #53 32.17 go: downloading github.com/subosito/gotenv v1.2.0
17:55:23 [2021-12-03T17:55:23.568Z] #53 32.24 go: downloading gopkg.in/ini.v1 v1.51.0
17:55:23 [2021-12-03T17:55:23.568Z] #53 ...
17:55:23 [2021-12-03T17:55:23.568Z] 
17:55:23 [2021-12-03T17:55:23.568Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:23 [2021-12-03T17:55:23.568Z] #65 sha256:c8a4526aa1ee6aca77c78cf837a6c3aa41fd3fb315f1e53a2458d03280fc1f30
17:55:23 [2021-12-03T17:55:23.568Z] #65 32.03 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:55:23 [2021-12-03T17:55:23.625Z] #65 19.06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
17:55:23 [2021-12-03T17:55:23.801Z] #26 ...
17:55:23 [2021-12-03T17:55:23.801Z] 
17:55:23 [2021-12-03T17:55:23.801Z] #38 [tini 1/3] 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
17:55:23 [2021-12-03T17:55:23.801Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:23 [2021-12-03T17:55:23.801Z] #38 14.10 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:24 [2021-12-03T17:55:24.188Z] #65 19.61 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
17:55:24 [2021-12-03T17:55:24.444Z] #65 ...
17:55:24 [2021-12-03T17:55:24.444Z] 
17:55:24 [2021-12-03T17:55:24.444Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:24 [2021-12-03T17:55:24.444Z] #51 sha256:4c2e7096c08222d7b5e7ad64f65b3462a4e174ccb7664ddd9c2d746dd8a0c917
17:55:24 [2021-12-03T17:55:24.444Z] #51 10.49 go: downloading github.com/fsnotify/fsnotify v1.4.9
17:55:24 [2021-12-03T17:55:24.444Z] #51 10.52 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
17:55:24 [2021-12-03T17:55:24.444Z] #51 11.30 go: downloading github.com/jonboulle/clockwork v0.2.2
17:55:24 [2021-12-03T17:55:24.444Z] #51 11.34 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
17:55:24 [2021-12-03T17:55:24.444Z] #51 11.60 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
17:55:24 [2021-12-03T17:55:24.444Z] #51 12.03 go: downloading golang.org/x/tools v0.1.0
17:55:24 [2021-12-03T17:55:24.701Z] #51 20.60 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
17:55:24 [2021-12-03T17:55:24.701Z] #51 ...
17:55:24 [2021-12-03T17:55:24.701Z] 
17:55:24 [2021-12-03T17:55:24.701Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:24 [2021-12-03T17:55:24.701Z] #53 sha256:d98a0a4a5c3bd2966bced295ac06fc4eb9d4a5e9ebaddab757a59ce72365c889
17:55:24 [2021-12-03T17:55:24.701Z] #53 20.11 go: downloading github.com/mattn/go-colorable v0.1.4
17:55:24 [2021-12-03T17:55:24.701Z] #53 20.16 go: downloading github.com/sirupsen/logrus v1.4.2
17:55:24 [2021-12-03T17:55:24.701Z] #53 20.32 go: downloading github.com/stretchr/testify v1.4.0
17:55:24 [2021-12-03T17:55:24.701Z] #53 20.55 go: downloading github.com/mattn/go-isatty v0.0.8
17:55:24 [2021-12-03T17:55:24.701Z] #53 20.64 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
17:55:24 [2021-12-03T17:55:24.851Z] #19 103.0 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
17:55:24 [2021-12-03T17:55:24.851Z] #19 103.0 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
17:55:24 [2021-12-03T17:55:24.851Z] #19 103.1 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
17:55:24 [2021-12-03T17:55:24.851Z] #19 103.2 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
17:55:24 [2021-12-03T17:55:24.851Z] #19 103.2 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB]
17:55:24 [2021-12-03T17:55:24.851Z] #19 ...
17:55:24 [2021-12-03T17:55:24.851Z] 
17:55:24 [2021-12-03T17:55:24.851Z] #41 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:55:24 [2021-12-03T17:55:24.851Z] #41 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:55:24 [2021-12-03T17:55:24.851Z] #41 DONE 118.3s
17:55:24 [2021-12-03T17:55:24.851Z] 
17:55:24 [2021-12-03T17:55:24.851Z] #50 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:55:24 [2021-12-03T17:55:24.851Z] #50 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:55:24 [2021-12-03T17:55:24.945Z] #65 ...
17:55:24 [2021-12-03T17:55:24.945Z] 
17:55:24 [2021-12-03T17:55:24.945Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:24 [2021-12-03T17:55:24.945Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:24 [2021-12-03T17:55:24.945Z] #47 23.20 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
17:55:24 [2021-12-03T17:55:24.945Z] #47 ...
17:55:24 [2021-12-03T17:55:24.945Z] 
17:55:24 [2021-12-03T17:55:24.945Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:24 [2021-12-03T17:55:24.945Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:24 [2021-12-03T17:55:24.945Z] #53 32.39 go: downloading gopkg.in/yaml.v2 v2.2.7
17:55:24 [2021-12-03T17:55:24.945Z] #53 32.61 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
17:55:24 [2021-12-03T17:55:24.945Z] #53 32.86 go: downloading github.com/go-toolsmith/astcast v1.0.0
17:55:24 [2021-12-03T17:55:24.945Z] #53 32.98 go: downloading github.com/go-toolsmith/astcopy v1.0.0
17:55:24 [2021-12-03T17:55:24.945Z] #53 33.02 go: downloading github.com/go-toolsmith/astequal v1.0.0
17:55:24 [2021-12-03T17:55:24.945Z] #53 33.32 go: downloading github.com/go-toolsmith/astfmt v1.0.0
17:55:24 [2021-12-03T17:55:24.945Z] #53 33.37 go: downloading github.com/go-toolsmith/astp v1.0.0
17:55:24 [2021-12-03T17:55:24.945Z] #53 33.49 go: downloading github.com/go-toolsmith/strparse v1.0.0
17:55:24 [2021-12-03T17:55:24.945Z] #53 33.54 go: downloading github.com/go-toolsmith/typep v1.0.0
17:55:24 [2021-12-03T17:55:24.959Z] #53 20.72 go: downloading github.com/fsnotify/fsnotify v1.4.7
17:55:24 [2021-12-03T17:55:24.959Z] #53 20.86 go: downloading github.com/hashicorp/hcl v1.0.0
17:55:25 [2021-12-03T17:55:25.052Z] #47 ...
17:55:25 [2021-12-03T17:55:25.052Z] 
17:55:25 [2021-12-03T17:55:25.052Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:25 [2021-12-03T17:55:25.052Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:25 [2021-12-03T17:55:25.052Z] #14 18.24 Reading package lists...
17:55:25 [2021-12-03T17:55:25.204Z] #53 33.73 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
17:55:25 [2021-12-03T17:55:25.204Z] #53 33.81 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
17:55:25 [2021-12-03T17:55:25.218Z] #53 ...
17:55:25 [2021-12-03T17:55:25.218Z] 
17:55:25 [2021-12-03T17:55:25.218Z] #60 [containerd 1/3] 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
17:55:25 [2021-12-03T17:55:25.219Z] #60 sha256:c005ea9600c73b5bcbab69498cc07c0092f26838ec218e25043707cdba5d0d9e
17:55:25 [2021-12-03T17:55:25.219Z] #60 11.05 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:55:25 [2021-12-03T17:55:25.219Z] #60 14.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:55:25 [2021-12-03T17:55:25.219Z] #60 ...
17:55:25 [2021-12-03T17:55:25.219Z] 
17:55:25 [2021-12-03T17:55:25.219Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:25 [2021-12-03T17:55:25.219Z] #51 sha256:4c2e7096c08222d7b5e7ad64f65b3462a4e174ccb7664ddd9c2d746dd8a0c917
17:55:25 [2021-12-03T17:55:25.219Z] #51 20.78 go: downloading golang.org/x/mod v0.3.0
17:55:25 [2021-12-03T17:55:25.463Z] #53 34.03 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
17:55:25 [2021-12-03T17:55:25.721Z] #53 34.21 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
17:55:25 [2021-12-03T17:55:25.721Z] #53 34.26 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
17:55:25 [2021-12-03T17:55:25.721Z] #53 34.42 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
17:55:25 [2021-12-03T17:55:25.788Z] #51 ...
17:55:25 [2021-12-03T17:55:25.788Z] 
17:55:25 [2021-12-03T17:55:25.788Z] #38 [tini 1/3] 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
17:55:25 [2021-12-03T17:55:25.788Z] #38 sha256:8754b29638d1271fec1717e157cf935f267765df53405a7de038201a3cd769c9
17:55:25 [2021-12-03T17:55:25.788Z] #38 11.66 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:55:25 [2021-12-03T17:55:25.788Z] #38 14.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:55:25 [2021-12-03T17:55:25.788Z] #38 ...
17:55:25 [2021-12-03T17:55:25.788Z] 
17:55:25 [2021-12-03T17:55:25.788Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:25 [2021-12-03T17:55:25.788Z] #53 sha256:d98a0a4a5c3bd2966bced295ac06fc4eb9d4a5e9ebaddab757a59ce72365c889
17:55:25 [2021-12-03T17:55:25.788Z] #53 21.54 go: downloading github.com/magiconair/properties v1.8.1
17:55:25 [2021-12-03T17:55:25.788Z] #53 21.54 go: downloading github.com/mitchellh/mapstructure v1.1.2
17:55:25 [2021-12-03T17:55:25.788Z] #53 21.63 go: downloading github.com/pelletier/go-toml v1.2.0
17:55:25 [2021-12-03T17:55:25.788Z] #53 21.77 go: downloading github.com/spf13/afero v1.1.2
17:55:25 [2021-12-03T17:55:25.788Z] #53 21.89 go: downloading github.com/spf13/cast v1.3.0
17:55:26 [2021-12-03T17:55:26.045Z] #53 22.00 go: downloading github.com/spf13/jwalterweatherman v1.0.0
17:55:26 [2021-12-03T17:55:26.045Z] #53 22.03 go: downloading github.com/subosito/gotenv v1.2.0
17:55:26 [2021-12-03T17:55:26.045Z] #53 22.14 go: downloading gopkg.in/ini.v1 v1.51.0
17:55:26 [2021-12-03T17:55:26.302Z] #53 22.14 go: downloading gopkg.in/yaml.v2 v2.2.7
17:55:26 [2021-12-03T17:55:26.320Z] #50 ...
17:55:26 [2021-12-03T17:55:26.320Z] 
17:55:26 [2021-12-03T17:55:26.320Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
17:55:26 [2021-12-03T17:55:26.320Z] #19 sha256:3bb1f51ee208ed1f992abb66223abeda9c8f70cd254dc7fbded69ba3b34d54ff
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.7 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.7 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.7 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.7 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.7 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.7 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.7 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.7 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.8 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.8 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.9 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
17:55:26 [2021-12-03T17:55:26.320Z] #19 104.9 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
17:55:26 [2021-12-03T17:55:26.449Z] #38 ...
17:55:26 [2021-12-03T17:55:26.449Z] 
17:55:26 [2021-12-03T17:55:26.449Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:26 [2021-12-03T17:55:26.449Z] #55 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:55:26 [2021-12-03T17:55:26.449Z] #55 6.618 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
17:55:26 [2021-12-03T17:55:26.449Z] #55 6.618 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
17:55:26 [2021-12-03T17:55:26.449Z] #55 6.629 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
17:55:26 [2021-12-03T17:55:26.449Z] #55 7.477 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
17:55:26 [2021-12-03T17:55:26.449Z] #55 ...
17:55:26 [2021-12-03T17:55:26.449Z] 
17:55:26 [2021-12-03T17:55:26.449Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:26 [2021-12-03T17:55:26.449Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:26 [2021-12-03T17:55:26.449Z] #53 12.41 go: downloading github.com/fatih/color v1.7.0
17:55:26 [2021-12-03T17:55:26.449Z] #53 12.42 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
17:55:26 [2021-12-03T17:55:26.449Z] #53 12.56 go: downloading github.com/pkg/errors v0.8.1
17:55:26 [2021-12-03T17:55:26.449Z] #53 12.60 go: downloading github.com/spf13/cobra v0.0.5
17:55:26 [2021-12-03T17:55:26.449Z] #53 12.62 go: downloading github.com/spf13/pflag v1.0.5
17:55:26 [2021-12-03T17:55:26.449Z] #53 12.94 go: downloading github.com/spf13/viper v1.6.1
17:55:26 [2021-12-03T17:55:26.449Z] #53 13.41 go: downloading github.com/mattn/go-colorable v0.1.4
17:55:26 [2021-12-03T17:55:26.449Z] #53 13.46 go: downloading github.com/mattn/go-isatty v0.0.8
17:55:26 [2021-12-03T17:55:26.449Z] #53 13.57 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
17:55:26 [2021-12-03T17:55:26.449Z] #53 13.57 go: downloading github.com/go-critic/go-critic v0.4.1
17:55:26 [2021-12-03T17:55:26.449Z] #53 14.41 go: downloading github.com/go-lintpack/lintpack v0.5.2
17:55:26 [2021-12-03T17:55:26.449Z] #53 14.74 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:55:26 [2021-12-03T17:55:26.449Z] #53 14.93 go: downloading github.com/sirupsen/logrus v1.4.2
17:55:26 [2021-12-03T17:55:26.449Z] #53 15.14 go: downloading github.com/stretchr/testify v1.4.0
17:55:26 [2021-12-03T17:55:26.560Z] #53 22.47 go: downloading github.com/go-toolsmith/astcast v1.0.0
17:55:26 [2021-12-03T17:55:26.560Z] #53 22.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0
17:55:26 [2021-12-03T17:55:26.560Z] #53 22.54 go: downloading github.com/go-toolsmith/astequal v1.0.0
17:55:26 [2021-12-03T17:55:26.560Z] #53 22.56 go: downloading github.com/go-toolsmith/astfmt v1.0.0
17:55:26 [2021-12-03T17:55:26.560Z] #53 22.56 go: downloading github.com/go-toolsmith/astp v1.0.0
17:55:26 [2021-12-03T17:55:26.579Z] #19 104.9 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
17:55:26 [2021-12-03T17:55:26.579Z] #19 104.9 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
17:55:26 [2021-12-03T17:55:26.579Z] #19 105.0 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB]
17:55:26 [2021-12-03T17:55:26.658Z] #53 34.98 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
17:55:26 [2021-12-03T17:55:26.659Z] #53 35.03 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
17:55:26 [2021-12-03T17:55:26.659Z] #53 35.15 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
17:55:26 [2021-12-03T17:55:26.719Z] #53 ...
17:55:26 [2021-12-03T17:55:26.719Z] 
17:55:26 [2021-12-03T17:55:26.719Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:55:26 [2021-12-03T17:55:26.719Z] #26 sha256:ebe7b4a3fcfa8910c9bf2482ca71a7eb466542c95653bacbe3fad3a18e23a510
17:55:26 [2021-12-03T17:55:26.719Z] #26 16.45 + mkdir -p /build
17:55:26 [2021-12-03T17:55:26.719Z] #26 16.45 + mv docker/docker /build/
17:55:26 [2021-12-03T17:55:26.719Z] #26 16.49 + rmdir docker
17:55:26 [2021-12-03T17:55:26.719Z] #26 DONE 17.0s
17:55:26 [2021-12-03T17:55:26.719Z] 
17:55:26 [2021-12-03T17:55:26.719Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:26 [2021-12-03T17:55:26.719Z] #65 sha256:0390ba7e5ae76febb9b0909e608676d80cc109312903bfdde40511a588c99447
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.417 + RM_GOPATH=0
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.417 + TMP_GOPATH=
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.417 + : /build
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.417 + '[' -z '' ']'
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.417 ++ mktemp -d
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.417 + export GOPATH=/tmp/tmp.QlMspyoDZP
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.417 + GOPATH=/tmp/tmp.QlMspyoDZP
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.417 + RM_GOPATH=1
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.417 + case "$(go env GOARCH)" in
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.417 ++ go env GOARCH
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 Install rootlesskit version v0.14.6
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + export GO_BUILDMODE=-buildmode=pie
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + GO_BUILDMODE=-buildmode=pie
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 ++ dirname /install.sh
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + dir=/
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + bin=rootlesskit
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + shift
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + '[' '!' -f //rootlesskit.installer ']'
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + . //rootlesskit.installer
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 ++ : v0.14.6
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + install_rootlesskit
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + case "$1" in
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + export CGO_ENABLED=0
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + CGO_ENABLED=0
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + _install_rootlesskit
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + echo 'Install rootlesskit version v0.14.6'
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + for f in rootlesskit rootlesskit-docker-proxy
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + GOBIN=/build
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + GO111MODULE=on
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.476 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
17:55:26 [2021-12-03T17:55:26.719Z] #65 7.939 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
17:55:26 [2021-12-03T17:55:26.719Z] #65 10.73 go: downloading github.com/urfave/cli/v2 v2.3.0
17:55:26 [2021-12-03T17:55:26.719Z] #65 10.74 go: downloading github.com/sirupsen/logrus v1.8.1
17:55:26 [2021-12-03T17:55:26.719Z] #65 11.52 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
17:55:26 [2021-12-03T17:55:26.719Z] #65 15.01 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
17:55:26 [2021-12-03T17:55:26.719Z] #65 16.17 go: downloading github.com/google/uuid v1.3.0
17:55:26 [2021-12-03T17:55:26.719Z] #65 16.21 go: downloading github.com/moby/vpnkit v0.5.0
17:55:26 [2021-12-03T17:55:26.719Z] #65 16.36 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:55:26 [2021-12-03T17:55:26.719Z] #65 16.50 go: downloading github.com/gofrs/flock v0.8.1
17:55:26 [2021-12-03T17:55:26.719Z] #65 16.54 go: downloading github.com/gorilla/mux v1.8.0
17:55:26 [2021-12-03T17:55:26.719Z] #65 16.78 go: downloading github.com/moby/sys/mountinfo v0.5.0
17:55:26 [2021-12-03T17:55:26.719Z] #65 17.22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
17:55:26 [2021-12-03T17:55:26.817Z] #53 22.72 go: downloading github.com/go-toolsmith/strparse v1.0.0
17:55:26 [2021-12-03T17:55:26.817Z] #53 22.78 go: downloading github.com/go-toolsmith/typep v1.0.0
17:55:26 [2021-12-03T17:55:26.817Z] #53 22.84 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
17:55:26 [2021-12-03T17:55:26.817Z] #53 22.84 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
17:55:26 [2021-12-03T17:55:26.933Z] #53 35.67 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
17:55:26 [2021-12-03T17:55:26.980Z] #65 ...
17:55:26 [2021-12-03T17:55:26.980Z] 
17:55:26 [2021-12-03T17:55:26.980Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:26 [2021-12-03T17:55:26.980Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:55:26 [2021-12-03T17:55:26.980Z] #51 17.62 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
17:55:26 [2021-12-03T17:55:26.980Z] #51 17.64 go: downloading golang.org/x/mod v0.3.0
17:55:27 [2021-12-03T17:55:27.074Z] #53 22.90 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
17:55:27 [2021-12-03T17:55:27.075Z] #53 23.03 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
17:55:27 [2021-12-03T17:55:27.075Z] #53 23.03 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
17:55:27 [2021-12-03T17:55:27.075Z] #53 23.10 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
17:55:27 [2021-12-03T17:55:27.075Z] #53 23.10 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
17:55:27 [2021-12-03T17:55:27.191Z] #53 35.76 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
17:55:27 [2021-12-03T17:55:27.341Z] #53 23.29 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
17:55:27 [2021-12-03T17:55:27.449Z] #53 36.22 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
17:55:27 [2021-12-03T17:55:27.552Z] #51 ...
17:55:27 [2021-12-03T17:55:27.552Z] 
17:55:27 [2021-12-03T17:55:27.552Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:55:27 [2021-12-03T17:55:27.552Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:55:27 [2021-12-03T17:55:27.552Z] #34 7.806 + git clone https://github.com/kolyshkin/go-swagger.git .
17:55:27 [2021-12-03T17:55:27.552Z] #34 7.818 Cloning into '.'...
17:55:27 [2021-12-03T17:55:27.600Z] #53 23.43 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
17:55:27 [2021-12-03T17:55:27.708Z] #53 36.26 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
17:55:27 [2021-12-03T17:55:27.813Z] #34 ...
17:55:27 [2021-12-03T17:55:27.813Z] 
17:55:27 [2021-12-03T17:55:27.813Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:27 [2021-12-03T17:55:27.813Z] #65 sha256:0390ba7e5ae76febb9b0909e608676d80cc109312903bfdde40511a588c99447
17:55:27 [2021-12-03T17:55:27.813Z] #65 17.74 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
17:55:27 [2021-12-03T17:55:27.813Z] #65 18.00 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
17:55:27 [2021-12-03T17:55:27.857Z] #53 23.76 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
17:55:27 [2021-12-03T17:55:27.857Z] #53 23.77 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
17:55:27 [2021-12-03T17:55:27.857Z] #53 23.84 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
17:55:27 [2021-12-03T17:55:27.857Z] #53 23.96 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
17:55:27 [2021-12-03T17:55:27.857Z] #53 ...
17:55:27 [2021-12-03T17:55:27.857Z] 
17:55:27 [2021-12-03T17:55:27.857Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:27 [2021-12-03T17:55:27.857Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:55:27 [2021-12-03T17:55:27.857Z] #14 13.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:55:27 [2021-12-03T17:55:27.959Z] #19 106.5 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
17:55:27 [2021-12-03T17:55:27.959Z] #19 106.5 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
17:55:27 [2021-12-03T17:55:27.959Z] #19 106.6 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
17:55:27 [2021-12-03T17:55:27.959Z] #19 106.6 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
17:55:28 [2021-12-03T17:55:28.114Z] #14 ...
17:55:28 [2021-12-03T17:55:28.114Z] 
17:55:28 [2021-12-03T17:55:28.114Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:28 [2021-12-03T17:55:28.114Z] #65 sha256:444f2a13f7fd60bf2fba2a56ab37954a7a7e10a49ad0e03f1cb8185c31d8df60
17:55:28 [2021-12-03T17:55:28.114Z] #65 22.49 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
17:55:28 [2021-12-03T17:55:28.114Z] #65 23.16 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:55:28 [2021-12-03T17:55:28.215Z] #19 106.7 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
17:55:28 [2021-12-03T17:55:28.274Z] #53 ...
17:55:28 [2021-12-03T17:55:28.274Z] 
17:55:28 [2021-12-03T17:55:28.274Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:55:28 [2021-12-03T17:55:28.274Z] #49 sha256:bd7264772372eb6e8a7c005ffa677a0c54edd69b5219652233a88006d134eb8f
17:55:28 [2021-12-03T17:55:28.274Z] #49 36.49 Usage of /build/vndr:
17:55:28 [2021-12-03T17:55:28.274Z] #49 36.49 /build/vndr [[import path] [revision]] [repository]
17:55:28 [2021-12-03T17:55:28.274Z] #49 36.49 /build/vndr init
17:55:28 [2021-12-03T17:55:28.274Z] #49 36.49   -strict
17:55:28 [2021-12-03T17:55:28.274Z] #49 36.49     	checking mode. treat non-trivial warning as an error
17:55:28 [2021-12-03T17:55:28.274Z] #49 36.49   -verbose
17:55:28 [2021-12-03T17:55:28.274Z] #49 36.49     	shows all warnings
17:55:28 [2021-12-03T17:55:28.274Z] #49 36.49   -whitelist value
17:55:28 [2021-12-03T17:55:28.274Z] #49 36.49     	regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory
17:55:28 [2021-12-03T17:55:28.274Z] #49 DONE 36.7s
17:55:28 [2021-12-03T17:55:28.274Z] 
17:55:28 [2021-12-03T17:55:28.274Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:28 [2021-12-03T17:55:28.274Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:28 [2021-12-03T17:55:28.274Z] #47 36.04 Fetched 8483 kB in 27s (309 kB/s)
17:55:29 [2021-12-03T17:55:29.203Z] #65 19.90 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.1 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.1 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.1 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.2 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.2 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.2 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.2 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.2 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.2 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.2 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
17:55:29 [2021-12-03T17:55:29.582Z] #19 108.2 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
17:55:29 [2021-12-03T17:55:29.840Z] #19 108.2 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
17:55:30 [2021-12-03T17:55:30.144Z] Running on azwin-2-08c0b0 in d:\jenkins\workspace\moby_PR-42981
[Pipeline] {
[Pipeline] ws
17:55:30 [2021-12-03T17:55:30.160Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
17:55:30 [2021-12-03T17:55:30.345Z] #14 30.12 Reading package lists...
17:55:30 [2021-12-03T17:55:30.345Z] #14 ...
17:55:30 [2021-12-03T17:55:30.345Z] 
17:55:30 [2021-12-03T17:55:30.346Z] #38 [tini 1/3] 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
17:55:30 [2021-12-03T17:55:30.346Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:30 [2021-12-03T17:55:30.346Z] #38 35.24 Fetched 8479 kB in 24s (352 kB/s)
17:55:30 [2021-12-03T17:55:30.590Z] #65 ...
17:55:30 [2021-12-03T17:55:30.590Z] 
17:55:30 [2021-12-03T17:55:30.590Z] #60 [containerd 1/3] 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
17:55:30 [2021-12-03T17:55:30.590Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:30 [2021-12-03T17:55:30.590Z] #60 11.46 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:30 [2021-12-03T17:55:30.590Z] #60 14.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:30 [2021-12-03T17:55:30.852Z] #60 ...
17:55:30 [2021-12-03T17:55:30.852Z] 
17:55:30 [2021-12-03T17:55:30.852Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:30 [2021-12-03T17:55:30.852Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:30 [2021-12-03T17:55:30.852Z] #53 19.12 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
17:55:30 [2021-12-03T17:55:30.852Z] #53 19.16 go: downloading github.com/fsnotify/fsnotify v1.4.7
17:55:30 [2021-12-03T17:55:30.852Z] #53 19.21 go: downloading github.com/hashicorp/hcl v1.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 19.63 go: downloading github.com/magiconair/properties v1.8.1
17:55:30 [2021-12-03T17:55:30.852Z] #53 19.63 go: downloading github.com/mitchellh/mapstructure v1.1.2
17:55:30 [2021-12-03T17:55:30.852Z] #53 19.77 go: downloading github.com/pelletier/go-toml v1.2.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 19.82 go: downloading github.com/spf13/afero v1.1.2
17:55:30 [2021-12-03T17:55:30.852Z] #53 19.96 go: downloading github.com/spf13/cast v1.3.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.01 go: downloading github.com/spf13/jwalterweatherman v1.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.06 go: downloading github.com/subosito/gotenv v1.2.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.10 go: downloading gopkg.in/ini.v1 v1.51.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.14 go: downloading gopkg.in/yaml.v2 v2.2.7
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.38 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.38 go: downloading github.com/go-toolsmith/astcast v1.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.58 go: downloading github.com/go-toolsmith/astcopy v1.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.58 go: downloading github.com/go-toolsmith/astequal v1.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.58 go: downloading github.com/go-toolsmith/astfmt v1.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.64 go: downloading github.com/go-toolsmith/astp v1.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.76 go: downloading github.com/go-toolsmith/strparse v1.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.80 go: downloading github.com/go-toolsmith/typep v1.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 20.97 go: downloading github.com/davecgh/go-spew v1.1.1
17:55:30 [2021-12-03T17:55:30.852Z] #53 21.17 go: downloading github.com/pmezard/go-difflib v1.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 21.18 go: downloading github.com/stretchr/objx v0.2.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 21.32 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
17:55:30 [2021-12-03T17:55:30.852Z] #53 21.47 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
17:55:30 [2021-12-03T17:55:30.852Z] #53 21.53 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
17:55:30 [2021-12-03T17:55:30.852Z] #53 21.59 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
17:55:31 [2021-12-03T17:55:31.113Z] #53 ...
17:55:31 [2021-12-03T17:55:31.113Z] 
17:55:31 [2021-12-03T17:55:31.113Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:55:31 [2021-12-03T17:55:31.113Z] #49 sha256:bd7264772372eb6e8a7c005ffa677a0c54edd69b5219652233a88006d134eb8f
17:55:31 [2021-12-03T17:55:31.113Z] #49 20.94 Usage of /build/vndr:
17:55:31 [2021-12-03T17:55:31.113Z] #49 20.94 /build/vndr [[import path] [revision]] [repository]
17:55:31 [2021-12-03T17:55:31.113Z] #49 20.94 /build/vndr init
17:55:31 [2021-12-03T17:55:31.113Z] #49 20.94   -strict
17:55:31 [2021-12-03T17:55:31.113Z] #49 20.94     	checking mode. treat non-trivial warning as an error
17:55:31 [2021-12-03T17:55:31.113Z] #49 20.94   -verbose
17:55:31 [2021-12-03T17:55:31.113Z] #49 20.94     	shows all warnings
17:55:31 [2021-12-03T17:55:31.113Z] #49 20.94   -whitelist value
17:55:31 [2021-12-03T17:55:31.113Z] #49 20.94     	regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory
17:55:31 [2021-12-03T17:55:31.113Z] #49 DONE 21.6s
17:55:31 [2021-12-03T17:55:31.113Z] 
17:55:31 [2021-12-03T17:55:31.113Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:55:31 [2021-12-03T17:55:31.113Z] #36 sha256:8b51ea589948952ef78b249b6260c3ff252d330bf80797fb12742e55849ff5a0
17:55:31 [2021-12-03T17:55:31.113Z] #36 21.22 tomll can be used in two ways:
17:55:31 [2021-12-03T17:55:31.113Z] #36 21.22 Writing to STDIN and reading from STDOUT:
17:55:31 [2021-12-03T17:55:31.113Z] #36 21.22   cat file.toml | tomll > file.toml
17:55:31 [2021-12-03T17:55:31.113Z] #36 21.22 
17:55:31 [2021-12-03T17:55:31.113Z] #36 21.22 Reading and updating a list of files:
17:55:31 [2021-12-03T17:55:31.113Z] #36 21.22   tomll a.toml b.toml c.toml
17:55:31 [2021-12-03T17:55:31.113Z] #36 21.22 
17:55:31 [2021-12-03T17:55:31.113Z] #36 21.22 When given a list of files, tomll will modify all files in place without asking.
17:55:31 [2021-12-03T17:55:31.113Z] #36 DONE 21.6s
17:55:31 [2021-12-03T17:55:31.113Z] 
17:55:31 [2021-12-03T17:55:31.113Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:31 [2021-12-03T17:55:31.113Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:31 [2021-12-03T17:55:31.113Z] #53 21.66 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
17:55:31 [2021-12-03T17:55:31.113Z] #53 21.74 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
17:55:31 [2021-12-03T17:55:31.212Z] #19 109.5 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
17:55:31 [2021-12-03T17:55:31.212Z] #19 109.5 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
17:55:31 [2021-12-03T17:55:31.212Z] #19 109.5 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
17:55:31 [2021-12-03T17:55:31.212Z] #19 109.6 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
17:55:31 [2021-12-03T17:55:31.212Z] #19 109.6 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB]
17:55:31 [2021-12-03T17:55:31.297Z] #38 35.24 Reading package lists...
17:55:31 [2021-12-03T17:55:31.297Z] #38 ...
17:55:31 [2021-12-03T17:55:31.297Z] 
17:55:31 [2021-12-03T17:55:31.297Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:31 [2021-12-03T17:55:31.297Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:31 [2021-12-03T17:55:31.297Z] #53 26.48 go: downloading github.com/go-lintpack/lintpack v0.5.2
17:55:31 [2021-12-03T17:55:31.297Z] #53 26.86 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 32.41 go: downloading github.com/sirupsen/logrus v1.4.2
17:55:31 [2021-12-03T17:55:31.297Z] #53 32.50 go: downloading github.com/stretchr/testify v1.4.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 32.77 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
17:55:31 [2021-12-03T17:55:31.297Z] #53 32.93 go: downloading github.com/fsnotify/fsnotify v1.4.7
17:55:31 [2021-12-03T17:55:31.297Z] #53 32.99 go: downloading github.com/hashicorp/hcl v1.0.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 33.59 go: downloading github.com/magiconair/properties v1.8.1
17:55:31 [2021-12-03T17:55:31.297Z] #53 33.70 go: downloading github.com/mitchellh/mapstructure v1.1.2
17:55:31 [2021-12-03T17:55:31.297Z] #53 33.82 go: downloading github.com/pelletier/go-toml v1.2.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 33.86 go: downloading github.com/spf13/afero v1.1.2
17:55:31 [2021-12-03T17:55:31.297Z] #53 34.09 go: downloading github.com/spf13/cast v1.3.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 34.15 go: downloading github.com/spf13/jwalterweatherman v1.0.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 34.22 go: downloading github.com/subosito/gotenv v1.2.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 34.22 go: downloading gopkg.in/ini.v1 v1.51.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 34.37 go: downloading gopkg.in/yaml.v2 v2.2.7
17:55:31 [2021-12-03T17:55:31.297Z] #53 34.59 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
17:55:31 [2021-12-03T17:55:31.297Z] #53 34.86 go: downloading github.com/go-toolsmith/astcast v1.0.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 35.09 go: downloading github.com/go-toolsmith/astcopy v1.0.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 35.28 go: downloading github.com/go-toolsmith/astequal v1.0.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 35.55 go: downloading github.com/go-toolsmith/astfmt v1.0.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 35.59 go: downloading github.com/go-toolsmith/astp v1.0.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 35.59 go: downloading github.com/go-toolsmith/strparse v1.0.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 35.66 go: downloading github.com/go-toolsmith/typep v1.0.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 35.95 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
17:55:31 [2021-12-03T17:55:31.297Z] #53 36.00 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
17:55:31 [2021-12-03T17:55:31.297Z] #53 36.10 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
17:55:31 [2021-12-03T17:55:31.297Z] #53 36.16 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
17:55:31 [2021-12-03T17:55:31.297Z] #53 36.42 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
17:55:31 [2021-12-03T17:55:31.297Z] #53 36.44 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
17:55:31 [2021-12-03T17:55:31.297Z] #53 ...
17:55:31 [2021-12-03T17:55:31.297Z] 
17:55:31 [2021-12-03T17:55:31.297Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:31 [2021-12-03T17:55:31.297Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:31 [2021-12-03T17:55:31.297Z] #47 36.21 Fetched 8483 kB in 26s (332 kB/s)
17:55:31 [2021-12-03T17:55:31.485Z] The recommended git tool is: git
17:55:31 [2021-12-03T17:55:31.687Z] #53 22.29 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
17:55:31 [2021-12-03T17:55:31.687Z] #53 22.35 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
17:55:31 [2021-12-03T17:55:31.687Z] #53 22.35 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
17:55:31 [2021-12-03T17:55:31.948Z] #53 22.56 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
17:55:32 [2021-12-03T17:55:32.210Z] #53 22.73 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
17:55:32 [2021-12-03T17:55:32.210Z] #53 ...
17:55:32 [2021-12-03T17:55:32.210Z] 
17:55:32 [2021-12-03T17:55:32.210Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:32 [2021-12-03T17:55:32.210Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:32 [2021-12-03T17:55:32.210Z] #47 12.65 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:55:32 [2021-12-03T17:55:32.210Z] #47 15.42 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:55:32 [2021-12-03T17:55:32.210Z] #47 17.83 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
17:55:32 [2021-12-03T17:55:32.210Z] #47 ...
17:55:32 [2021-12-03T17:55:32.210Z] 
17:55:32 [2021-12-03T17:55:32.210Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:32 [2021-12-03T17:55:32.210Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:32 [2021-12-03T17:55:32.210Z] #53 22.96 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
17:55:32 [2021-12-03T17:55:32.210Z] #53 22.96 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
17:55:32 [2021-12-03T17:55:32.242Z] #47 36.21 Reading package lists...
17:55:32 [2021-12-03T17:55:32.242Z] #47 ...
17:55:32 [2021-12-03T17:55:32.242Z] 
17:55:32 [2021-12-03T17:55:32.242Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:55:32 [2021-12-03T17:55:32.242Z] #65 sha256:1975c847331fb00cb46f83ce2553f8a1b271d754a24d3dd4f8290515c84b55d8
17:55:32 [2021-12-03T17:55:32.242Z] #65 27.18 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
17:55:32 [2021-12-03T17:55:32.242Z] #65 28.71 go: downloading github.com/google/uuid v1.3.0
17:55:32 [2021-12-03T17:55:32.242Z] #65 28.90 go: downloading github.com/moby/vpnkit v0.5.0
17:55:32 [2021-12-03T17:55:32.242Z] #65 29.05 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:55:32 [2021-12-03T17:55:32.242Z] #65 29.43 go: downloading github.com/gofrs/flock v0.8.1
17:55:32 [2021-12-03T17:55:32.242Z] #65 29.45 go: downloading github.com/gorilla/mux v1.8.0
17:55:32 [2021-12-03T17:55:32.242Z] #65 29.79 go: downloading github.com/moby/sys/mountinfo v0.5.0
17:55:32 [2021-12-03T17:55:32.242Z] #65 30.97 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
17:55:32 [2021-12-03T17:55:32.242Z] #65 31.09 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
17:55:32 [2021-12-03T17:55:32.242Z] #65 31.40 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
17:55:32 [2021-12-03T17:55:32.242Z] #65 34.18 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:55:32 [2021-12-03T17:55:32.242Z] #65 ...
17:55:32 [2021-12-03T17:55:32.242Z] 
17:55:32 [2021-12-03T17:55:32.242Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:32 [2021-12-03T17:55:32.242Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:32 [2021-12-03T17:55:32.242Z] #53 37.47 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
17:55:32 [2021-12-03T17:55:32.242Z] #53 37.55 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
17:55:32 [2021-12-03T17:55:32.242Z] #53 37.60 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
17:55:32 [2021-12-03T17:55:32.292Z] #65 ...
17:55:32 [2021-12-03T17:55:32.292Z] 
17:55:32 [2021-12-03T17:55:32.292Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
17:55:32 [2021-12-03T17:55:32.292Z] #36 sha256:ee85368505be3c84be228f716db30534326ed98817b64c578cf4726d04dd745b
17:55:32 [2021-12-03T17:55:32.292Z] #36 26.77 tomll can be used in two ways:
17:55:32 [2021-12-03T17:55:32.292Z] #36 26.78 Writing to STDIN and reading from STDOUT:
17:55:32 [2021-12-03T17:55:32.292Z] #36 26.78   cat file.toml | tomll > file.toml
17:55:32 [2021-12-03T17:55:32.292Z] #36 26.78 
17:55:32 [2021-12-03T17:55:32.292Z] #36 26.78 Reading and updating a list of files:
17:55:32 [2021-12-03T17:55:32.292Z] #36 26.78   tomll a.toml b.toml c.toml
17:55:32 [2021-12-03T17:55:32.292Z] #36 26.78 
17:55:32 [2021-12-03T17:55:32.292Z] #36 26.78 When given a list of files, tomll will modify all files in place without asking.
17:55:32 [2021-12-03T17:55:32.292Z] #36 DONE 27.5s
17:55:32 [2021-12-03T17:55:32.292Z] 
17:55:32 [2021-12-03T17:55:32.292Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:32 [2021-12-03T17:55:32.292Z] #53 sha256:d98a0a4a5c3bd2966bced295ac06fc4eb9d4a5e9ebaddab757a59ce72365c889
17:55:32 [2021-12-03T17:55:32.292Z] #53 24.12 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
17:55:32 [2021-12-03T17:55:32.292Z] #53 24.32 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
17:55:32 [2021-12-03T17:55:32.292Z] #53 24.37 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
17:55:32 [2021-12-03T17:55:32.292Z] #53 24.42 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
17:55:32 [2021-12-03T17:55:32.292Z] #53 24.47 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
17:55:32 [2021-12-03T17:55:32.292Z] #53 24.57 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
17:55:32 [2021-12-03T17:55:32.292Z] #53 24.99 go: downloading github.com/sourcegraph/go-diff v0.5.1
17:55:32 [2021-12-03T17:55:32.292Z] #53 25.14 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
17:55:32 [2021-12-03T17:55:32.292Z] #53 25.21 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
17:55:32 [2021-12-03T17:55:32.292Z] #53 25.28 go: downloading github.com/ultraware/funlen v0.0.2
17:55:32 [2021-12-03T17:55:32.292Z] #53 25.32 go: downloading github.com/ultraware/whitespace v0.0.4
17:55:32 [2021-12-03T17:55:32.292Z] #53 25.34 go: downloading github.com/uudashr/gocognit v1.0.1
17:55:32 [2021-12-03T17:55:32.292Z] #53 25.53 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
17:55:32 [2021-12-03T17:55:32.292Z] #53 26.89 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
17:55:32 [2021-12-03T17:55:32.292Z] #53 26.97 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
17:55:32 [2021-12-03T17:55:32.292Z] #53 27.18 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
17:55:32 [2021-12-03T17:55:32.292Z] #53 27.53 go: downloading github.com/davecgh/go-spew v1.1.1
17:55:32 [2021-12-03T17:55:32.292Z] #53 27.73 go: downloading github.com/pmezard/go-difflib v1.0.0
17:55:32 [2021-12-03T17:55:32.292Z] #53 27.84 go: downloading github.com/stretchr/objx v0.2.0
17:55:32 [2021-12-03T17:55:32.292Z] #53 28.25 go: downloading golang.org/x/text v0.3.2
17:55:32 [2021-12-03T17:55:32.465Z] #47 36.04 Reading package lists...
17:55:32 [2021-12-03T17:55:32.466Z] #47 ...
17:55:32 [2021-12-03T17:55:32.466Z] 
17:55:32 [2021-12-03T17:55:32.466Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:55:32 [2021-12-03T17:55:32.466Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:55:32 [2021-12-03T17:55:32.466Z] #43 40.00 Updating files:  73% (1278/1750)
Updating files:  74% (1295/1750)
Updating files:  75% (1313/1750)
Updating files:  76% (1330/1750)
Updating files:  77% (1348/1750)
Updating files:  78% (1365/1750)
Updating files:  79% (1383/1750)
Updating files:  80% (1400/1750)
Updating files:  81% (1418/1750)
Updating files:  82% (1435/1750)
Updating files:  83% (1453/1750)
Updating files:  84% (1470/1750)
Updating files:  85% (1488/1750)
Updating files:  86% (1505/1750)
Updating files:  87% (1523/1750)
Updating files:  88% (1540/1750)
Updating files:  89% (1558/1750)
Updating files:  90% (1575/1750)
Updating files:  91% (1593/1750)
Updating files:  92% (1610/1750)
Updating files:  93% (1628/1750)
Updating files:  94% (1645/1750)
Updating files:  95% (1663/1750)
Updating files:  96% (1680/1750)
Updating files:  97% (1698/1750)
Updating files:  98% (1715/1750)
Updating files:  99% (1733/1750)
Updating files: 100% (1750/1750)
Updating files: 100% (1750/1750), done.
17:55:32 [2021-12-03T17:55:32.466Z] #43 40.78 + git checkout -q v2.3.0
17:55:32 [2021-12-03T17:55:32.503Z] #53 ...
17:55:32 [2021-12-03T17:55:32.503Z] 
17:55:32 [2021-12-03T17:55:32.503Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:55:32 [2021-12-03T17:55:32.503Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:55:32 [2021-12-03T17:55:32.503Z] #51 27.65 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
17:55:32 [2021-12-03T17:55:32.503Z] #51 27.76 go: downloading golang.org/x/mod v0.3.0
17:55:32 [2021-12-03T17:55:32.503Z] #51 ...
17:55:32 [2021-12-03T17:55:32.503Z] 
17:55:32 [2021-12-03T17:55:32.503Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:32 [2021-12-03T17:55:32.503Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:32 [2021-12-03T17:55:32.503Z] #53 37.82 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
17:55:32 [2021-12-03T17:55:32.503Z] #53 37.89 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
17:55:32 [2021-12-03T17:55:32.551Z] #53 ...
17:55:32 [2021-12-03T17:55:32.551Z] 
17:55:32 [2021-12-03T17:55:32.551Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:55:32 [2021-12-03T17:55:32.551Z] #31 sha256:1c8794c266084366e8732cf01227c69314cbc1ed5df3c730d8399b07afa52550
17:55:32 [2021-12-03T17:55:32.551Z] #31 18.63 
17:55:32 [2021-12-03T17:55:32.551Z] #31 26.98 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
17:55:32 [2021-12-03T17:55:32.551Z] #31 ...
17:55:32 [2021-12-03T17:55:32.551Z] 
17:55:32 [2021-12-03T17:55:32.551Z] #38 [tini 1/3] 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
17:55:32 [2021-12-03T17:55:32.551Z] #38 sha256:8754b29638d1271fec1717e157cf935f267765df53405a7de038201a3cd769c9
17:55:32 [2021-12-03T17:55:32.551Z] #38 25.60 Fetched 8365 kB in 19s (437 kB/s)
17:55:32 [2021-12-03T17:55:32.584Z] #19 110.8 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
17:55:32 [2021-12-03T17:55:32.584Z] #19 110.8 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
17:55:32 [2021-12-03T17:55:32.781Z] #53 23.34 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
17:55:32 [2021-12-03T17:55:32.781Z] #53 23.42 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
17:55:32 [2021-12-03T17:55:32.781Z] #53 23.50 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
17:55:32 [2021-12-03T17:55:32.781Z] #53 23.52 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
17:55:32 [2021-12-03T17:55:32.781Z] #53 23.56 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
17:55:32 [2021-12-03T17:55:32.840Z] #19 111.5 debconf: delaying package configuration, since apt-utils is not installed
17:55:33 [2021-12-03T17:55:33.042Z] #53 23.64 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
17:55:33 [2021-12-03T17:55:33.077Z] #53 38.07 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
17:55:33 [2021-12-03T17:55:33.077Z] #53 38.22 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
17:55:33 [2021-12-03T17:55:33.077Z] #53 ...
17:55:33 [2021-12-03T17:55:33.077Z] 
17:55:33 [2021-12-03T17:55:33.077Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:55:33 [2021-12-03T17:55:33.077Z] #49 sha256:bd7264772372eb6e8a7c005ffa677a0c54edd69b5219652233a88006d134eb8f
17:55:33 [2021-12-03T17:55:33.077Z] #49 38.11 Usage of /build/vndr:
17:55:33 [2021-12-03T17:55:33.077Z] #49 38.11 /build/vndr [[import path] [revision]] [repository]
17:55:33 [2021-12-03T17:55:33.077Z] #49 38.11 /build/vndr init
17:55:33 [2021-12-03T17:55:33.077Z] #49 38.11   -strict
17:55:33 [2021-12-03T17:55:33.077Z] #49 38.11     	checking mode. treat non-trivial warning as an error
17:55:33 [2021-12-03T17:55:33.077Z] #49 38.11   -verbose
17:55:33 [2021-12-03T17:55:33.077Z] #49 38.11     	shows all warnings
17:55:33 [2021-12-03T17:55:33.077Z] #49 38.11   -whitelist value
17:55:33 [2021-12-03T17:55:33.077Z] #49 38.11     	regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory
17:55:33 [2021-12-03T17:55:33.077Z] #49 DONE 38.5s
17:55:33 [2021-12-03T17:55:33.096Z] #19 111.7 Fetched 787 MB in 19s (40.8 MB/s)
17:55:33 [2021-12-03T17:55:33.303Z] #53 23.96 go: downloading github.com/sourcegraph/go-diff v0.5.1
17:55:33 [2021-12-03T17:55:33.338Z] 
17:55:33 [2021-12-03T17:55:33.338Z] #60 [containerd 1/3] 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
17:55:33 [2021-12-03T17:55:33.338Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:33 [2021-12-03T17:55:33.338Z] #60 34.29 Fetched 8479 kB in 24s (356 kB/s)
17:55:33 [2021-12-03T17:55:33.352Z] #19 111.8 Selecting previously unselected package liblocale-gettext-perl.
17:55:33 [2021-12-03T17:55:33.352Z] #19 111.8 (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 ... 15713 files and directories currently installed.)
17:55:33 [2021-12-03T17:55:33.352Z] #19 111.8 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
17:55:33 [2021-12-03T17:55:33.352Z] #19 111.8 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
17:55:33 [2021-12-03T17:55:33.352Z] #19 111.8 Selecting previously unselected package bzip2.
17:55:33 [2021-12-03T17:55:33.352Z] #19 111.8 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
17:55:33 [2021-12-03T17:55:33.352Z] #19 111.8 Unpacking bzip2 (1.0.8-4) ...
17:55:33 [2021-12-03T17:55:33.352Z] #19 111.9 Selecting previously unselected package libmagic-mgc.
17:55:33 [2021-12-03T17:55:33.352Z] #19 111.9 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
17:55:33 [2021-12-03T17:55:33.352Z] #19 111.9 Unpacking libmagic-mgc (1:5.39-3) ...
17:55:33 [2021-12-03T17:55:33.565Z] #53 24.18 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
17:55:33 [2021-12-03T17:55:33.565Z] #53 24.18 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
17:55:33 [2021-12-03T17:55:33.565Z] #53 24.25 go: downloading github.com/ultraware/funlen v0.0.2
17:55:33 [2021-12-03T17:55:33.565Z] #53 24.25 go: downloading github.com/ultraware/whitespace v0.0.4
17:55:33 [2021-12-03T17:55:33.565Z] #53 24.25 go: downloading github.com/uudashr/gocognit v1.0.1
17:55:33 [2021-12-03T17:55:33.608Z] #19 112.1 Selecting previously unselected package libmagic1:amd64.
17:55:33 [2021-12-03T17:55:33.608Z] #19 112.1 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
17:55:33 [2021-12-03T17:55:33.608Z] #19 112.1 Unpacking libmagic1:amd64 (1:5.39-3) ...
17:55:33 [2021-12-03T17:55:33.608Z] #19 112.2 Selecting previously unselected package file.
17:55:33 [2021-12-03T17:55:33.608Z] #19 112.2 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
17:55:33 [2021-12-03T17:55:33.608Z] #19 112.2 Unpacking file (1:5.39-3) ...
17:55:33 [2021-12-03T17:55:33.608Z] #19 112.2 Selecting previously unselected package xz-utils.
17:55:33 [2021-12-03T17:55:33.608Z] #19 112.2 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ...
17:55:33 [2021-12-03T17:55:33.608Z] #19 112.2 Unpacking xz-utils (5.2.5-2) ...
17:55:33 [2021-12-03T17:55:33.826Z] #53 24.40 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
17:55:33 [2021-12-03T17:55:33.864Z] #19 112.3 Selecting previously unselected package binutils-aarch64-linux-gnu.
17:55:33 [2021-12-03T17:55:33.864Z] #19 112.3 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
17:55:33 [2021-12-03T17:55:33.864Z] #19 112.3 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
17:55:33 [2021-12-03T17:55:33.936Z] #38 25.60 Reading package lists...
17:55:33 [2021-12-03T17:55:33.936Z] #38 ...
17:55:33 [2021-12-03T17:55:33.936Z] 
17:55:33 [2021-12-03T17:55:33.936Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:33 [2021-12-03T17:55:33.936Z] #47 sha256:9ac9f2482a7724c0dcdef7d76ce46235eda9c56e876a714418b771035322bf85
17:55:33 [2021-12-03T17:55:33.936Z] #47 19.29 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
17:55:33 [2021-12-03T17:55:33.936Z] #47 26.80 Fetched 8369 kB in 21s (407 kB/s)
17:55:33 [2021-12-03T17:55:33.936Z] #47 26.80 Reading package lists...
17:55:33 [2021-12-03T17:55:33.936Z] #47 ...
17:55:33 [2021-12-03T17:55:33.936Z] 
17:55:33 [2021-12-03T17:55:33.936Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:55:33 [2021-12-03T17:55:33.936Z] #31 sha256:1c8794c266084366e8732cf01227c69314cbc1ed5df3c730d8399b07afa52550
17:55:33 [2021-12-03T17:55:33.936Z] #31 29.80 #=#=#                                                                         
17:55:33 [2021-12-03T17:55:33.936Z] #31 30.20 #=#=#                                                                         

##################################                                        48.2%
######################################################################## 100.0%
17:55:34 [2021-12-03T17:55:34.282Z] #60 34.29 Reading package lists...
17:55:34 [2021-12-03T17:55:34.282Z] #60 ...
17:55:34 [2021-12-03T17:55:34.282Z] 
17:55:34 [2021-12-03T17:55:34.282Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:34 [2021-12-03T17:55:34.282Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:34 [2021-12-03T17:55:34.282Z] #53 39.11 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
17:55:34 [2021-12-03T17:55:34.282Z] #53 39.11 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
17:55:34 [2021-12-03T17:55:34.282Z] #53 39.16 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
17:55:34 [2021-12-03T17:55:34.282Z] #53 39.20 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
17:55:34 [2021-12-03T17:55:34.282Z] #53 39.27 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
17:55:34 [2021-12-03T17:55:34.282Z] #53 39.41 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
17:55:34 [2021-12-03T17:55:34.770Z] #53 25.27 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
17:55:34 [2021-12-03T17:55:34.770Z] #53 25.27 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
17:55:34 [2021-12-03T17:55:34.770Z] #53 25.46 go: downloading golang.org/x/text v0.3.2
17:55:34 [2021-12-03T17:55:34.793Z] #19 113.1 Selecting previously unselected package binutils-arm-linux-gnueabi.
17:55:34 [2021-12-03T17:55:34.793Z] #19 113.1 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
17:55:34 [2021-12-03T17:55:34.793Z] #19 113.1 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
17:55:34 [2021-12-03T17:55:34.853Z] #53 39.90 go: downloading github.com/sourcegraph/go-diff v0.5.1
17:55:34 [2021-12-03T17:55:34.854Z] #53 40.14 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
17:55:34 [2021-12-03T17:55:34.854Z] #53 40.22 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
17:55:34 [2021-12-03T17:55:34.871Z] #31 ...
17:55:34 [2021-12-03T17:55:34.871Z] 
17:55:34 [2021-12-03T17:55:34.871Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2"      && /build/vndr --help
17:55:34 [2021-12-03T17:55:34.871Z] #49 sha256:208d6b705afe64ad4f5fe48a81e3454a43232da5a372267ea2ec3be10d19fde6
17:55:34 [2021-12-03T17:55:34.871Z] #49 30.80 Usage of /build/vndr:
17:55:34 [2021-12-03T17:55:34.871Z] #49 30.80 /build/vndr [[import path] [revision]] [repository]
17:55:34 [2021-12-03T17:55:34.871Z] #49 30.80 /build/vndr init
17:55:34 [2021-12-03T17:55:34.871Z] #49 30.80   -strict
17:55:34 [2021-12-03T17:55:34.871Z] #49 30.80     	checking mode. treat non-trivial warning as an error
17:55:34 [2021-12-03T17:55:34.871Z] #49 30.80   -verbose
17:55:34 [2021-12-03T17:55:34.871Z] #49 30.80     	shows all warnings
17:55:34 [2021-12-03T17:55:34.871Z] #49 30.80   -whitelist value
17:55:34 [2021-12-03T17:55:34.871Z] #49 30.80     	regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory
17:55:34 [2021-12-03T17:55:34.871Z] #49 DONE 30.9s
17:55:35 [2021-12-03T17:55:35.050Z] #19 113.8 Selecting previously unselected package binutils-arm-linux-gnueabihf.
17:55:35 [2021-12-03T17:55:35.050Z] #19 113.8 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
17:55:35 [2021-12-03T17:55:35.050Z] #19 113.8 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
17:55:35 [2021-12-03T17:55:35.125Z] #53 40.29 go: downloading github.com/ultraware/funlen v0.0.2
17:55:35 [2021-12-03T17:55:35.125Z] #53 40.38 go: downloading github.com/ultraware/whitespace v0.0.4
17:55:35 [2021-12-03T17:55:35.125Z] #53 40.46 go: downloading github.com/uudashr/gocognit v1.0.1
17:55:35 [2021-12-03T17:55:35.129Z] 
17:55:35 [2021-12-03T17:55:35.129Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:55:35 [2021-12-03T17:55:35.129Z] #43 sha256:cd0f677a8336f6a9211410edb72af71d9e15a60720917c2037eea2f9e349709a
17:55:35 [2021-12-03T17:55:35.386Z] #53 40.60 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
17:55:35 [2021-12-03T17:55:35.669Z] #43 30.64 Updating files:  72% (1261/1750)
Updating files:  73% (1278/1750)
Updating files:  74% (1295/1750)
Updating files:  75% (1313/1750)
Updating files:  76% (1330/1750)
Updating files:  77% (1348/1750)
Updating files:  78% (1365/1750)
Updating files:  79% (1383/1750)
Updating files:  80% (1400/1750)
Updating files:  81% (1418/1750)
Updating files:  82% (1435/1750)
Updating files:  83% (1453/1750)
Updating files:  84% (1470/1750)
Updating files:  85% (1488/1750)
Updating files:  86% (1505/1750)
Updating files:  87% (1523/1750)
Updating files:  88% (1540/1750)
Updating files:  89% (1558/1750)
Updating files:  90% (1575/1750)
Updating files:  91% (1593/1750)
Updating files:  92% (1610/1750)
Updating files:  93% (1628/1750)
Updating files:  94% (1645/1750)
Updating files:  95% (1663/1750)
Updating files:  96% (1680/1750)
Updating files:  97% (1698/1750)
Updating files:  98% (1715/1750)
Updating files:  99% (1733/1750)
Updating files: 100% (1750/1750)
Updating files: 100% (1750/1750), done.
17:55:35 [2021-12-03T17:55:35.669Z] #43 31.32 + git checkout -q v2.3.0
17:55:35 [2021-12-03T17:55:35.757Z] #43 43.59 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
17:55:35 [2021-12-03T17:55:35.757Z] #43 ...
17:55:35 [2021-12-03T17:55:35.757Z] 
17:55:35 [2021-12-03T17:55:35.757Z] #38 [tini 1/3] 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
17:55:35 [2021-12-03T17:55:35.757Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:35 [2021-12-03T17:55:35.757Z] #38 33.83 Fetched 8479 kB in 25s (337 kB/s)
17:55:35 [2021-12-03T17:55:35.757Z] #38 33.83 Reading package lists...
17:55:35 [2021-12-03T17:55:35.757Z] #38 43.29 Reading package lists...
17:55:35 [2021-12-03T17:55:35.757Z] #38 ...
17:55:35 [2021-12-03T17:55:35.757Z] 
17:55:35 [2021-12-03T17:55:35.757Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:35 [2021-12-03T17:55:35.757Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:35 [2021-12-03T17:55:35.757Z] #53 37.18 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
17:55:35 [2021-12-03T17:55:35.757Z] #53 37.36 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
17:55:35 [2021-12-03T17:55:35.757Z] #53 37.37 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
17:55:35 [2021-12-03T17:55:35.757Z] #53 37.43 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
17:55:35 [2021-12-03T17:55:35.757Z] #53 37.56 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
17:55:35 [2021-12-03T17:55:35.757Z] #53 37.76 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
17:55:35 [2021-12-03T17:55:35.757Z] #53 38.23 go: downloading github.com/sourcegraph/go-diff v0.5.1
17:55:35 [2021-12-03T17:55:35.757Z] #53 38.72 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
17:55:35 [2021-12-03T17:55:35.757Z] #53 38.89 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
17:55:35 [2021-12-03T17:55:35.757Z] #53 38.99 go: downloading github.com/ultraware/funlen v0.0.2
17:55:35 [2021-12-03T17:55:35.757Z] #53 39.00 go: downloading github.com/ultraware/whitespace v0.0.4
17:55:35 [2021-12-03T17:55:35.757Z] #53 39.00 go: downloading github.com/uudashr/gocognit v1.0.1
17:55:35 [2021-12-03T17:55:35.757Z] #53 39.12 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
17:55:35 [2021-12-03T17:55:35.757Z] #53 40.78 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
17:55:35 [2021-12-03T17:55:35.757Z] #53 40.80 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
17:55:35 [2021-12-03T17:55:35.757Z] #53 40.99 go: downloading github.com/davecgh/go-spew v1.1.1
17:55:35 [2021-12-03T17:55:35.757Z] #53 41.00 go: downloading github.com/pmezard/go-difflib v1.0.0
17:55:35 [2021-12-03T17:55:35.757Z] #53 41.15 go: downloading github.com/stretchr/objx v0.2.0
17:55:35 [2021-12-03T17:55:35.757Z] #53 41.51 go: downloading golang.org/x/text v0.3.2
17:55:35 [2021-12-03T17:55:35.980Z] #19 114.5 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
17:55:35 [2021-12-03T17:55:35.980Z] #19 114.5 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
17:55:35 [2021-12-03T17:55:35.980Z] #19 114.5 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
17:55:36 [2021-12-03T17:55:36.015Z] #53 ...
17:55:36 [2021-12-03T17:55:36.015Z] 
17:55:36 [2021-12-03T17:55:36.015Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:36 [2021-12-03T17:55:36.015Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:36 [2021-12-03T17:55:36.015Z] #47 36.04 Reading package lists...
17:55:36 [2021-12-03T17:55:36.158Z] #53 ...
17:55:36 [2021-12-03T17:55:36.158Z] 
17:55:36 [2021-12-03T17:55:36.158Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:36 [2021-12-03T17:55:36.158Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:36 [2021-12-03T17:55:36.158Z] #14 16.95 Fetched 8479 kB in 11s (740 kB/s)
17:55:36 [2021-12-03T17:55:36.158Z] #14 16.95 Reading package lists...
17:55:36 [2021-12-03T17:55:36.419Z] #14 23.33 Reading package lists...
17:55:36 [2021-12-03T17:55:36.419Z] #14 ...
17:55:36 [2021-12-03T17:55:36.419Z] 
17:55:36 [2021-12-03T17:55:36.419Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:55:36 [2021-12-03T17:55:36.419Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:55:36 [2021-12-03T17:55:36.419Z] #43 25.60 Updating files:  94% (1656/1750)
Updating files:  95% (1663/1750)
Updating files:  96% (1680/1750)
Updating files:  97% (1698/1750)
Updating files:  98% (1715/1750)
Updating files:  99% (1733/1750)
Updating files: 100% (1750/1750)
Updating files: 100% (1750/1750), done.
17:55:36 [2021-12-03T17:55:36.419Z] #43 25.71 + git checkout -q v2.3.0
17:55:36 [2021-12-03T17:55:36.544Z] #19 115.1 Selecting previously unselected package binutils-s390x-linux-gnu.
17:55:36 [2021-12-03T17:55:36.544Z] #19 115.1 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
17:55:36 [2021-12-03T17:55:36.544Z] #19 115.1 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
17:55:36 [2021-12-03T17:55:36.614Z] #47 44.86 Reading package lists...
17:55:36 [2021-12-03T17:55:36.614Z] #47 ...
17:55:36 [2021-12-03T17:55:36.614Z] 
17:55:36 [2021-12-03T17:55:36.614Z] #60 [containerd 1/3] 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
17:55:36 [2021-12-03T17:55:36.614Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:36 [2021-12-03T17:55:36.614Z] #60 35.14 Fetched 8479 kB in 26s (329 kB/s)
17:55:36 [2021-12-03T17:55:36.614Z] #60 35.14 Reading package lists...
17:55:36 [2021-12-03T17:55:36.614Z] #60 44.90 Reading package lists...
17:55:36 [2021-12-03T17:55:36.614Z] #60 ...
17:55:36 [2021-12-03T17:55:36.614Z] 
17:55:36 [2021-12-03T17:55:36.614Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:36 [2021-12-03T17:55:36.614Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:36 [2021-12-03T17:55:36.614Z] #14 35.72 Fetched 8479 kB in 26s (322 kB/s)
17:55:36 [2021-12-03T17:55:36.614Z] #14 35.72 Reading package lists...
17:55:36 [2021-12-03T17:55:36.771Z] #53 41.94 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
17:55:36 [2021-12-03T17:55:36.771Z] #53 41.94 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
17:55:37 [2021-12-03T17:55:37.032Z] #53 42.16 go: downloading github.com/davecgh/go-spew v1.1.1
17:55:37 [2021-12-03T17:55:37.032Z] #53 42.27 go: downloading github.com/pmezard/go-difflib v1.0.0
17:55:37 [2021-12-03T17:55:37.032Z] #53 42.30 go: downloading github.com/stretchr/objx v0.2.0
17:55:37 [2021-12-03T17:55:37.108Z] #19 115.6 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
17:55:37 [2021-12-03T17:55:37.108Z] #19 115.6 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
17:55:37 [2021-12-03T17:55:37.108Z] #19 115.6 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:55:37 [2021-12-03T17:55:37.108Z] #19 115.6 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
17:55:37 [2021-12-03T17:55:37.108Z] #19 115.6 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:55:37 [2021-12-03T17:55:37.108Z] #19 115.7 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:55:37 [2021-12-03T17:55:37.293Z] #53 42.62 go: downloading golang.org/x/text v0.3.2
17:55:37 [2021-12-03T17:55:37.806Z] #43 28.31 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
17:55:38 [2021-12-03T17:55:38.193Z] #43 33.77 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
17:55:38 [2021-12-03T17:55:38.756Z] #43 ...
17:55:38 [2021-12-03T17:55:38.756Z] 
17:55:38 [2021-12-03T17:55:38.756Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:38 [2021-12-03T17:55:38.756Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:55:38 [2021-12-03T17:55:38.756Z] #14 24.67 Fetched 8365 kB in 19s (439 kB/s)
17:55:38 [2021-12-03T17:55:38.756Z] #14 24.67 Reading package lists...
17:55:39 [2021-12-03T17:55:39.013Z] #14 33.18 Reading package lists...
17:55:39 [2021-12-03T17:55:39.013Z] #14 ...
17:55:39 [2021-12-03T17:55:39.013Z] 
17:55:39 [2021-12-03T17:55:39.013Z] #60 [containerd 1/3] 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
17:55:39 [2021-12-03T17:55:39.013Z] #60 sha256:c005ea9600c73b5bcbab69498cc07c0092f26838ec218e25043707cdba5d0d9e
17:55:39 [2021-12-03T17:55:39.013Z] #60 24.80 Fetched 8365 kB in 19s (443 kB/s)
17:55:39 [2021-12-03T17:55:39.013Z] #60 24.80 Reading package lists...
17:55:39 [2021-12-03T17:55:39.013Z] #60 33.32 Reading package lists...
17:55:39 [2021-12-03T17:55:39.013Z] #60 ...
17:55:39 [2021-12-03T17:55:39.013Z] 
17:55:39 [2021-12-03T17:55:39.013Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:39 [2021-12-03T17:55:39.013Z] #47 sha256:9ac9f2482a7724c0dcdef7d76ce46235eda9c56e876a714418b771035322bf85
17:55:39 [2021-12-03T17:55:39.013Z] #47 26.80 Reading package lists...
17:55:40 [2021-12-03T17:55:40.595Z] #53 ...
17:55:40 [2021-12-03T17:55:40.595Z] 
17:55:40 [2021-12-03T17:55:40.595Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:40 [2021-12-03T17:55:40.595Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:40 [2021-12-03T17:55:40.595Z] #47 36.21 Reading package lists...
17:55:41 [2021-12-03T17:55:41.112Z] #43 ...
17:55:41 [2021-12-03T17:55:41.112Z] 
17:55:41 [2021-12-03T17:55:41.112Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:41 [2021-12-03T17:55:41.112Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:41 [2021-12-03T17:55:41.112Z] #53 31.42 go: downloading github.com/gobwas/glob v0.2.3
17:55:41 [2021-12-03T17:55:41.112Z] #53 31.47 go: downloading github.com/kisielk/gotool v1.0.0
17:55:41 [2021-12-03T17:55:41.112Z] #53 31.59 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
17:55:41 [2021-12-03T17:55:41.112Z] #53 31.59 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
17:55:41 [2021-12-03T17:55:41.112Z] #53 31.59 go: downloading github.com/gogo/protobuf v1.2.1
17:55:41 [2021-12-03T17:55:41.686Z] #53 ...
17:55:41 [2021-12-03T17:55:41.686Z] 
17:55:41 [2021-12-03T17:55:41.686Z] #60 [containerd 1/3] 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
17:55:41 [2021-12-03T17:55:41.686Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:41 [2021-12-03T17:55:41.686Z] #60 22.54 Fetched 8479 kB in 15s (564 kB/s)
17:55:41 [2021-12-03T17:55:41.686Z] #60 22.54 Reading package lists...
17:55:41 [2021-12-03T17:55:41.948Z] #60 28.07 Reading package lists...
17:55:41 [2021-12-03T17:55:41.948Z] #60 ...
17:55:41 [2021-12-03T17:55:41.948Z] 
17:55:41 [2021-12-03T17:55:41.948Z] #38 [tini 1/3] 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
17:55:41 [2021-12-03T17:55:41.948Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:41 [2021-12-03T17:55:41.948Z] #38 22.54 Fetched 8479 kB in 15s (573 kB/s)
17:55:41 [2021-12-03T17:55:41.948Z] #38 22.54 Reading package lists...
17:55:42 [2021-12-03T17:55:42.210Z] #38 27.99 Reading package lists...
17:55:42 [2021-12-03T17:55:42.210Z] #38 ...
17:55:42 [2021-12-03T17:55:42.210Z] 
17:55:42 [2021-12-03T17:55:42.210Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:42 [2021-12-03T17:55:42.210Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:42 [2021-12-03T17:55:42.210Z] #53 32.83 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
17:55:42 [2021-12-03T17:55:42.210Z] #53 32.94 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
17:55:42 [2021-12-03T17:55:42.782Z] #53 33.22 go: downloading github.com/BurntSushi/toml v0.3.1
17:55:43 [2021-12-03T17:55:43.355Z] #53 ...
17:55:43 [2021-12-03T17:55:43.355Z] 
17:55:43 [2021-12-03T17:55:43.355Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:43 [2021-12-03T17:55:43.355Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:43 [2021-12-03T17:55:43.355Z] #47 24.01 Fetched 8483 kB in 15s (551 kB/s)
17:55:43 [2021-12-03T17:55:43.355Z] #47 24.01 Reading package lists...
17:55:43 [2021-12-03T17:55:43.472Z] #47 34.95 Reading package lists...
17:55:43 [2021-12-03T17:55:43.473Z] #47 ...
17:55:43 [2021-12-03T17:55:43.473Z] 
17:55:43 [2021-12-03T17:55:43.473Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:55:43 [2021-12-03T17:55:43.473Z] #31 sha256:1c8794c266084366e8732cf01227c69314cbc1ed5df3c730d8399b07afa52550
17:55:43 [2021-12-03T17:55:43.473Z] #31 32.32 
17:55:43 [2021-12-03T17:55:43.473Z] #31 35.82 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
17:55:43 [2021-12-03T17:55:43.473Z] #31 37.19 #=#=#                                                                         
17:55:43 [2021-12-03T17:55:43.473Z] #31 37.53 #=#=#                                                                         

######################################################################## 100.0%
17:55:43 [2021-12-03T17:55:43.473Z] #31 38.59 
17:55:43 [2021-12-03T17:55:43.473Z] #31 38.86 Download of images into '/build' complete.
17:55:43 [2021-12-03T17:55:43.473Z] #31 38.86 Use something like the following to load the result into a Docker daemon:
17:55:43 [2021-12-03T17:55:43.473Z] #31 38.86   tar -cC '/build' . | docker load
17:55:43 [2021-12-03T17:55:43.473Z] #31 DONE 39.2s
17:55:43 [2021-12-03T17:55:43.473Z] 
17:55:43 [2021-12-03T17:55:43.473Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:43 [2021-12-03T17:55:43.473Z] #47 sha256:9ac9f2482a7724c0dcdef7d76ce46235eda9c56e876a714418b771035322bf85
17:55:43 [2021-12-03T17:55:43.473Z] #47 34.95 Reading package lists...
17:55:43 [2021-12-03T17:55:43.616Z] #47 29.03 Reading package lists...
17:55:43 [2021-12-03T17:55:43.616Z] #47 ...
17:55:43 [2021-12-03T17:55:43.616Z] 
17:55:43 [2021-12-03T17:55:43.616Z] #60 [containerd 1/3] 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
17:55:43 [2021-12-03T17:55:43.616Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:43 [2021-12-03T17:55:43.616Z] #60 28.07 Reading package lists...
17:55:44 [2021-12-03T17:55:44.194Z] #60 33.47 Building dependency tree...
17:55:44 [2021-12-03T17:55:44.807Z] #14 44.66 Reading package lists...
17:55:44 [2021-12-03T17:55:44.807Z] #14 ...
17:55:44 [2021-12-03T17:55:44.807Z] 
17:55:44 [2021-12-03T17:55:44.807Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:44 [2021-12-03T17:55:44.807Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:44 [2021-12-03T17:55:44.807Z] #53 52.01 go: downloading github.com/gobwas/glob v0.2.3
17:55:44 [2021-12-03T17:55:44.807Z] #53 52.04 go: downloading github.com/kisielk/gotool v1.0.0
17:55:44 [2021-12-03T17:55:44.807Z] #53 52.17 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
17:55:44 [2021-12-03T17:55:44.807Z] #53 52.40 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
17:55:44 [2021-12-03T17:55:44.807Z] #53 52.42 go: downloading github.com/gogo/protobuf v1.2.1
17:55:44 [2021-12-03T17:55:44.813Z] #47 45.51 Reading package lists...
17:55:44 [2021-12-03T17:55:44.813Z] #47 ...
17:55:44 [2021-12-03T17:55:44.813Z] 
17:55:44 [2021-12-03T17:55:44.813Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:44 [2021-12-03T17:55:44.813Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:44 [2021-12-03T17:55:44.813Z] #14 30.12 Reading package lists...
17:55:44 [2021-12-03T17:55:44.813Z] #14 39.92 Building dependency tree...
17:55:44 [2021-12-03T17:55:44.813Z] #14 45.81 The following additional packages will be installed:
17:55:44 [2021-12-03T17:55:44.813Z] #14 45.81   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:55:44 [2021-12-03T17:55:44.813Z] #14 45.81   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
17:55:44 [2021-12-03T17:55:44.813Z] #14 45.81   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
17:55:44 [2021-12-03T17:55:44.813Z] #14 45.81   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
17:55:44 [2021-12-03T17:55:44.813Z] #14 45.84   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
17:55:44 [2021-12-03T17:55:44.813Z] #14 45.84   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
17:55:44 [2021-12-03T17:55:44.813Z] #14 45.84   mingw-w64-common mingw-w64-x86-64-dev
17:55:44 [2021-12-03T17:55:44.813Z] #14 45.88 Suggested packages:
17:55:44 [2021-12-03T17:55:44.813Z] #14 45.88   gcc-10-locales seccomp wine64
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.26 The following NEW packages will be installed:
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.26   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.26   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.26   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.26   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.26   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.26   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.26   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.26   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.26   mingw-w64-x86-64-dev
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.83 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.83 Need to get 115 MB of archives.
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.83 After this operation, 645 MB of additional disk space will be used.
17:55:44 [2021-12-03T17:55:44.813Z] #14 48.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
17:55:44 [2021-12-03T17:55:44.813Z] #14 49.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
17:55:44 [2021-12-03T17:55:44.813Z] #14 49.33 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
17:55:44 [2021-12-03T17:55:44.813Z] #14 49.34 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
17:55:44 [2021-12-03T17:55:44.813Z] #14 49.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
17:55:44 [2021-12-03T17:55:44.813Z] #14 49.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
17:55:44 [2021-12-03T17:55:44.813Z] #14 ...
17:55:44 [2021-12-03T17:55:44.813Z] 
17:55:44 [2021-12-03T17:55:44.813Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:55:44 [2021-12-03T17:55:44.813Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:55:44 [2021-12-03T17:55:44.813Z] #43 39.95 Updating files:  77% (1353/1750)
Updating files:  78% (1365/1750)
Updating files:  79% (1383/1750)
Updating files:  80% (1400/1750)
Updating files:  81% (1418/1750)
Updating files:  82% (1435/1750)
Updating files:  83% (1453/1750)
Updating files:  84% (1470/1750)
Updating files:  85% (1488/1750)
Updating files:  86% (1505/1750)
Updating files:  87% (1523/1750)
Updating files:  88% (1540/1750)
Updating files:  89% (1558/1750)
Updating files:  90% (1575/1750)
Updating files:  91% (1593/1750)
Updating files:  92% (1610/1750)
Updating files:  93% (1628/1750)
Updating files:  94% (1645/1750)
Updating files:  95% (1663/1750)
Updating files:  96% (1680/1750)
Updating files:  97% (1698/1750)
Updating files:  98% (1715/1750)
Updating files:  99% (1733/1750)
Updating files: 100% (1750/1750)
Updating files: 100% (1750/1750), done.
17:55:44 [2021-12-03T17:55:44.813Z] #43 40.53 + git checkout -q v2.3.0
17:55:44 [2021-12-03T17:55:44.813Z] #43 43.41 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
17:55:44 [2021-12-03T17:55:44.813Z] #43 ...
17:55:44 [2021-12-03T17:55:44.813Z] 
17:55:44 [2021-12-03T17:55:44.813Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:44 [2021-12-03T17:55:44.813Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:44 [2021-12-03T17:55:44.813Z] #14 49.89 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
17:55:45 [2021-12-03T17:55:45.074Z] #14 50.24 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
17:55:45 [2021-12-03T17:55:45.074Z] #14 50.30 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
17:55:45 [2021-12-03T17:55:45.140Z] #60 ...
17:55:45 [2021-12-03T17:55:45.140Z] 
17:55:45 [2021-12-03T17:55:45.140Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:45 [2021-12-03T17:55:45.140Z] #55 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:55:45 [2021-12-03T17:55:45.140Z] #55 35.41 v3.0.2
17:55:45 [2021-12-03T17:55:45.140Z] #55 DONE 35.8s
17:55:45 [2021-12-03T17:55:45.140Z] 
17:55:45 [2021-12-03T17:55:45.140Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:45 [2021-12-03T17:55:45.140Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:45 [2021-12-03T17:55:45.140Z] #47 29.03 Reading package lists...
17:55:45 [2021-12-03T17:55:45.140Z] #47 34.54 Building dependency tree...
17:55:45 [2021-12-03T17:55:45.367Z] #47 39.01 Building dependency tree...
17:55:45 [2021-12-03T17:55:45.741Z] #53 54.44 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
17:55:46 [2021-12-03T17:55:46.307Z] #53 54.93 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
17:55:46 [2021-12-03T17:55:46.462Z] #14 51.40 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
17:55:46 [2021-12-03T17:55:46.565Z] #53 55.21 go: downloading github.com/BurntSushi/toml v0.3.1
17:55:47 [2021-12-03T17:55:47.061Z] #19 125.0 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
17:55:47 [2021-12-03T17:55:47.061Z] #19 125.0 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
17:55:47 [2021-12-03T17:55:47.061Z] #19 125.0 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
17:55:47 [2021-12-03T17:55:47.061Z] #19 125.0 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
17:55:47 [2021-12-03T17:55:47.061Z] #19 125.1 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
17:55:47 [2021-12-03T17:55:47.061Z] #19 125.1 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:55:47 [2021-12-03T17:55:47.263Z] #47 42.67 The following additional packages will be installed:
17:55:47 [2021-12-03T17:55:47.263Z] #47 42.68   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:55:47 [2021-12-03T17:55:47.263Z] #47 42.68   python3-protobuf python3-six
17:55:47 [2021-12-03T17:55:47.263Z] #47 42.69 Suggested packages:
17:55:47 [2021-12-03T17:55:47.263Z] #47 42.69   python3-setuptools
17:55:47 [2021-12-03T17:55:47.263Z] #47 42.69 Recommended packages:
17:55:47 [2021-12-03T17:55:47.263Z] #47 42.69   iproute2 | iproute
17:55:47 [2021-12-03T17:55:47.263Z] #47 43.11 The following NEW packages will be installed:
17:55:47 [2021-12-03T17:55:47.263Z] #47 43.12   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:55:47 [2021-12-03T17:55:47.263Z] #47 43.12   python3-protobuf python3-six
17:55:47 [2021-12-03T17:55:47.520Z] #47 ...
17:55:47 [2021-12-03T17:55:47.520Z] 
17:55:47 [2021-12-03T17:55:47.520Z] #38 [tini 1/3] 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
17:55:47 [2021-12-03T17:55:47.520Z] #38 sha256:8754b29638d1271fec1717e157cf935f267765df53405a7de038201a3cd769c9
17:55:47 [2021-12-03T17:55:47.520Z] #38 25.60 Reading package lists...
17:55:47 [2021-12-03T17:55:47.520Z] #38 33.87 Reading package lists...
17:55:47 [2021-12-03T17:55:47.520Z] #38 38.16 Building dependency tree...
17:55:47 [2021-12-03T17:55:47.520Z] #38 41.99 The following additional packages will be installed:
17:55:47 [2021-12-03T17:55:47.520Z] #38 42.01   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
17:55:47 [2021-12-03T17:55:47.520Z] #38 42.02 Suggested packages:
17:55:47 [2021-12-03T17:55:47.520Z] #38 42.02   cmake-doc ninja-build lrzip
17:55:47 [2021-12-03T17:55:47.520Z] #38 42.02 Recommended packages:
17:55:47 [2021-12-03T17:55:47.520Z] #38 42.02   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
17:55:47 [2021-12-03T17:55:47.520Z] #38 42.69 The following NEW packages will be installed:
17:55:47 [2021-12-03T17:55:47.520Z] #38 42.70   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
17:55:47 [2021-12-03T17:55:47.520Z] #38 42.71   vim-common xxd
17:55:47 [2021-12-03T17:55:47.520Z] #38 43.09 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
17:55:47 [2021-12-03T17:55:47.520Z] #38 43.09 Need to get 15.6 MB of archives.
17:55:47 [2021-12-03T17:55:47.520Z] #38 43.09 After this operation, 67.4 MB of additional disk space will be used.
17:55:47 [2021-12-03T17:55:47.520Z] #38 43.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB]
17:55:47 [2021-12-03T17:55:47.520Z] #38 43.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB]
17:55:47 [2021-12-03T17:55:47.520Z] #38 43.10 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2 [1725 kB]
17:55:47 [2021-12-03T17:55:47.520Z] #38 43.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
17:55:47 [2021-12-03T17:55:47.520Z] #38 43.57 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB]
17:55:47 [2021-12-03T17:55:47.521Z] #38 43.58 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB]
17:55:47 [2021-12-03T17:55:47.521Z] #38 43.58 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
17:55:47 [2021-12-03T17:55:47.521Z] #38 43.59 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
17:55:47 [2021-12-03T17:55:47.521Z] #38 43.59 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
17:55:47 [2021-12-03T17:55:47.521Z] #38 43.59 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2 [3673 kB]
17:55:47 [2021-12-03T17:55:47.697Z] #47 37.80 The following additional packages will be installed:
17:55:47 [2021-12-03T17:55:47.697Z] #47 37.80   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:55:47 [2021-12-03T17:55:47.697Z] #47 37.87   python3-protobuf python3-six
17:55:47 [2021-12-03T17:55:47.697Z] #47 37.87 Suggested packages:
17:55:47 [2021-12-03T17:55:47.697Z] #47 37.87   python3-setuptools
17:55:47 [2021-12-03T17:55:47.697Z] #47 37.87 Recommended packages:
17:55:47 [2021-12-03T17:55:47.697Z] #47 37.87   iproute2 | iproute
17:55:47 [2021-12-03T17:55:47.778Z] #38 ...
17:55:47 [2021-12-03T17:55:47.778Z] 
17:55:47 [2021-12-03T17:55:47.778Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:47 [2021-12-03T17:55:47.778Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:55:47 [2021-12-03T17:55:47.778Z] #14 33.18 Reading package lists...
17:55:47 [2021-12-03T17:55:47.778Z] #14 37.90 Building dependency tree...
17:55:47 [2021-12-03T17:55:47.778Z] #14 41.77 The following additional packages will be installed:
17:55:47 [2021-12-03T17:55:47.778Z] #14 41.79   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:55:47 [2021-12-03T17:55:47.778Z] #14 41.80   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
17:55:47 [2021-12-03T17:55:47.778Z] #14 41.80   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
17:55:47 [2021-12-03T17:55:47.778Z] #14 41.80   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
17:55:47 [2021-12-03T17:55:47.778Z] #14 41.80   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
17:55:47 [2021-12-03T17:55:47.778Z] #14 41.80   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
17:55:47 [2021-12-03T17:55:47.778Z] #14 41.80   mingw-w64-common mingw-w64-x86-64-dev
17:55:47 [2021-12-03T17:55:47.778Z] #14 41.81 Suggested packages:
17:55:47 [2021-12-03T17:55:47.778Z] #14 41.84   gcc-10-locales seccomp wine64
17:55:47 [2021-12-03T17:55:47.778Z] #14 42.78 The following NEW packages will be installed:
17:55:47 [2021-12-03T17:55:47.778Z] #14 42.78   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:55:47 [2021-12-03T17:55:47.778Z] #14 42.79   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
17:55:47 [2021-12-03T17:55:47.778Z] #14 42.79   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
17:55:47 [2021-12-03T17:55:47.778Z] #14 42.79   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
17:55:47 [2021-12-03T17:55:47.778Z] #14 42.79   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
17:55:47 [2021-12-03T17:55:47.778Z] #14 42.79   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
17:55:47 [2021-12-03T17:55:47.778Z] #14 42.80   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
17:55:47 [2021-12-03T17:55:47.778Z] #14 42.80   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
17:55:47 [2021-12-03T17:55:47.778Z] #14 42.80   mingw-w64-x86-64-dev
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.15 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.15 Need to get 108 MB of archives.
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.15 After this operation, 620 MB of additional disk space will be used.
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.15 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.22 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.34 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.37 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.58 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.67 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
17:55:47 [2021-12-03T17:55:47.778Z] #14 43.67 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
17:55:47 [2021-12-03T17:55:47.852Z] #14 ...
17:55:47 [2021-12-03T17:55:47.852Z] 
17:55:47 [2021-12-03T17:55:47.852Z] #60 [containerd 1/3] 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
17:55:47 [2021-12-03T17:55:47.852Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:47 [2021-12-03T17:55:47.852Z] #60 34.29 Reading package lists...
17:55:47 [2021-12-03T17:55:47.852Z] #60 43.29 Reading package lists...
17:55:47 [2021-12-03T17:55:47.852Z] #60 51.83 Building dependency tree...
17:55:47 [2021-12-03T17:55:47.852Z] #60 ...
17:55:47 [2021-12-03T17:55:47.852Z] 
17:55:47 [2021-12-03T17:55:47.852Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:47 [2021-12-03T17:55:47.852Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:47 [2021-12-03T17:55:47.852Z] #53 52.76 go: downloading github.com/gobwas/glob v0.2.3
17:55:47 [2021-12-03T17:55:47.852Z] #53 52.90 go: downloading github.com/kisielk/gotool v1.0.0
17:55:47 [2021-12-03T17:55:47.852Z] #53 53.10 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
17:55:47 [2021-12-03T17:55:47.852Z] #53 53.10 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
17:55:47 [2021-12-03T17:55:47.852Z] #53 53.24 go: downloading github.com/gogo/protobuf v1.2.1
17:55:47 [2021-12-03T17:55:47.964Z] #47 38.50 The following NEW packages will be installed:
17:55:47 [2021-12-03T17:55:47.964Z] #47 38.50   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:55:47 [2021-12-03T17:55:47.964Z] #47 38.50   python3-protobuf python3-six
17:55:47 [2021-12-03T17:55:47.964Z] #47 ...
17:55:47 [2021-12-03T17:55:47.964Z] 
17:55:47 [2021-12-03T17:55:47.964Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:47 [2021-12-03T17:55:47.964Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:47 [2021-12-03T17:55:47.964Z] #14 23.33 Reading package lists...
17:55:47 [2021-12-03T17:55:47.964Z] #14 28.58 Building dependency tree...
17:55:47 [2021-12-03T17:55:47.964Z] #14 31.91 The following additional packages will be installed:
17:55:47 [2021-12-03T17:55:47.964Z] #14 31.91   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:55:47 [2021-12-03T17:55:47.964Z] #14 31.91   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
17:55:47 [2021-12-03T17:55:47.964Z] #14 31.91   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
17:55:47 [2021-12-03T17:55:47.964Z] #14 31.91   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
17:55:47 [2021-12-03T17:55:47.964Z] #14 31.91   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
17:55:47 [2021-12-03T17:55:47.964Z] #14 31.91   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
17:55:47 [2021-12-03T17:55:47.964Z] #14 31.91   mingw-w64-common mingw-w64-x86-64-dev
17:55:47 [2021-12-03T17:55:47.964Z] #14 31.95 Suggested packages:
17:55:47 [2021-12-03T17:55:47.964Z] #14 31.95   gcc-10-locales seccomp wine64
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.48 The following NEW packages will be installed:
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.48   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.48   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.48   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.48   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.48   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.48   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.48   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.48   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.48   mingw-w64-x86-64-dev
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.83 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.83 Need to get 115 MB of archives.
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.83 After this operation, 645 MB of additional disk space will be used.
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 33.98 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 34.13 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 34.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 34.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 34.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 34.46 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 34.69 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 34.69 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 35.43 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 36.85 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 37.33 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 37.97 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
17:55:47 [2021-12-03T17:55:47.964Z] #14 ...
17:55:47 [2021-12-03T17:55:47.964Z] 
17:55:47 [2021-12-03T17:55:47.964Z] #60 [containerd 1/3] 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
17:55:47 [2021-12-03T17:55:47.964Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:47 [2021-12-03T17:55:47.964Z] #60 36.24 The following additional packages will be installed:
17:55:47 [2021-12-03T17:55:47.964Z] #60 36.25   libbtrfs0
17:55:47 [2021-12-03T17:55:47.964Z] #60 36.47 The following NEW packages will be installed:
17:55:47 [2021-12-03T17:55:47.964Z] #60 36.47   libbtrfs-dev libbtrfs0
17:55:47 [2021-12-03T17:55:47.964Z] #60 36.95 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
17:55:47 [2021-12-03T17:55:47.964Z] #60 36.95 Need to get 460 kB of archives.
17:55:47 [2021-12-03T17:55:47.964Z] #60 36.95 After this operation, 1237 kB of additional disk space will be used.
17:55:47 [2021-12-03T17:55:47.964Z] #60 36.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:55:47 [2021-12-03T17:55:47.964Z] #60 36.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:55:47 [2021-12-03T17:55:47.964Z] #60 37.97 debconf: delaying package configuration, since apt-utils is not installed
17:55:47 [2021-12-03T17:55:47.964Z] #60 38.22 Fetched 460 kB in 0s (1342 kB/s)
17:55:47 [2021-12-03T17:55:47.964Z] #60 38.42 Selecting previously unselected package libbtrfs0:amd64.
17:55:47 [2021-12-03T17:55:47.964Z] #60 38.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 ... 15713 files and directories currently installed.)
17:55:47 [2021-12-03T17:55:47.964Z] #60 38.50 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
17:55:47 [2021-12-03T17:55:47.964Z] #60 38.50 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:55:47 [2021-12-03T17:55:47.964Z] #60 38.64 Selecting previously unselected package libbtrfs-dev:amd64.
17:55:47 [2021-12-03T17:55:47.964Z] #60 38.64 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
17:55:47 [2021-12-03T17:55:47.964Z] #60 38.68 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:55:48 [2021-12-03T17:55:48.035Z] #14 ...
17:55:48 [2021-12-03T17:55:48.035Z] 
17:55:48 [2021-12-03T17:55:48.035Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:48 [2021-12-03T17:55:48.035Z] #47 sha256:9ac9f2482a7724c0dcdef7d76ce46235eda9c56e876a714418b771035322bf85
17:55:48 [2021-12-03T17:55:48.035Z] #47 43.57 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
17:55:48 [2021-12-03T17:55:48.035Z] #47 43.57 Need to get 2115 kB of archives.
17:55:48 [2021-12-03T17:55:48.035Z] #47 43.57 After this operation, 10.7 MB of additional disk space will be used.
17:55:48 [2021-12-03T17:55:48.035Z] #47 43.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
17:55:48 [2021-12-03T17:55:48.035Z] #47 43.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:55:48 [2021-12-03T17:55:48.035Z] #47 43.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
17:55:48 [2021-12-03T17:55:48.035Z] #47 43.61 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
17:55:48 [2021-12-03T17:55:48.035Z] #47 43.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
17:55:48 [2021-12-03T17:55:48.035Z] #47 43.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
17:55:48 [2021-12-03T17:55:48.035Z] #47 43.64 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
17:55:48 [2021-12-03T17:55:48.226Z] #60 38.99 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:55:48 [2021-12-03T17:55:48.488Z] #60 39.18 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:55:48 [2021-12-03T17:55:48.488Z] #60 39.18 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:55:48 [2021-12-03T17:55:48.966Z] #47 ...
17:55:48 [2021-12-03T17:55:48.966Z] 
17:55:48 [2021-12-03T17:55:48.966Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:48 [2021-12-03T17:55:48.966Z] #55 sha256:9b9d59d1d60ac86fcfed120ef91a89bbd5535dc0e1a85e29d20827a82976c76b
17:55:48 [2021-12-03T17:55:48.966Z] #55 44.58 v3.0.2
17:55:48 [2021-12-03T17:55:48.966Z] #55 DONE 44.9s
17:55:49 [2021-12-03T17:55:49.224Z] 
17:55:49 [2021-12-03T17:55:49.224Z] #60 [containerd 1/3] 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
17:55:49 [2021-12-03T17:55:49.224Z] #60 sha256:c005ea9600c73b5bcbab69498cc07c0092f26838ec218e25043707cdba5d0d9e
17:55:49 [2021-12-03T17:55:49.224Z] #60 33.32 Reading package lists...
17:55:49 [2021-12-03T17:55:49.224Z] #60 37.89 Building dependency tree...
17:55:49 [2021-12-03T17:55:49.224Z] #60 41.90 The following additional packages will be installed:
17:55:49 [2021-12-03T17:55:49.224Z] #60 41.94   libbtrfs0
17:55:49 [2021-12-03T17:55:49.224Z] #60 42.08 The following NEW packages will be installed:
17:55:49 [2021-12-03T17:55:49.224Z] #60 42.10   libbtrfs-dev libbtrfs0
17:55:49 [2021-12-03T17:55:49.224Z] #60 42.53 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
17:55:49 [2021-12-03T17:55:49.224Z] #60 42.53 Need to get 454 kB of archives.
17:55:49 [2021-12-03T17:55:49.224Z] #60 42.53 After this operation, 1275 kB of additional disk space will be used.
17:55:49 [2021-12-03T17:55:49.224Z] #60 42.53 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
17:55:49 [2021-12-03T17:55:49.224Z] #60 42.53 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
17:55:49 [2021-12-03T17:55:49.224Z] #60 43.26 debconf: delaying package configuration, since apt-utils is not installed
17:55:49 [2021-12-03T17:55:49.224Z] #60 43.44 Fetched 454 kB in 0s (1386 kB/s)
17:55:49 [2021-12-03T17:55:49.224Z] #60 43.59 Selecting previously unselected package libbtrfs0:arm64.
17:55:49 [2021-12-03T17:55:49.224Z] #60 43.59 (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 ... 15703 files and directories currently installed.)
17:55:49 [2021-12-03T17:55:49.224Z] #60 43.63 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
17:55:49 [2021-12-03T17:55:49.224Z] #60 43.66 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
17:55:49 [2021-12-03T17:55:49.224Z] #60 43.84 Selecting previously unselected package libbtrfs-dev:arm64.
17:55:49 [2021-12-03T17:55:49.224Z] #60 43.85 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
17:55:49 [2021-12-03T17:55:49.224Z] #60 43.86 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
17:55:49 [2021-12-03T17:55:49.224Z] #60 44.13 Setting up libbtrfs0:arm64 (5.10.1-2) ...
17:55:49 [2021-12-03T17:55:49.224Z] #60 44.16 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
17:55:49 [2021-12-03T17:55:49.224Z] #60 44.18 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:55:49 [2021-12-03T17:55:49.224Z] #60 DONE 45.0s
17:55:49 [2021-12-03T17:55:49.224Z] 
17:55:49 [2021-12-03T17:55:49.224Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
17:55:49 [2021-12-03T17:55:49.224Z] #61 sha256:f729c22304c89c3a919d8df0361234980ff53e362cf036c703e2decbe3684671
17:55:49 [2021-12-03T17:55:49.239Z] #53 ...
17:55:49 [2021-12-03T17:55:49.239Z] 
17:55:49 [2021-12-03T17:55:49.239Z] #38 [tini 1/3] 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
17:55:49 [2021-12-03T17:55:49.239Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:49 [2021-12-03T17:55:49.239Z] #38 35.24 Reading package lists...
17:55:49 [2021-12-03T17:55:49.239Z] #38 44.73 Reading package lists...
17:55:49 [2021-12-03T17:55:49.239Z] #38 53.61 Building dependency tree...
17:55:49 [2021-12-03T17:55:49.239Z] #38 ...
17:55:49 [2021-12-03T17:55:49.239Z] 
17:55:49 [2021-12-03T17:55:49.239Z] #60 [containerd 1/3] 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
17:55:49 [2021-12-03T17:55:49.239Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:49 [2021-12-03T17:55:49.239Z] #60 51.83 Building dependency tree...
17:55:49 [2021-12-03T17:55:49.437Z] #60 DONE 40.0s
17:55:49 [2021-12-03T17:55:49.437Z] 
17:55:49 [2021-12-03T17:55:49.437Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:49 [2021-12-03T17:55:49.437Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.35 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.78 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.78 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.78 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.78 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.87 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.87 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.87 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.87 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.87 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.87 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.87 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.87 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.95 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.95 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
17:55:49 [2021-12-03T17:55:49.437Z] #14 39.95 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
17:55:49 [2021-12-03T17:55:49.481Z] #61 DONE 0.3s
17:55:49 [2021-12-03T17:55:49.481Z] 
17:55:49 [2021-12-03T17:55:49.481Z] #38 [tini 1/3] 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
17:55:49 [2021-12-03T17:55:49.481Z] #38 sha256:8754b29638d1271fec1717e157cf935f267765df53405a7de038201a3cd769c9
17:55:49 [2021-12-03T17:55:49.481Z] #38 44.70 debconf: delaying package configuration, since apt-utils is not installed
17:55:49 [2021-12-03T17:55:49.481Z] #38 44.93 Fetched 15.6 MB in 1s (15.3 MB/s)
17:55:49 [2021-12-03T17:55:49.481Z] #38 45.12 Selecting previously unselected package xxd.
17:55:49 [2021-12-03T17:55:49.481Z] #38 45.12 (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 ... 15703 files and directories currently installed.)
17:55:49 [2021-12-03T17:55:49.481Z] #38 45.19 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_arm64.deb ...
17:55:49 [2021-12-03T17:55:49.481Z] #38 45.22 Unpacking xxd (2:8.2.2434-3) ...
17:55:49 [2021-12-03T17:55:49.481Z] #38 45.57 Selecting previously unselected package vim-common.
17:55:49 [2021-12-03T17:55:49.481Z] #38 45.57 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
17:55:49 [2021-12-03T17:55:49.481Z] #38 45.57 Unpacking vim-common (2:8.2.2434-3) ...
17:55:50 [2021-12-03T17:55:50.045Z] #38 45.95 Selecting previously unselected package cmake-data.
17:55:50 [2021-12-03T17:55:50.045Z] #38 45.95 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
17:55:50 [2021-12-03T17:55:50.045Z] #38 45.95 Unpacking cmake-data (3.18.4-2) ...
17:55:50 [2021-12-03T17:55:50.390Z] #14 40.85 debconf: delaying package configuration, since apt-utils is not installed
17:55:50 [2021-12-03T17:55:50.390Z] #14 41.11 Fetched 115 MB in 6s (17.9 MB/s)
17:55:50 [2021-12-03T17:55:50.390Z] #14 41.22 Selecting previously unselected package binutils-mingw-w64-i686.
17:55:50 [2021-12-03T17:55:50.652Z] #14 41.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%
#14 ...
17:55:50 [2021-12-03T17:55:50.652Z] 
17:55:50 [2021-12-03T17:55:50.652Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
17:55:50 [2021-12-03T17:55:50.652Z] #61 sha256:89103585408f7f96e803305f100ef5551534832cf5e0191b70577ccf2602d201
17:55:50 [2021-12-03T17:55:50.652Z] #61 DONE 0.8s
17:55:50 [2021-12-03T17:55:50.652Z] 
17:55:50 [2021-12-03T17:55:50.652Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:50 [2021-12-03T17:55:50.652Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:50 [2021-12-03T17:55:50.652Z] #14 41.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 ... 15713 files and directories currently installed.)
17:55:50 [2021-12-03T17:55:50.652Z] #14 41.28 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
17:55:50 [2021-12-03T17:55:50.652Z] #14 41.30 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:55:51 [2021-12-03T17:55:51.418Z] #38 ...
17:55:51 [2021-12-03T17:55:51.418Z] 
17:55:51 [2021-12-03T17:55:51.418Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:51 [2021-12-03T17:55:51.418Z] #53 sha256:d98a0a4a5c3bd2966bced295ac06fc4eb9d4a5e9ebaddab757a59ce72365c889
17:55:51 [2021-12-03T17:55:51.418Z] #53 37.29 go: downloading github.com/gobwas/glob v0.2.3
17:55:51 [2021-12-03T17:55:51.418Z] #53 37.34 go: downloading github.com/kisielk/gotool v1.0.0
17:55:51 [2021-12-03T17:55:51.418Z] #53 37.38 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
17:55:51 [2021-12-03T17:55:51.418Z] #53 37.41 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
17:55:51 [2021-12-03T17:55:51.418Z] #53 37.47 go: downloading github.com/gogo/protobuf v1.2.1
17:55:51 [2021-12-03T17:55:51.418Z] #53 38.53 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
17:55:51 [2021-12-03T17:55:51.418Z] #53 38.77 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
17:55:51 [2021-12-03T17:55:51.418Z] #53 39.08 go: downloading github.com/BurntSushi/toml v0.3.1
17:55:51 [2021-12-03T17:55:51.676Z] #53 ...
17:55:51 [2021-12-03T17:55:51.676Z] 
17:55:51 [2021-12-03T17:55:51.676Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:51 [2021-12-03T17:55:51.676Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:55:51 [2021-12-03T17:55:51.676Z] #14 44.04 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 44.69 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 44.89 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 45.45 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 46.53 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 46.97 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 46.97 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 46.98 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.00 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.01 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.01 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.02 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.04 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.06 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.07 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.07 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.11 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.12 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.13 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB]
17:55:51 [2021-12-03T17:55:51.676Z] #14 47.14 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB]
17:55:51 [2021-12-03T17:55:51.876Z] #53 ...
17:55:51 [2021-12-03T17:55:51.876Z] 
17:55:51 [2021-12-03T17:55:51.876Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:51 [2021-12-03T17:55:51.876Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:51 [2021-12-03T17:55:51.876Z] #47 44.86 Reading package lists...
17:55:51 [2021-12-03T17:55:51.876Z] #47 53.36 Building dependency tree...
17:55:51 [2021-12-03T17:55:51.876Z] #47 59.75 The following additional packages will be installed:
17:55:51 [2021-12-03T17:55:51.876Z] #47 59.78   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:55:51 [2021-12-03T17:55:51.876Z] #47 59.78   python3-protobuf python3-six
17:55:51 [2021-12-03T17:55:51.876Z] #47 59.81 Suggested packages:
17:55:51 [2021-12-03T17:55:51.876Z] #47 59.84   python3-setuptools
17:55:51 [2021-12-03T17:55:51.876Z] #47 59.84 Recommended packages:
17:55:51 [2021-12-03T17:55:51.876Z] #47 59.84   iproute2 | iproute
17:55:51 [2021-12-03T17:55:51.876Z] #47 ...
17:55:51 [2021-12-03T17:55:51.876Z] 
17:55:51 [2021-12-03T17:55:51.876Z] #60 [containerd 1/3] 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
17:55:51 [2021-12-03T17:55:51.876Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:51 [2021-12-03T17:55:51.876Z] #60 44.90 Reading package lists...
17:55:51 [2021-12-03T17:55:51.876Z] #60 53.60 Building dependency tree...
17:55:51 [2021-12-03T17:55:51.876Z] #60 59.98 The following additional packages will be installed:
17:55:51 [2021-12-03T17:55:51.876Z] #60 60.03   libbtrfs0
17:55:51 [2021-12-03T17:55:51.876Z] #60 60.40 The following NEW packages will be installed:
17:55:51 [2021-12-03T17:55:51.876Z] #60 60.41   libbtrfs-dev libbtrfs0
17:55:52 [2021-12-03T17:55:52.442Z] #60 60.89 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
17:55:52 [2021-12-03T17:55:52.442Z] #60 60.89 Need to get 460 kB of archives.
17:55:52 [2021-12-03T17:55:52.442Z] #60 60.89 After this operation, 1237 kB of additional disk space will be used.
17:55:52 [2021-12-03T17:55:52.442Z] #60 60.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:55:52 [2021-12-03T17:55:52.442Z] #60 60.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:55:52 [2021-12-03T17:55:52.442Z] #60 ...
17:55:52 [2021-12-03T17:55:52.442Z] 
17:55:52 [2021-12-03T17:55:52.442Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:52 [2021-12-03T17:55:52.442Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:52 [2021-12-03T17:55:52.442Z] #47 60.95 The following NEW packages will be installed:
17:55:52 [2021-12-03T17:55:52.442Z] #47 61.00   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:55:52 [2021-12-03T17:55:52.442Z] #47 61.03   python3-protobuf python3-six
17:55:52 [2021-12-03T17:55:52.569Z] #14 ...
17:55:52 [2021-12-03T17:55:52.569Z] 
17:55:52 [2021-12-03T17:55:52.570Z] #38 [tini 1/3] 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
17:55:52 [2021-12-03T17:55:52.570Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:52 [2021-12-03T17:55:52.570Z] #38 27.99 Reading package lists...
17:55:52 [2021-12-03T17:55:52.570Z] #38 32.88 Building dependency tree...
17:55:52 [2021-12-03T17:55:52.570Z] #38 36.10 The following additional packages will be installed:
17:55:52 [2021-12-03T17:55:52.570Z] #38 36.10   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
17:55:52 [2021-12-03T17:55:52.570Z] #38 36.11 Suggested packages:
17:55:52 [2021-12-03T17:55:52.570Z] #38 36.11   cmake-doc ninja-build lrzip
17:55:52 [2021-12-03T17:55:52.570Z] #38 36.11 Recommended packages:
17:55:52 [2021-12-03T17:55:52.570Z] #38 36.11   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
17:55:52 [2021-12-03T17:55:52.570Z] #38 36.98 The following NEW packages will be installed:
17:55:52 [2021-12-03T17:55:52.570Z] #38 36.98   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
17:55:52 [2021-12-03T17:55:52.570Z] #38 36.98   vim-common xxd
17:55:52 [2021-12-03T17:55:52.570Z] #38 37.40 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
17:55:52 [2021-12-03T17:55:52.570Z] #38 37.40 Need to get 17.7 MB of archives.
17:55:52 [2021-12-03T17:55:52.570Z] #38 37.40 After this operation, 70.7 MB of additional disk space will be used.
17:55:52 [2021-12-03T17:55:52.570Z] #38 37.40 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
17:55:52 [2021-12-03T17:55:52.570Z] #38 37.41 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
17:55:52 [2021-12-03T17:55:52.570Z] #38 37.41 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
17:55:52 [2021-12-03T17:55:52.570Z] #38 37.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:55:52 [2021-12-03T17:55:52.570Z] #38 37.99 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
17:55:52 [2021-12-03T17:55:52.570Z] #38 38.01 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
17:55:52 [2021-12-03T17:55:52.570Z] #38 38.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
17:55:52 [2021-12-03T17:55:52.570Z] #38 38.03 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
17:55:52 [2021-12-03T17:55:52.570Z] #38 38.07 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
17:55:52 [2021-12-03T17:55:52.570Z] #38 38.07 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
17:55:52 [2021-12-03T17:55:52.570Z] #38 39.36 debconf: delaying package configuration, since apt-utils is not installed
17:55:52 [2021-12-03T17:55:52.570Z] #38 39.55 Fetched 17.7 MB in 1s (14.2 MB/s)
17:55:52 [2021-12-03T17:55:52.570Z] #38 39.63 Selecting previously unselected package xxd.
17:55:52 [2021-12-03T17:55:52.570Z] #38 39.63 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
17:55:52 [2021-12-03T17:55:52.570Z] #38 39.83 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
17:55:52 [2021-12-03T17:55:52.570Z] #38 39.83 Unpacking xxd (2:8.2.2434-3) ...
17:55:52 [2021-12-03T17:55:52.570Z] #38 39.87 Selecting previously unselected package vim-common.
17:55:52 [2021-12-03T17:55:52.570Z] #38 39.87 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
17:55:52 [2021-12-03T17:55:52.570Z] #38 39.87 Unpacking vim-common (2:8.2.2434-3) ...
17:55:52 [2021-12-03T17:55:52.570Z] #38 40.20 Selecting previously unselected package cmake-data.
17:55:52 [2021-12-03T17:55:52.570Z] #38 40.20 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
17:55:52 [2021-12-03T17:55:52.570Z] #38 40.20 Unpacking cmake-data (3.18.4-2) ...
17:55:52 [2021-12-03T17:55:52.570Z] #38 42.97 Selecting previously unselected package libicu67:amd64.
17:55:52 [2021-12-03T17:55:52.570Z] #38 42.97 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
17:55:52 [2021-12-03T17:55:52.570Z] #38 42.98 Unpacking libicu67:amd64 (67.1-7) ...
17:55:52 [2021-12-03T17:55:52.570Z] #38 ...
17:55:52 [2021-12-03T17:55:52.570Z] 
17:55:52 [2021-12-03T17:55:52.570Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:52 [2021-12-03T17:55:52.570Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:52 [2021-12-03T17:55:52.570Z] #14 43.43 Selecting previously unselected package binutils-mingw-w64-x86-64.
17:55:52 [2021-12-03T17:55:52.607Z] #14 48.44 debconf: delaying package configuration, since apt-utils is not installed
17:55:52 [2021-12-03T17:55:52.838Z] #14 43.43 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
17:55:52 [2021-12-03T17:55:52.838Z] #14 43.44 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:55:52 [2021-12-03T17:55:52.864Z] #14 48.81 Fetched 108 MB in 4s (25.1 MB/s)
17:55:53 [2021-12-03T17:55:53.127Z] #14 48.94 Selecting previously unselected package binutils-mingw-w64-i686.
17:55:53 [2021-12-03T17:55:53.127Z] #14 48.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 ... 15703 files and directories currently installed.)
17:55:53 [2021-12-03T17:55:53.127Z] #14 49.05 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
17:55:53 [2021-12-03T17:55:53.127Z] #14 49.07 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:55:53 [2021-12-03T17:55:53.379Z] #47 61.72 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
17:55:53 [2021-12-03T17:55:53.379Z] #47 61.72 Need to get 2292 kB of archives.
17:55:53 [2021-12-03T17:55:53.379Z] #47 61.72 After this operation, 11.0 MB of additional disk space will be used.
17:55:53 [2021-12-03T17:55:53.379Z] #47 61.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
17:55:53 [2021-12-03T17:55:53.379Z] #47 61.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:55:53 [2021-12-03T17:55:53.379Z] #47 61.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
17:55:53 [2021-12-03T17:55:53.379Z] #47 61.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
17:55:53 [2021-12-03T17:55:53.379Z] #47 61.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
17:55:53 [2021-12-03T17:55:53.379Z] #47 61.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
17:55:53 [2021-12-03T17:55:53.379Z] #47 61.94 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
17:55:53 [2021-12-03T17:55:53.706Z] #60 58.34 The following additional packages will be installed:
17:55:53 [2021-12-03T17:55:53.706Z] #60 58.37   libbtrfs0
17:55:53 [2021-12-03T17:55:53.706Z] #60 58.72 The following NEW packages will be installed:
17:55:53 [2021-12-03T17:55:53.706Z] #60 58.72   libbtrfs-dev libbtrfs0
17:55:53 [2021-12-03T17:55:53.946Z] #47 ...
17:55:53 [2021-12-03T17:55:53.946Z] 
17:55:53 [2021-12-03T17:55:53.946Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:53 [2021-12-03T17:55:53.946Z] #55 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:55:53 [2021-12-03T17:55:53.946Z] #55 62.10 v3.0.2
17:55:53 [2021-12-03T17:55:53.946Z] #55 DONE 62.6s
17:55:54 [2021-12-03T17:55:54.061Z] #14 ...
17:55:54 [2021-12-03T17:55:54.061Z] 
17:55:54 [2021-12-03T17:55:54.061Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:55:54 [2021-12-03T17:55:54.061Z] #34 sha256:9f98c4ec50688847bbd6a76a42a8eedd2eb513e907af79797b02fdc257fd7619
17:55:54 [2021-12-03T17:55:54.205Z] 
17:55:54 [2021-12-03T17:55:54.205Z] #60 [containerd 1/3] 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
17:55:54 [2021-12-03T17:55:54.205Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:54 [2021-12-03T17:55:54.205Z] #60 62.63 debconf: delaying package configuration, since apt-utils is not installed
17:55:54 [2021-12-03T17:55:54.205Z] #60 ...
17:55:54 [2021-12-03T17:55:54.205Z] 
17:55:54 [2021-12-03T17:55:54.205Z] #38 [tini 1/3] 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
17:55:54 [2021-12-03T17:55:54.205Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:54 [2021-12-03T17:55:54.205Z] #38 43.29 Reading package lists...
17:55:54 [2021-12-03T17:55:54.205Z] #38 53.03 Building dependency tree...
17:55:54 [2021-12-03T17:55:54.205Z] #38 59.50 The following additional packages will be installed:
17:55:54 [2021-12-03T17:55:54.205Z] #38 59.52   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
17:55:54 [2021-12-03T17:55:54.205Z] #38 59.55 Suggested packages:
17:55:54 [2021-12-03T17:55:54.205Z] #38 59.55   cmake-doc ninja-build lrzip
17:55:54 [2021-12-03T17:55:54.205Z] #38 59.55 Recommended packages:
17:55:54 [2021-12-03T17:55:54.205Z] #38 59.55   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
17:55:54 [2021-12-03T17:55:54.205Z] #38 61.00 The following NEW packages will be installed:
17:55:54 [2021-12-03T17:55:54.205Z] #38 61.00   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
17:55:54 [2021-12-03T17:55:54.205Z] #38 61.00   vim-common xxd
17:55:54 [2021-12-03T17:55:54.205Z] #38 61.60 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
17:55:54 [2021-12-03T17:55:54.205Z] #38 61.60 Need to get 17.7 MB of archives.
17:55:54 [2021-12-03T17:55:54.205Z] #38 61.60 After this operation, 70.7 MB of additional disk space will be used.
17:55:54 [2021-12-03T17:55:54.205Z] #38 61.60 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
17:55:54 [2021-12-03T17:55:54.205Z] #38 61.61 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
17:55:54 [2021-12-03T17:55:54.205Z] #38 61.64 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
17:55:54 [2021-12-03T17:55:54.205Z] #38 61.82 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:55:54 [2021-12-03T17:55:54.205Z] #38 62.71 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
17:55:54 [2021-12-03T17:55:54.205Z] #38 62.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
17:55:54 [2021-12-03T17:55:54.205Z] #38 62.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
17:55:54 [2021-12-03T17:55:54.205Z] #38 62.80 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
17:55:54 [2021-12-03T17:55:54.205Z] #38 62.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
17:55:54 [2021-12-03T17:55:54.205Z] #38 62.84 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
17:55:54 [2021-12-03T17:55:54.280Z] #60 59.34 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
17:55:54 [2021-12-03T17:55:54.280Z] #60 59.34 Need to get 460 kB of archives.
17:55:54 [2021-12-03T17:55:54.280Z] #60 59.34 After this operation, 1237 kB of additional disk space will be used.
17:55:54 [2021-12-03T17:55:54.280Z] #60 59.34 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:55:54 [2021-12-03T17:55:54.280Z] #60 59.36 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:55:54 [2021-12-03T17:55:54.464Z] #38 ...
17:55:54 [2021-12-03T17:55:54.464Z] 
17:55:54 [2021-12-03T17:55:54.464Z] #60 [containerd 1/3] 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
17:55:54 [2021-12-03T17:55:54.464Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:54 [2021-12-03T17:55:54.464Z] #60 62.95 Fetched 460 kB in 0s (1132 kB/s)
17:55:54 [2021-12-03T17:55:54.464Z] #60 63.05 Selecting previously unselected package libbtrfs0:amd64.
17:55:54 [2021-12-03T17:55:54.722Z] #60 63.05 (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 ... 15713 files and directories currently installed.)
17:55:54 [2021-12-03T17:55:54.723Z] #60 63.20 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
17:55:54 [2021-12-03T17:55:54.723Z] #60 63.22 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:55:54 [2021-12-03T17:55:54.864Z] #34 49.67 Updating files:  87% (1331/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
17:55:54 [2021-12-03T17:55:54.864Z] #34 50.40 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
17:55:54 [2021-12-03T17:55:54.864Z] #34 50.63 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:55:54 [2021-12-03T17:55:54.981Z] #60 63.59 Selecting previously unselected package libbtrfs-dev:amd64.
17:55:54 [2021-12-03T17:55:54.981Z] #60 63.60 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
17:55:54 [2021-12-03T17:55:54.981Z] #60 63.63 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:55:55 [2021-12-03T17:55:55.156Z] #19 133.3 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
17:55:55 [2021-12-03T17:55:55.156Z] #19 133.3 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
17:55:55 [2021-12-03T17:55:55.156Z] #19 133.3 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
17:55:55 [2021-12-03T17:55:55.156Z] #19 133.4 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
17:55:55 [2021-12-03T17:55:55.156Z] #19 133.4 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
17:55:55 [2021-12-03T17:55:55.156Z] #19 133.4 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:55:55 [2021-12-03T17:55:55.223Z] #60 ...
17:55:55 [2021-12-03T17:55:55.223Z] 
17:55:55 [2021-12-03T17:55:55.223Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:55 [2021-12-03T17:55:55.223Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:55 [2021-12-03T17:55:55.223Z] #14 53.80 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 54.73 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 55.86 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 58.47 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.39 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.42 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.42 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.46 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.49 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.49 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.50 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.54 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.58 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.60 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.60 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.68 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.68 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.70 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
17:55:55 [2021-12-03T17:55:55.223Z] #14 59.70 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
17:55:55 [2021-12-03T17:55:55.239Z] #60 ...
17:55:55 [2021-12-03T17:55:55.239Z] 
17:55:55 [2021-12-03T17:55:55.239Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:55 [2021-12-03T17:55:55.239Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:55 [2021-12-03T17:55:55.239Z] #14 44.66 Reading package lists...
17:55:55 [2021-12-03T17:55:55.239Z] #14 54.07 Building dependency tree...
17:55:55 [2021-12-03T17:55:55.239Z] #14 60.28 The following additional packages will be installed:
17:55:55 [2021-12-03T17:55:55.239Z] #14 60.28   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:55:55 [2021-12-03T17:55:55.239Z] #14 60.28   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
17:55:55 [2021-12-03T17:55:55.239Z] #14 60.28   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
17:55:55 [2021-12-03T17:55:55.239Z] #14 60.28   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
17:55:55 [2021-12-03T17:55:55.239Z] #14 60.28   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
17:55:55 [2021-12-03T17:55:55.239Z] #14 60.28   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
17:55:55 [2021-12-03T17:55:55.239Z] #14 60.28   mingw-w64-common mingw-w64-x86-64-dev
17:55:55 [2021-12-03T17:55:55.239Z] #14 60.30 Suggested packages:
17:55:55 [2021-12-03T17:55:55.239Z] #14 60.30   gcc-10-locales seccomp wine64
17:55:55 [2021-12-03T17:55:55.239Z] #14 62.58 The following NEW packages will be installed:
17:55:55 [2021-12-03T17:55:55.239Z] #14 62.58   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:55:55 [2021-12-03T17:55:55.239Z] #14 62.58   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
17:55:55 [2021-12-03T17:55:55.239Z] #14 62.58   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
17:55:55 [2021-12-03T17:55:55.239Z] #14 62.58   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
17:55:55 [2021-12-03T17:55:55.239Z] #14 62.58   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
17:55:55 [2021-12-03T17:55:55.239Z] #14 62.58   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
17:55:55 [2021-12-03T17:55:55.239Z] #14 62.58   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
17:55:55 [2021-12-03T17:55:55.239Z] #14 62.58   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
17:55:55 [2021-12-03T17:55:55.239Z] #14 62.58   mingw-w64-x86-64-dev
17:55:55 [2021-12-03T17:55:55.239Z] #14 63.13 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
17:55:55 [2021-12-03T17:55:55.239Z] #14 63.13 Need to get 115 MB of archives.
17:55:55 [2021-12-03T17:55:55.239Z] #14 63.13 After this operation, 645 MB of additional disk space will be used.
17:55:55 [2021-12-03T17:55:55.239Z] #14 63.13 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
17:55:55 [2021-12-03T17:55:55.239Z] #14 63.32 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
17:55:55 [2021-12-03T17:55:55.239Z] #14 63.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
17:55:55 [2021-12-03T17:55:55.239Z] #14 63.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
17:55:55 [2021-12-03T17:55:55.239Z] #14 63.59 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
17:55:55 [2021-12-03T17:55:55.239Z] #14 63.59 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
17:55:55 [2021-12-03T17:55:55.239Z] #14 64.01 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
17:55:55 [2021-12-03T17:55:55.399Z] #14 45.81 Selecting previously unselected package binutils-mingw-w64.
17:55:55 [2021-12-03T17:55:55.399Z] #14 45.84 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
17:55:55 [2021-12-03T17:55:55.399Z] #14 45.84 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
17:55:55 [2021-12-03T17:55:55.399Z] #14 46.01 Selecting previously unselected package libdevmapper1.02.1:amd64.
17:55:55 [2021-12-03T17:55:55.399Z] #14 46.01 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:55:55 [2021-12-03T17:55:55.399Z] #14 46.02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:55:55 [2021-12-03T17:55:55.497Z] #14 ...
17:55:55 [2021-12-03T17:55:55.497Z] 
17:55:55 [2021-12-03T17:55:55.497Z] #60 [containerd 1/3] 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
17:55:55 [2021-12-03T17:55:55.497Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:55 [2021-12-03T17:55:55.497Z] #60 64.12 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:55:55 [2021-12-03T17:55:55.497Z] #60 64.15 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:55:55 [2021-12-03T17:55:55.497Z] #60 64.18 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:55:55 [2021-12-03T17:55:55.661Z] #14 46.36 Selecting previously unselected package dmsetup.
17:55:55 [2021-12-03T17:55:55.661Z] #14 46.37 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
17:55:55 [2021-12-03T17:55:55.661Z] #14 46.37 Unpacking dmsetup (2:1.02.175-2.1) ...
17:55:55 [2021-12-03T17:55:55.759Z] #60 DONE 64.5s
17:55:55 [2021-12-03T17:55:55.759Z] 
17:55:55 [2021-12-03T17:55:55.759Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:55 [2021-12-03T17:55:55.759Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:55 [2021-12-03T17:55:55.759Z] #14 64.38 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
17:55:55 [2021-12-03T17:55:55.759Z] #14 64.38 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
17:55:55 [2021-12-03T17:55:55.923Z] #14 46.52 Selecting previously unselected package mingw-w64-common.
17:55:55 [2021-12-03T17:55:55.923Z] #14 46.52 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
17:55:55 [2021-12-03T17:55:55.923Z] #14 46.54 Unpacking mingw-w64-common (8.0.0-1) ...
17:55:56 [2021-12-03T17:55:56.166Z] #14 ...
17:55:56 [2021-12-03T17:55:56.166Z] 
17:55:56 [2021-12-03T17:55:56.166Z] #60 [containerd 1/3] 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
17:55:56 [2021-12-03T17:55:56.166Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:56 [2021-12-03T17:55:56.166Z] #60 61.54 debconf: delaying package configuration, since apt-utils is not installed
17:55:56 [2021-12-03T17:55:56.325Z] #14 ...
17:55:56 [2021-12-03T17:55:56.326Z] 
17:55:56 [2021-12-03T17:55:56.326Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
17:55:56 [2021-12-03T17:55:56.326Z] #61 sha256:82c3f58a5e402dc24d3dc665076940ed6fdb1db87f3413fb0ab08533bb9ced53
17:55:56 [2021-12-03T17:55:56.326Z] #61 DONE 0.2s
17:55:56 [2021-12-03T17:55:56.326Z] 
17:55:56 [2021-12-03T17:55:56.326Z] #38 [tini 1/3] 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
17:55:56 [2021-12-03T17:55:56.326Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:56 [2021-12-03T17:55:56.326Z] #38 64.91 debconf: delaying package configuration, since apt-utils is not installed
17:55:56 [2021-12-03T17:55:56.697Z] using credential docker-jenkins-github-credentials
17:55:56 [2021-12-03T17:55:56.774Z] Cloning the remote Git repository
17:55:56 [2021-12-03T17:55:56.775Z] Cloning with configured refspecs honoured and without tags
17:55:56 [2021-12-03T17:55:56.840Z] #60 61.98 Fetched 460 kB in 0s (1072 kB/s)
17:55:56 [2021-12-03T17:55:56.891Z] #38 65.28 Fetched 17.7 MB in 2s (8238 kB/s)
17:55:56 [2021-12-03T17:55:56.891Z] #38 65.42 Selecting previously unselected package xxd.
17:55:56 [2021-12-03T17:55:56.891Z] #38 65.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 ... 15713 files and directories currently installed.)
17:55:56 [2021-12-03T17:55:56.891Z] #38 65.54 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
17:55:56 [2021-12-03T17:55:56.891Z] #38 65.54 Unpacking xxd (2:8.2.2434-3) ...
17:55:57 [2021-12-03T17:55:57.102Z] #60 62.33 Selecting previously unselected package libbtrfs0:amd64.
17:55:57 [2021-12-03T17:55:57.102Z] #60 62.33 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
17:55:57 [2021-12-03T17:55:57.102Z] #60 62.51 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
17:55:57 [2021-12-03T17:55:57.150Z] #38 65.82 Selecting previously unselected package vim-common.
17:55:57 [2021-12-03T17:55:57.363Z] #60 62.53 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:55:57 [2021-12-03T17:55:57.408Z] #38 65.87 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
17:55:57 [2021-12-03T17:55:57.408Z] #38 65.87 Unpacking vim-common (2:8.2.2434-3) ...
17:55:56 [2021-12-03T17:55:56.968Z] Cloning repository https://github.com/moby/moby.git
17:55:57 [2021-12-03T17:55:57.369Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
17:55:57 [2021-12-03T17:55:57.625Z] #60 62.90 Selecting previously unselected package libbtrfs-dev:amd64.
17:55:57 [2021-12-03T17:55:57.666Z] #38 66.30 Selecting previously unselected package cmake-data.
17:55:57 [2021-12-03T17:55:57.666Z] #38 66.30 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
17:55:57 [2021-12-03T17:55:57.666Z] #38 66.35 Unpacking cmake-data (3.18.4-2) ...
17:55:57 [2021-12-03T17:55:57.886Z] #60 62.95 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
17:55:57 [2021-12-03T17:55:57.887Z] #60 62.96 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:55:58 [2021-12-03T17:55:58.468Z] #60 ...
17:55:58 [2021-12-03T17:55:58.468Z] 
17:55:58 [2021-12-03T17:55:58.468Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
17:55:58 [2021-12-03T17:55:58.468Z] #55 sha256:04e9385f3c35f4087a39465f304e1675852de0ded0f3a30e4c105f38470cdc6e
17:55:58 [2021-12-03T17:55:58.468Z] #55 63.05 v3.0.2
17:55:58 [2021-12-03T17:55:58.468Z] #55 DONE 63.6s
17:55:58 [2021-12-03T17:55:58.468Z] 
17:55:58 [2021-12-03T17:55:58.468Z] #60 [containerd 1/3] 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
17:55:58 [2021-12-03T17:55:58.468Z] #60 sha256:db3bd7732868eab8f3f2184cf6d5161fa01a34dfc7c5c0a4f2915c8f65756088
17:55:58 [2021-12-03T17:55:58.468Z] #60 63.70 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:55:58 [2021-12-03T17:55:58.468Z] #60 63.75 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:55:58 [2021-12-03T17:55:58.468Z] #60 63.79 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:55:58 [2021-12-03T17:55:58.474Z] #14 ...
17:55:58 [2021-12-03T17:55:58.474Z] 
17:55:58 [2021-12-03T17:55:58.474Z] #38 [tini 1/3] 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
17:55:58 [2021-12-03T17:55:58.474Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:58 [2021-12-03T17:55:58.474Z] #38 49.07 Selecting previously unselected package libxml2:amd64.
17:55:58 [2021-12-03T17:55:58.474Z] #38 49.08 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
17:55:58 [2021-12-03T17:55:58.474Z] #38 49.08 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:55:58 [2021-12-03T17:55:58.474Z] #38 ...
17:55:58 [2021-12-03T17:55:58.474Z] 
17:55:58 [2021-12-03T17:55:58.474Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:58 [2021-12-03T17:55:58.474Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:58 [2021-12-03T17:55:58.474Z] #47 39.06 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
17:55:58 [2021-12-03T17:55:58.474Z] #47 39.06 Need to get 2292 kB of archives.
17:55:58 [2021-12-03T17:55:58.474Z] #47 39.06 After this operation, 11.0 MB of additional disk space will be used.
17:55:58 [2021-12-03T17:55:58.474Z] #47 39.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
17:55:58 [2021-12-03T17:55:58.474Z] #47 39.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:55:58 [2021-12-03T17:55:58.474Z] #47 39.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
17:55:58 [2021-12-03T17:55:58.474Z] #47 39.06 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
17:55:58 [2021-12-03T17:55:58.474Z] #47 39.06 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
17:55:58 [2021-12-03T17:55:58.474Z] #47 39.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
17:55:58 [2021-12-03T17:55:58.474Z] #47 39.06 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
17:55:58 [2021-12-03T17:55:58.474Z] #47 42.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-2 [660 kB]
17:55:58 [2021-12-03T17:55:58.474Z] #47 44.11 debconf: delaying package configuration, since apt-utils is not installed
17:55:58 [2021-12-03T17:55:58.474Z] #47 44.32 Fetched 2292 kB in 5s (489 kB/s)
17:55:58 [2021-12-03T17:55:58.474Z] #47 44.39 Selecting previously unselected package libprotobuf23:amd64.
17:55:58 [2021-12-03T17:55:58.474Z] #47 44.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 ... 15713 files and directories currently installed.)
17:55:58 [2021-12-03T17:55:58.474Z] #47 44.44 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 44.47 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 45.21 Selecting previously unselected package python3-pkg-resources.
17:55:58 [2021-12-03T17:55:58.474Z] #47 45.22 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 45.23 Unpacking python3-pkg-resources (52.0.0-4) ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 45.47 Selecting previously unselected package python3-six.
17:55:58 [2021-12-03T17:55:58.474Z] #47 45.47 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 45.52 Unpacking python3-six (1.16.0-2) ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 45.61 Selecting previously unselected package python3-protobuf.
17:55:58 [2021-12-03T17:55:58.474Z] #47 45.61 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 45.62 Unpacking python3-protobuf (3.12.4-1) ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.29 Selecting previously unselected package libnet1:amd64.
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.31 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.50 Selecting previously unselected package libnl-3-200:amd64.
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.53 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.55 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.65 Selecting previously unselected package libprotobuf-c1:amd64.
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.65 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.66 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.76 Selecting previously unselected package criu.
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.77 Preparing to unpack .../7-criu_3.16.1-2_amd64.deb ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 46.81 Unpacking criu (3.16.1-2) ...
17:55:58 [2021-12-03T17:55:58.474Z] #47 47.62 Setting up python3-pkg-resources (52.0.0-4) ...
17:55:58 [2021-12-03T17:55:58.736Z] #47 49.28 Setting up libprotobuf23:amd64 (3.12.4-1) ...
17:55:58 [2021-12-03T17:55:58.736Z] #47 49.35 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:55:58 [2021-12-03T17:55:58.736Z] #47 49.37 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:55:58 [2021-12-03T17:55:58.736Z] #47 ...
17:55:58 [2021-12-03T17:55:58.736Z] 
17:55:58 [2021-12-03T17:55:58.736Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:55:58 [2021-12-03T17:55:58.736Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:55:58 [2021-12-03T17:55:58.736Z] #34 45.78 Updating files:  90% (1370/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
17:55:58 [2021-12-03T17:55:58.736Z] #34 46.29 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
17:55:58 [2021-12-03T17:55:58.736Z] #34 46.93 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:55:59 [2021-12-03T17:55:59.041Z] #60 DONE 64.2s
17:55:59 [2021-12-03T17:55:59.041Z] 
17:55:59 [2021-12-03T17:55:59.041Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:55:59 [2021-12-03T17:55:59.041Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:55:59 [2021-12-03T17:55:59.041Z] #14 61.60 debconf: delaying package configuration, since apt-utils is not installed
17:55:59 [2021-12-03T17:55:59.041Z] #14 62.01 Fetched 115 MB in 11s (10.1 MB/s)
17:55:59 [2021-12-03T17:55:59.041Z] #14 62.30 Selecting previously unselected package binutils-mingw-w64-i686.
17:55:59 [2021-12-03T17:55:59.041Z] #14 62.30 (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 ... 15713 files and directories currently installed.)
17:55:59 [2021-12-03T17:55:59.041Z] #14 62.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
17:55:59 [2021-12-03T17:55:59.041Z] #14 62.47 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:55:59 [2021-12-03T17:55:59.301Z] #14 ...
17:55:59 [2021-12-03T17:55:59.301Z] 
17:55:59 [2021-12-03T17:55:59.301Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
17:55:59 [2021-12-03T17:55:59.301Z] #61 sha256:199890e528e38503b4ee2adf79ab1334658b67d0305c32f5286da52e4aa15490
17:55:59 [2021-12-03T17:55:59.301Z] #61 DONE 0.3s
17:55:59 [2021-12-03T17:55:59.301Z] 
17:55:59 [2021-12-03T17:55:59.301Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:55:59 [2021-12-03T17:55:59.301Z] #62 sha256:009ad192b66abc76a75b6e8e4e0bef217fa9fef978a2796e5bb3e495e37b8277
17:55:59 [2021-12-03T17:55:59.563Z] #62 ...
17:55:59 [2021-12-03T17:55:59.563Z] 
17:55:59 [2021-12-03T17:55:59.563Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:55:59 [2021-12-03T17:55:59.563Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:55:59 [2021-12-03T17:55:59.563Z] #47 45.51 Reading package lists...
17:55:59 [2021-12-03T17:55:59.563Z] #47 54.80 Building dependency tree...
17:55:59 [2021-12-03T17:55:59.563Z] #47 61.29 The following additional packages will be installed:
17:55:59 [2021-12-03T17:55:59.563Z] #47 61.31   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:55:59 [2021-12-03T17:55:59.563Z] #47 61.32   python3-protobuf python3-six
17:55:59 [2021-12-03T17:55:59.563Z] #47 61.32 Suggested packages:
17:55:59 [2021-12-03T17:55:59.563Z] #47 61.32   python3-setuptools
17:55:59 [2021-12-03T17:55:59.563Z] #47 61.32 Recommended packages:
17:55:59 [2021-12-03T17:55:59.563Z] #47 61.32   iproute2 | iproute
17:55:59 [2021-12-03T17:55:59.563Z] #47 62.39 The following NEW packages will be installed:
17:55:59 [2021-12-03T17:55:59.563Z] #47 62.39   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
17:55:59 [2021-12-03T17:55:59.563Z] #47 62.39   python3-protobuf python3-six
17:55:59 [2021-12-03T17:55:59.563Z] #47 63.08 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
17:55:59 [2021-12-03T17:55:59.563Z] #47 63.08 Need to get 2292 kB of archives.
17:55:59 [2021-12-03T17:55:59.563Z] #47 63.08 After this operation, 11.0 MB of additional disk space will be used.
17:55:59 [2021-12-03T17:55:59.563Z] #47 63.08 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
17:55:59 [2021-12-03T17:55:59.563Z] #47 63.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:55:59 [2021-12-03T17:55:59.563Z] #47 63.14 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
17:55:59 [2021-12-03T17:55:59.563Z] #47 63.14 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
17:55:59 [2021-12-03T17:55:59.563Z] #47 63.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
17:55:59 [2021-12-03T17:55:59.563Z] #47 63.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
17:55:59 [2021-12-03T17:55:59.563Z] #47 63.31 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
17:55:58 [2021-12-03T17:55:58.238Z] Fetching upstream changes from https://github.com/moby/moby.git
17:55:58 [2021-12-03T17:55:58.238Z]  > git --version # timeout=10
17:55:58 [2021-12-03T17:55:58.279Z]  > git --version # 'git version 2.24.1.windows.2'
17:55:58 [2021-12-03T17:55:58.280Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:58 [2021-12-03T17:55:58.283Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:55:59 [2021-12-03T17:55:59.825Z] #47 ...
17:55:59 [2021-12-03T17:55:59.825Z] 
17:55:59 [2021-12-03T17:55:59.825Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:55:59 [2021-12-03T17:55:59.825Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:55:59 [2021-12-03T17:55:59.825Z] #53 55.03 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
17:55:59 [2021-12-03T17:55:59.825Z] #53 55.22 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
17:55:59 [2021-12-03T17:55:59.825Z] #53 55.65 go: downloading github.com/BurntSushi/toml v0.3.1
17:55:59 [2021-12-03T17:55:59.825Z] #53 ...
17:55:59 [2021-12-03T17:55:59.825Z] 
17:55:59 [2021-12-03T17:55:59.825Z] #38 [tini 1/3] 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
17:55:59 [2021-12-03T17:55:59.825Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:55:59 [2021-12-03T17:55:59.825Z] #38 53.61 Building dependency tree...
17:55:59 [2021-12-03T17:55:59.825Z] #38 60.35 The following additional packages will be installed:
17:55:59 [2021-12-03T17:55:59.825Z] #38 60.35   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
17:55:59 [2021-12-03T17:55:59.825Z] #38 60.40 Suggested packages:
17:55:59 [2021-12-03T17:55:59.825Z] #38 60.40   cmake-doc ninja-build lrzip
17:55:59 [2021-12-03T17:55:59.825Z] #38 60.40 Recommended packages:
17:55:59 [2021-12-03T17:55:59.825Z] #38 60.40   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
17:55:59 [2021-12-03T17:55:59.825Z] #38 61.83 The following NEW packages will be installed:
17:55:59 [2021-12-03T17:55:59.825Z] #38 61.83   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
17:55:59 [2021-12-03T17:55:59.825Z] #38 61.83   vim-common xxd
17:55:59 [2021-12-03T17:55:59.825Z] #38 62.35 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
17:55:59 [2021-12-03T17:55:59.825Z] #38 62.35 Need to get 17.7 MB of archives.
17:55:59 [2021-12-03T17:55:59.825Z] #38 62.35 After this operation, 70.7 MB of additional disk space will be used.
17:55:59 [2021-12-03T17:55:59.825Z] #38 62.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
17:55:59 [2021-12-03T17:55:59.825Z] #38 62.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
17:55:59 [2021-12-03T17:55:59.825Z] #38 62.38 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
17:55:59 [2021-12-03T17:55:59.825Z] #38 62.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:55:59 [2021-12-03T17:55:59.825Z] #38 63.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
17:55:59 [2021-12-03T17:55:59.825Z] #38 63.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
17:55:59 [2021-12-03T17:55:59.825Z] #38 63.52 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
17:55:59 [2021-12-03T17:55:59.825Z] #38 63.53 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
17:55:59 [2021-12-03T17:55:59.825Z] #38 63.54 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
17:55:59 [2021-12-03T17:55:59.825Z] #38 63.54 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
17:56:00 [2021-12-03T17:56:00.126Z] #34 ...
17:56:00 [2021-12-03T17:56:00.126Z] 
17:56:00 [2021-12-03T17:56:00.126Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:56:00 [2021-12-03T17:56:00.126Z] #62 sha256:ee5ca6a2b20ea266f8044acce4224ed2c8121774f7d305a253b582a46b75eff6
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.493 + RM_GOPATH=0
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.493 + TMP_GOPATH=
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.493 + : /build
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.493 + '[' -z '' ']'
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.493 ++ mktemp -d
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.521 + export GOPATH=/tmp/tmp.UGcnUOpLQs
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.521 + GOPATH=/tmp/tmp.UGcnUOpLQs
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.521 + RM_GOPATH=1
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.521 + case "$(go env GOARCH)" in
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.521 ++ go env GOARCH
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.558 + export GO_BUILDMODE=-buildmode=pie
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.558 + GO_BUILDMODE=-buildmode=pie
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.558 ++ dirname /install.sh
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 Install containerd version v1.5.8
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 + dir=/
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 + bin=containerd
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 + shift
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 + '[' '!' -f //containerd.installer ']'
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 + . //containerd.installer
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 ++ set -e
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 ++ : v1.5.8
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 + install_containerd
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 + echo 'Install containerd version v1.5.8'
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 + git clone https://github.com/containerd/containerd.git /tmp/tmp.UGcnUOpLQs/src/github.com/containerd/containerd
17:56:00 [2021-12-03T17:56:00.126Z] #62 1.573 Cloning into '/tmp/tmp.UGcnUOpLQs/src/github.com/containerd/containerd'...
17:56:00 [2021-12-03T17:56:00.126Z] #62 ...
17:56:00 [2021-12-03T17:56:00.126Z] 
17:56:00 [2021-12-03T17:56:00.126Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:00 [2021-12-03T17:56:00.126Z] #47 sha256:9ac9f2482a7724c0dcdef7d76ce46235eda9c56e876a714418b771035322bf85
17:56:00 [2021-12-03T17:56:00.126Z] #47 47.94 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-2 [608 kB]
17:56:00 [2021-12-03T17:56:00.126Z] #47 49.73 debconf: delaying package configuration, since apt-utils is not installed
17:56:00 [2021-12-03T17:56:00.126Z] #47 50.16 Fetched 2115 kB in 5s (414 kB/s)
17:56:00 [2021-12-03T17:56:00.126Z] #47 50.31 Selecting previously unselected package libprotobuf23:arm64.
17:56:00 [2021-12-03T17:56:00.126Z] #47 50.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15703 files and directories currently installed.)
17:56:00 [2021-12-03T17:56:00.126Z] #47 50.45 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 50.49 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.02 Selecting previously unselected package python3-pkg-resources.
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.04 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.04 Unpacking python3-pkg-resources (52.0.0-4) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.27 Selecting previously unselected package python3-six.
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.27 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.28 Unpacking python3-six (1.16.0-2) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.37 Selecting previously unselected package python3-protobuf.
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.38 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.38 Unpacking python3-protobuf (3.12.4-1) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.86 Selecting previously unselected package libnet1:arm64.
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.86 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.87 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.97 Selecting previously unselected package libnl-3-200:arm64.
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.97 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 51.97 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 52.09 Selecting previously unselected package libprotobuf-c1:arm64.
17:56:00 [2021-12-03T17:56:00.126Z] #47 52.09 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 52.10 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 52.20 Selecting previously unselected package criu.
17:56:00 [2021-12-03T17:56:00.126Z] #47 52.20 Preparing to unpack .../7-criu_3.16.1-2_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 52.21 Unpacking criu (3.16.1-2) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 52.80 Setting up python3-pkg-resources (52.0.0-4) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 54.18 Setting up libprotobuf23:arm64 (3.12.4-1) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 54.19 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 54.21 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 54.22 Setting up python3-six (1.16.0-2) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 55.18 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
17:56:00 [2021-12-03T17:56:00.126Z] #47 55.20 Setting up python3-protobuf (3.12.4-1) ...
17:56:00 [2021-12-03T17:56:00.397Z] #38 65.42 debconf: delaying package configuration, since apt-utils is not installed
17:56:00 [2021-12-03T17:56:00.657Z] #38 65.76 Fetched 17.7 MB in 2s (8408 kB/s)
17:56:00 [2021-12-03T17:56:00.657Z] #38 65.89 Selecting previously unselected package xxd.
17:56:00 [2021-12-03T17:56:00.664Z] #34 ...
17:56:00 [2021-12-03T17:56:00.664Z] 
17:56:00 [2021-12-03T17:56:00.664Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:56:00 [2021-12-03T17:56:00.664Z] #62 sha256:3ce20012bea38eb19df3246517fd9fa40867a76b217b7c11d536e6d327b487f7
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.582 + RM_GOPATH=0
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.582 + TMP_GOPATH=
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.589 + : /build
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.589 + '[' -z '' ']'
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.589 ++ mktemp -d
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.589 + export GOPATH=/tmp/tmp.VrqhYgddp6
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.589 + GOPATH=/tmp/tmp.VrqhYgddp6
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.589 + RM_GOPATH=1
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.589 + case "$(go env GOARCH)" in
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.589 ++ go env GOARCH
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 + export GO_BUILDMODE=-buildmode=pie
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 + GO_BUILDMODE=-buildmode=pie
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 ++ dirname /install.sh
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 + dir=/
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 + bin=containerd
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 + shift
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 + '[' '!' -f //containerd.installer ']'
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 + . //containerd.installer
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 ++ set -e
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 ++ : v1.5.8
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.611 + install_containerd
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.638 Install containerd version v1.5.8
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.638 + echo 'Install containerd version v1.5.8'
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.638 + git clone https://github.com/containerd/containerd.git /tmp/tmp.VrqhYgddp6/src/github.com/containerd/containerd
17:56:00 [2021-12-03T17:56:00.664Z] #62 3.638 Cloning into '/tmp/tmp.VrqhYgddp6/src/github.com/containerd/containerd'...
17:56:00 [2021-12-03T17:56:00.664Z] #62 ...
17:56:00 [2021-12-03T17:56:00.664Z] 
17:56:00 [2021-12-03T17:56:00.664Z] #38 [tini 1/3] 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
17:56:00 [2021-12-03T17:56:00.664Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:56:00 [2021-12-03T17:56:00.664Z] #38 49.57 Selecting previously unselected package libarchive13:amd64.
17:56:00 [2021-12-03T17:56:00.664Z] #38 49.58 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
17:56:00 [2021-12-03T17:56:00.664Z] #38 49.58 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
17:56:00 [2021-12-03T17:56:00.664Z] #38 49.90 Selecting previously unselected package libjsoncpp24:amd64.
17:56:00 [2021-12-03T17:56:00.664Z] #38 49.90 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
17:56:00 [2021-12-03T17:56:00.664Z] #38 49.91 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
17:56:00 [2021-12-03T17:56:00.664Z] #38 50.06 Selecting previously unselected package librhash0:amd64.
17:56:00 [2021-12-03T17:56:00.664Z] #38 50.06 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
17:56:00 [2021-12-03T17:56:00.664Z] #38 50.07 Unpacking librhash0:amd64 (1.4.1-2) ...
17:56:00 [2021-12-03T17:56:00.664Z] #38 50.34 Selecting previously unselected package libuv1:amd64.
17:56:00 [2021-12-03T17:56:00.664Z] #38 50.34 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
17:56:00 [2021-12-03T17:56:00.664Z] #38 50.35 Unpacking libuv1:amd64 (1.40.0-2) ...
17:56:00 [2021-12-03T17:56:00.664Z] #38 50.53 Selecting previously unselected package cmake.
17:56:00 [2021-12-03T17:56:00.664Z] #38 50.53 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ...
17:56:00 [2021-12-03T17:56:00.664Z] #38 50.54 Unpacking cmake (3.18.4-2) ...
17:56:00 [2021-12-03T17:56:00.695Z] #47 ...
17:56:00 [2021-12-03T17:56:00.695Z] 
17:56:00 [2021-12-03T17:56:00.695Z] #38 [tini 1/3] 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
17:56:00 [2021-12-03T17:56:00.695Z] #38 sha256:8754b29638d1271fec1717e157cf935f267765df53405a7de038201a3cd769c9
17:56:00 [2021-12-03T17:56:00.695Z] #38 50.94 Selecting previously unselected package libicu67:arm64.
17:56:00 [2021-12-03T17:56:00.695Z] #38 50.94 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 50.95 Unpacking libicu67:arm64 (67.1-7) ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 55.55 Selecting previously unselected package libxml2:arm64.
17:56:00 [2021-12-03T17:56:00.695Z] #38 55.56 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 55.57 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 55.89 Selecting previously unselected package libarchive13:arm64.
17:56:00 [2021-12-03T17:56:00.695Z] #38 55.89 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 55.89 Unpacking libarchive13:arm64 (3.4.3-2+b1) ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.14 Selecting previously unselected package libjsoncpp24:arm64.
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.14 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.14 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.29 Selecting previously unselected package librhash0:arm64.
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.29 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.30 Unpacking librhash0:arm64 (1.4.1-2) ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.46 Selecting previously unselected package libuv1:arm64.
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.47 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.47 Unpacking libuv1:arm64 (1.40.0-2) ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.62 Selecting previously unselected package cmake.
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.63 Preparing to unpack .../9-cmake_3.18.4-2_arm64.deb ...
17:56:00 [2021-12-03T17:56:00.695Z] #38 56.65 Unpacking cmake (3.18.4-2) ...
17:56:00 [2021-12-03T17:56:00.918Z] #38 65.89 (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 ... 15713 files and directories currently installed.)
17:56:00 [2021-12-03T17:56:00.918Z] #38 66.00 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
17:56:00 [2021-12-03T17:56:00.918Z] #38 66.01 Unpacking xxd (2:8.2.2434-3) ...
17:56:00 [2021-12-03T17:56:00.918Z] #38 66.24 Selecting previously unselected package vim-common.
17:56:00 [2021-12-03T17:56:00.918Z] #38 66.24 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
17:56:00 [2021-12-03T17:56:00.918Z] #38 ...
17:56:00 [2021-12-03T17:56:00.918Z] 
17:56:00 [2021-12-03T17:56:00.919Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:00 [2021-12-03T17:56:00.919Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:00 [2021-12-03T17:56:00.919Z] #14 66.13 Selecting previously unselected package binutils-mingw-w64-x86-64.
17:56:00 [2021-12-03T17:56:00.919Z] #14 66.14 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
17:56:00 [2021-12-03T17:56:00.919Z] #14 66.16 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:56:02 [2021-12-03T17:56:02.592Z] #38 ...
17:56:02 [2021-12-03T17:56:02.592Z] 
17:56:02 [2021-12-03T17:56:02.592Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:02 [2021-12-03T17:56:02.592Z] #47 sha256:9ac9f2482a7724c0dcdef7d76ce46235eda9c56e876a714418b771035322bf85
17:56:02 [2021-12-03T17:56:02.592Z] #47 58.15 Setting up criu (3.16.1-2) ...
17:56:03 [2021-12-03T17:56:03.249Z] #19 ...
17:56:03 [2021-12-03T17:56:03.249Z] 
17:56:03 [2021-12-03T17:56:03.249Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:56:03 [2021-12-03T17:56:03.249Z] #60 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:56:03 [2021-12-03T17:56:03.249Z] #60 155.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
17:56:03 [2021-12-03T17:56:03.972Z] #38 54.72 Setting up libicu67:amd64 (67.1-7) ...
17:56:03 [2021-12-03T17:56:03.972Z] #38 54.76 Setting up xxd (2:8.2.2434-3) ...
17:56:03 [2021-12-03T17:56:03.972Z] #38 54.79 Setting up libuv1:amd64 (1.40.0-2) ...
17:56:03 [2021-12-03T17:56:03.972Z] #38 54.80 Setting up vim-common (2:8.2.2434-3) ...
17:56:04 [2021-12-03T17:56:04.039Z] #47 59.69 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:56:04 [2021-12-03T17:56:04.229Z] #38 71.82 Selecting previously unselected package libicu67:amd64.
17:56:04 [2021-12-03T17:56:04.229Z] #38 71.89 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
17:56:04 [2021-12-03T17:56:04.229Z] #38 71.92 Unpacking libicu67:amd64 (67.1-7) ...
17:56:04 [2021-12-03T17:56:04.229Z] #38 ...
17:56:04 [2021-12-03T17:56:04.229Z] 
17:56:04 [2021-12-03T17:56:04.229Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:04 [2021-12-03T17:56:04.229Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:56:04 [2021-12-03T17:56:04.229Z] #47 66.20 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-2 [660 kB]
17:56:04 [2021-12-03T17:56:04.229Z] #47 68.29 debconf: delaying package configuration, since apt-utils is not installed
17:56:04 [2021-12-03T17:56:04.229Z] #47 68.65 Fetched 2292 kB in 5s (429 kB/s)
17:56:04 [2021-12-03T17:56:04.229Z] #47 68.78 Selecting previously unselected package libprotobuf23:amd64.
17:56:04 [2021-12-03T17:56:04.229Z] #47 68.78 (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 ... 15713 files and directories currently installed.)
17:56:04 [2021-12-03T17:56:04.229Z] #47 68.90 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 68.92 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 70.28 Selecting previously unselected package python3-pkg-resources.
17:56:04 [2021-12-03T17:56:04.229Z] #47 70.28 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 70.30 Unpacking python3-pkg-resources (52.0.0-4) ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 70.66 Selecting previously unselected package python3-six.
17:56:04 [2021-12-03T17:56:04.229Z] #47 70.66 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 70.68 Unpacking python3-six (1.16.0-2) ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 70.88 Selecting previously unselected package python3-protobuf.
17:56:04 [2021-12-03T17:56:04.229Z] #47 70.88 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 70.88 Unpacking python3-protobuf (3.12.4-1) ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 71.88 Selecting previously unselected package libnet1:amd64.
17:56:04 [2021-12-03T17:56:04.229Z] #47 71.89 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 71.89 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 72.14 Selecting previously unselected package libnl-3-200:amd64.
17:56:04 [2021-12-03T17:56:04.229Z] #47 72.14 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 72.16 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 72.46 Selecting previously unselected package libprotobuf-c1:amd64.
17:56:04 [2021-12-03T17:56:04.229Z] #47 72.46 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 72.47 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 72.64 Selecting previously unselected package criu.
17:56:04 [2021-12-03T17:56:04.229Z] #47 72.64 Preparing to unpack .../7-criu_3.16.1-2_amd64.deb ...
17:56:04 [2021-12-03T17:56:04.229Z] #47 72.64 Unpacking criu (3.16.1-2) ...
17:56:04 [2021-12-03T17:56:04.234Z] #38 54.84 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
17:56:04 [2021-12-03T17:56:04.234Z] #38 54.85 Setting up librhash0:amd64 (1.4.1-2) ...
17:56:04 [2021-12-03T17:56:04.234Z] #38 54.88 Setting up cmake-data (3.18.4-2) ...
17:56:04 [2021-12-03T17:56:04.234Z] #38 54.91 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:56:04 [2021-12-03T17:56:04.234Z] #38 54.94 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
17:56:04 [2021-12-03T17:56:04.234Z] #38 54.96 Setting up cmake (3.18.4-2) ...
17:56:04 [2021-12-03T17:56:04.234Z] #38 54.98 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:56:05 [2021-12-03T17:56:05.131Z] #14 70.40 Selecting previously unselected package binutils-mingw-w64.
17:56:05 [2021-12-03T17:56:05.131Z] #14 70.40 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
17:56:05 [2021-12-03T17:56:05.131Z] #14 70.42 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
17:56:05 [2021-12-03T17:56:05.164Z] #47 ...
17:56:05 [2021-12-03T17:56:05.164Z] 
17:56:05 [2021-12-03T17:56:05.164Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:56:05 [2021-12-03T17:56:05.164Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:56:05 [2021-12-03T17:56:05.181Z] #38 DONE 56.0s
17:56:05 [2021-12-03T17:56:05.181Z] 
17:56:05 [2021-12-03T17:56:05.181Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:05 [2021-12-03T17:56:05.181Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:05 [2021-12-03T17:56:05.181Z] #14 52.11 Selecting previously unselected package mingw-w64-x86-64-dev.
17:56:05 [2021-12-03T17:56:05.181Z] #14 52.15 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
17:56:05 [2021-12-03T17:56:05.181Z] #14 52.16 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
17:56:05 [2021-12-03T17:56:05.393Z] #14 70.65 Selecting previously unselected package libdevmapper1.02.1:amd64.
17:56:05 [2021-12-03T17:56:05.393Z] #14 70.65 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:56:05 [2021-12-03T17:56:05.393Z] #14 70.66 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:56:05 [2021-12-03T17:56:05.414Z] #47 DONE 61.2s
17:56:05 [2021-12-03T17:56:05.414Z] 
17:56:05 [2021-12-03T17:56:05.414Z] #38 [tini 1/3] 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
17:56:05 [2021-12-03T17:56:05.414Z] #38 sha256:8754b29638d1271fec1717e157cf935f267765df53405a7de038201a3cd769c9
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.06 Setting up libicu67:arm64 (67.1-7) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.09 Setting up xxd (2:8.2.2434-3) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.11 Setting up libuv1:arm64 (1.40.0-2) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.12 Setting up vim-common (2:8.2.2434-3) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.16 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.18 Setting up librhash0:arm64 (1.4.1-2) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.20 Setting up cmake-data (3.18.4-2) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.22 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.24 Setting up libarchive13:arm64 (3.4.3-2+b1) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.26 Setting up cmake (3.18.4-2) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 59.27 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:56:05 [2021-12-03T17:56:05.414Z] #38 DONE 61.4s
17:56:05 [2021-12-03T17:56:05.414Z] 
17:56:05 [2021-12-03T17:56:05.414Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
17:56:05 [2021-12-03T17:56:05.414Z] #39 sha256:1bb8e2514a721de41102410d8e7b568518fb0bdcc61a52831d7180d8b23580db
17:56:05 [2021-12-03T17:56:05.444Z] #14 ...
17:56:05 [2021-12-03T17:56:05.444Z] 
17:56:05 [2021-12-03T17:56:05.444Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
17:56:05 [2021-12-03T17:56:05.444Z] #39 sha256:a6603195be7169db22b04ce9c78043320afc4a003ec1bb596ddba7f9002890a4
17:56:05 [2021-12-03T17:56:05.444Z] #39 DONE 0.2s
17:56:05 [2021-12-03T17:56:05.655Z] #14 70.96 Selecting previously unselected package dmsetup.
17:56:05 [2021-12-03T17:56:05.655Z] #14 70.97 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
17:56:05 [2021-12-03T17:56:05.706Z] 
17:56:05 [2021-12-03T17:56:05.706Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:56:05 [2021-12-03T17:56:05.706Z] #40 sha256:6bc5d0544e43a0576e42f71aa64edf70119ae2af35b605b3e0e0266ff33a1611
17:56:05 [2021-12-03T17:56:05.917Z] #14 70.98 Unpacking dmsetup (2:1.02.175-2.1) ...
17:56:05 [2021-12-03T17:56:05.917Z] #14 71.26 Selecting previously unselected package mingw-w64-common.
17:56:05 [2021-12-03T17:56:05.978Z] #39 ...
17:56:05 [2021-12-03T17:56:05.978Z] 
17:56:05 [2021-12-03T17:56:05.978Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:05 [2021-12-03T17:56:05.978Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:56:05 [2021-12-03T17:56:05.978Z] #14 51.72 Selecting previously unselected package binutils-mingw-w64-x86-64.
17:56:05 [2021-12-03T17:56:05.978Z] #14 51.73 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 51.74 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 53.79 Selecting previously unselected package binutils-mingw-w64.
17:56:05 [2021-12-03T17:56:05.978Z] #14 53.79 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 53.81 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 53.94 Selecting previously unselected package libdevmapper1.02.1:arm64.
17:56:05 [2021-12-03T17:56:05.978Z] #14 53.95 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 53.96 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 54.15 Selecting previously unselected package dmsetup.
17:56:05 [2021-12-03T17:56:05.978Z] #14 54.15 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 54.16 Unpacking dmsetup (2:1.02.175-2.1) ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 54.31 Selecting previously unselected package mingw-w64-common.
17:56:05 [2021-12-03T17:56:05.978Z] #14 54.32 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 54.33 Unpacking mingw-w64-common (8.0.0-1) ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 59.01 Selecting previously unselected package mingw-w64-x86-64-dev.
17:56:05 [2021-12-03T17:56:05.978Z] #14 59.02 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
17:56:05 [2021-12-03T17:56:05.978Z] #14 59.02 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
17:56:05 [2021-12-03T17:56:05.988Z] #34 73.35 Updating files:  85% (1298/1521)
Updating files:  86% (1309/1521)
Updating files:  87% (1324/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  93% (1422/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
17:56:05 [2021-12-03T17:56:05.988Z] #34 74.39 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
17:56:05 [2021-12-03T17:56:05.988Z] #34 ...
17:56:05 [2021-12-03T17:56:05.988Z] 
17:56:05 [2021-12-03T17:56:05.988Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:56:05 [2021-12-03T17:56:05.988Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.811 + RM_GOPATH=0
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.811 + TMP_GOPATH=
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.811 + : /build
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.811 + '[' -z '' ']'
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.812 ++ mktemp -d
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.819 + export GOPATH=/tmp/tmp.1lcoOTsMuo
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.819 + GOPATH=/tmp/tmp.1lcoOTsMuo
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.819 + RM_GOPATH=1
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.819 + case "$(go env GOARCH)" in
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.819 ++ go env GOARCH
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.843 + export GO_BUILDMODE=-buildmode=pie
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.843 + GO_BUILDMODE=-buildmode=pie
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.843 ++ dirname /install.sh
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 Install containerd version v1.5.8
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 + dir=/
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 + bin=containerd
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 + shift
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 + '[' '!' -f //containerd.installer ']'
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 + . //containerd.installer
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 ++ set -e
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 ++ : v1.5.8
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 + install_containerd
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 + echo 'Install containerd version v1.5.8'
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.857 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1lcoOTsMuo/src/github.com/containerd/containerd
17:56:05 [2021-12-03T17:56:05.988Z] #62 2.865 Cloning into '/tmp/tmp.1lcoOTsMuo/src/github.com/containerd/containerd'...
17:56:06 [2021-12-03T17:56:06.179Z] #14 71.27 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
17:56:06 [2021-12-03T17:56:06.179Z] #14 71.32 Unpacking mingw-w64-common (8.0.0-1) ...
17:56:06 [2021-12-03T17:56:06.236Z] #14 ...
17:56:06 [2021-12-03T17:56:06.236Z] 
17:56:06 [2021-12-03T17:56:06.236Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
17:56:06 [2021-12-03T17:56:06.236Z] #39 sha256:1bb8e2514a721de41102410d8e7b568518fb0bdcc61a52831d7180d8b23580db
17:56:06 [2021-12-03T17:56:06.236Z] #39 DONE 0.8s
17:56:06 [2021-12-03T17:56:06.247Z] #62 ...
17:56:06 [2021-12-03T17:56:06.247Z] 
17:56:06 [2021-12-03T17:56:06.247Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:06 [2021-12-03T17:56:06.247Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:06 [2021-12-03T17:56:06.247Z] #14 65.31 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 67.19 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 68.20 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 69.08 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 71.48 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.39 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.39 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.39 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.42 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.48 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.48 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.48 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.52 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.53 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.57 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.61 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.61 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.69 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.71 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.71 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 72.71 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
17:56:06 [2021-12-03T17:56:06.247Z] #14 74.55 debconf: delaying package configuration, since apt-utils is not installed
17:56:06 [2021-12-03T17:56:06.247Z] #14 74.89 Fetched 115 MB in 10s (11.5 MB/s)
17:56:06 [2021-12-03T17:56:06.247Z] #14 75.03 Selecting previously unselected package binutils-mingw-w64-i686.
17:56:06 [2021-12-03T17:56:06.282Z] #40 ...
17:56:06 [2021-12-03T17:56:06.282Z] 
17:56:06 [2021-12-03T17:56:06.282Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:06 [2021-12-03T17:56:06.282Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:56:06 [2021-12-03T17:56:06.282Z] #47 49.37 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:56:06 [2021-12-03T17:56:06.282Z] #47 49.39 Setting up python3-six (1.16.0-2) ...
17:56:06 [2021-12-03T17:56:06.282Z] #47 50.54 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
17:56:06 [2021-12-03T17:56:06.282Z] #47 50.56 Setting up python3-protobuf (3.12.4-1) ...
17:56:06 [2021-12-03T17:56:06.282Z] #47 54.39 Setting up criu (3.16.1-2) ...
17:56:06 [2021-12-03T17:56:06.282Z] #47 56.45 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:56:06 [2021-12-03T17:56:06.282Z] #47 DONE 56.9s
17:56:06 [2021-12-03T17:56:06.282Z] 
17:56:06 [2021-12-03T17:56:06.282Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:06 [2021-12-03T17:56:06.282Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:06 [2021-12-03T17:56:06.494Z] 
17:56:06 [2021-12-03T17:56:06.494Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:56:06 [2021-12-03T17:56:06.494Z] #40 sha256:4f130bf12afb553e93e01760b05be846c3024d06e6a345fa3df7da416ff0cd8d
17:56:06 [2021-12-03T17:56:06.764Z] #14 75.03 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
17:56:06 [2021-12-03T17:56:06.764Z] #14 75.18 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
17:56:06 [2021-12-03T17:56:06.764Z] #14 75.20 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:56:06 [2021-12-03T17:56:06.764Z] #14 ...
17:56:06 [2021-12-03T17:56:06.764Z] 
17:56:06 [2021-12-03T17:56:06.764Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:56:06 [2021-12-03T17:56:06.764Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:56:06 [2021-12-03T17:56:06.764Z] #34 75.10 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:56:07 [2021-12-03T17:56:07.417Z] #60 ...
17:56:07 [2021-12-03T17:56:07.417Z] 
17:56:07 [2021-12-03T17:56:07.417Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
17:56:07 [2021-12-03T17:56:07.417Z] #19 sha256:3bb1f51ee208ed1f992abb66223abeda9c8f70cd254dc7fbded69ba3b34d54ff
17:56:07 [2021-12-03T17:56:07.417Z] #19 142.8 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
17:56:07 [2021-12-03T17:56:07.417Z] #19 142.8 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
17:56:07 [2021-12-03T17:56:07.417Z] #19 142.9 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:56:07 [2021-12-03T17:56:07.417Z] #19 144.0 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
17:56:07 [2021-12-03T17:56:07.417Z] #19 144.0 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:56:07 [2021-12-03T17:56:07.417Z] #19 144.2 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:56:07 [2021-12-03T17:56:07.422Z] #40 1.204 + RM_GOPATH=0
17:56:07 [2021-12-03T17:56:07.422Z] #40 1.204 + TMP_GOPATH=
17:56:07 [2021-12-03T17:56:07.422Z] #40 1.204 + : /build
17:56:07 [2021-12-03T17:56:07.422Z] #40 1.204 + '[' -z '' ']'
17:56:07 [2021-12-03T17:56:07.422Z] #40 1.204 ++ mktemp -d
17:56:07 [2021-12-03T17:56:07.422Z] #40 1.204 + export GOPATH=/tmp/tmp.0CCsYReMdE
17:56:07 [2021-12-03T17:56:07.422Z] #40 1.204 + GOPATH=/tmp/tmp.0CCsYReMdE
17:56:07 [2021-12-03T17:56:07.422Z] #40 1.204 + RM_GOPATH=1
17:56:07 [2021-12-03T17:56:07.422Z] #40 1.204 + case "$(go env GOARCH)" in
17:56:07 [2021-12-03T17:56:07.672Z] #14 58.34 Selecting previously unselected package gcc-mingw-w64-base.
17:56:07 [2021-12-03T17:56:07.672Z] #14 58.34 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
17:56:07 [2021-12-03T17:56:07.672Z] #14 58.40 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:56:07 [2021-12-03T17:56:07.673Z] #19 ...
17:56:07 [2021-12-03T17:56:07.673Z] 
17:56:07 [2021-12-03T17:56:07.673Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:56:07 [2021-12-03T17:56:07.673Z] #60 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:56:07 [2021-12-03T17:56:07.673Z] #60 DONE 161.5s
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.224 ++ go env GOARCH
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.257 Install tini version v0.19.0
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 + export GO_BUILDMODE=-buildmode=pie
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 + GO_BUILDMODE=-buildmode=pie
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 ++ dirname /install.sh
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 + dir=/
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 + bin=tini
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 + shift
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 + '[' '!' -f //tini.installer ']'
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 + . //tini.installer
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 ++ : v0.19.0
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 + install_tini
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 + echo 'Install tini version v0.19.0'
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 + git clone https://github.com/krallin/tini.git /tmp/tmp.0CCsYReMdE/tini
17:56:07 [2021-12-03T17:56:07.678Z] #40 1.268 Cloning into '/tmp/tmp.0CCsYReMdE/tini'...
17:56:07 [2021-12-03T17:56:07.929Z] 
17:56:07 [2021-12-03T17:56:07.929Z] #50 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:56:07 [2021-12-03T17:56:07.929Z] #50 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:56:07 [2021-12-03T17:56:07.929Z] #50 157.1 + dpkg --print-architecture
17:56:07 [2021-12-03T17:56:07.929Z] #50 157.1 + git checkout -q v2.1.0
17:56:07 [2021-12-03T17:56:07.929Z] #50 157.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
17:56:07 [2021-12-03T17:56:07.929Z] #50 157.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
17:56:07 [2021-12-03T17:56:07.934Z] #14 58.50 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
17:56:07 [2021-12-03T17:56:07.934Z] #14 58.52 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
17:56:07 [2021-12-03T17:56:07.934Z] #14 58.52 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:56:08 [2021-12-03T17:56:08.099Z] #14 ...
17:56:08 [2021-12-03T17:56:08.099Z] 
17:56:08 [2021-12-03T17:56:08.099Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:08 [2021-12-03T17:56:08.099Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:56:08 [2021-12-03T17:56:08.099Z] #47 67.61 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-2 [660 kB]
17:56:08 [2021-12-03T17:56:08.099Z] #47 69.67 debconf: delaying package configuration, since apt-utils is not installed
17:56:08 [2021-12-03T17:56:08.099Z] #47 70.07 Fetched 2292 kB in 5s (422 kB/s)
17:56:08 [2021-12-03T17:56:08.099Z] #47 70.21 Selecting previously unselected package libprotobuf23:amd64.
17:56:08 [2021-12-03T17:56:08.099Z] #47 70.21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
17:56:08 [2021-12-03T17:56:08.099Z] #47 70.32 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
17:56:08 [2021-12-03T17:56:08.099Z] #47 70.35 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
17:56:08 [2021-12-03T17:56:08.099Z] #47 71.62 Selecting previously unselected package python3-pkg-resources.
17:56:08 [2021-12-03T17:56:08.099Z] #47 71.63 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
17:56:08 [2021-12-03T17:56:08.099Z] #47 71.64 Unpacking python3-pkg-resources (52.0.0-4) ...
17:56:08 [2021-12-03T17:56:08.099Z] #47 72.03 Selecting previously unselected package python3-six.
17:56:08 [2021-12-03T17:56:08.099Z] #47 72.04 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
17:56:08 [2021-12-03T17:56:08.099Z] #47 72.04 Unpacking python3-six (1.16.0-2) ...
17:56:08 [2021-12-03T17:56:08.099Z] #47 72.21 Selecting previously unselected package python3-protobuf.
17:56:08 [2021-12-03T17:56:08.099Z] #47 72.21 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
17:56:08 [2021-12-03T17:56:08.099Z] #47 72.23 Unpacking python3-protobuf (3.12.4-1) ...
17:56:08 [2021-12-03T17:56:08.099Z] #47 73.11 Selecting previously unselected package libnet1:amd64.
17:56:08 [2021-12-03T17:56:08.099Z] #47 73.11 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
17:56:08 [2021-12-03T17:56:08.099Z] #47 73.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:56:08 [2021-12-03T17:56:08.362Z] #47 73.34 Selecting previously unselected package libnl-3-200:amd64.
17:56:08 [2021-12-03T17:56:08.362Z] #47 73.35 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
17:56:08 [2021-12-03T17:56:08.362Z] #47 73.36 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
17:56:08 [2021-12-03T17:56:08.362Z] #47 ...
17:56:08 [2021-12-03T17:56:08.362Z] 
17:56:08 [2021-12-03T17:56:08.362Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:56:08 [2021-12-03T17:56:08.362Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:56:08 [2021-12-03T17:56:08.608Z] #40 2.258 + cd /tmp/tmp.0CCsYReMdE/tini
17:56:08 [2021-12-03T17:56:08.608Z] #40 2.259 + git checkout -q v0.19.0
17:56:08 [2021-12-03T17:56:08.608Z] #40 2.269 + cmake .
17:56:09 [2021-12-03T17:56:09.541Z] #40 3.014 -- The C compiler identification is GNU 10.2.1
17:56:09 [2021-12-03T17:56:09.541Z] #40 3.165 -- Detecting C compiler ABI info
17:56:09 [2021-12-03T17:56:09.714Z] #34 73.47 Updating files:  77% (1182/1521)
Updating files:  78% (1187/1521)
Updating files:  79% (1202/1521)
Updating files:  80% (1217/1521)
Updating files:  81% (1233/1521)
Updating files:  82% (1248/1521)
Updating files:  83% (1263/1521)
Updating files:  84% (1278/1521)
Updating files:  85% (1293/1521)
Updating files:  86% (1309/1521)
Updating files:  87% (1324/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  93% (1422/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
17:56:09 [2021-12-03T17:56:09.714Z] #34 74.83 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
17:56:10 [2021-12-03T17:56:10.473Z] #40 4.092 -- Detecting C compiler ABI info - done
17:56:10 [2021-12-03T17:56:10.473Z] #40 4.318 -- Check for working C compiler: /usr/bin/cc - skipped
17:56:10 [2021-12-03T17:56:10.486Z] #14 ...
17:56:10 [2021-12-03T17:56:10.486Z] 
17:56:10 [2021-12-03T17:56:10.486Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:56:10 [2021-12-03T17:56:10.486Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:56:10 [2021-12-03T17:56:10.486Z] #51 59.85 gotestsum version dev
17:56:10 [2021-12-03T17:56:10.486Z] #51 DONE 60.8s
17:56:10 [2021-12-03T17:56:10.486Z] 
17:56:10 [2021-12-03T17:56:10.486Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:56:10 [2021-12-03T17:56:10.486Z] #40 sha256:6bc5d0544e43a0576e42f71aa64edf70119ae2af35b605b3e0e0266ff33a1611
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.518 + RM_GOPATH=0
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.518 + TMP_GOPATH=
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.518 + : /build
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.518 + '[' -z '' ']'
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.518 ++ mktemp -d
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.520 + export GOPATH=/tmp/tmp.nEv5uWNhv2
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.520 + GOPATH=/tmp/tmp.nEv5uWNhv2
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.520 + RM_GOPATH=1
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.520 + case "$(go env GOARCH)" in
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.521 ++ go env GOARCH
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.533 + export GO_BUILDMODE=-buildmode=pie
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.533 + GO_BUILDMODE=-buildmode=pie
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.535 ++ dirname /install.sh
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.536 + dir=/
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.542 + bin=tini
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.542 + shift
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.542 + '[' '!' -f //tini.installer ']'
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.542 + . //tini.installer
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.543 ++ : v0.19.0
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.543 + install_tini
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.543 + echo 'Install tini version v0.19.0'
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.543 Install tini version v0.19.0
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.543 + git clone https://github.com/krallin/tini.git /tmp/tmp.nEv5uWNhv2/tini
17:56:10 [2021-12-03T17:56:10.486Z] #40 4.545 Cloning into '/tmp/tmp.nEv5uWNhv2/tini'...
17:56:10 [2021-12-03T17:56:10.549Z] #34 75.43 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:56:10 [2021-12-03T17:56:10.730Z] #40 4.326 -- Detecting C compile features
17:56:10 [2021-12-03T17:56:10.731Z] #40 4.326 -- Detecting C compile features - done
17:56:10 [2021-12-03T17:56:10.731Z] #40 4.400 -- Performing Test HAS_BUILTIN_FORTIFY
17:56:10 [2021-12-03T17:56:10.748Z] #40 5.213 + cd /tmp/tmp.nEv5uWNhv2/tini
17:56:10 [2021-12-03T17:56:10.748Z] #40 5.213 + git checkout -q v0.19.0
17:56:10 [2021-12-03T17:56:10.748Z] #40 5.240 + cmake .
17:56:10 [2021-12-03T17:56:10.987Z] #40 4.734 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:56:10 [2021-12-03T17:56:10.987Z] #40 4.811 -- Configuring done
17:56:10 [2021-12-03T17:56:10.987Z] #40 4.844 -- Generating done
17:56:11 [2021-12-03T17:56:11.121Z] #34 ...
17:56:11 [2021-12-03T17:56:11.121Z] 
17:56:11 [2021-12-03T17:56:11.121Z] #38 [tini 1/3] 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
17:56:11 [2021-12-03T17:56:11.121Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:56:11 [2021-12-03T17:56:11.121Z] #38 66.28 Unpacking vim-common (2:8.2.2434-3) ...
17:56:11 [2021-12-03T17:56:11.121Z] #38 66.68 Selecting previously unselected package cmake-data.
17:56:11 [2021-12-03T17:56:11.121Z] #38 66.68 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
17:56:11 [2021-12-03T17:56:11.121Z] #38 66.70 Unpacking cmake-data (3.18.4-2) ...
17:56:11 [2021-12-03T17:56:11.121Z] #38 71.72 Selecting previously unselected package libicu67:amd64.
17:56:11 [2021-12-03T17:56:11.121Z] #38 71.72 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
17:56:11 [2021-12-03T17:56:11.121Z] #38 71.74 Unpacking libicu67:amd64 (67.1-7) ...
17:56:11 [2021-12-03T17:56:11.242Z] #40 4.909 -- Build files have been written to: /tmp/tmp.0CCsYReMdE/tini
17:56:11 [2021-12-03T17:56:11.243Z] #40 4.913 + make tini-static
17:56:11 [2021-12-03T17:56:11.243Z] #40 ...
17:56:11 [2021-12-03T17:56:11.243Z] 
17:56:11 [2021-12-03T17:56:11.243Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:56:11 [2021-12-03T17:56:11.243Z] #51 sha256:4c2e7096c08222d7b5e7ad64f65b3462a4e174ccb7664ddd9c2d746dd8a0c917
17:56:11 [2021-12-03T17:56:11.243Z] #51 66.48 gotestsum version dev
17:56:11 [2021-12-03T17:56:11.243Z] #51 DONE 67.3s
17:56:11 [2021-12-03T17:56:11.243Z] 
17:56:11 [2021-12-03T17:56:11.243Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:11 [2021-12-03T17:56:11.243Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:56:11 [2021-12-03T17:56:11.243Z] #14 67.12 Selecting previously unselected package gcc-mingw-w64-base.
17:56:11 [2021-12-03T17:56:11.243Z] #14 67.14 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
17:56:11 [2021-12-03T17:56:11.243Z] #14 67.17 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:56:11 [2021-12-03T17:56:11.321Z] #40 5.830 -- The C compiler identification is GNU 10.2.1
17:56:11 [2021-12-03T17:56:11.321Z] #40 5.938 -- Detecting C compiler ABI info
17:56:11 [2021-12-03T17:56:11.382Z] #38 ...
17:56:11 [2021-12-03T17:56:11.382Z] 
17:56:11 [2021-12-03T17:56:11.382Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:11 [2021-12-03T17:56:11.382Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:56:11 [2021-12-03T17:56:11.382Z] #47 73.57 Selecting previously unselected package libprotobuf-c1:amd64.
17:56:11 [2021-12-03T17:56:11.382Z] #47 73.57 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
17:56:11 [2021-12-03T17:56:11.382Z] #47 73.58 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:56:11 [2021-12-03T17:56:11.382Z] #47 73.81 Selecting previously unselected package criu.
17:56:11 [2021-12-03T17:56:11.382Z] #47 73.81 Preparing to unpack .../7-criu_3.16.1-2_amd64.deb ...
17:56:11 [2021-12-03T17:56:11.382Z] #47 73.82 Unpacking criu (3.16.1-2) ...
17:56:11 [2021-12-03T17:56:11.382Z] #47 75.18 Setting up python3-pkg-resources (52.0.0-4) ...
17:56:11 [2021-12-03T17:56:11.499Z] #14 67.39 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
17:56:11 [2021-12-03T17:56:11.499Z] #14 67.41 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
17:56:11 [2021-12-03T17:56:11.499Z] #14 67.44 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:56:11 [2021-12-03T17:56:11.644Z] #47 ...
17:56:11 [2021-12-03T17:56:11.644Z] 
17:56:11 [2021-12-03T17:56:11.644Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:56:11 [2021-12-03T17:56:11.644Z] #62 sha256:009ad192b66abc76a75b6e8e4e0bef217fa9fef978a2796e5bb3e495e37b8277
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.411 + RM_GOPATH=0
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.411 + TMP_GOPATH=
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.411 + : /build
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.411 + '[' -z '' ']'
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.415 ++ mktemp -d
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.415 + export GOPATH=/tmp/tmp.R8MRMRqiIt
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.415 + GOPATH=/tmp/tmp.R8MRMRqiIt
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.415 + RM_GOPATH=1
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.415 + case "$(go env GOARCH)" in
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.431 ++ go env GOARCH
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.451 + export GO_BUILDMODE=-buildmode=pie
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.451 + GO_BUILDMODE=-buildmode=pie
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.451 ++ dirname /install.sh
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 Install containerd version v1.5.8
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 + dir=/
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 + bin=containerd
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 + shift
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 + '[' '!' -f //containerd.installer ']'
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 + . //containerd.installer
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 ++ set -e
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 ++ : v1.5.8
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 + install_containerd
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 + echo 'Install containerd version v1.5.8'
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.467 + git clone https://github.com/containerd/containerd.git /tmp/tmp.R8MRMRqiIt/src/github.com/containerd/containerd
17:56:11 [2021-12-03T17:56:11.644Z] #62 2.476 Cloning into '/tmp/tmp.R8MRMRqiIt/src/github.com/containerd/containerd'...
17:56:11 [2021-12-03T17:56:11.894Z] #40 6.519 -- Detecting C compiler ABI info - done
17:56:12 [2021-12-03T17:56:12.038Z] #34 ...
17:56:12 [2021-12-03T17:56:12.038Z] 
17:56:12 [2021-12-03T17:56:12.038Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:12 [2021-12-03T17:56:12.038Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:12 [2021-12-03T17:56:12.038Z] #14 79.15 Selecting previously unselected package binutils-mingw-w64-x86-64.
17:56:12 [2021-12-03T17:56:12.038Z] #14 79.15 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
17:56:12 [2021-12-03T17:56:12.038Z] #14 79.16 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:56:12 [2021-12-03T17:56:12.156Z] #40 6.650 -- Check for working C compiler: /usr/bin/cc - skipped
17:56:12 [2021-12-03T17:56:12.156Z] #40 6.650 -- Detecting C compile features
17:56:12 [2021-12-03T17:56:12.156Z] #40 6.650 -- Detecting C compile features - done
17:56:12 [2021-12-03T17:56:12.156Z] #40 6.680 -- Performing Test HAS_BUILTIN_FORTIFY
17:56:12 [2021-12-03T17:56:12.418Z] #40 6.918 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:56:12 [2021-12-03T17:56:12.685Z] #40 7.024 -- Configuring done
17:56:12 [2021-12-03T17:56:12.685Z] #40 7.024 -- Generating done
17:56:12 [2021-12-03T17:56:12.685Z] #40 7.024 -- Build files have been written to: /tmp/tmp.nEv5uWNhv2/tini
17:56:12 [2021-12-03T17:56:12.685Z] #40 7.029 + make tini-static
17:56:12 [2021-12-03T17:56:12.949Z] #40 7.318 Scanning dependencies of target tini-static
17:56:12 [2021-12-03T17:56:12.949Z] #40 7.422 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:56:13 [2021-12-03T17:56:13.180Z] #50 ...
17:56:13 [2021-12-03T17:56:13.180Z] 
17:56:13 [2021-12-03T17:56:13.180Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
17:56:13 [2021-12-03T17:56:13.180Z] #19 sha256:3bb1f51ee208ed1f992abb66223abeda9c8f70cd254dc7fbded69ba3b34d54ff
17:56:13 [2021-12-03T17:56:13.180Z] #19 151.7 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
17:56:13 [2021-12-03T17:56:13.180Z] #19 151.7 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
17:56:13 [2021-12-03T17:56:13.180Z] #19 151.7 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:56:13 [2021-12-03T17:56:13.180Z] #19 151.8 Selecting previously unselected package cpp-10-s390x-linux-gnu.
17:56:13 [2021-12-03T17:56:13.180Z] #19 151.8 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:56:13 [2021-12-03T17:56:13.180Z] #19 151.8 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:56:13 [2021-12-03T17:56:13.561Z] #62 ...
17:56:13 [2021-12-03T17:56:13.561Z] 
17:56:13 [2021-12-03T17:56:13.561Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:13 [2021-12-03T17:56:13.561Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:56:13 [2021-12-03T17:56:13.561Z] #47 78.19 Setting up libprotobuf23:amd64 (3.12.4-1) ...
17:56:13 [2021-12-03T17:56:13.561Z] #47 78.22 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:56:13 [2021-12-03T17:56:13.561Z] #47 78.30 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:56:13 [2021-12-03T17:56:13.561Z] #47 78.37 Setting up python3-six (1.16.0-2) ...
17:56:13 [2021-12-03T17:56:13.742Z] #19 ...
17:56:13 [2021-12-03T17:56:13.742Z] 
17:56:13 [2021-12-03T17:56:13.742Z] #50 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:56:13 [2021-12-03T17:56:13.742Z] #50 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:56:13 [2021-12-03T17:56:13.742Z] #50 DONE 167.5s
17:56:13 [2021-12-03T17:56:13.998Z] 
17:56:13 [2021-12-03T17:56:13.998Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
17:56:13 [2021-12-03T17:56:13.998Z] #19 sha256:3bb1f51ee208ed1f992abb66223abeda9c8f70cd254dc7fbded69ba3b34d54ff
17:56:14 [2021-12-03T17:56:14.337Z] #40 8.686 [100%] Linking C executable tini-static
17:56:14 [2021-12-03T17:56:14.770Z] #14 ...
17:56:14 [2021-12-03T17:56:14.770Z] 
17:56:14 [2021-12-03T17:56:14.770Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:56:14 [2021-12-03T17:56:14.770Z] #40 sha256:4f130bf12afb553e93e01760b05be846c3024d06e6a345fa3df7da416ff0cd8d
17:56:14 [2021-12-03T17:56:14.770Z] #40 5.342 Scanning dependencies of target tini-static
17:56:14 [2021-12-03T17:56:14.770Z] #40 5.414 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:56:14 [2021-12-03T17:56:14.770Z] #40 7.170 [100%] Linking C executable tini-static
17:56:14 [2021-12-03T17:56:14.770Z] #40 7.629 [100%] Built target tini-static
17:56:14 [2021-12-03T17:56:14.770Z] #40 7.701 + mkdir -p /build
17:56:14 [2021-12-03T17:56:14.770Z] #40 7.705 + cp tini-static /build/docker-init
17:56:14 [2021-12-03T17:56:14.770Z] #40 DONE 8.1s
17:56:14 [2021-12-03T17:56:14.770Z] 
17:56:14 [2021-12-03T17:56:14.770Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:56:14 [2021-12-03T17:56:14.770Z] #43 sha256:cd0f677a8336f6a9211410edb72af71d9e15a60720917c2037eea2f9e349709a
17:56:14 [2021-12-03T17:56:14.911Z] #40 9.325 [100%] Built target tini-static
17:56:14 [2021-12-03T17:56:14.911Z] #40 9.408 + mkdir -p /build
17:56:14 [2021-12-03T17:56:14.911Z] #40 9.408 + cp tini-static /build/docker-init
17:56:15 [2021-12-03T17:56:15.051Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:56:15 [2021-12-03T17:56:15.325Z] #14 84.00 Selecting previously unselected package binutils-mingw-w64.
17:56:15 [2021-12-03T17:56:15.325Z] #14 84.00 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
17:56:15 [2021-12-03T17:56:15.325Z] #14 84.02 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
17:56:15 [2021-12-03T17:56:15.325Z] #14 ...
17:56:15 [2021-12-03T17:56:15.325Z] 
17:56:15 [2021-12-03T17:56:15.325Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:15 [2021-12-03T17:56:15.325Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:56:15 [2021-12-03T17:56:15.325Z] #47 73.96 Setting up python3-pkg-resources (52.0.0-4) ...
17:56:15 [2021-12-03T17:56:15.325Z] #47 77.01 Setting up libprotobuf23:amd64 (3.12.4-1) ...
17:56:15 [2021-12-03T17:56:15.325Z] #47 77.03 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:56:15 [2021-12-03T17:56:15.325Z] #47 77.05 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:56:15 [2021-12-03T17:56:15.325Z] #47 77.07 Setting up python3-six (1.16.0-2) ...
17:56:15 [2021-12-03T17:56:15.325Z] #47 79.02 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
17:56:15 [2021-12-03T17:56:15.325Z] #47 79.04 Setting up python3-protobuf (3.12.4-1) ...
17:56:15 [2021-12-03T17:56:15.347Z] Fetching without tags
17:56:15 [2021-12-03T17:56:15.478Z] #47 80.11 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
17:56:15 [2021-12-03T17:56:15.478Z] #47 80.18 Setting up python3-protobuf (3.12.4-1) ...
17:56:15 [2021-12-03T17:56:15.584Z] #47 ...
17:56:15 [2021-12-03T17:56:15.584Z] 
17:56:15 [2021-12-03T17:56:15.584Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:15 [2021-12-03T17:56:15.584Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:15 [2021-12-03T17:56:15.584Z] #14 84.24 Selecting previously unselected package libdevmapper1.02.1:amd64.
17:56:15 [2021-12-03T17:56:15.844Z] #14 84.25 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:56:15 [2021-12-03T17:56:15.844Z] #14 84.27 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:56:15 [2021-12-03T17:56:15.906Z] #40 ...
17:56:15 [2021-12-03T17:56:15.906Z] 
17:56:15 [2021-12-03T17:56:15.906Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:15 [2021-12-03T17:56:15.906Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:15 [2021-12-03T17:56:15.906Z] #14 66.72 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
17:56:15 [2021-12-03T17:56:15.906Z] #14 66.72 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:56:15 [2021-12-03T17:56:15.906Z] #14 66.72 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:56:16 [2021-12-03T17:56:16.007Z] Merging remotes/origin/master commit f6848ae321b69efb0c1a0304a394e1e3f141b1e1 into PR head commit d78b8835766221e52842a78402c2b78ac23af530
17:56:16 [2021-12-03T17:56:16.107Z] #14 84.58 Selecting previously unselected package dmsetup.
17:56:16 [2021-12-03T17:56:16.107Z] #14 84.59 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
17:56:16 [2021-12-03T17:56:16.107Z] #14 84.60 Unpacking dmsetup (2:1.02.175-2.1) ...
17:56:16 [2021-12-03T17:56:16.171Z] #14 ...
17:56:16 [2021-12-03T17:56:16.171Z] 
17:56:16 [2021-12-03T17:56:16.171Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:56:16 [2021-12-03T17:56:16.171Z] #40 sha256:6bc5d0544e43a0576e42f71aa64edf70119ae2af35b605b3e0e0266ff33a1611
17:56:16 [2021-12-03T17:56:16.171Z] #40 DONE 10.6s
17:56:16 [2021-12-03T17:56:16.171Z] 
17:56:16 [2021-12-03T17:56:16.171Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:16 [2021-12-03T17:56:16.171Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:16 [2021-12-03T17:56:16.366Z] #14 84.91 Selecting previously unselected package mingw-w64-common.
17:56:16 [2021-12-03T17:56:16.366Z] #14 84.92 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
17:56:16 [2021-12-03T17:56:16.366Z] #14 84.94 Unpacking mingw-w64-common (8.0.0-1) ...
17:56:15 [2021-12-03T17:56:15.125Z]  > git config --add remote.origin.fetch +refs/pull/42981/head:refs/remotes/origin/PR-42981 # timeout=10
17:56:15 [2021-12-03T17:56:15.164Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:56:15 [2021-12-03T17:56:15.273Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:56:15 [2021-12-03T17:56:15.387Z] Fetching upstream changes from https://github.com/moby/moby.git
17:56:15 [2021-12-03T17:56:15.387Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:56:15 [2021-12-03T17:56:15.388Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42981/head:refs/remotes/origin/PR-42981 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:56:16 [2021-12-03T17:56:16.119Z]  > git config core.sparsecheckout # timeout=10
17:56:16 [2021-12-03T17:56:16.155Z]  > git checkout -f d78b8835766221e52842a78402c2b78ac23af530 # timeout=10
17:56:18 [2021-12-03T17:56:18.942Z] #43 ...
17:56:18 [2021-12-03T17:56:18.942Z] 
17:56:18 [2021-12-03T17:56:18.942Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:18 [2021-12-03T17:56:18.942Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:56:18 [2021-12-03T17:56:18.942Z] #14 74.49 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
17:56:18 [2021-12-03T17:56:18.942Z] #14 74.49 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
17:56:18 [2021-12-03T17:56:18.942Z] #14 74.49 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.8 Selecting previously unselected package cpp-aarch64-linux-gnu.
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.8 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.8 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.8 Selecting previously unselected package cpp-arm-linux-gnueabi.
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.8 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.8 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.9 Selecting previously unselected package cpp-arm-linux-gnueabihf.
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.9 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.9 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.9 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.9 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.9 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.9 Selecting previously unselected package cpp-s390x-linux-gnu.
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.9 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 156.9 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.0 Selecting previously unselected package cross-config.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.0 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.0 Unpacking cross-config (2.6.18+nmu1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.0 Selecting previously unselected package gcc-10-cross-base.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.0 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.0 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.0 Selecting previously unselected package libc6-arm64-cross.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.0 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.0 Unpacking libc6-arm64-cross (2.31-9cross4) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.2 Selecting previously unselected package libgcc-s1-arm64-cross.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.2 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.2 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.2 Selecting previously unselected package libgomp1-arm64-cross.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.2 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.2 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.2 Selecting previously unselected package libitm1-arm64-cross.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.2 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.2 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.3 Selecting previously unselected package libatomic1-arm64-cross.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.3 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.3 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.3 Selecting previously unselected package libasan6-arm64-cross.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.3 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.3 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.5 Selecting previously unselected package liblsan0-arm64-cross.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.5 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.5 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.6 Selecting previously unselected package libtsan0-arm64-cross.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.6 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.6 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.9 Selecting previously unselected package libstdc++6-arm64-cross.
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.9 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.9 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.251Z] #19 157.9 Selecting previously unselected package libubsan1-arm64-cross.
17:56:19 [2021-12-03T17:56:19.433Z] Merge succeeded, producing 8cd32c521dc63a2fb1550358d7d62c3b7dc196f2
17:56:19 [2021-12-03T17:56:19.434Z] Checking out Revision 8cd32c521dc63a2fb1550358d7d62c3b7dc196f2 (PR-42981)
17:56:19 [2021-12-03T17:56:19.507Z] #19 157.9 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.507Z] #19 157.9 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.507Z] #19 158.0 Selecting previously unselected package libgcc-10-dev-arm64-cross.
17:56:19 [2021-12-03T17:56:19.507Z] #19 158.0 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:19 [2021-12-03T17:56:19.507Z] #19 158.0 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.507Z] #19 158.2 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
17:56:19 [2021-12-03T17:56:19.690Z] #47 ...
17:56:19 [2021-12-03T17:56:19.690Z] 
17:56:19 [2021-12-03T17:56:19.690Z] #38 [tini 1/3] 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
17:56:19 [2021-12-03T17:56:19.690Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:56:19 [2021-12-03T17:56:19.690Z] #38 83.31 Selecting previously unselected package libxml2:amd64.
17:56:19 [2021-12-03T17:56:19.690Z] #38 83.32 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
17:56:19 [2021-12-03T17:56:19.690Z] #38 83.36 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:56:19 [2021-12-03T17:56:19.690Z] #38 84.31 Selecting previously unselected package libarchive13:amd64.
17:56:19 [2021-12-03T17:56:19.690Z] #38 84.32 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
17:56:19 [2021-12-03T17:56:19.690Z] #38 84.33 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
17:56:19 [2021-12-03T17:56:19.690Z] #38 84.87 Selecting previously unselected package libjsoncpp24:amd64.
17:56:19 [2021-12-03T17:56:19.690Z] #38 84.87 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
17:56:19 [2021-12-03T17:56:19.690Z] #38 84.89 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
17:56:19 [2021-12-03T17:56:19.763Z] #19 158.2 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:56:19 [2021-12-03T17:56:19.763Z] #19 158.2 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:56:19 [2021-12-03T17:56:19.951Z] #38 85.12 Selecting previously unselected package librhash0:amd64.
17:56:19 [2021-12-03T17:56:19.951Z] #38 85.13 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
17:56:19 [2021-12-03T17:56:19.951Z] #38 85.17 Unpacking librhash0:amd64 (1.4.1-2) ...
17:56:20 [2021-12-03T17:56:20.213Z] #38 85.44 Selecting previously unselected package libuv1:amd64.
17:56:20 [2021-12-03T17:56:20.213Z] #38 85.47 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
17:56:20 [2021-12-03T17:56:20.213Z] #38 85.48 Unpacking libuv1:amd64 (1.40.0-2) ...
17:56:20 [2021-12-03T17:56:20.475Z] #38 85.70 Selecting previously unselected package cmake.
17:56:20 [2021-12-03T17:56:20.475Z] #38 85.75 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ...
17:56:20 [2021-12-03T17:56:20.475Z] #38 85.76 Unpacking cmake (3.18.4-2) ...
17:56:18 [2021-12-03T17:56:18.251Z]  > git remote # timeout=10
17:56:18 [2021-12-03T17:56:18.319Z]  > git config --get remote.origin.url # timeout=10
17:56:18 [2021-12-03T17:56:18.354Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:56:18 [2021-12-03T17:56:18.356Z]  > git merge f6848ae321b69efb0c1a0304a394e1e3f141b1e1 # timeout=10
17:56:19 [2021-12-03T17:56:19.358Z]  > git rev-parse "HEAD^{commit}" # timeout=10
17:56:19 [2021-12-03T17:56:19.472Z]  > git config core.sparsecheckout # timeout=10
17:56:19 [2021-12-03T17:56:19.509Z]  > git checkout -f 8cd32c521dc63a2fb1550358d7d62c3b7dc196f2 # timeout=10
17:56:21 [2021-12-03T17:56:21.644Z] #14 ...
17:56:21 [2021-12-03T17:56:21.645Z] 
17:56:21 [2021-12-03T17:56:21.645Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:21 [2021-12-03T17:56:21.645Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:56:21 [2021-12-03T17:56:21.645Z] #47 86.43 Setting up criu (3.16.1-2) ...
17:56:21 [2021-12-03T17:56:21.645Z] #47 88.81 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:56:21 [2021-12-03T17:56:21.645Z] #47 DONE 89.8s
17:56:21 [2021-12-03T17:56:21.645Z] 
17:56:21 [2021-12-03T17:56:21.645Z] #38 [tini 1/3] 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
17:56:21 [2021-12-03T17:56:21.645Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:56:21 [2021-12-03T17:56:21.645Z] #38 83.22 Selecting previously unselected package libxml2:amd64.
17:56:21 [2021-12-03T17:56:21.645Z] #38 83.22 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 83.23 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 84.15 Selecting previously unselected package libarchive13:amd64.
17:56:21 [2021-12-03T17:56:21.645Z] #38 84.16 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 84.17 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 84.70 Selecting previously unselected package libjsoncpp24:amd64.
17:56:21 [2021-12-03T17:56:21.645Z] #38 84.71 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 84.73 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 85.05 Selecting previously unselected package librhash0:amd64.
17:56:21 [2021-12-03T17:56:21.645Z] #38 85.06 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 85.08 Unpacking librhash0:amd64 (1.4.1-2) ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 85.45 Selecting previously unselected package libuv1:amd64.
17:56:21 [2021-12-03T17:56:21.645Z] #38 85.45 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 85.47 Unpacking libuv1:amd64 (1.40.0-2) ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 85.73 Selecting previously unselected package cmake.
17:56:21 [2021-12-03T17:56:21.645Z] #38 85.76 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ...
17:56:21 [2021-12-03T17:56:21.645Z] #38 85.77 Unpacking cmake (3.18.4-2) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.02 Setting up libicu67:amd64 (67.1-7) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.03 Setting up xxd (2:8.2.2434-3) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.07 Setting up libuv1:amd64 (1.40.0-2) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.09 Setting up vim-common (2:8.2.2434-3) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.16 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.17 Setting up librhash0:amd64 (1.4.1-2) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.18 Setting up cmake-data (3.18.4-2) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.20 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.21 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.26 Setting up cmake (3.18.4-2) ...
17:56:22 [2021-12-03T17:56:22.580Z] #38 91.32 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:56:23 [2021-12-03T17:56:23.148Z] #38 DONE 91.8s
17:56:23 [2021-12-03T17:56:23.148Z] 
17:56:23 [2021-12-03T17:56:23.148Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
17:56:23 [2021-12-03T17:56:23.148Z] #39 sha256:27508aee8a386fc320e4bd7c4010e9c552bd00069224e9f3e7840c2c7c0cf61a
17:56:23 [2021-12-03T17:56:23.715Z] #39 DONE 0.3s
17:56:23 [2021-12-03T17:56:23.715Z] 
17:56:23 [2021-12-03T17:56:23.715Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:56:23 [2021-12-03T17:56:23.715Z] #40 sha256:bd18759d6e9ff984f8a5dff46176573a2c36365eef5b60ac0cb66cb9ec24fbab
17:56:24 [2021-12-03T17:56:24.194Z] #14 ...
17:56:24 [2021-12-03T17:56:24.194Z] 
17:56:24 [2021-12-03T17:56:24.194Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:56:24 [2021-12-03T17:56:24.194Z] #62 sha256:ee5ca6a2b20ea266f8044acce4224ed2c8121774f7d305a253b582a46b75eff6
17:56:24 [2021-12-03T17:56:24.708Z] #62 34.71 Updating files:  71% (3359/4701)
Updating files:  72% (3385/4701)
Updating files:  73% (3432/4701)
Updating files:  74% (3479/4701)
Updating files:  75% (3526/4701)
Updating files:  76% (3573/4701)
Updating files:  77% (3620/4701)
Updating files:  78% (3667/4701)
Updating files:  79% (3714/4701)
Updating files:  80% (3761/4701)
Updating files:  81% (3808/4701)
Updating files:  82% (3855/4701)
Updating files:  83% (3902/4701)
Updating files:  84% (3949/4701)
Updating files:  85% (3996/4701)
Updating files:  86% (4043/4701)
Updating files:  87% (4090/4701)
Updating files:  88% (4137/4701)
Updating files:  89% (4184/4701)
Updating files:  90% (4231/4701)
Updating files:  91% (4278/4701)
Updating files:  92% (4325/4701)
Updating files:  93% (4372/4701)
Updating files:  94% (4419/4701)
Updating files:  95% (4466/4701)
Updating files:  96% (4513/4701)
Updating files:  97% (4560/4701)
Updating files:  98% (4607/4701)
Updating files:  99% (4654/4701)
Updating files: 100% (4701/4701)
Updating files: 100% (4701/4701), done.
17:56:24 [2021-12-03T17:56:24.708Z] #62 35.34 + cd /tmp/tmp.UGcnUOpLQs/src/github.com/containerd/containerd
17:56:24 [2021-12-03T17:56:24.708Z] #62 35.34 + git checkout -q v1.5.8
17:56:25 [2021-12-03T17:56:25.016Z] #19 163.2 Selecting previously unselected package gcc-aarch64-linux-gnu.
17:56:25 [2021-12-03T17:56:25.016Z] #19 163.2 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:25 [2021-12-03T17:56:25.016Z] #19 163.2 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
17:56:25 [2021-12-03T17:56:25.016Z] #19 163.2 Selecting previously unselected package linux-libc-dev-arm64-cross.
17:56:25 [2021-12-03T17:56:25.016Z] #19 163.2 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
17:56:25 [2021-12-03T17:56:25.016Z] #19 163.2 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
17:56:25 [2021-12-03T17:56:25.016Z] #19 163.4 Selecting previously unselected package libc6-dev-arm64-cross.
17:56:25 [2021-12-03T17:56:25.016Z] #19 163.4 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
17:56:25 [2021-12-03T17:56:25.016Z] #19 163.4 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
17:56:25 [2021-12-03T17:56:25.016Z] #19 163.6 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.430 + RM_GOPATH=0
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.430 + TMP_GOPATH=
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.430 + : /build
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.430 + '[' -z '' ']'
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.430 ++ mktemp -d
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.433 + export GOPATH=/tmp/tmp.VihAl3TFn9
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.433 + GOPATH=/tmp/tmp.VihAl3TFn9
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.433 + RM_GOPATH=1
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.433 + case "$(go env GOARCH)" in
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.441 ++ go env GOARCH
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.461 + export GO_BUILDMODE=-buildmode=pie
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.461 + GO_BUILDMODE=-buildmode=pie
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.461 ++ dirname /install.sh
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.469 Install tini version v0.19.0
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.469 + dir=/
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.469 + bin=tini
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.469 + shift
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.469 + '[' '!' -f //tini.installer ']'
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.469 + . //tini.installer
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.469 ++ : v0.19.0
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.469 + install_tini
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.469 + echo 'Install tini version v0.19.0'
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.469 + git clone https://github.com/krallin/tini.git /tmp/tmp.VihAl3TFn9/tini
17:56:25 [2021-12-03T17:56:25.092Z] #40 1.505 Cloning into '/tmp/tmp.VihAl3TFn9/tini'...
17:56:25 [2021-12-03T17:56:25.272Z] #19 163.6 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:25 [2021-12-03T17:56:25.272Z] #19 163.6 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
17:56:25 [2021-12-03T17:56:25.272Z] #19 163.9 Selecting previously unselected package g++-10-aarch64-linux-gnu.
17:56:25 [2021-12-03T17:56:25.272Z] #19 163.9 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:56:25 [2021-12-03T17:56:25.272Z] #19 163.9 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:56:25 [2021-12-03T17:56:25.769Z] #38 ...
17:56:25 [2021-12-03T17:56:25.770Z] 
17:56:25 [2021-12-03T17:56:25.770Z] #47 [criu 2/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         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
17:56:25 [2021-12-03T17:56:25.770Z] #47 sha256:4aebccb76024cbfeabf0a4a39d86f113192ad2581302ab830c3d7be2c9e74bf7
17:56:25 [2021-12-03T17:56:25.770Z] #47 86.54 Setting up criu (3.16.1-2) ...
17:56:25 [2021-12-03T17:56:25.770Z] #47 89.70 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:56:25 [2021-12-03T17:56:25.770Z] #47 DONE 90.3s
17:56:25 [2021-12-03T17:56:25.770Z] 
17:56:25 [2021-12-03T17:56:25.770Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:25 [2021-12-03T17:56:25.770Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:25 [2021-12-03T17:56:25.770Z] #14 80.55 Selecting previously unselected package mingw-w64-x86-64-dev.
17:56:25 [2021-12-03T17:56:25.770Z] #14 80.56 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
17:56:25 [2021-12-03T17:56:25.770Z] #14 80.56 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
17:56:26 [2021-12-03T17:56:26.080Z] #62 36.53 + export 'BUILDTAGS=netgo osusergo static_build'
17:56:26 [2021-12-03T17:56:26.080Z] #62 36.53 + BUILDTAGS='netgo osusergo static_build'
17:56:26 [2021-12-03T17:56:26.080Z] #62 36.53 + export EXTRA_FLAGS=-buildmode=pie
17:56:26 [2021-12-03T17:56:26.080Z] #62 36.53 + EXTRA_FLAGS=-buildmode=pie
17:56:26 [2021-12-03T17:56:26.080Z] #62 36.54 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
17:56:26 [2021-12-03T17:56:26.080Z] #62 36.54 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
17:56:26 [2021-12-03T17:56:26.080Z] #62 36.54 + '[' '' = dynamic ']'
17:56:26 [2021-12-03T17:56:26.080Z] #62 36.54 + make
17:56:26 [2021-12-03T17:56:26.470Z] #40 2.653 + cd /tmp/tmp.VihAl3TFn9/tini
17:56:26 [2021-12-03T17:56:26.470Z] #40 2.653 + git checkout -q v0.19.0
17:56:26 [2021-12-03T17:56:26.470Z] #40 2.709 + cmake .
17:56:26 [2021-12-03T17:56:26.714Z] #14 91.81 Selecting previously unselected package gcc-mingw-w64-base.
17:56:26 [2021-12-03T17:56:26.714Z] #14 91.82 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
17:56:26 [2021-12-03T17:56:26.714Z] #14 91.90 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:56:26 [2021-12-03T17:56:26.977Z] #14 92.17 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
17:56:26 [2021-12-03T17:56:26.977Z] #14 92.17 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
17:56:26 [2021-12-03T17:56:26.977Z] #14 92.20 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:56:27 [2021-12-03T17:56:27.019Z] #62 37.59 + bin/ctr
17:56:27 [2021-12-03T17:56:27.409Z] #40 3.541 -- The C compiler identification is GNU 10.2.1
17:56:27 [2021-12-03T17:56:27.409Z] #40 3.677 -- Detecting C compiler ABI info
17:56:28 [2021-12-03T17:56:28.345Z] #40 4.649 -- Detecting C compiler ABI info - done
17:56:28 [2021-12-03T17:56:28.345Z] #40 4.841 -- Check for working C compiler: /usr/bin/cc - skipped
17:56:28 [2021-12-03T17:56:28.345Z] #40 4.892 -- Detecting C compile features
17:56:28 [2021-12-03T17:56:28.345Z] #40 4.892 -- Detecting C compile features - done
17:56:28 [2021-12-03T17:56:28.345Z] #40 4.953 -- Performing Test HAS_BUILTIN_FORTIFY
17:56:28 [2021-12-03T17:56:28.365Z] #14 ...
17:56:28 [2021-12-03T17:56:28.365Z] 
17:56:28 [2021-12-03T17:56:28.365Z] #38 [tini 1/3] 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
17:56:28 [2021-12-03T17:56:28.365Z] #38 sha256:c469ed43acd60439e33fa77b951f8ab4698e0c1e0b19360688e650b4a153e4ea
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.36 Setting up libicu67:amd64 (67.1-7) ...
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.38 Setting up xxd (2:8.2.2434-3) ...
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.41 Setting up libuv1:amd64 (1.40.0-2) ...
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.45 Setting up vim-common (2:8.2.2434-3) ...
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.49 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.50 Setting up librhash0:amd64 (1.4.1-2) ...
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.52 Setting up cmake-data (3.18.4-2) ...
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.56 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.58 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.61 Setting up cmake (3.18.4-2) ...
17:56:28 [2021-12-03T17:56:28.365Z] #38 93.62 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:56:28 [2021-12-03T17:56:28.604Z] #40 ...
17:56:28 [2021-12-03T17:56:28.604Z] 
17:56:28 [2021-12-03T17:56:28.604Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:56:28 [2021-12-03T17:56:28.604Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:56:28 [2021-12-03T17:56:28.604Z] #51 96.87 gotestsum version dev
17:56:28 [2021-12-03T17:56:28.604Z] #51 DONE 97.1s
17:56:28 [2021-12-03T17:56:28.604Z] 
17:56:28 [2021-12-03T17:56:28.604Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:28 [2021-12-03T17:56:28.604Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:28 [2021-12-03T17:56:28.604Z] #14 92.01 Selecting previously unselected package mingw-w64-x86-64-dev.
17:56:28 [2021-12-03T17:56:28.604Z] #14 92.07 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
17:56:28 [2021-12-03T17:56:28.604Z] #14 92.07 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
17:56:28 [2021-12-03T17:56:28.604Z] #14 ...
17:56:28 [2021-12-03T17:56:28.604Z] 
17:56:28 [2021-12-03T17:56:28.604Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:56:28 [2021-12-03T17:56:28.604Z] #40 sha256:bd18759d6e9ff984f8a5dff46176573a2c36365eef5b60ac0cb66cb9ec24fbab
17:56:28 [2021-12-03T17:56:28.604Z] #40 5.211 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:56:28 [2021-12-03T17:56:28.863Z] #40 5.370 -- Configuring done
17:56:28 [2021-12-03T17:56:28.863Z] #40 5.418 -- Generating done
17:56:28 [2021-12-03T17:56:28.863Z] #40 5.418 -- Build files have been written to: /tmp/tmp.VihAl3TFn9/tini
17:56:28 [2021-12-03T17:56:28.863Z] #40 5.462 + make tini-static
17:56:28 [2021-12-03T17:56:28.938Z] #38 DONE 94.1s
17:56:28 [2021-12-03T17:56:28.938Z] 
17:56:28 [2021-12-03T17:56:28.938Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
17:56:28 [2021-12-03T17:56:28.938Z] #39 sha256:efe13dcfcbf5988fda43efd47577a24ee33271aeec73d84e2b9b0d04066b867c
17:56:29 [2021-12-03T17:56:29.199Z] #39 DONE 0.3s
17:56:29 [2021-12-03T17:56:29.199Z] 
17:56:29 [2021-12-03T17:56:29.199Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:56:29 [2021-12-03T17:56:29.199Z] #40 sha256:16e90e895113ab34a486e4018ba811f71c9e7fbd8d7d7f86a4f9cb841b757a0e
17:56:29 [2021-12-03T17:56:29.430Z] #40 6.045 Scanning dependencies of target tini-static
17:56:29 [2021-12-03T17:56:29.998Z] #40 6.279 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.6 Selecting previously unselected package g++-aarch64-linux-gnu.
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.6 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.6 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.7 Selecting previously unselected package patch.
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.7 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.7 Unpacking patch (2.7.6-7) ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.7 Selecting previously unselected package dpkg-dev.
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.7 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.7 Unpacking dpkg-dev (1.20.9) ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.9 Selecting previously unselected package libconfig-inifiles-perl.
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.9 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.9 Unpacking libconfig-inifiles-perl (3.000003-1) ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.9 Selecting previously unselected package libio-string-perl.
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.9 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.9 Unpacking libio-string-perl (1.08-3.1) ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.9 Selecting previously unselected package libicu67:amd64.
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.9 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
17:56:30 [2021-12-03T17:56:30.525Z] #19 168.9 Unpacking libicu67:amd64 (67.1-7) ...
17:56:30 [2021-12-03T17:56:30.985Z] Commit message: "Merge commit 'f6848ae321b69efb0c1a0304a394e1e3f141b1e1' into HEAD"
17:56:31 [2021-12-03T17:56:31.084Z] #14 79.30 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
17:56:31 [2021-12-03T17:56:31.084Z] #14 79.30 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:56:31 [2021-12-03T17:56:31.084Z] #14 79.30 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:56:31 [2021-12-03T17:56:31.114Z] First time build. Skipping changelog.
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.8 Selecting previously unselected package libxml2:amd64.
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.8 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.8 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.9 Selecting previously unselected package libxml-namespacesupport-perl.
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.9 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.9 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.9 Selecting previously unselected package libxml-sax-base-perl.
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.9 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.9 Unpacking libxml-sax-base-perl (1.09-1.1) ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.9 Selecting previously unselected package libxml-sax-perl.
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.9 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 169.9 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.0 Selecting previously unselected package libxml-libxml-perl.
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.0 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.0 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.0 Selecting previously unselected package libxml-simple-perl.
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.0 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.0 Unpacking libxml-simple-perl (2.25-1) ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.1 Selecting previously unselected package libyaml-perl.
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.1 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.1 Unpacking libyaml-perl (1.30-1) ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.1 Selecting previously unselected package libconfig-auto-perl.
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.1 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.1 Unpacking libconfig-auto-perl (0.44-1.1) ...
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.1 Selecting previously unselected package libfile-which-perl.
17:56:31 [2021-12-03T17:56:31.452Z] #19 170.1 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.1 Unpacking libfile-which-perl (1.23-1) ...
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.2 Selecting previously unselected package libfile-homedir-perl.
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.2 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.2 Unpacking libfile-homedir-perl (1.006-1) ...
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.2 Selecting previously unselected package libdebian-dpkgcross-perl.
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.2 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.2 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.2 Selecting previously unselected package dpkg-cross.
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.2 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.2 Unpacking dpkg-cross (2.6.18+nmu1) ...
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.3 Selecting previously unselected package crossbuild-essential-arm64.
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.3 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.3 Unpacking crossbuild-essential-arm64 (12.9) ...
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.3 Selecting previously unselected package libc6-armel-cross.
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.3 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
17:56:31 [2021-12-03T17:56:31.708Z] #19 170.3 Unpacking libc6-armel-cross (2.31-9cross4) ...
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.569 + RM_GOPATH=0
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.569 + TMP_GOPATH=
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.569 + : /build
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.569 + '[' -z '' ']'
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.569 ++ mktemp -d
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.591 + export GOPATH=/tmp/tmp.Rtcx6mNu5T
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.591 + GOPATH=/tmp/tmp.Rtcx6mNu5T
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.591 + RM_GOPATH=1
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.591 + case "$(go env GOARCH)" in
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.591 ++ go env GOARCH
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 Install tini version v0.19.0
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 + export GO_BUILDMODE=-buildmode=pie
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 + GO_BUILDMODE=-buildmode=pie
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 ++ dirname /install.sh
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 + dir=/
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 + bin=tini
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 + shift
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 + '[' '!' -f //tini.installer ']'
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 + . //tini.installer
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 ++ : v0.19.0
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 + install_tini
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 + echo 'Install tini version v0.19.0'
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 + git clone https://github.com/krallin/tini.git /tmp/tmp.Rtcx6mNu5T/tini
17:56:31 [2021-12-03T17:56:31.752Z] #40 2.624 Cloning into '/tmp/tmp.Rtcx6mNu5T/tini'...
17:56:31 [2021-12-03T17:56:31.901Z] #40 8.071 [100%] Linking C executable tini-static
17:56:31 [2021-12-03T17:56:31.023Z]  > git rev-list --no-walk 53dba498671aad833ea9a060853734379c7baaf9 # timeout=10
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.4 Selecting previously unselected package libgcc-s1-armel-cross.
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.4 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.4 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.5 Selecting previously unselected package libgomp1-armel-cross.
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.5 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.5 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.5 Selecting previously unselected package libatomic1-armel-cross.
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.5 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.5 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.5 Selecting previously unselected package libasan6-armel-cross.
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.5 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
17:56:31 [2021-12-03T17:56:31.963Z] #19 170.6 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
17:56:32 [2021-12-03T17:56:32.220Z] #19 170.8 Selecting previously unselected package libstdc++6-armel-cross.
17:56:32 [2021-12-03T17:56:32.220Z] #19 170.8 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
17:56:32 [2021-12-03T17:56:32.220Z] #19 170.8 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
17:56:32 [2021-12-03T17:56:32.220Z] #19 170.8 Selecting previously unselected package libubsan1-armel-cross.
17:56:32 [2021-12-03T17:56:32.220Z] #19 170.8 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
17:56:32 [2021-12-03T17:56:32.220Z] #19 170.8 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
17:56:32 [2021-12-03T17:56:32.476Z] #19 170.9 Selecting previously unselected package libgcc-10-dev-armel-cross.
17:56:32 [2021-12-03T17:56:32.476Z] #19 170.9 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
17:56:32 [2021-12-03T17:56:32.476Z] #19 170.9 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
17:56:32 [2021-12-03T17:56:32.476Z] #19 171.0 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
17:56:32 [2021-12-03T17:56:32.476Z] #19 171.0 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
17:56:32 [2021-12-03T17:56:32.476Z] #19 171.1 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:56:32 [2021-12-03T17:56:32.837Z] #40 9.063 [100%] Built target tini-static
17:56:32 [2021-12-03T17:56:32.837Z] #40 9.208 + mkdir -p /build
17:56:32 [2021-12-03T17:56:32.837Z] #40 9.225 + cp tini-static /build/docker-init
17:56:33 [2021-12-03T17:56:33.096Z] #40 DONE 9.4s
17:56:33 [2021-12-03T17:56:33.096Z] 
17:56:33 [2021-12-03T17:56:33.096Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:33 [2021-12-03T17:56:33.096Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:33 [2021-12-03T17:56:33.096Z] #14 101.1 Selecting previously unselected package gcc-mingw-w64-base.
17:56:33 [2021-12-03T17:56:33.096Z] #14 101.1 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
17:56:33 [2021-12-03T17:56:33.096Z] #14 101.1 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:56:33 [2021-12-03T17:56:33.096Z] #14 101.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
17:56:33 [2021-12-03T17:56:33.096Z] #14 101.4 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
17:56:33 [2021-12-03T17:56:33.096Z] #14 101.4 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:56:33 [2021-12-03T17:56:33.143Z] #40 3.867 + cd /tmp/tmp.Rtcx6mNu5T/tini
17:56:33 [2021-12-03T17:56:33.143Z] #40 3.867 + git checkout -q v0.19.0
17:56:33 [2021-12-03T17:56:33.143Z] #40 3.910 + cmake .
17:56:33 [2021-12-03T17:56:33.632Z] #14 ...
17:56:33 [2021-12-03T17:56:33.632Z] 
17:56:33 [2021-12-03T17:56:33.632Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:56:33 [2021-12-03T17:56:33.632Z] #62 sha256:3ce20012bea38eb19df3246517fd9fa40867a76b217b7c11d536e6d327b487f7
17:56:33 [2021-12-03T17:56:33.632Z] #62 41.39 Updating files:  46% (2209/4701)
Updating files:  47% (2210/4701)
Updating files:  48% (2257/4701)
Updating files:  49% (2304/4701)
Updating files:  50% (2351/4701)
Updating files:  51% (2398/4701)
Updating files:  52% (2445/4701)
Updating files:  53% (2492/4701)
Updating files:  54% (2539/4701)
Updating files:  55% (2586/4701)
Updating files:  56% (2633/4701)
Updating files:  57% (2680/4701)
Updating files:  58% (2727/4701)
Updating files:  59% (2774/4701)
Updating files:  60% (2821/4701)
Updating files:  61% (2868/4701)
Updating files:  62% (2915/4701)
Updating files:  63% (2962/4701)
Updating files:  64% (3009/4701)
Updating files:  65% (3056/4701)
Updating files:  66% (3103/4701)
Updating files:  67% (3150/4701)
Updating files:  68% (3197/4701)
Updating files:  69% (3244/4701)
Updating files:  70% (3291/4701)
Updating files:  71% (3338/4701)
Updating files:  72% (3385/4701)
Updating files:  73% (3432/4701)
Updating files:  74% (3479/4701)
Updating files:  75% (3526/4701)
Updating files:  76% (3573/4701)
Updating files:  77% (3620/4701)
Updating files:  78% (3667/4701)
Updating files:  79% (3714/4701)
Updating files:  80% (3761/4701)
Updating files:  81% (3808/4701)
Updating files:  82% (3855/4701)
Updating files:  83% (3902/4701)
Updating files:  84% (3949/4701)
Updating files:  85% (3996/4701)
Updating files:  86% (4043/4701)
Updating files:  87% (4090/4701)
Updating files:  88% (4137/4701)
Updating files:  89% (4184/4701)
Updating files:  90% (4231/4701)
Updating files:  91% (4278/4701)
Updating files:  92% (4325/4701)
Updating files:  92% (4341/4701)
Updating files:  93% (4372/4701)
Updating files:  94% (4419/4701)
Updating files:  95% (4466/4701)
Updating files:  96% (4513/4701)
Updating files:  97% (4560/4701)
Updating files:  98% (4607/4701)
Updating files:  99% (4654/4701)
Updating files: 100% (4701/4701)
Updating files: 100% (4701/4701), done.
17:56:33 [2021-12-03T17:56:33.632Z] #62 42.61 + cd /tmp/tmp.VrqhYgddp6/src/github.com/containerd/containerd
17:56:33 [2021-12-03T17:56:33.632Z] #62 42.63 + git checkout -q v1.5.8
17:56:33 [2021-12-03T17:56:33.716Z] #40 4.675 -- The C compiler identification is GNU 10.2.1
17:56:33 [2021-12-03T17:56:33.977Z] #40 4.821 -- Detecting C compiler ABI info
17:56:34 [2021-12-03T17:56:34.513Z] + docker version
17:56:34 [2021-12-03T17:56:34.564Z] #40 ...
17:56:34 [2021-12-03T17:56:34.564Z] 
17:56:34 [2021-12-03T17:56:34.564Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0"      && /build/gotestsum --version
17:56:34 [2021-12-03T17:56:34.564Z] #51 sha256:e75c4b300f82760c9e2e2b7002bb2f5850be49dffc3ee9a8b93e41c5bebe7dd0
17:56:34 [2021-12-03T17:56:34.564Z] #51 99.70 gotestsum version dev
17:56:34 [2021-12-03T17:56:34.564Z] #51 DONE 100.0s
17:56:34 [2021-12-03T17:56:34.564Z] 
17:56:34 [2021-12-03T17:56:34.564Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:34 [2021-12-03T17:56:34.564Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:34 [2021-12-03T17:56:34.825Z] #14 ...
17:56:34 [2021-12-03T17:56:34.825Z] 
17:56:34 [2021-12-03T17:56:34.825Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:56:34 [2021-12-03T17:56:34.825Z] #40 sha256:16e90e895113ab34a486e4018ba811f71c9e7fbd8d7d7f86a4f9cb841b757a0e
17:56:34 [2021-12-03T17:56:34.825Z] #40 5.675 -- Detecting C compiler ABI info - done
17:56:35 [2021-12-03T17:56:35.087Z] #40 5.807 -- Check for working C compiler: /usr/bin/cc - skipped
17:56:35 [2021-12-03T17:56:35.087Z] #40 5.809 -- Detecting C compile features
17:56:35 [2021-12-03T17:56:35.087Z] #40 5.809 -- Detecting C compile features - done
17:56:35 [2021-12-03T17:56:35.087Z] #40 5.899 -- Performing Test HAS_BUILTIN_FORTIFY
17:56:35 [2021-12-03T17:56:35.348Z] #40 6.159 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:56:35 [2021-12-03T17:56:35.348Z] #40 6.278 -- Configuring done
17:56:35 [2021-12-03T17:56:35.549Z] #62 44.73 + export 'BUILDTAGS=netgo osusergo static_build'
17:56:35 [2021-12-03T17:56:35.549Z] #62 44.73 + BUILDTAGS='netgo osusergo static_build'
17:56:35 [2021-12-03T17:56:35.549Z] #62 44.73 + export EXTRA_FLAGS=-buildmode=pie
17:56:35 [2021-12-03T17:56:35.549Z] #62 44.73 + EXTRA_FLAGS=-buildmode=pie
17:56:35 [2021-12-03T17:56:35.549Z] #62 44.73 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
17:56:35 [2021-12-03T17:56:35.549Z] #62 44.73 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
17:56:35 [2021-12-03T17:56:35.549Z] #62 44.73 + '[' '' = dynamic ']'
17:56:35 [2021-12-03T17:56:35.549Z] #62 44.73 + make
17:56:35 [2021-12-03T17:56:35.609Z] #40 6.331 -- Generating done
17:56:35 [2021-12-03T17:56:35.609Z] #40 6.347 + make tini-static
17:56:35 [2021-12-03T17:56:35.609Z] #40 6.347 -- Build files have been written to: /tmp/tmp.Rtcx6mNu5T/tini
17:56:35 [2021-12-03T17:56:35.870Z] #40 6.782 Scanning dependencies of target tini-static
17:56:36 [2021-12-03T17:56:36.131Z] #40 7.027 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:56:36 [2021-12-03T17:56:36.937Z] #62 46.15 + bin/ctr
17:56:36 [2021-12-03T17:56:36.973Z] #62 ...
17:56:36 [2021-12-03T17:56:36.973Z] 
17:56:36 [2021-12-03T17:56:36.973Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:36 [2021-12-03T17:56:36.973Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:56:36 [2021-12-03T17:56:36.973Z] #14 82.88 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
17:56:36 [2021-12-03T17:56:36.973Z] #14 82.88 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
17:56:36 [2021-12-03T17:56:36.973Z] #14 82.89 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:56:36 [2021-12-03T17:56:36.973Z] #14 87.07 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
17:56:36 [2021-12-03T17:56:36.973Z] #14 87.07 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
17:56:36 [2021-12-03T17:56:36.973Z] #14 87.08 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:56:36 [2021-12-03T17:56:36.973Z] #14 91.54 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
17:56:36 [2021-12-03T17:56:36.973Z] #14 91.54 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
17:56:36 [2021-12-03T17:56:36.973Z] #14 91.54 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:56:38 [2021-12-03T17:56:38.048Z] #40 8.889 [100%] Linking C executable tini-static
17:56:38 [2021-12-03T17:56:38.993Z] #40 9.687 [100%] Built target tini-static
17:56:38 [2021-12-03T17:56:38.993Z] #40 9.826 + mkdir -p /build
17:56:38 [2021-12-03T17:56:38.993Z] #40 9.826 + cp tini-static /build/docker-init
17:56:38 [2021-12-03T17:56:38.993Z] #40 DONE 9.9s
17:56:38 [2021-12-03T17:56:38.993Z] 
17:56:38 [2021-12-03T17:56:38.993Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:56:38 [2021-12-03T17:56:38.993Z] #65 sha256:1975c847331fb00cb46f83ce2553f8a1b271d754a24d3dd4f8290515c84b55d8
17:56:39 [2021-12-03T17:56:39.022Z] #19 176.6 Selecting previously unselected package gcc-arm-linux-gnueabi.
17:56:39 [2021-12-03T17:56:39.023Z] #19 176.6 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
17:56:39 [2021-12-03T17:56:39.023Z] #19 176.8 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
17:56:39 [2021-12-03T17:56:39.023Z] #19 177.6 Selecting previously unselected package linux-libc-dev-armel-cross.
17:56:39 [2021-12-03T17:56:39.023Z] #19 177.6 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
17:56:39 [2021-12-03T17:56:39.023Z] #19 177.6 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
17:56:39 [2021-12-03T17:56:39.282Z] #19 177.8 Selecting previously unselected package libc6-dev-armel-cross.
17:56:39 [2021-12-03T17:56:39.282Z] #19 177.8 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
17:56:39 [2021-12-03T17:56:39.282Z] #19 177.8 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
17:56:39 [2021-12-03T17:56:39.541Z] #19 178.0 Selecting previously unselected package libstdc++-10-dev-armel-cross.
17:56:39 [2021-12-03T17:56:39.541Z] #19 178.0 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
17:56:39 [2021-12-03T17:56:39.541Z] #19 178.0 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
17:56:39 [2021-12-03T17:56:39.809Z] #19 178.3 Selecting previously unselected package g++-10-arm-linux-gnueabi.
17:56:39 [2021-12-03T17:56:39.809Z] #19 178.3 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
17:56:39 [2021-12-03T17:56:39.809Z] #19 178.3 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:56:39 [2021-12-03T17:56:39.937Z] #65 ...
17:56:39 [2021-12-03T17:56:39.937Z] 
17:56:39 [2021-12-03T17:56:39.937Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:39 [2021-12-03T17:56:39.937Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:39 [2021-12-03T17:56:39.937Z] #14 105.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
17:56:39 [2021-12-03T17:56:39.937Z] #14 105.3 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:56:39 [2021-12-03T17:56:39.937Z] #14 105.3 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:56:41 [2021-12-03T17:56:41.228Z] #14 108.7 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
17:56:41 [2021-12-03T17:56:41.228Z] #14 108.7 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:56:41 [2021-12-03T17:56:41.228Z] #14 108.7 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:56:43 [2021-12-03T17:56:43.244Z] Client:
17:56:43 [2021-12-03T17:56:43.244Z]  Version:           20.10.9
17:56:43 [2021-12-03T17:56:43.244Z]  API version:       1.41
17:56:43 [2021-12-03T17:56:43.244Z]  Go version:        go1.16.8
17:56:43 [2021-12-03T17:56:43.244Z]  Git commit:        c2ea9bc
17:56:43 [2021-12-03T17:56:43.244Z]  Built:             Mon Oct  4 16:11:10 2021
17:56:43 [2021-12-03T17:56:43.244Z]  OS/Arch:           windows/amd64
17:56:43 [2021-12-03T17:56:43.244Z]  Context:           default
17:56:43 [2021-12-03T17:56:43.244Z]  Experimental:      true
17:56:43 [2021-12-03T17:56:43.244Z] 
17:56:43 [2021-12-03T17:56:43.244Z] Server: Docker Engine - Community
17:56:43 [2021-12-03T17:56:43.244Z]  Engine:
17:56:43 [2021-12-03T17:56:43.244Z]   Version:          20.10.9
17:56:43 [2021-12-03T17:56:43.244Z]   API version:      1.41 (minimum version 1.24)
17:56:43 [2021-12-03T17:56:43.244Z]   Go version:       go1.16.8
17:56:43 [2021-12-03T17:56:43.244Z]   Git commit:       79ea9d3
17:56:43 [2021-12-03T17:56:43.244Z]   Built:            Mon Oct  4 16:06:39 2021
17:56:43 [2021-12-03T17:56:43.244Z]   OS/Arch:          windows/amd64
17:56:43 [2021-12-03T17:56:43.244Z]   Experimental:     true
[Pipeline] sh
17:56:44 [2021-12-03T17:56:44.862Z] + docker info
17:56:44 [2021-12-03T17:56:44.862Z] Client:
17:56:44 [2021-12-03T17:56:44.862Z]  Context:    default
17:56:44 [2021-12-03T17:56:44.862Z]  Debug Mode: false
17:56:44 [2021-12-03T17:56:44.862Z] 
17:56:44 [2021-12-03T17:56:44.862Z] Server:
17:56:44 [2021-12-03T17:56:44.862Z]  Containers: 0
17:56:44 [2021-12-03T17:56:44.862Z]   Running: 0
17:56:44 [2021-12-03T17:56:44.862Z]   Paused: 0
17:56:44 [2021-12-03T17:56:44.862Z]   Stopped: 0
17:56:44 [2021-12-03T17:56:44.862Z]  Images: 0
17:56:44 [2021-12-03T17:56:44.862Z]  Server Version: 20.10.9
17:56:44 [2021-12-03T17:56:44.862Z]  Storage Driver: windowsfilter (windows) lcow (linux)
17:56:44 [2021-12-03T17:56:44.862Z]   Windows: 
17:56:44 [2021-12-03T17:56:44.862Z]   LCOW: 
17:56:44 [2021-12-03T17:56:44.862Z]  Logging Driver: json-file
17:56:44 [2021-12-03T17:56:44.862Z]  Plugins:
17:56:44 [2021-12-03T17:56:44.862Z]   Volume: local
17:56:44 [2021-12-03T17:56:44.862Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
17:56:44 [2021-12-03T17:56:44.862Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
17:56:44 [2021-12-03T17:56:44.862Z]  Swarm: inactive
17:56:44 [2021-12-03T17:56:44.862Z]  Default Isolation: process
17:56:44 [2021-12-03T17:56:44.862Z]  Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
17:56:44 [2021-12-03T17:56:44.862Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
17:56:44 [2021-12-03T17:56:44.862Z]  OSType: windows
17:56:44 [2021-12-03T17:56:44.862Z]  Architecture: x86_64
17:56:44 [2021-12-03T17:56:44.862Z]  CPUs: 4
17:56:44 [2021-12-03T17:56:44.862Z]  Total Memory: 32GiB
17:56:44 [2021-12-03T17:56:44.862Z]  Name: azwin-2-08c0b0
17:56:44 [2021-12-03T17:56:44.862Z]  ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3
17:56:44 [2021-12-03T17:56:44.862Z]  Docker Root Dir: D:\docker
17:56:44 [2021-12-03T17:56:44.862Z]  Debug Mode: false
17:56:44 [2021-12-03T17:56:44.862Z]  Registry: https://index.docker.io/v1/
17:56:44 [2021-12-03T17:56:44.862Z]  Labels:
17:56:44 [2021-12-03T17:56:44.862Z]  Experimental: true
17:56:44 [2021-12-03T17:56:44.862Z]  Insecure Registries:
17:56:44 [2021-12-03T17:56:44.862Z]   10.0.0.4:5000
17:56:44 [2021-12-03T17:56:44.862Z]   127.0.0.0/8
17:56:44 [2021-12-03T17:56:44.862Z]  Registry Mirrors:
17:56:44 [2021-12-03T17:56:44.862Z]   http://10.0.0.4:5000/
17:56:44 [2021-12-03T17:56:44.862Z]  Live Restore Enabled: false
17:56:44 [2021-12-03T17:56:44.862Z]  Product License: Community Engine
17:56:44 [2021-12-03T17:56:44.862Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
17:56:45 [2021-12-03T17:56:45.057Z] #19 183.1 Selecting previously unselected package g++-arm-linux-gnueabi.
17:56:45 [2021-12-03T17:56:45.057Z] #19 183.1 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
17:56:45 [2021-12-03T17:56:45.057Z] #19 183.2 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
17:56:45 [2021-12-03T17:56:45.057Z] #19 183.4 Selecting previously unselected package crossbuild-essential-armel.
17:56:45 [2021-12-03T17:56:45.057Z] #19 183.4 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
17:56:45 [2021-12-03T17:56:45.057Z] #19 183.7 Unpacking crossbuild-essential-armel (12.9) ...
17:56:45 [2021-12-03T17:56:45.064Z] #14 99.99 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
17:56:45 [2021-12-03T17:56:45.064Z] #14 99.99 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
17:56:45 [2021-12-03T17:56:45.064Z] #14 99.99 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
[Pipeline] powershell
17:56:45 [2021-12-03T17:56:45.083Z] #62 ...
17:56:45 [2021-12-03T17:56:45.083Z] 
17:56:45 [2021-12-03T17:56:45.083Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:45 [2021-12-03T17:56:45.083Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:45 [2021-12-03T17:56:45.083Z] #14 84.58 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
17:56:45 [2021-12-03T17:56:45.083Z] #14 84.59 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
17:56:45 [2021-12-03T17:56:45.083Z] #14 84.59 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:56:45 [2021-12-03T17:56:45.083Z] #14 90.29 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
17:56:45 [2021-12-03T17:56:45.083Z] #14 90.31 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:56:45 [2021-12-03T17:56:45.083Z] #14 90.32 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:56:45 [2021-12-03T17:56:45.983Z] #19 184.7 Selecting previously unselected package libc6-armhf-cross.
17:56:46 [2021-12-03T17:56:46.239Z] #19 184.7 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
17:56:46 [2021-12-03T17:56:46.494Z] #19 184.9 Unpacking libc6-armhf-cross (2.31-9cross4) ...
17:56:46 [2021-12-03T17:56:46.956Z] #14 ...
17:56:46 [2021-12-03T17:56:46.956Z] 
17:56:46 [2021-12-03T17:56:46.956Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:56:46 [2021-12-03T17:56:46.956Z] #65 sha256:444f2a13f7fd60bf2fba2a56ab37954a7a7e10a49ad0e03f1cb8185c31d8df60
17:56:46 [2021-12-03T17:56:46.956Z] #65 102.3 + for f in rootlesskit rootlesskit-docker-proxy
17:56:46 [2021-12-03T17:56:46.957Z] #65 102.3 + GOBIN=/build
17:56:46 [2021-12-03T17:56:46.957Z] #65 102.3 + GO111MODULE=on
17:56:46 [2021-12-03T17:56:46.957Z] #65 102.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
17:56:47 [2021-12-03T17:56:47.421Z] #19 186.0 Selecting previously unselected package libgcc-s1-armhf-cross.
17:56:47 [2021-12-03T17:56:47.421Z] #19 186.0 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:47 [2021-12-03T17:56:47.676Z] #19 186.2 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
17:56:48 [2021-12-03T17:56:48.238Z] #19 186.7 Selecting previously unselected package libgomp1-armhf-cross.
17:56:48 [2021-12-03T17:56:48.238Z] #19 186.7 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:48 [2021-12-03T17:56:48.238Z] #19 186.7 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
17:56:48 [2021-12-03T17:56:48.238Z] #19 186.8 Selecting previously unselected package libatomic1-armhf-cross.
17:56:48 [2021-12-03T17:56:48.238Z] #19 186.8 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:48 [2021-12-03T17:56:48.238Z] #19 186.8 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
17:56:48 [2021-12-03T17:56:48.238Z] #19 186.8 Selecting previously unselected package libasan6-armhf-cross.
17:56:48 [2021-12-03T17:56:48.238Z] #19 186.8 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:48 [2021-12-03T17:56:48.494Z] #19 186.8 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
17:56:48 [2021-12-03T17:56:48.494Z] #19 187.1 Selecting previously unselected package libstdc++6-armhf-cross.
17:56:48 [2021-12-03T17:56:48.494Z] #19 187.1 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:48 [2021-12-03T17:56:48.494Z] #19 187.1 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
17:56:48 [2021-12-03T17:56:48.494Z] #19 187.1 Selecting previously unselected package libubsan1-armhf-cross.
17:56:48 [2021-12-03T17:56:48.750Z] #19 187.1 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:48 [2021-12-03T17:56:48.750Z] #19 187.1 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
17:56:48 [2021-12-03T17:56:48.750Z] #19 187.2 Selecting previously unselected package libgcc-10-dev-armhf-cross.
17:56:48 [2021-12-03T17:56:48.750Z] #19 187.2 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:48 [2021-12-03T17:56:48.750Z] #19 187.2 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
17:56:48 [2021-12-03T17:56:48.750Z] #19 187.3 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
17:56:49 [2021-12-03T17:56:49.007Z] #19 187.3 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
17:56:49 [2021-12-03T17:56:49.007Z] #19 187.3 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:56:49 [2021-12-03T17:56:49.346Z] #14 ...
17:56:49 [2021-12-03T17:56:49.346Z] 
17:56:49 [2021-12-03T17:56:49.346Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:56:49 [2021-12-03T17:56:49.346Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:56:49 [2021-12-03T17:56:49.346Z] #62 52.42 Updating files:  77% (3620/4701)
Updating files:  78% (3667/4701)
Updating files:  79% (3714/4701)
Updating files:  80% (3761/4701)
Updating files:  81% (3808/4701)
Updating files:  82% (3855/4701)
Updating files:  83% (3902/4701)
Updating files:  84% (3949/4701)
Updating files:  85% (3996/4701)
Updating files:  86% (4043/4701)
Updating files:  87% (4090/4701)
Updating files:  88% (4137/4701)
Updating files:  89% (4184/4701)
Updating files:  90% (4231/4701)
Updating files:  91% (4278/4701)
Updating files:  92% (4325/4701)
Updating files:  93% (4372/4701)
Updating files:  94% (4419/4701)
Updating files:  95% (4466/4701)
Updating files:  96% (4513/4701)
Updating files:  97% (4560/4701)
Updating files:  98% (4607/4701)
Updating files:  99% (4654/4701)
Updating files: 100% (4701/4701)
Updating files: 100% (4701/4701), done.
17:56:49 [2021-12-03T17:56:49.346Z] #62 53.01 + cd /tmp/tmp.1lcoOTsMuo/src/github.com/containerd/containerd
17:56:49 [2021-12-03T17:56:49.346Z] #62 53.01 + git checkout -q v1.5.8
17:56:51 [2021-12-03T17:56:51.250Z] #62 54.93 + export 'BUILDTAGS=netgo osusergo static_build'
17:56:51 [2021-12-03T17:56:51.250Z] #62 54.93 + BUILDTAGS='netgo osusergo static_build'
17:56:51 [2021-12-03T17:56:51.250Z] #62 54.93 + export EXTRA_FLAGS=-buildmode=pie
17:56:51 [2021-12-03T17:56:51.250Z] #62 54.93 + EXTRA_FLAGS=-buildmode=pie
17:56:51 [2021-12-03T17:56:51.250Z] #62 54.93 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
17:56:51 [2021-12-03T17:56:51.250Z] #62 54.93 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
17:56:51 [2021-12-03T17:56:51.250Z] #62 54.93 + '[' '' = dynamic ']'
17:56:51 [2021-12-03T17:56:51.250Z] #62 54.93 + make
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4 rootlesskit version 0.14.6
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4 Usage of /build/rootlesskit-docker-proxy:
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4   -container-ip string
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4     	container ip
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4   -container-port int
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4     	container port (default -1)
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4   -host-ip string
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4     	host ip
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4   -host-port int
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4     	host port (default -1)
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4   -proto string
17:56:52 [2021-12-03T17:56:52.210Z] #65 107.4     	proxy protocol (default "tcp")
17:56:52 [2021-12-03T17:56:52.210Z] #65 ...
17:56:52 [2021-12-03T17:56:52.210Z] 
17:56:52 [2021-12-03T17:56:52.210Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:52 [2021-12-03T17:56:52.210Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.1 Selecting previously unselected package g++-mingw-w64-x86-64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.2 Selecting previously unselected package libapparmor1:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.2 Unpacking libapparmor1:arm64 (2.13.6-10) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.3 Selecting previously unselected package libapparmor-dev:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.3 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.4 Selecting previously unselected package libbtrfs0:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.4 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.6 Selecting previously unselected package libbtrfs-dev:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.6 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.8 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.8 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.8 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.8 Selecting previously unselected package libudev-dev:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.8 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 104.8 Unpacking libudev-dev:arm64 (247.3-6) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.0 Selecting previously unselected package libsepol1-dev:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.0 Unpacking libsepol1-dev:arm64 (3.1-1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.2 Selecting previously unselected package libpcre2-16-0:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.2 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.3 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.4 Selecting previously unselected package libpcre2-32-0:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.4 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.4 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.5 Selecting previously unselected package libpcre2-posix2:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.5 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.5 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.6 Selecting previously unselected package libpcre2-dev:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 105.6 Unpacking libpcre2-dev:arm64 (10.36-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.0 Selecting previously unselected package libselinux1-dev:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.0 Unpacking libselinux1-dev:arm64 (3.1-3) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.2 Selecting previously unselected package libdevmapper-dev:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.2 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.3 Selecting previously unselected package libseccomp-dev:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.3 Unpacking libseccomp-dev:arm64 (2.5.1-1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.4 Selecting previously unselected package libsystemd-dev:arm64.
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.4 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 106.4 Unpacking libsystemd-dev:arm64 (247.3-6) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.0 Setting up libseccomp-dev:arm64 (2.5.1-1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.0 Setting up libapparmor1:arm64 (2.13.6-10) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.0 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.0 Setting up libsepol1-dev:arm64 (3.1-1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.0 Setting up libpcre2-16-0:arm64 (10.36-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.1 Setting up libbtrfs0:arm64 (5.10.1-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.1 Setting up libpcre2-32-0:arm64 (10.36-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.1 Setting up libudev-dev:arm64 (247.3-6) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.1 Setting up libpcre2-posix2:arm64 (10.36-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.1 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.1 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.2 Setting up mingw-w64-common (8.0.0-1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.2 Setting up libsystemd-dev:arm64 (247.3-6) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.3 Setting up libpcre2-dev:arm64 (10.36-2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.3 Setting up libselinux1-dev:arm64 (3.1-3) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.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
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.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
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.4 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.4 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.4 Setting up dmsetup (2:1.02.175-2.1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.4 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.4 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
17:56:52 [2021-12-03T17:56:52.210Z] #14 107.5 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:56:52 [2021-12-03T17:56:52.626Z] #62 56.45 + bin/ctr
17:56:53 [2021-12-03T17:56:53.229Z] #14 103.1 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
17:56:53 [2021-12-03T17:56:53.229Z] #14 103.1 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:56:53 [2021-12-03T17:56:53.229Z] #14 103.1 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:56:53 [2021-12-03T17:56:53.229Z] #14 ...
17:56:53 [2021-12-03T17:56:53.229Z] 
17:56:53 [2021-12-03T17:56:53.229Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:56:53 [2021-12-03T17:56:53.229Z] #65 sha256:0390ba7e5ae76febb9b0909e608676d80cc109312903bfdde40511a588c99447
17:56:53 [2021-12-03T17:56:53.229Z] #65 103.8 + for f in rootlesskit rootlesskit-docker-proxy
17:56:53 [2021-12-03T17:56:53.229Z] #65 103.8 + GOBIN=/build
17:56:53 [2021-12-03T17:56:53.229Z] #65 103.8 + GO111MODULE=on
17:56:53 [2021-12-03T17:56:53.229Z] #65 103.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.1 Selecting previously unselected package gcc-arm-linux-gnueabihf.
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.1 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.1 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.1 Selecting previously unselected package linux-libc-dev-armhf-cross.
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.1 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.1 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.3 Selecting previously unselected package libc6-dev-armhf-cross.
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.3 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.3 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.6 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.6 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.6 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.8 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.8 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
17:56:54 [2021-12-03T17:56:54.256Z] #19 192.8 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:56:58 [2021-12-03T17:56:58.550Z] #65 ...
17:56:58 [2021-12-03T17:56:58.550Z] 
17:56:58 [2021-12-03T17:56:58.550Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:56:58 [2021-12-03T17:56:58.550Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:56:58 [2021-12-03T17:56:58.550Z] #14 108.9 Selecting previously unselected package g++-mingw-w64-x86-64.
17:56:58 [2021-12-03T17:56:58.550Z] #14 108.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
17:56:58 [2021-12-03T17:56:58.550Z] #14 109.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:56:58 [2021-12-03T17:56:58.550Z] #14 109.1 Selecting previously unselected package libapparmor1:amd64.
17:56:58 [2021-12-03T17:56:58.550Z] #14 109.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
17:56:58 [2021-12-03T17:56:58.550Z] #14 109.1 Unpacking libapparmor1:amd64 (2.13.6-10) ...
17:56:58 [2021-12-03T17:56:58.550Z] #14 109.2 Selecting previously unselected package libapparmor-dev:amd64.
17:56:58 [2021-12-03T17:56:58.550Z] #14 109.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
17:56:58 [2021-12-03T17:56:58.550Z] #14 109.2 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
17:56:58 [2021-12-03T17:56:58.766Z] #14 ...
17:56:58 [2021-12-03T17:56:58.766Z] 
17:56:58 [2021-12-03T17:56:58.766Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:56:58 [2021-12-03T17:56:58.766Z] #26 sha256:12364e0cd0c6b15d755c82b31e5191270027f9b9b754ba01306e53b4880cbb6d
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.3 Selecting previously unselected package g++-arm-linux-gnueabihf.
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.3 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.3 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.3 Selecting previously unselected package crossbuild-essential-armhf.
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.3 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.3 Unpacking crossbuild-essential-armhf (12.9) ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.4 Selecting previously unselected package libc6-ppc64el-cross.
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.4 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.4 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.5 Selecting previously unselected package libgcc-s1-ppc64el-cross.
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.5 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.5 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.6 Selecting previously unselected package libgomp1-ppc64el-cross.
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.6 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.6 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.6 Selecting previously unselected package libitm1-ppc64el-cross.
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.6 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.6 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.6 Selecting previously unselected package libatomic1-ppc64el-cross.
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.6 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.6 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.7 Selecting previously unselected package libasan6-ppc64el-cross.
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.7 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.7 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.9 Selecting previously unselected package liblsan0-ppc64el-cross.
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.9 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 197.9 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 198.0 Selecting previously unselected package libtsan0-ppc64el-cross.
17:56:59 [2021-12-03T17:56:59.505Z] #19 198.0 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:59 [2021-12-03T17:56:59.505Z] #19 198.0 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
17:56:59 [2021-12-03T17:56:59.541Z] #14 110.1 Selecting previously unselected package libbtrfs0:amd64.
17:56:59 [2021-12-03T17:56:59.541Z] #14 110.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
17:56:59 [2021-12-03T17:56:59.541Z] #14 110.1 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:56:59 [2021-12-03T17:56:59.761Z] #19 198.3 Selecting previously unselected package libstdc++6-ppc64el-cross.
17:56:59 [2021-12-03T17:56:59.762Z] #19 198.3 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:59 [2021-12-03T17:56:59.762Z] #19 198.3 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
17:56:59 [2021-12-03T17:56:59.762Z] #19 198.3 Selecting previously unselected package libubsan1-ppc64el-cross.
17:56:59 [2021-12-03T17:56:59.762Z] #19 198.3 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:59 [2021-12-03T17:56:59.762Z] #19 198.3 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
17:57:00 [2021-12-03T17:57:00.019Z] #19 198.4 Selecting previously unselected package libquadmath0-ppc64el-cross.
17:57:00 [2021-12-03T17:57:00.019Z] #19 198.4 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:57:00 [2021-12-03T17:57:00.019Z] #19 198.4 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
17:57:00 [2021-12-03T17:57:00.019Z] #19 198.5 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
17:57:00 [2021-12-03T17:57:00.019Z] #19 198.5 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:57:00 [2021-12-03T17:57:00.019Z] #19 198.5 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
17:57:00 [2021-12-03T17:57:00.019Z] #19 198.7 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
17:57:00 [2021-12-03T17:57:00.114Z] #14 110.6 Selecting previously unselected package libbtrfs-dev:amd64.
17:57:00 [2021-12-03T17:57:00.114Z] #14 110.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
17:57:00 [2021-12-03T17:57:00.114Z] #14 ...
17:57:00 [2021-12-03T17:57:00.114Z] 
17:57:00 [2021-12-03T17:57:00.114Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:57:00 [2021-12-03T17:57:00.114Z] #65 sha256:0390ba7e5ae76febb9b0909e608676d80cc109312903bfdde40511a588c99447
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1 rootlesskit version 0.14.6
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1 Usage of /build/rootlesskit-docker-proxy:
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1   -container-ip string
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1     	container ip
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1   -container-port int
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1     	container port (default -1)
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1   -host-ip string
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1     	host ip
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1   -host-port int
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1     	host port (default -1)
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1   -proto string
17:57:00 [2021-12-03T17:57:00.114Z] #65 109.1     	proxy protocol (default "tcp")
17:57:00 [2021-12-03T17:57:00.114Z] #65 DONE 110.8s
17:57:00 [2021-12-03T17:57:00.114Z] 
17:57:00 [2021-12-03T17:57:00.114Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:00 [2021-12-03T17:57:00.115Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:57:00 [2021-12-03T17:57:00.115Z] #14 110.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:57:00 [2021-12-03T17:57:00.115Z] #14 ...
17:57:00 [2021-12-03T17:57:00.115Z] 
17:57:00 [2021-12-03T17:57:00.115Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
17:57:00 [2021-12-03T17:57:00.115Z] #66 sha256:5404913ec2d055e677f03bdd3a0969e6703d4467b0e42b9ba834d3855c294474
17:57:00 [2021-12-03T17:57:00.115Z] #66 DONE 0.1s
17:57:00 [2021-12-03T17:57:00.276Z] #19 198.7 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:57:00 [2021-12-03T17:57:00.276Z] #19 198.7 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:57:00 [2021-12-03T17:57:00.381Z] #26 114.1 Updating files:  32% (3766/11415)
Updating files:  33% (3767/11415)
Updating files:  34% (3882/11415)
Updating files:  35% (3996/11415)
Updating files:  36% (4110/11415)
Updating files:  37% (4224/11415)
Updating files:  38% (4338/11415)
Updating files:  39% (4452/11415)
Updating files:  40% (4566/11415)
Updating files:  41% (4681/11415)
Updating files:  42% (4795/11415)
Updating files:  43% (4909/11415)
Updating files:  44% (5023/11415)
Updating files:  45% (5137/11415)
Updating files:  46% (5251/11415)
Updating files:  47% (5366/11415)
Updating files:  48% (5480/11415)
Updating files:  49% (5594/11415)
Updating files:  50% (5708/11415)
Updating files:  51% (5822/11415)
Updating files:  52% (5936/11415)
Updating files:  53% (6050/11415)
Updating files:  54% (6165/11415)
Updating files:  55% (6279/11415)
Updating files:  56% (6393/11415)
Updating files:  57% (6507/11415)
Updating files:  58% (6621/11415)
Updating files:  59% (6735/11415)
Updating files:  60% (6849/11415)
Updating files:  61% (6964/11415)
Updating files:  62% (7078/11415)
Updating files:  63% (7192/11415)
Updating files:  64% (7306/11415)
Updating files:  65% (7420/11415)
Updating files:  66% (7534/11415)
Updating files:  67% (7649/11415)
Updating files:  68% (7763/11415)
Updating files:  69% (7877/11415)
Updating files:  69% (7959/11415)
Updating files:  70% (7991/11415)
Updating files:  71% (8105/11415)
Updating files:  72% (8219/11415)
Updating files:  73% (8333/11415)
Updating files:  74% (8448/11415)
Updating files:  75% (8562/11415)
Updating files:  76% (8676/11415)
Updating files:  77% (8790/11415)
Updating files:  78% (8904/11415)
Updating files:  79% (9018/11415)
Updating files:  80% (9132/11415)
Updating files:  81% (9247/11415)
Updating files:  82% (9361/11415)
Updating files:  83% (9475/11415)
Updating files:  84% (9589/11415)
Updating files:  85% (9703/11415)
Updating files:  86% (9817/11415)
Updating files:  87% (9932/11415)
Updating files:  88% (10046/11415)
Updating files:  89% (10160/11415)
Updating files:  90% (10274/11415)
Updating files:  91% (10388/11415)
Updating files:  92% (10502/11415)
Updating files:  93% (10616/11415)
Updating files:  94% (10731/11415)
Updating files:  95% (10845/11415)
Updating files:  96% (10959/11415)
Updating files:  97% (11073/11415)
Updating files:  98% (11187/11415)
Updating files:  99% (11301/11415)
Updating files: 100% (11415/11415)
Updating files: 100% (11415/11415), done.
17:57:00 [2021-12-03T17:57:00.381Z] 
17:57:00 [2021-12-03T17:57:00.381Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:00 [2021-12-03T17:57:00.381Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:57:00 [2021-12-03T17:57:00.381Z] #14 111.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
17:57:00 [2021-12-03T17:57:00.381Z] #14 111.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:57:00 [2021-12-03T17:57:00.381Z] #14 111.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:00 [2021-12-03T17:57:00.381Z] #14 111.1 Selecting previously unselected package libudev-dev:amd64.
17:57:00 [2021-12-03T17:57:00.381Z] #14 111.1 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
17:57:00 [2021-12-03T17:57:00.628Z] DEBUG: print all environment variables to check how Jenkins runs this script
17:57:00 [2021-12-03T17:57:00.628Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ce6dd235\powershellScript.ps1'; exit $LASTEXITCODE;
17:57:00 [2021-12-03T17:57:00.628Z] ----------------------------------------------------------------------------
17:57:00 [2021-12-03T17:57:00.628Z] 
17:57:00 [2021-12-03T17:57:00.628Z] INFO: executeCI.ps1 starting at Fri Dec  3 17:56:59 CUT 2021
17:57:00 [2021-12-03T17:57:00.628Z] 
17:57:00 [2021-12-03T17:57:00.628Z] INFO: Script version 05-Feb-2019 09:03 PDT
17:57:00 [2021-12-03T17:57:00.628Z] INFO: Running git version 2.24.1.windows.2
17:57:00 [2021-12-03T17:57:00.628Z] INFO: Branch:fe_release Build:20348.1.210507-1500
17:57:00 [2021-12-03T17:57:00.628Z] INFO: Environment variables:
17:57:00 [2021-12-03T17:57:00.628Z] 
17:57:00 [2021-12-03T17:57:00.628Z] Name                           Value                                                                                   
17:57:00 [2021-12-03T17:57:00.628Z] ----                           -----                                                                                   
17:57:00 [2021-12-03T17:57:00.628Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
17:57:00 [2021-12-03T17:57:00.628Z] amd64                          true                                                                                    
17:57:00 [2021-12-03T17:57:00.628Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
17:57:00 [2021-12-03T17:57:00.628Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
17:57:00 [2021-12-03T17:57:00.628Z] arm64                          true                                                                                    
17:57:00 [2021-12-03T17:57:00.628Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
17:57:00 [2021-12-03T17:57:00.628Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
17:57:00 [2021-12-03T17:57:00.628Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
17:57:00 [2021-12-03T17:57:00.628Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
17:57:00 [2021-12-03T17:57:00.628Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
17:57:00 [2021-12-03T17:57:00.628Z] BRANCH_NAME                    PR-42981                                                                                
17:57:00 [2021-12-03T17:57:00.628Z] BUILD_DISPLAY_NAME             #3                                                                                      
17:57:00 [2021-12-03T17:57:00.628Z] BUILD_ID                       3                                                                                       
17:57:00 [2021-12-03T17:57:00.628Z] BUILD_NUMBER                   3                                                                                       
17:57:00 [2021-12-03T17:57:00.628Z] BUILD_TAG                      jenkins-moby-PR-42981-3                                                                 
17:57:00 [2021-12-03T17:57:00.628Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42981/3/                              
17:57:00 [2021-12-03T17:57:00.628Z] cgroup2                        true                                                                                    
17:57:00 [2021-12-03T17:57:00.628Z] CHANGE_AUTHOR                  frobnicaty                                                                              
17:57:00 [2021-12-03T17:57:00.628Z] CHANGE_BRANCH                  patch-1                                                                                 
17:57:00 [2021-12-03T17:57:00.628Z] CHANGE_FORK                    frobnicaty                                                                              
17:57:00 [2021-12-03T17:57:00.628Z] CHANGE_ID                      42981                                                                                   
17:57:00 [2021-12-03T17:57:00.628Z] CHANGE_TARGET                  master                                                                                  
17:57:00 [2021-12-03T17:57:00.628Z] CHANGE_TITLE                   Fix grammar for "does not exist"                                                        
17:57:00 [2021-12-03T17:57:00.629Z] CHANGE_URL                     https://github.com/moby/moby/pull/42981                                                 
17:57:00 [2021-12-03T17:57:00.629Z] CHECK_CONFIG_COMMIT            33a3680e08d1007e72c3b3f1454f823d8e9948ee                                                
17:57:00 [2021-12-03T17:57:00.629Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
17:57:00 [2021-12-03T17:57:00.629Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
17:57:00 [2021-12-03T17:57:00.629Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
17:57:00 [2021-12-03T17:57:00.629Z] COMPUTERNAME                   azwin-2-08c0b0                                                                          
17:57:00 [2021-12-03T17:57:00.629Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
17:57:00 [2021-12-03T17:57:00.629Z] ConfigSequenceNumber           0                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] dco                            true                                                                                    
17:57:00 [2021-12-03T17:57:00.629Z] DOCKER_BUILDKIT                0                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] DOCKER_DUT_DEBUG               1                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] DOCKER_EXPERIMENTAL            1                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
17:57:00 [2021-12-03T17:57:00.629Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
17:57:00 [2021-12-03T17:57:00.629Z] EXECUTOR_NUMBER                0                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] FQDN                           azwin-2-08c0b0.westus.cloudapp.azure.com                                                
17:57:00 [2021-12-03T17:57:00.629Z] GIT_BRANCH                     PR-42981                                                                                
17:57:00 [2021-12-03T17:57:00.629Z] GIT_COMMIT                     8cd32c521dc63a2fb1550358d7d62c3b7dc196f2                                                
17:57:00 [2021-12-03T17:57:00.629Z] GIT_PREVIOUS_COMMIT            53dba498671aad833ea9a060853734379c7baaf9                                                
17:57:00 [2021-12-03T17:57:00.629Z] GIT_URL                        https://github.com/moby/moby.git                                                        
17:57:00 [2021-12-03T17:57:00.629Z] HUDSON_COOKIE                  c30844ce-75de-419a-aaed-0bc7580ff316                                                    
17:57:00 [2021-12-03T17:57:00.629Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
17:57:00 [2021-12-03T17:57:00.629Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
17:57:00 [2021-12-03T17:57:00.629Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
17:57:00 [2021-12-03T17:57:00.629Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64                          
17:57:00 [2021-12-03T17:57:00.629Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
17:57:00 [2021-12-03T17:57:00.629Z] JENKINS_NODE_COOKIE            c2d2719e-4e55-4aa5-b9c2-ff58c68d51b5                                                    
17:57:00 [2021-12-03T17:57:00.629Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
17:57:00 [2021-12-03T17:57:00.629Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
17:57:00 [2021-12-03T17:57:00.629Z] JOB_BASE_NAME                  PR-42981                                                                                
17:57:00 [2021-12-03T17:57:00.629Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42981/display/redirect                
17:57:00 [2021-12-03T17:57:00.629Z] JOB_NAME                       moby/PR-42981                                                                           
17:57:00 [2021-12-03T17:57:00.629Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42981/                                
17:57:00 [2021-12-03T17:57:00.629Z] library.jps.version            master                                                                                  
17:57:00 [2021-12-03T17:57:00.629Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
17:57:00 [2021-12-03T17:57:00.629Z] NODE_LABELS                    amd64 azure azwin-2-08c0b0 azwin-2022 docker west-us windows windows-2022 x86_64        
17:57:00 [2021-12-03T17:57:00.629Z] NODE_NAME                      azwin-2-08c0b0                                                                          
17:57:00 [2021-12-03T17:57:00.629Z] NUMBER_OF_PROCESSORS           4                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] OS                             Windows_NT                                                                              
17:57:00 [2021-12-03T17:57:00.629Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
17:57:00 [2021-12-03T17:57:00.629Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
17:57:00 [2021-12-03T17:57:00.629Z] ppc64le                        false                                                                                   
17:57:00 [2021-12-03T17:57:00.629Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
17:57:00 [2021-12-03T17:57:00.629Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 106 Stepping 6, GenuineIntel                                     
17:57:00 [2021-12-03T17:57:00.629Z] PROCESSOR_LEVEL                6                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] PROCESSOR_REVISION             6a06                                                                                    
17:57:00 [2021-12-03T17:57:00.629Z] ProgramData                    C:\ProgramData                                                                          
17:57:00 [2021-12-03T17:57:00.629Z] ProgramFiles                   C:\Program Files                                                                        
17:57:00 [2021-12-03T17:57:00.629Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
17:57:00 [2021-12-03T17:57:00.629Z] ProgramW6432                   C:\Program Files                                                                        
17:57:00 [2021-12-03T17:57:00.629Z] PROMPT                         $P$G                                                                                    
17:57:00 [2021-12-03T17:57:00.629Z] PSExecutionPolicyPreference    Bypass                                                                                  
17:57:00 [2021-12-03T17:57:00.629Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
17:57:00 [2021-12-03T17:57:00.629Z] PUBLIC                         C:\Users\Public                                                                         
17:57:00 [2021-12-03T17:57:00.629Z] rootless                       true                                                                                    
17:57:00 [2021-12-03T17:57:00.629Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42981/3/display/redirect?page=artif...
17:57:00 [2021-12-03T17:57:00.629Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42981/3/display/redirect?page=changes 
17:57:00 [2021-12-03T17:57:00.629Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42981/3/display/redirect              
17:57:00 [2021-12-03T17:57:00.629Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42981/3/display/redirect?page=tests   
17:57:00 [2021-12-03T17:57:00.629Z] s390x                          false                                                                                   
17:57:00 [2021-12-03T17:57:00.629Z] SKIP_VALIDATION_TESTS          1                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] SOURCES_DRIVE                  d                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] SOURCES_SUBDIR                 gopath                                                                                  
17:57:00 [2021-12-03T17:57:00.629Z] STAGE_NAME                     Run tests                                                                               
17:57:00 [2021-12-03T17:57:00.629Z] SystemDrive                    C:                                                                                      
17:57:00 [2021-12-03T17:57:00.629Z] SystemRoot                     C:\Windows                                                                              
17:57:00 [2021-12-03T17:57:00.629Z] TEMP                           C:\Windows\TEMP                                                                         
17:57:00 [2021-12-03T17:57:00.629Z] TESTDEBUG                      0                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] TESTRUN_DRIVE                  d                                                                                       
17:57:00 [2021-12-03T17:57:00.629Z] TESTRUN_SUBDIR                 CI                                                                                      
17:57:00 [2021-12-03T17:57:00.629Z] TIMEOUT                        120m                                                                                    
17:57:00 [2021-12-03T17:57:00.629Z] TMP                            C:\Windows\TEMP                                                                         
17:57:00 [2021-12-03T17:57:00.629Z] unit_validate                  true                                                                                    
17:57:00 [2021-12-03T17:57:00.629Z] USERDOMAIN                     WORKGROUP                                                                               
17:57:00 [2021-12-03T17:57:00.629Z] USERNAME                       azwin-2-08c0b0$                                                                         
17:57:00 [2021-12-03T17:57:00.629Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
17:57:00 [2021-12-03T17:57:00.629Z] validate_force                 false                                                                                   
17:57:00 [2021-12-03T17:57:00.629Z] windir                         C:\Windows                                                                              
17:57:00 [2021-12-03T17:57:00.629Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
17:57:00 [2021-12-03T17:57:00.629Z] WINDOWS_BASE_IMAGE_TAG         ltsc2022                                                                                
17:57:00 [2021-12-03T17:57:00.629Z] windows2022                    true                                                                                    
17:57:00 [2021-12-03T17:57:00.629Z] windows2022containerd          false                                                                                   
17:57:00 [2021-12-03T17:57:00.629Z] windowsRS1                     false                                                                                   
17:57:00 [2021-12-03T17:57:00.629Z] windowsRS5                     false                                                                                   
17:57:00 [2021-12-03T17:57:00.629Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
17:57:00 [2021-12-03T17:57:00.629Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
17:57:00 [2021-12-03T17:57:00.629Z] 
17:57:00 [2021-12-03T17:57:00.629Z] 
17:57:00 [2021-12-03T17:57:00.629Z] 
17:57:00 [2021-12-03T17:57:00.639Z] #26 116.0 + cd /tmp/tmp.eF36L33tQm/tmp/docker-ce
17:57:00 [2021-12-03T17:57:00.639Z] #26 116.0 + git checkout -q v17.06.2-ce
17:57:00 [2021-12-03T17:57:00.644Z] #14 ...
17:57:00 [2021-12-03T17:57:00.644Z] 
17:57:00 [2021-12-03T17:57:00.644Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
17:57:00 [2021-12-03T17:57:00.644Z] #67 sha256:1f7040e870c58c3cd1720a7a85c8a4c3e232bbf49772746bc747f38fdd79bfd8
17:57:00 [2021-12-03T17:57:00.644Z] #67 DONE 0.2s
17:57:00 [2021-12-03T17:57:00.644Z] 
17:57:00 [2021-12-03T17:57:00.644Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:00 [2021-12-03T17:57:00.644Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:57:00 [2021-12-03T17:57:00.644Z] #14 111.1 Unpacking libudev-dev:amd64 (247.3-6) ...
17:57:00 [2021-12-03T17:57:00.644Z] #14 111.3 Selecting previously unselected package libsepol1-dev:amd64.
17:57:00 [2021-12-03T17:57:00.644Z] #14 111.3 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
17:57:00 [2021-12-03T17:57:00.644Z] #14 111.3 Unpacking libsepol1-dev:amd64 (3.1-1) ...
17:57:00 [2021-12-03T17:57:00.789Z] #62 ...
17:57:00 [2021-12-03T17:57:00.789Z] 
17:57:00 [2021-12-03T17:57:00.789Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:00 [2021-12-03T17:57:00.789Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:57:00 [2021-12-03T17:57:00.789Z] #14 119.4 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
17:57:00 [2021-12-03T17:57:00.789Z] #14 119.4 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:57:00 [2021-12-03T17:57:00.789Z] #14 119.4 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:57:00 [2021-12-03T17:57:00.789Z] #14 124.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
17:57:00 [2021-12-03T17:57:00.789Z] #14 124.5 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
17:57:00 [2021-12-03T17:57:00.789Z] #14 124.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:57:00 [2021-12-03T17:57:00.908Z] #14 111.5 Selecting previously unselected package libpcre2-16-0:amd64.
17:57:00 [2021-12-03T17:57:00.908Z] #14 111.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
17:57:00 [2021-12-03T17:57:00.908Z] #14 111.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
17:57:01 [2021-12-03T17:57:01.170Z] #14 111.7 Selecting previously unselected package libpcre2-32-0:amd64.
17:57:01 [2021-12-03T17:57:01.170Z] #14 111.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
17:57:01 [2021-12-03T17:57:01.170Z] #14 111.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
17:57:01 [2021-12-03T17:57:01.170Z] #14 111.9 Selecting previously unselected package libpcre2-posix2:amd64.
17:57:01 [2021-12-03T17:57:01.170Z] #14 111.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
17:57:01 [2021-12-03T17:57:01.170Z] #14 111.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
17:57:01 [2021-12-03T17:57:01.307Z] #14 129.7 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
17:57:01 [2021-12-03T17:57:01.307Z] #14 129.7 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:57:01 [2021-12-03T17:57:01.307Z] #14 129.7 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:57:01 [2021-12-03T17:57:01.432Z] #14 112.0 Selecting previously unselected package libpcre2-dev:amd64.
17:57:01 [2021-12-03T17:57:01.432Z] #14 112.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
17:57:01 [2021-12-03T17:57:01.432Z] #14 112.0 Unpacking libpcre2-dev:amd64 (10.36-2) ...
17:57:01 [2021-12-03T17:57:01.568Z] #26 ...
17:57:01 [2021-12-03T17:57:01.568Z] 
17:57:01 [2021-12-03T17:57:01.569Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:57:01 [2021-12-03T17:57:01.569Z] #65 sha256:444f2a13f7fd60bf2fba2a56ab37954a7a7e10a49ad0e03f1cb8185c31d8df60
17:57:01 [2021-12-03T17:57:01.569Z] #65 DONE 117.1s
17:57:01 [2021-12-03T17:57:01.569Z] 
17:57:01 [2021-12-03T17:57:01.569Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:01 [2021-12-03T17:57:01.569Z] #14 sha256:9ba4d74075861ff2b3b831b2bb76c31d80f0dbad22cde1db1ddcb9df124f14ce
17:57:01 [2021-12-03T17:57:01.569Z] #14 DONE 117.6s
17:57:01 [2021-12-03T17:57:01.630Z] INFO: Sources under d:\gopath\...
17:57:01 [2021-12-03T17:57:01.630Z] INFO: Test run under d:\CI\...
17:57:01 [2021-12-03T17:57:01.630Z] INFO: Running in D:\gopath\src\github.com\docker\docker
17:57:01 [2021-12-03T17:57:01.630Z] INFO: docker/docker repository was found
17:57:01 [2021-12-03T17:57:01.630Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time...
17:57:01 [2021-12-03T17:57:01.696Z] #14 112.5 Selecting previously unselected package libselinux1-dev:amd64.
17:57:01 [2021-12-03T17:57:01.696Z] #14 112.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
17:57:01 [2021-12-03T17:57:01.826Z] 
17:57:01 [2021-12-03T17:57:01.826Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
17:57:01 [2021-12-03T17:57:01.826Z] #15 sha256:227408a31eb5ffc35f083ba235ae64d66ba52e1b7415f93dc5803a9b09f72017
17:57:01 [2021-12-03T17:57:01.826Z] #15 ...
17:57:01 [2021-12-03T17:57:01.826Z] 
17:57:01 [2021-12-03T17:57:01.826Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
17:57:01 [2021-12-03T17:57:01.826Z] #66 sha256:dd56374e0ea715f801c43e7be97f0e03b50e79c4378c8be0708d6e330f5b5c3a
17:57:01 [2021-12-03T17:57:01.826Z] #66 DONE 0.2s
17:57:01 [2021-12-03T17:57:01.919Z] #14 123.8 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
17:57:01 [2021-12-03T17:57:01.919Z] #14 123.8 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:57:01 [2021-12-03T17:57:01.919Z] #14 123.8 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:57:01 [2021-12-03T17:57:01.919Z] #14 ...
17:57:01 [2021-12-03T17:57:01.919Z] 
17:57:01 [2021-12-03T17:57:01.919Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:57:01 [2021-12-03T17:57:01.919Z] #62 sha256:009ad192b66abc76a75b6e8e4e0bef217fa9fef978a2796e5bb3e495e37b8277
17:57:01 [2021-12-03T17:57:01.919Z] #62 60.23 Updating files:  59% (2798/4701)
Updating files:  60% (2821/4701)
Updating files:  61% (2868/4701)
Updating files:  62% (2915/4701)
Updating files:  63% (2962/4701)
Updating files:  64% (3009/4701)
Updating files:  65% (3056/4701)
Updating files:  66% (3103/4701)
Updating files:  67% (3150/4701)
Updating files:  68% (3197/4701)
Updating files:  69% (3244/4701)
Updating files:  70% (3291/4701)
Updating files:  71% (3338/4701)
Updating files:  72% (3385/4701)
Updating files:  73% (3432/4701)
Updating files:  74% (3479/4701)
Updating files:  75% (3526/4701)
Updating files:  76% (3573/4701)
Updating files:  77% (3620/4701)
Updating files:  78% (3667/4701)
Updating files:  79% (3714/4701)
Updating files:  80% (3761/4701)
Updating files:  81% (3808/4701)
Updating files:  82% (3855/4701)
Updating files:  83% (3902/4701)
Updating files:  84% (3949/4701)
Updating files:  85% (3996/4701)
Updating files:  86% (4043/4701)
Updating files:  87% (4090/4701)
Updating files:  88% (4137/4701)
Updating files:  89% (4184/4701)
Updating files:  90% (4231/4701)
Updating files:  91% (4278/4701)
Updating files:  92% (4325/4701)
Updating files:  93% (4372/4701)
Updating files:  94% (4419/4701)
Updating files:  95% (4466/4701)
Updating files:  96% (4513/4701)
Updating files:  97% (4560/4701)
Updating files:  98% (4607/4701)
Updating files:  99% (4654/4701)
Updating files: 100% (4701/4701)
Updating files: 100% (4701/4701), done.
17:57:01 [2021-12-03T17:57:01.919Z] #62 61.18 + cd /tmp/tmp.R8MRMRqiIt/src/github.com/containerd/containerd
17:57:01 [2021-12-03T17:57:01.919Z] #62 61.19 + git checkout -q v1.5.8
17:57:01 [2021-12-03T17:57:01.919Z] #62 62.33 + export 'BUILDTAGS=netgo osusergo static_build'
17:57:01 [2021-12-03T17:57:01.919Z] #62 62.33 + BUILDTAGS='netgo osusergo static_build'
17:57:01 [2021-12-03T17:57:01.919Z] #62 62.33 + export EXTRA_FLAGS=-buildmode=pie
17:57:01 [2021-12-03T17:57:01.919Z] #62 62.33 + EXTRA_FLAGS=-buildmode=pie
17:57:01 [2021-12-03T17:57:01.919Z] #62 62.33 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
17:57:01 [2021-12-03T17:57:01.919Z] #62 62.33 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
17:57:01 [2021-12-03T17:57:01.919Z] #62 62.33 + '[' '' = dynamic ']'
17:57:01 [2021-12-03T17:57:01.919Z] #62 62.33 + make
17:57:01 [2021-12-03T17:57:01.958Z] #14 112.5 Unpacking libselinux1-dev:amd64 (3.1-3) ...
17:57:01 [2021-12-03T17:57:01.958Z] #14 112.8 Selecting previously unselected package libdevmapper-dev:amd64.
17:57:02 [2021-12-03T17:57:02.082Z] 
17:57:02 [2021-12-03T17:57:02.083Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
17:57:02 [2021-12-03T17:57:02.083Z] #57 sha256:549afe97fed1e204f290db5d9b9dbea207abbcf9d2f4bdde49548965e4a19968
17:57:02 [2021-12-03T17:57:02.083Z] #57 DONE 0.4s
17:57:02 [2021-12-03T17:57:02.083Z] 
17:57:02 [2021-12-03T17:57:02.083Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:02 [2021-12-03T17:57:02.083Z] #58 sha256:fec5d4a0f4ba2e0be332de381d156bc3f4a8143165a052e688df5472ef4df7df
17:57:02 [2021-12-03T17:57:02.083Z] #58 ...
17:57:02 [2021-12-03T17:57:02.083Z] 
17:57:02 [2021-12-03T17:57:02.083Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
17:57:02 [2021-12-03T17:57:02.083Z] #67 sha256:00bb6b5d0095cc91b401e88084645c9aa48e7d9ea695e301c3179e2eb062379d
17:57:02 [2021-12-03T17:57:02.083Z] #67 DONE 0.4s
17:57:02 [2021-12-03T17:57:02.221Z] #14 112.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
17:57:02 [2021-12-03T17:57:02.221Z] #14 112.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:57:02 [2021-12-03T17:57:02.221Z] #14 112.9 Selecting previously unselected package libseccomp-dev:amd64.
17:57:02 [2021-12-03T17:57:02.221Z] #14 112.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
17:57:02 [2021-12-03T17:57:02.221Z] #14 112.9 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
17:57:02 [2021-12-03T17:57:02.221Z] #14 113.1 Selecting previously unselected package libsystemd-dev:amd64.
17:57:02 [2021-12-03T17:57:02.221Z] #14 113.1 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
17:57:02 [2021-12-03T17:57:02.221Z] #14 113.1 Unpacking libsystemd-dev:amd64 (247.3-6) ...
17:57:02 [2021-12-03T17:57:02.339Z] 
17:57:02 [2021-12-03T17:57:02.339Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:57:02 [2021-12-03T17:57:02.339Z] #43 sha256:cd0f677a8336f6a9211410edb72af71d9e15a60720917c2037eea2f9e349709a
17:57:02 [2021-12-03T17:57:02.630Z] ltsc2022: Pulling from windows/servercore
17:57:02 [2021-12-03T17:57:02.630Z] 8f616e6e9eec: Pulling fs layer
17:57:02 [2021-12-03T17:57:02.630Z] a0eb404f1860: Pulling fs layer
17:57:02 [2021-12-03T17:57:02.794Z] #14 113.6 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.6 Setting up libapparmor1:amd64 (2.13.6-10) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.6 Setting up libsepol1-dev:amd64 (3.1-1) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.7 Setting up libpcre2-16-0:amd64 (10.36-2) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.7 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.7 Setting up libpcre2-32-0:amd64 (10.36-2) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.7 Setting up libudev-dev:amd64 (247.3-6) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.7 Setting up libpcre2-posix2:amd64 (10.36-2) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.8 Setting up mingw-w64-common (8.0.0-1) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.8 Setting up libsystemd-dev:amd64 (247.3-6) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.8 Setting up libpcre2-dev:amd64 (10.36-2) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.8 Setting up libselinux1-dev:amd64 (3.1-3) ...
17:57:03 [2021-12-03T17:57:03.056Z] #14 113.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:57:03 [2021-12-03T17:57:03.306Z] #62 63.96 + bin/ctr
17:57:03 [2021-12-03T17:57:03.317Z] #14 113.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:57:03 [2021-12-03T17:57:03.317Z] #14 113.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
17:57:03 [2021-12-03T17:57:03.317Z] #14 113.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:57:03 [2021-12-03T17:57:03.317Z] #14 113.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
17:57:03 [2021-12-03T17:57:03.317Z] #14 113.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
17:57:03 [2021-12-03T17:57:03.317Z] #14 113.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:57:03 [2021-12-03T17:57:03.317Z] #14 113.9 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
17:57:03 [2021-12-03T17:57:03.317Z] #14 113.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:57:03 [2021-12-03T17:57:03.317Z] #14 113.9 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:57:03 [2021-12-03T17:57:03.317Z] #14 114.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:03 [2021-12-03T17:57:03.317Z] #14 114.0 Setting up dmsetup (2:1.02.175-2.1) ...
17:57:03 [2021-12-03T17:57:03.317Z] #14 114.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:03 [2021-12-03T17:57:03.317Z] #14 114.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:57:03 [2021-12-03T17:57:03.317Z] #14 114.0 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:57:03 [2021-12-03T17:57:03.708Z] #43 ...
17:57:03 [2021-12-03T17:57:03.708Z] 
17:57:03 [2021-12-03T17:57:03.708Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:03 [2021-12-03T17:57:03.708Z] #58 sha256:fec5d4a0f4ba2e0be332de381d156bc3f4a8143165a052e688df5472ef4df7df
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.459 + RM_GOPATH=0
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.459 + TMP_GOPATH=
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.459 + : /build
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.459 + '[' -z '' ']'
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.459 ++ mktemp -d
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.459 + export GOPATH=/tmp/tmp.Xj8680NjUY
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.459 + GOPATH=/tmp/tmp.Xj8680NjUY
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.459 + RM_GOPATH=1
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.459 + case "$(go env GOARCH)" in
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.459 ++ go env GOARCH
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.472 + export GO_BUILDMODE=-buildmode=pie
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.472 + GO_BUILDMODE=-buildmode=pie
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 Install runc version v1.0.2 (build tags: seccomp)
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 ++ dirname /install.sh
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 + dir=/
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 + bin=runc
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 + shift
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 + '[' '!' -f //runc.installer ']'
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 + . //runc.installer
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 ++ set -e
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 ++ : v1.0.2
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 + install_runc
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 + RUNC_BUILDTAGS=seccomp
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Xj8680NjUY/src/github.com/opencontainers/runc
17:57:03 [2021-12-03T17:57:03.708Z] #58 1.483 Cloning into '/tmp/tmp.Xj8680NjUY/src/github.com/opencontainers/runc'...
17:57:03 [2021-12-03T17:57:03.890Z] #14 DONE 114.7s
17:57:03 [2021-12-03T17:57:03.890Z] 
17:57:03 [2021-12-03T17:57:03.890Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:57:03 [2021-12-03T17:57:03.890Z] #62 sha256:3ce20012bea38eb19df3246517fd9fa40867a76b217b7c11d536e6d327b487f7
17:57:04 [2021-12-03T17:57:04.152Z] #62 ...
17:57:04 [2021-12-03T17:57:04.152Z] 
17:57:04 [2021-12-03T17:57:04.152Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
17:57:04 [2021-12-03T17:57:04.152Z] #57 sha256:fc30a2b48b93a29ad378aca3da71f3446730c0c5c3d9c5d61f36c5aa589d7d75
17:57:04 [2021-12-03T17:57:04.152Z] #57 DONE 0.2s
17:57:04 [2021-12-03T17:57:04.152Z] 
17:57:04 [2021-12-03T17:57:04.152Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:04 [2021-12-03T17:57:04.152Z] #58 sha256:3df455383fd57ffc794c68daa19c9132826b989f618333fa8037eb7541703394
17:57:04 [2021-12-03T17:57:04.271Z] #58 ...
17:57:04 [2021-12-03T17:57:04.271Z] 
17:57:04 [2021-12-03T17:57:04.271Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
17:57:04 [2021-12-03T17:57:04.271Z] #15 sha256:227408a31eb5ffc35f083ba235ae64d66ba52e1b7415f93dc5803a9b09f72017
17:57:04 [2021-12-03T17:57:04.271Z] #15 DONE 2.8s
17:57:04 [2021-12-03T17:57:04.528Z] 
17:57:04 [2021-12-03T17:57:04.528Z] #16 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
17:57:04 [2021-12-03T17:57:04.528Z] #16 sha256:c8f3fff870b8aaec5cbf1c75c15babaa5c6d7235350a5ec5b68c521c5ca17898
17:57:05 [2021-12-03T17:57:05.530Z] #19 203.6 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
17:57:05 [2021-12-03T17:57:05.530Z] #19 203.6 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:57:05 [2021-12-03T17:57:05.530Z] #19 203.6 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:57:05 [2021-12-03T17:57:05.530Z] #19 203.6 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
17:57:05 [2021-12-03T17:57:05.530Z] #19 203.6 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
17:57:05 [2021-12-03T17:57:05.530Z] #19 203.6 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
17:57:05 [2021-12-03T17:57:05.530Z] #19 203.8 Selecting previously unselected package libc6-dev-ppc64el-cross.
17:57:05 [2021-12-03T17:57:05.530Z] #19 203.8 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
17:57:05 [2021-12-03T17:57:05.530Z] #19 203.8 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
17:57:05 [2021-12-03T17:57:05.530Z] #19 204.1 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
17:57:05 [2021-12-03T17:57:05.530Z] #19 204.1 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:57:05 [2021-12-03T17:57:05.530Z] #19 204.1 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
17:57:06 [2021-12-03T17:57:06.421Z] #16 DONE 2.0s
17:57:06 [2021-12-03T17:57:06.421Z] 
17:57:06 [2021-12-03T17:57:06.421Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:57:06 [2021-12-03T17:57:06.421Z] #34 sha256:9f98c4ec50688847bbd6a76a42a8eedd2eb513e907af79797b02fdc257fd7619
17:57:06 [2021-12-03T17:57:06.421Z] #34 DONE 122.1s
17:57:06 [2021-12-03T17:57:06.421Z] 
17:57:06 [2021-12-03T17:57:06.421Z] #17 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
17:57:06 [2021-12-03T17:57:06.421Z] #17 sha256:faeac9745902d3146fe07579b2b8cb719ccab5ed29bff1e249fec6568b1b3009
17:57:06 [2021-12-03T17:57:06.457Z] #19 204.9 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
17:57:06 [2021-12-03T17:57:06.457Z] #19 204.9 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:57:06 [2021-12-03T17:57:06.457Z] #19 204.9 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:57:06 [2021-12-03T17:57:06.701Z] #58 ...
17:57:06 [2021-12-03T17:57:06.701Z] 
17:57:06 [2021-12-03T17:57:06.702Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
17:57:06 [2021-12-03T17:57:06.702Z] #15 sha256:b114134eac2bd33cfd796e0e0b78fc8c58cfa325fba6bb4a0ed7f8cf81d40603
17:57:06 [2021-12-03T17:57:06.702Z] #15 DONE 2.3s
17:57:06 [2021-12-03T17:57:06.702Z] 
17:57:06 [2021-12-03T17:57:06.702Z] #16 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
17:57:06 [2021-12-03T17:57:06.702Z] #16 sha256:f8b8cad54dd94834bad1fc1a9014a06113bc3eae36311c4cc543b37c0f62ceb0
17:57:07 [2021-12-03T17:57:07.791Z] #17 1.370 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
17:57:08 [2021-12-03T17:57:08.049Z] #17 DONE 1.6s
17:57:08 [2021-12-03T17:57:08.049Z] 
17:57:08 [2021-12-03T17:57:08.049Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:57:08 [2021-12-03T17:57:08.049Z] #26 sha256:12364e0cd0c6b15d755c82b31e5191270027f9b9b754ba01306e53b4880cbb6d
17:57:08 [2021-12-03T17:57:08.049Z] #26 120.2 + mkdir -p /tmp/tmp.eF36L33tQm/src/github.com/docker
17:57:08 [2021-12-03T17:57:08.049Z] #26 120.2 + mv components/cli /tmp/tmp.eF36L33tQm/src/github.com/docker/cli
17:57:08 [2021-12-03T17:57:08.049Z] #26 120.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
17:57:08 [2021-12-03T17:57:08.620Z] #16 DONE 1.9s
17:57:08 [2021-12-03T17:57:08.620Z] 
17:57:08 [2021-12-03T17:57:08.620Z] #17 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
17:57:08 [2021-12-03T17:57:08.620Z] #17 sha256:2089dc75fd02d2354cbad4757e05e5b089d63265c1db9977017a27e327bf1901
17:57:09 [2021-12-03T17:57:09.416Z] #26 ...
17:57:09 [2021-12-03T17:57:09.416Z] 
17:57:09 [2021-12-03T17:57:09.416Z] #18 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
17:57:09 [2021-12-03T17:57:09.416Z] #18 sha256:898a7527c7eeaa4467b8efefed709e5c3935772991b85cadc973fa43d6d3522c
17:57:09 [2021-12-03T17:57:09.416Z] #18 DONE 1.3s
17:57:09 [2021-12-03T17:57:09.416Z] 
17:57:09 [2021-12-03T17:57:09.416Z] #19 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
17:57:09 [2021-12-03T17:57:09.416Z] #19 sha256:6cf6deb77fe4d6be0d058fe8eaf23e1a062df03d2296779b6330314727358e9d
17:57:10 [2021-12-03T17:57:10.008Z] #17 1.583 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
17:57:10 [2021-12-03T17:57:10.008Z] #17 DONE 1.8s
17:57:10 [2021-12-03T17:57:10.008Z] 
17:57:10 [2021-12-03T17:57:10.008Z] #18 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
17:57:10 [2021-12-03T17:57:10.008Z] #18 sha256:5621e4201b6be9af126d1b5a4c4b3c08c85d9054203937edacd91aeb4fe68fd2
17:57:10 [2021-12-03T17:57:10.344Z] #19 DONE 1.0s
17:57:10 [2021-12-03T17:57:10.345Z] 
17:57:10 [2021-12-03T17:57:10.345Z] #20 [dev-systemd-false  6/25] RUN ldconfig
17:57:10 [2021-12-03T17:57:10.345Z] #20 sha256:060cd3c43db5392a046aaa28624e88af6be467007701bebedb12e60f6e969dc8
17:57:11 [2021-12-03T17:57:11.274Z] #20 DONE 1.0s
17:57:11 [2021-12-03T17:57:11.274Z] 
17:57:11 [2021-12-03T17:57:11.274Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:57:11 [2021-12-03T17:57:11.274Z] #26 sha256:12364e0cd0c6b15d755c82b31e5191270027f9b9b754ba01306e53b4880cbb6d
17:57:11 [2021-12-03T17:57:11.274Z] #26 ...
17:57:11 [2021-12-03T17:57:11.274Z] 
17:57:11 [2021-12-03T17:57:11.274Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:57:11 [2021-12-03T17:57:11.274Z] #21 sha256:d48ac96fa2ff4fcbad5a02c3f42d0542c119d924c774cd6e38ea57d7d2d94aa1
17:57:11 [2021-12-03T17:57:11.283Z] #14 ...
17:57:11 [2021-12-03T17:57:11.283Z] 
17:57:11 [2021-12-03T17:57:11.283Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:57:11 [2021-12-03T17:57:11.283Z] #65 sha256:c8a4526aa1ee6aca77c78cf837a6c3aa41fd3fb315f1e53a2458d03280fc1f30
17:57:11 [2021-12-03T17:57:11.283Z] #65 138.0 + for f in rootlesskit rootlesskit-docker-proxy
17:57:11 [2021-12-03T17:57:11.283Z] #65 138.0 + GOBIN=/build
17:57:11 [2021-12-03T17:57:11.283Z] #65 138.0 + GO111MODULE=on
17:57:11 [2021-12-03T17:57:11.283Z] #65 138.0 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
17:57:11 [2021-12-03T17:57:11.705Z] #19 210.1 Selecting previously unselected package g++-powerpc64le-linux-gnu.
17:57:11 [2021-12-03T17:57:11.706Z] #19 210.1 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:57:11 [2021-12-03T17:57:11.706Z] #19 210.3 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:57:11 [2021-12-03T17:57:11.927Z] #18 DONE 1.6s
17:57:11 [2021-12-03T17:57:11.927Z] 
17:57:11 [2021-12-03T17:57:11.927Z] #19 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
17:57:11 [2021-12-03T17:57:11.927Z] #19 sha256:3858746406deffb8c7633e244597cc822ff9e4aafba34ce5b54ffd6cf49ab3b5
17:57:12 [2021-12-03T17:57:12.632Z] #19 211.2 Selecting previously unselected package crossbuild-essential-ppc64el.
17:57:12 [2021-12-03T17:57:12.632Z] #19 211.2 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
17:57:12 [2021-12-03T17:57:12.640Z] #21 1.471 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:57:12 [2021-12-03T17:57:12.899Z] #21 1.595 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:57:13 [2021-12-03T17:57:13.159Z] #21 1.774 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:57:13 [2021-12-03T17:57:13.206Z] #19 211.5 Unpacking crossbuild-essential-ppc64el (12.9) ...
17:57:13 [2021-12-03T17:57:13.319Z] #19 DONE 1.6s
17:57:13 [2021-12-03T17:57:13.319Z] 
17:57:13 [2021-12-03T17:57:13.319Z] #20 [dev-systemd-false  6/25] RUN ldconfig
17:57:13 [2021-12-03T17:57:13.319Z] #20 sha256:9911fb8183a040364f58b93b825311e52b0672c1e10d9261bb5f7e0eb7b4b0f3
17:57:13 [2021-12-03T17:57:13.723Z] #21 2.262 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.7 rootlesskit version 0.14.6
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8 Usage of /build/rootlesskit-docker-proxy:
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8   -container-ip string
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8     	container ip
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8   -container-port int
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8     	container port (default -1)
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8   -host-ip string
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8     	host ip
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8   -host-port int
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8     	host port (default -1)
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8   -proto string
17:57:14 [2021-12-03T17:57:14.570Z] #65 142.8     	proxy protocol (default "tcp")
17:57:14 [2021-12-03T17:57:14.570Z] #19 212.7 Selecting previously unselected package libc6-s390x-cross.
17:57:14 [2021-12-03T17:57:14.570Z] #19 212.7 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
17:57:14 [2021-12-03T17:57:14.570Z] #19 212.9 Unpacking libc6-s390x-cross (2.31-9cross4) ...
17:57:14 [2021-12-03T17:57:14.711Z] #20 DONE 1.5s
17:57:14 [2021-12-03T17:57:14.711Z] 
17:57:14 [2021-12-03T17:57:14.711Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:57:14 [2021-12-03T17:57:14.711Z] #21 sha256:fa60542b43749be5a7f0333c8f064c68550fbb34cf2445eee4f93493437a2ebf
17:57:14 [2021-12-03T17:57:14.826Z] #19 213.3 Selecting previously unselected package libgcc-s1-s390x-cross.
17:57:14 [2021-12-03T17:57:14.826Z] #19 213.3 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:14 [2021-12-03T17:57:14.826Z] #19 213.3 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
17:57:14 [2021-12-03T17:57:14.826Z] #19 213.3 Selecting previously unselected package libgomp1-s390x-cross.
17:57:14 [2021-12-03T17:57:14.826Z] #19 213.4 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:14 [2021-12-03T17:57:14.826Z] #19 213.4 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
17:57:14 [2021-12-03T17:57:14.826Z] #19 213.4 Selecting previously unselected package libitm1-s390x-cross.
17:57:14 [2021-12-03T17:57:14.826Z] #19 213.4 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:14 [2021-12-03T17:57:14.826Z] #19 213.4 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
17:57:14 [2021-12-03T17:57:14.826Z] #19 213.4 Selecting previously unselected package libatomic1-s390x-cross.
17:57:15 [2021-12-03T17:57:15.083Z] #19 213.4 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:15 [2021-12-03T17:57:15.083Z] #19 213.4 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
17:57:15 [2021-12-03T17:57:15.083Z] #19 213.5 Selecting previously unselected package libasan6-s390x-cross.
17:57:15 [2021-12-03T17:57:15.083Z] #19 213.5 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:15 [2021-12-03T17:57:15.083Z] #19 213.5 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
17:57:15 [2021-12-03T17:57:15.083Z] #19 213.7 Selecting previously unselected package libstdc++6-s390x-cross.
17:57:15 [2021-12-03T17:57:15.340Z] #19 213.7 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:15 [2021-12-03T17:57:15.340Z] #19 213.7 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
17:57:15 [2021-12-03T17:57:15.340Z] #19 213.8 Selecting previously unselected package libubsan1-s390x-cross.
17:57:15 [2021-12-03T17:57:15.340Z] #19 213.8 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:15 [2021-12-03T17:57:15.340Z] #19 213.8 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
17:57:15 [2021-12-03T17:57:15.340Z] #19 213.9 Selecting previously unselected package libgcc-10-dev-s390x-cross.
17:57:15 [2021-12-03T17:57:15.340Z] #19 213.9 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:15 [2021-12-03T17:57:15.340Z] #19 213.9 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
17:57:15 [2021-12-03T17:57:15.340Z] #19 214.0 Selecting previously unselected package gcc-10-s390x-linux-gnu.
17:57:15 [2021-12-03T17:57:15.505Z] #65 DONE 144.0s
17:57:15 [2021-12-03T17:57:15.505Z] 
17:57:15 [2021-12-03T17:57:15.505Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:15 [2021-12-03T17:57:15.505Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:57:15 [2021-12-03T17:57:15.505Z] #14 140.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
17:57:15 [2021-12-03T17:57:15.505Z] #14 140.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:57:15 [2021-12-03T17:57:15.505Z] #14 140.1 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:57:15 [2021-12-03T17:57:15.550Z] #62 ...
17:57:15 [2021-12-03T17:57:15.550Z] 
17:57:15 [2021-12-03T17:57:15.550Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:15 [2021-12-03T17:57:15.550Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:57:15 [2021-12-03T17:57:15.550Z] #14 128.9 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
17:57:15 [2021-12-03T17:57:15.550Z] #14 128.9 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
17:57:15 [2021-12-03T17:57:15.550Z] #14 128.9 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:57:15 [2021-12-03T17:57:15.550Z] #14 134.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
17:57:15 [2021-12-03T17:57:15.550Z] #14 134.1 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:57:15 [2021-12-03T17:57:15.551Z] #14 134.1 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:57:15 [2021-12-03T17:57:15.596Z] #19 214.0 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:57:15 [2021-12-03T17:57:15.596Z] #19 214.0 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:57:15 [2021-12-03T17:57:15.617Z] #21 4.134 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:57:15 [2021-12-03T17:57:15.763Z] #14 ...
17:57:15 [2021-12-03T17:57:15.763Z] 
17:57:15 [2021-12-03T17:57:15.763Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
17:57:15 [2021-12-03T17:57:15.763Z] #66 sha256:e9cf150a555f5e2ed644ede749312c4b8db20a9d0dcaaaae0d69683edcce43f6
17:57:15 [2021-12-03T17:57:15.763Z] #66 DONE 0.1s
17:57:15 [2021-12-03T17:57:15.763Z] 
17:57:15 [2021-12-03T17:57:15.763Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
17:57:15 [2021-12-03T17:57:15.763Z] #67 sha256:f8ea270455e03551399b3233572b055af221c85eaf1ae04095a28bf6d8b77272
17:57:15 [2021-12-03T17:57:15.763Z] #67 DONE 0.1s
17:57:15 [2021-12-03T17:57:15.763Z] 
17:57:15 [2021-12-03T17:57:15.763Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:57:15 [2021-12-03T17:57:15.763Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:57:17 [2021-12-03T17:57:17.262Z] #21 ...
17:57:17 [2021-12-03T17:57:17.262Z] 
17:57:17 [2021-12-03T17:57:17.262Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:17 [2021-12-03T17:57:17.262Z] #58 sha256:3df455383fd57ffc794c68daa19c9132826b989f618333fa8037eb7541703394
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.624 + RM_GOPATH=0
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.629 + TMP_GOPATH=
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.629 + : /build
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.629 + '[' -z '' ']'
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.629 ++ mktemp -d
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.629 + export GOPATH=/tmp/tmp.6RcfpzLcFD
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.629 + GOPATH=/tmp/tmp.6RcfpzLcFD
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.629 + RM_GOPATH=1
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.629 + case "$(go env GOARCH)" in
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.629 ++ go env GOARCH
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 Install runc version v1.0.2 (build tags: seccomp)
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + export GO_BUILDMODE=-buildmode=pie
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + GO_BUILDMODE=-buildmode=pie
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 ++ dirname /install.sh
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + dir=/
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + bin=runc
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + shift
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + '[' '!' -f //runc.installer ']'
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + . //runc.installer
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 ++ set -e
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 ++ : v1.0.2
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + install_runc
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + RUNC_BUILDTAGS=seccomp
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.6RcfpzLcFD/src/github.com/opencontainers/runc
17:57:17 [2021-12-03T17:57:17.262Z] #58 2.676 Cloning into '/tmp/tmp.6RcfpzLcFD/src/github.com/opencontainers/runc'...
17:57:17 [2021-12-03T17:57:17.262Z] #58 11.68 + cd /tmp/tmp.6RcfpzLcFD/src/github.com/opencontainers/runc
17:57:17 [2021-12-03T17:57:17.262Z] #58 11.68 + git checkout -q v1.0.2
17:57:17 [2021-12-03T17:57:17.262Z] #58 12.38 + '[' -z '' ']'
17:57:17 [2021-12-03T17:57:17.262Z] #58 12.40 + target=static
17:57:17 [2021-12-03T17:57:17.262Z] #58 12.40 + make BUILDTAGS=seccomp static
17:57:17 [2021-12-03T17:57:17.262Z] #58 ...
17:57:17 [2021-12-03T17:57:17.262Z] 
17:57:17 [2021-12-03T17:57:17.262Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:57:17 [2021-12-03T17:57:17.262Z] #21 sha256:fa60542b43749be5a7f0333c8f064c68550fbb34cf2445eee4f93493437a2ebf
17:57:17 [2021-12-03T17:57:17.262Z] #21 2.042 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:57:17 [2021-12-03T17:57:17.262Z] #21 2.071 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:57:17 [2021-12-03T17:57:17.262Z] #21 2.082 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:57:17 [2021-12-03T17:57:17.262Z] #21 2.606 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:57:17 [2021-12-03T17:57:17.510Z] #21 6.151 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:57:17 [2021-12-03T17:57:17.665Z] #34 ...
17:57:17 [2021-12-03T17:57:17.665Z] 
17:57:17 [2021-12-03T17:57:17.665Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:17 [2021-12-03T17:57:17.665Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:57:17 [2021-12-03T17:57:17.665Z] #14 146.1 Selecting previously unselected package g++-mingw-w64-x86-64.
17:57:17 [2021-12-03T17:57:17.665Z] #14 146.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
17:57:17 [2021-12-03T17:57:17.665Z] #14 146.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:57:17 [2021-12-03T17:57:17.665Z] #14 146.4 Selecting previously unselected package libapparmor1:amd64.
17:57:17 [2021-12-03T17:57:17.665Z] #14 146.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
17:57:17 [2021-12-03T17:57:17.665Z] #14 146.4 Unpacking libapparmor1:amd64 (2.13.6-10) ...
17:57:17 [2021-12-03T17:57:17.923Z] #14 146.5 Selecting previously unselected package libapparmor-dev:amd64.
17:57:17 [2021-12-03T17:57:17.923Z] #14 146.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
17:57:17 [2021-12-03T17:57:17.923Z] #14 146.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
17:57:17 [2021-12-03T17:57:17.923Z] #14 146.7 Selecting previously unselected package libbtrfs0:amd64.
17:57:17 [2021-12-03T17:57:17.923Z] #14 146.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
17:57:18 [2021-12-03T17:57:18.182Z] #14 146.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:57:18 [2021-12-03T17:57:18.182Z] #14 147.0 Selecting previously unselected package libbtrfs-dev:amd64.
17:57:18 [2021-12-03T17:57:18.182Z] #14 147.0 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
17:57:18 [2021-12-03T17:57:18.441Z] #14 147.0 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:57:18 [2021-12-03T17:57:18.701Z] #14 147.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
17:57:18 [2021-12-03T17:57:18.701Z] #14 147.3 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:57:18 [2021-12-03T17:57:18.701Z] #14 147.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:18 [2021-12-03T17:57:18.962Z] #14 147.4 Selecting previously unselected package libudev-dev:amd64.
17:57:18 [2021-12-03T17:57:18.962Z] #14 147.4 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
17:57:18 [2021-12-03T17:57:18.962Z] #14 147.5 Unpacking libudev-dev:amd64 (247.3-6) ...
17:57:18 [2021-12-03T17:57:18.962Z] #14 147.7 Selecting previously unselected package libsepol1-dev:amd64.
17:57:18 [2021-12-03T17:57:18.962Z] #14 147.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
17:57:18 [2021-12-03T17:57:18.962Z] #14 147.7 Unpacking libsepol1-dev:amd64 (3.1-1) ...
17:57:19 [2021-12-03T17:57:19.178Z] #21 4.013 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:57:19 [2021-12-03T17:57:19.529Z] #14 148.1 Selecting previously unselected package libpcre2-16-0:amd64.
17:57:19 [2021-12-03T17:57:19.529Z] #14 148.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
17:57:19 [2021-12-03T17:57:19.529Z] #14 148.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
17:57:19 [2021-12-03T17:57:19.529Z] #14 148.3 Selecting previously unselected package libpcre2-32-0:amd64.
17:57:19 [2021-12-03T17:57:19.529Z] #14 148.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
17:57:19 [2021-12-03T17:57:19.529Z] #14 148.3 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
17:57:19 [2021-12-03T17:57:19.766Z] #19 218.3 Selecting previously unselected package gcc-s390x-linux-gnu.
17:57:19 [2021-12-03T17:57:19.766Z] #19 218.3 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:57:19 [2021-12-03T17:57:19.766Z] #19 218.3 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
17:57:19 [2021-12-03T17:57:19.766Z] #19 218.3 Selecting previously unselected package linux-libc-dev-s390x-cross.
17:57:19 [2021-12-03T17:57:19.766Z] #19 218.3 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
17:57:19 [2021-12-03T17:57:19.766Z] #19 218.3 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
17:57:19 [2021-12-03T17:57:19.788Z] #14 148.5 Selecting previously unselected package libpcre2-posix2:amd64.
17:57:19 [2021-12-03T17:57:19.788Z] #14 148.5 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
17:57:19 [2021-12-03T17:57:19.788Z] #14 148.5 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
17:57:19 [2021-12-03T17:57:19.803Z] #14 144.7 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
17:57:19 [2021-12-03T17:57:19.803Z] #14 144.7 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:57:19 [2021-12-03T17:57:19.803Z] #14 144.7 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:57:20 [2021-12-03T17:57:20.022Z] #19 218.5 Selecting previously unselected package libc6-dev-s390x-cross.
17:57:20 [2021-12-03T17:57:20.022Z] #19 218.5 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
17:57:20 [2021-12-03T17:57:20.022Z] #19 218.5 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
17:57:20 [2021-12-03T17:57:20.047Z] #14 148.5 Selecting previously unselected package libpcre2-dev:amd64.
17:57:20 [2021-12-03T17:57:20.047Z] #14 148.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
17:57:20 [2021-12-03T17:57:20.047Z] #14 148.6 Unpacking libpcre2-dev:amd64 (10.36-2) ...
17:57:20 [2021-12-03T17:57:20.278Z] #19 218.8 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
17:57:20 [2021-12-03T17:57:20.278Z] #19 218.8 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:20 [2021-12-03T17:57:20.278Z] #19 218.8 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
17:57:20 [2021-12-03T17:57:20.306Z] #14 148.9 Selecting previously unselected package libselinux1-dev:amd64.
17:57:20 [2021-12-03T17:57:20.306Z] #14 148.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
17:57:20 [2021-12-03T17:57:20.306Z] #14 148.9 Unpacking libselinux1-dev:amd64 (3.1-3) ...
17:57:20 [2021-12-03T17:57:20.372Z] #14 ...
17:57:20 [2021-12-03T17:57:20.373Z] 
17:57:20 [2021-12-03T17:57:20.373Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:57:20 [2021-12-03T17:57:20.373Z] #65 sha256:1975c847331fb00cb46f83ce2553f8a1b271d754a24d3dd4f8290515c84b55d8
17:57:20 [2021-12-03T17:57:20.373Z] #65 145.4 + for f in rootlesskit rootlesskit-docker-proxy
17:57:20 [2021-12-03T17:57:20.373Z] #65 145.4 + GOBIN=/build
17:57:20 [2021-12-03T17:57:20.373Z] #65 145.4 + GO111MODULE=on
17:57:20 [2021-12-03T17:57:20.373Z] #65 145.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
17:57:20 [2021-12-03T17:57:20.533Z] #19 219.0 Selecting previously unselected package g++-10-s390x-linux-gnu.
17:57:20 [2021-12-03T17:57:20.533Z] #19 219.0 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:57:20 [2021-12-03T17:57:20.533Z] #19 219.0 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:57:20 [2021-12-03T17:57:20.564Z] #21 5.661 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:57:20 [2021-12-03T17:57:20.564Z] #14 149.1 Selecting previously unselected package libdevmapper-dev:amd64.
17:57:20 [2021-12-03T17:57:20.564Z] #14 149.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
17:57:20 [2021-12-03T17:57:20.564Z] #14 149.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:57:20 [2021-12-03T17:57:20.564Z] #14 149.2 Selecting previously unselected package libseccomp-dev:amd64.
17:57:20 [2021-12-03T17:57:20.564Z] #14 149.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
17:57:20 [2021-12-03T17:57:20.564Z] #14 149.2 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
17:57:20 [2021-12-03T17:57:20.564Z] #14 149.3 Selecting previously unselected package libsystemd-dev:amd64.
17:57:20 [2021-12-03T17:57:20.564Z] #14 149.3 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
17:57:20 [2021-12-03T17:57:20.783Z] #21 9.394 Fetched 8365 kB in 8s (1002 kB/s)
17:57:20 [2021-12-03T17:57:20.822Z] #14 149.3 Unpacking libsystemd-dev:amd64 (247.3-6) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.7 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.7 Setting up libapparmor1:amd64 (2.13.6-10) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.7 Setting up libsepol1-dev:amd64 (3.1-1) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.7 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.7 Setting up libpcre2-16-0:amd64 (10.36-2) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.7 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.7 Setting up libpcre2-32-0:amd64 (10.36-2) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.7 Setting up libudev-dev:amd64 (247.3-6) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.8 Setting up libpcre2-posix2:amd64 (10.36-2) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.8 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.8 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.8 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
17:57:21 [2021-12-03T17:57:21.081Z] #14 149.8 Setting up mingw-w64-common (8.0.0-1) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.8 Setting up libsystemd-dev:amd64 (247.3-6) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.9 Setting up libpcre2-dev:amd64 (10.36-2) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.9 Setting up libselinux1-dev:amd64 (3.1-3) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 149.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 150.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
17:57:21 [2021-12-03T17:57:21.340Z] #14 150.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 150.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 150.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 150.0 Setting up dmsetup (2:1.02.175-2.1) ...
17:57:21 [2021-12-03T17:57:21.340Z] #14 150.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:21 [2021-12-03T17:57:21.598Z] #14 150.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:57:21 [2021-12-03T17:57:21.598Z] #14 150.0 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:57:21 [2021-12-03T17:57:21.857Z] #14 DONE 150.4s
17:57:21 [2021-12-03T17:57:21.857Z] 
17:57:21 [2021-12-03T17:57:21.857Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
17:57:21 [2021-12-03T17:57:21.857Z] #57 sha256:00814710ad47b92613649467a84f75c733fca8f1e62c56216d80413bf831a35d
17:57:21 [2021-12-03T17:57:21.857Z] #57 DONE 0.2s
17:57:21 [2021-12-03T17:57:21.857Z] 
17:57:21 [2021-12-03T17:57:21.857Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:21 [2021-12-03T17:57:21.857Z] #58 sha256:f9d8d8efd267569dba1cb9b4a31ee2559d1330a2df15e986cdc524413415503b
17:57:23 [2021-12-03T17:57:23.303Z] #21 9.394 Reading package lists...
17:57:23 [2021-12-03T17:57:23.304Z] #21 ...
17:57:23 [2021-12-03T17:57:23.304Z] 
17:57:23 [2021-12-03T17:57:23.304Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:23 [2021-12-03T17:57:23.304Z] #58 sha256:fec5d4a0f4ba2e0be332de381d156bc3f4a8143165a052e688df5472ef4df7df
17:57:23 [2021-12-03T17:57:23.304Z] #58 10.98 + cd /tmp/tmp.Xj8680NjUY/src/github.com/opencontainers/runc
17:57:23 [2021-12-03T17:57:23.304Z] #58 10.98 + git checkout -q v1.0.2
17:57:23 [2021-12-03T17:57:23.304Z] #58 11.89 + '[' -z '' ']'
17:57:23 [2021-12-03T17:57:23.304Z] #58 11.89 + target=static
17:57:23 [2021-12-03T17:57:23.304Z] #58 11.89 + make BUILDTAGS=seccomp static
17:57:23 [2021-12-03T17:57:23.304Z] #58 12.40 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc .
17:57:23 [2021-12-03T17:57:23.867Z] #58 ...
17:57:23 [2021-12-03T17:57:23.867Z] 
17:57:23 [2021-12-03T17:57:23.868Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:57:23 [2021-12-03T17:57:23.868Z] #21 sha256:d48ac96fa2ff4fcbad5a02c3f42d0542c119d924c774cd6e38ea57d7d2d94aa1
17:57:23 [2021-12-03T17:57:23.868Z] #21 9.394 Reading package lists...
17:57:23 [2021-12-03T17:57:23.874Z] #21 8.866 Fetched 8479 kB in 7s (1193 kB/s)
17:57:24 [2021-12-03T17:57:24.391Z] #58 ...
17:57:24 [2021-12-03T17:57:24.392Z] 
17:57:24 [2021-12-03T17:57:24.392Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
17:57:24 [2021-12-03T17:57:24.392Z] #15 sha256:b114134eac2bd33cfd796e0e0b78fc8c58cfa325fba6bb4a0ed7f8cf81d40603
17:57:24 [2021-12-03T17:57:24.392Z] #15 DONE 2.1s
17:57:24 [2021-12-03T17:57:24.392Z] 
17:57:24 [2021-12-03T17:57:24.392Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:24 [2021-12-03T17:57:24.392Z] #58 sha256:f9d8d8efd267569dba1cb9b4a31ee2559d1330a2df15e986cdc524413415503b
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.051 + RM_GOPATH=0
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.051 + TMP_GOPATH=
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.051 + : /build
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.051 + '[' -z '' ']'
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.054 ++ mktemp -d
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.063 + export GOPATH=/tmp/tmp.EQf2Rdvgxo
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.063 + GOPATH=/tmp/tmp.EQf2Rdvgxo
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.063 + RM_GOPATH=1
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.063 + case "$(go env GOARCH)" in
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.064 ++ go env GOARCH
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.099 + export GO_BUILDMODE=-buildmode=pie
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.099 + GO_BUILDMODE=-buildmode=pie
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.099 ++ dirname /install.sh
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.099 + dir=/
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.099 + bin=runc
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.099 + shift
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.099 + '[' '!' -f //runc.installer ']'
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.099 + . //runc.installer
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.099 ++ set -e
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.104 Install runc version v1.0.2 (build tags: seccomp)
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.104 ++ : v1.0.2
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.104 + install_runc
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.104 + RUNC_BUILDTAGS=seccomp
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.104 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.104 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.EQf2Rdvgxo/src/github.com/opencontainers/runc
17:57:24 [2021-12-03T17:57:24.392Z] #58 2.111 Cloning into '/tmp/tmp.EQf2Rdvgxo/src/github.com/opencontainers/runc'...
17:57:24 [2021-12-03T17:57:24.447Z] #21 8.866 Reading package lists...
17:57:24 [2021-12-03T17:57:24.447Z] #21 ...
17:57:24 [2021-12-03T17:57:24.447Z] 
17:57:24 [2021-12-03T17:57:24.447Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:57:24 [2021-12-03T17:57:24.447Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:57:24 [2021-12-03T17:57:24.447Z] #34 DONE 134.9s
17:57:24 [2021-12-03T17:57:24.447Z] 
17:57:24 [2021-12-03T17:57:24.447Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:24 [2021-12-03T17:57:24.447Z] #58 sha256:3df455383fd57ffc794c68daa19c9132826b989f618333fa8037eb7541703394
17:57:24 [2021-12-03T17:57:24.447Z] #58 12.84 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc .
17:57:24 [2021-12-03T17:57:24.703Z] #19 223.2 Selecting previously unselected package g++-s390x-linux-gnu.
17:57:24 [2021-12-03T17:57:24.703Z] #19 223.2 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:57:24 [2021-12-03T17:57:24.703Z] #19 223.2 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
17:57:24 [2021-12-03T17:57:24.703Z] #19 223.2 Selecting previously unselected package crossbuild-essential-s390x.
17:57:24 [2021-12-03T17:57:24.703Z] #19 223.2 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
17:57:24 [2021-12-03T17:57:24.703Z] #19 223.3 Unpacking crossbuild-essential-s390x (12.9) ...
17:57:24 [2021-12-03T17:57:24.703Z] #19 223.3 Setting up libconfig-inifiles-perl (3.000003-1) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.3 Setting up libfile-which-perl (1.23-1) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.3 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.4 Setting up libc6-armhf-cross (2.31-9cross4) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.4 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.4 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.4 Setting up libicu67:amd64 (67.1-7) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.4 Setting up libmagic-mgc (1:5.39-3) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.4 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.4 Setting up libc6-s390x-cross (2.31-9cross4) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.4 Setting up libmagic1:amd64 (1:5.39-3) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.4 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.4 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.5 Setting up file (1:5.39-3) ...
17:57:24 [2021-12-03T17:57:24.958Z] #19 223.5 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
17:57:24 [2021-12-03T17:57:24.959Z] #19 223.5 Setting up bzip2 (1.0.8-4) ...
17:57:24 [2021-12-03T17:57:24.959Z] #19 223.5 Setting up libyaml-perl (1.30-1) ...
17:57:24 [2021-12-03T17:57:24.959Z] #19 223.5 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
17:57:24 [2021-12-03T17:57:24.959Z] #19 223.5 Setting up libxml-sax-base-perl (1.09-1.1) ...
17:57:24 [2021-12-03T17:57:24.959Z] #19 223.5 Setting up libio-string-perl (1.08-3.1) ...
17:57:24 [2021-12-03T17:57:24.959Z] #19 223.5 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
17:57:24 [2021-12-03T17:57:24.959Z] #19 223.5 Setting up cross-config (2.6.18+nmu1) ...
17:57:25 [2021-12-03T17:57:25.214Z] #19 223.6 Setting up xz-utils (5.2.5-2) ...
17:57:25 [2021-12-03T17:57:25.214Z] #19 223.6 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:57:25 [2021-12-03T17:57:25.214Z] #19 223.6 Setting up libc6-arm64-cross (2.31-9cross4) ...
17:57:25 [2021-12-03T17:57:25.214Z] #19 223.7 Setting up patch (2.7.6-7) ...
17:57:25 [2021-12-03T17:57:25.214Z] #19 223.7 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
17:57:25 [2021-12-03T17:57:25.214Z] #19 223.7 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.214Z] #19 223.7 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.214Z] #19 223.7 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
17:57:25 [2021-12-03T17:57:25.214Z] #19 223.7 Setting up libc6-armel-cross (2.31-9cross4) ...
17:57:25 [2021-12-03T17:57:25.214Z] #19 223.7 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.7 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.7 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.7 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.7 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up libfile-homedir-perl (1.006-1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up liblocale-gettext-perl (1.07-4+b1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.8 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.9 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.9 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.9 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.9 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.9 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.215Z] #19 223.9 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 223.9 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 223.9 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 223.9 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 223.9 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 223.9 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.0 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.1 Setting up libxml-sax-perl (1.02+dfsg-1) ...
17:57:25 [2021-12-03T17:57:25.471Z] #19 224.1 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1 rootlesskit version 0.14.6
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1 Usage of /build/rootlesskit-docker-proxy:
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1   -container-ip string
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1     	container ip
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1   -container-port int
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1     	container port (default -1)
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1   -host-ip string
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1     	host ip
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1   -host-port int
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1     	host port (default -1)
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1   -proto string
17:57:25 [2021-12-03T17:57:25.665Z] #65 150.1     	proxy protocol (default "tcp")
17:57:25 [2021-12-03T17:57:25.727Z] #19 224.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
17:57:25 [2021-12-03T17:57:25.727Z] #19 224.3 
17:57:25 [2021-12-03T17:57:25.727Z] #19 224.3 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
17:57:25 [2021-12-03T17:57:25.727Z] #19 224.4 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.727Z] #19 224.4 Setting up dpkg-dev (1.20.9) ...
17:57:25 [2021-12-03T17:57:25.769Z] #58 ...
17:57:25 [2021-12-03T17:57:25.769Z] 
17:57:25 [2021-12-03T17:57:25.769Z] #16 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
17:57:25 [2021-12-03T17:57:25.769Z] #16 sha256:f8b8cad54dd94834bad1fc1a9014a06113bc3eae36311c4cc543b37c0f62ceb0
17:57:25 [2021-12-03T17:57:25.769Z] #16 DONE 1.7s
17:57:25 [2021-12-03T17:57:25.769Z] 
17:57:25 [2021-12-03T17:57:25.769Z] #17 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
17:57:25 [2021-12-03T17:57:25.769Z] #17 sha256:2089dc75fd02d2354cbad4757e05e5b089d63265c1db9977017a27e327bf1901
17:57:25 [2021-12-03T17:57:25.927Z] #65 ...
17:57:25 [2021-12-03T17:57:25.927Z] 
17:57:25 [2021-12-03T17:57:25.927Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:25 [2021-12-03T17:57:25.927Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.2 Selecting previously unselected package g++-mingw-w64-x86-64.
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.3 Selecting previously unselected package libapparmor1:amd64.
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.3 Unpacking libapparmor1:amd64 (2.13.6-10) ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.4 Selecting previously unselected package libapparmor-dev:amd64.
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.6 Selecting previously unselected package libbtrfs0:amd64.
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.7 Selecting previously unselected package libbtrfs-dev:amd64.
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 149.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.0 Selecting previously unselected package libudev-dev:amd64.
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.0 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.0 Unpacking libudev-dev:amd64 (247.3-6) ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.1 Selecting previously unselected package libsepol1-dev:amd64.
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.1 Unpacking libsepol1-dev:amd64 (3.1-1) ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.4 Selecting previously unselected package libpcre2-16-0:amd64.
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.9 Selecting previously unselected package libpcre2-32-0:amd64.
17:57:25 [2021-12-03T17:57:25.927Z] #14 150.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
17:57:25 [2021-12-03T17:57:25.927Z] #14 151.0 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.4 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.4 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.4 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.5 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.5 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.5 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.5 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.5 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.5 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.5 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.5 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.5 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
17:57:25 [2021-12-03T17:57:25.983Z] #19 224.6 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
17:57:26 [2021-12-03T17:57:26.239Z] #19 224.6 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
17:57:26 [2021-12-03T17:57:26.239Z] #19 224.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
17:57:26 [2021-12-03T17:57:26.239Z] #19 224.8 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
17:57:26 [2021-12-03T17:57:26.239Z] #19 224.9 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 224.9 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 224.9 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 224.9 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 224.9 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 224.9 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 224.9 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 224.9 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.0 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.0 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.0 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.0 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.0 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.0 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.0 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.0 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.0 Setting up libxml-simple-perl (2.25-1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.0 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.1 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.1 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.1 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.1 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.1 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.1 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.1 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.1 Setting up libconfig-auto-perl (0.44-1.1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.1 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.1 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.2 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.2 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.2 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.2 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.2 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
17:57:26 [2021-12-03T17:57:26.495Z] #19 225.2 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.2 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.2 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.2 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.2 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.3 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.3 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.3 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.3 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.3 Setting up dpkg-cross (2.6.18+nmu1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.3 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.3 Setting up crossbuild-essential-armel (12.9) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.3 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.4 Setting up crossbuild-essential-armhf (12.9) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.4 Setting up crossbuild-essential-arm64 (12.9) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.4 Setting up crossbuild-essential-s390x (12.9) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.4 Setting up crossbuild-essential-ppc64el (12.9) ...
17:57:26 [2021-12-03T17:57:26.751Z] #19 225.4 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:57:26 [2021-12-03T17:57:26.871Z] #14 152.1 Selecting previously unselected package libpcre2-posix2:amd64.
17:57:26 [2021-12-03T17:57:26.871Z] #14 152.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
17:57:26 [2021-12-03T17:57:26.871Z] #14 152.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
17:57:26 [2021-12-03T17:57:26.997Z] #58 ...
17:57:26 [2021-12-03T17:57:26.997Z] 
17:57:26 [2021-12-03T17:57:26.997Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:57:26 [2021-12-03T17:57:26.997Z] #21 sha256:fa60542b43749be5a7f0333c8f064c68550fbb34cf2445eee4f93493437a2ebf
17:57:26 [2021-12-03T17:57:26.997Z] #21 8.866 Reading package lists...
17:57:27 [2021-12-03T17:57:27.146Z] #17 1.438 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
17:57:27 [2021-12-03T17:57:27.146Z] #17 DONE 1.5s
17:57:27 [2021-12-03T17:57:27.146Z] 
17:57:27 [2021-12-03T17:57:27.146Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:57:27 [2021-12-03T17:57:27.146Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:57:27 [2021-12-03T17:57:27.146Z] #62 ...
17:57:27 [2021-12-03T17:57:27.146Z] 
17:57:27 [2021-12-03T17:57:27.146Z] #18 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
17:57:27 [2021-12-03T17:57:27.146Z] #18 sha256:5621e4201b6be9af126d1b5a4c4b3c08c85d9054203937edacd91aeb4fe68fd2
17:57:27 [2021-12-03T17:57:27.445Z] #14 152.6 Selecting previously unselected package libpcre2-dev:amd64.
17:57:27 [2021-12-03T17:57:27.445Z] #14 152.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
17:57:27 [2021-12-03T17:57:27.445Z] #14 152.7 Unpacking libpcre2-dev:amd64 (10.36-2) ...
17:57:27 [2021-12-03T17:57:27.706Z] #14 ...
17:57:27 [2021-12-03T17:57:27.706Z] 
17:57:27 [2021-12-03T17:57:27.706Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:57:27 [2021-12-03T17:57:27.706Z] #65 sha256:1975c847331fb00cb46f83ce2553f8a1b271d754a24d3dd4f8290515c84b55d8
17:57:27 [2021-12-03T17:57:27.706Z] #65 DONE 152.6s
17:57:27 [2021-12-03T17:57:27.706Z] 
17:57:27 [2021-12-03T17:57:27.706Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
17:57:27 [2021-12-03T17:57:27.706Z] #66 sha256:1d98b202f1ce618bfdc7df2c395dd44db998983e443d8e7937152011e6feb2a2
17:57:27 [2021-12-03T17:57:27.706Z] #66 DONE 0.1s
17:57:27 [2021-12-03T17:57:27.706Z] 
17:57:27 [2021-12-03T17:57:27.706Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
17:57:27 [2021-12-03T17:57:27.706Z] #67 sha256:62f1c39a5895bd06b56cdc84310cd24b0c4388297061a82d67c02b681417105a
17:57:27 [2021-12-03T17:57:27.706Z] #67 DONE 0.1s
17:57:27 [2021-12-03T17:57:27.706Z] 
17:57:27 [2021-12-03T17:57:27.706Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:57:27 [2021-12-03T17:57:27.706Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:57:28 [2021-12-03T17:57:28.022Z] 8f616e6e9eec: Verifying Checksum
17:57:28 [2021-12-03T17:57:28.022Z] 8f616e6e9eec: Download complete
17:57:28 [2021-12-03T17:57:28.278Z] #34 ...
17:57:28 [2021-12-03T17:57:28.278Z] 
17:57:28 [2021-12-03T17:57:28.278Z] #14 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:28 [2021-12-03T17:57:28.278Z] #14 sha256:ae295638f0691f179197df6ffbdd2b6e4395627ee10ebedfa50bfa48696fbb21
17:57:28 [2021-12-03T17:57:28.278Z] #14 153.3 Selecting previously unselected package libselinux1-dev:amd64.
17:57:28 [2021-12-03T17:57:28.278Z] #14 153.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
17:57:28 [2021-12-03T17:57:28.278Z] #14 153.3 Unpacking libselinux1-dev:amd64 (3.1-3) ...
17:57:28 [2021-12-03T17:57:28.299Z] #21 12.84 Reading package lists...
17:57:28 [2021-12-03T17:57:28.522Z] #18 DONE 1.5s
17:57:28 [2021-12-03T17:57:28.522Z] 
17:57:28 [2021-12-03T17:57:28.522Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:57:28 [2021-12-03T17:57:28.522Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:57:28 [2021-12-03T17:57:28.539Z] #14 153.8 Selecting previously unselected package libdevmapper-dev:amd64.
17:57:28 [2021-12-03T17:57:28.539Z] #14 153.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
17:57:28 [2021-12-03T17:57:28.539Z] #14 153.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:57:28 [2021-12-03T17:57:28.781Z] #62 ...
17:57:28 [2021-12-03T17:57:28.781Z] 
17:57:28 [2021-12-03T17:57:28.781Z] #19 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
17:57:28 [2021-12-03T17:57:28.781Z] #19 sha256:3858746406deffb8c7633e244597cc822ff9e4aafba34ce5b54ffd6cf49ab3b5
17:57:28 [2021-12-03T17:57:28.800Z] #14 153.9 Selecting previously unselected package libseccomp-dev:amd64.
17:57:28 [2021-12-03T17:57:28.800Z] #14 153.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
17:57:28 [2021-12-03T17:57:28.800Z] #14 153.9 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
17:57:28 [2021-12-03T17:57:28.800Z] #14 154.1 Selecting previously unselected package libsystemd-dev:amd64.
17:57:28 [2021-12-03T17:57:28.800Z] #14 154.1 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
17:57:28 [2021-12-03T17:57:28.800Z] #14 154.1 Unpacking libsystemd-dev:amd64 (247.3-6) ...
17:57:28 [2021-12-03T17:57:28.862Z] #21 16.45 Building dependency tree...
17:57:29 [2021-12-03T17:57:29.541Z] #21 11.87 Reading package lists...
17:57:29 [2021-12-03T17:57:29.743Z] #14 154.8 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 154.8 Setting up libapparmor1:amd64 (2.13.6-10) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 154.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 154.9 Setting up libsepol1-dev:amd64 (3.1-1) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 154.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 154.9 Setting up libpcre2-16-0:amd64 (10.36-2) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 155.0 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 155.0 Setting up libpcre2-32-0:amd64 (10.36-2) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 155.0 Setting up libudev-dev:amd64 (247.3-6) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 155.0 Setting up libpcre2-posix2:amd64 (10.36-2) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 155.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 155.0 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 155.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:57:29 [2021-12-03T17:57:29.743Z] #14 155.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.1 Setting up mingw-w64-common (8.0.0-1) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.2 Setting up libsystemd-dev:amd64 (247.3-6) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.2 Setting up libpcre2-dev:amd64 (10.36-2) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.2 Setting up libselinux1-dev:amd64 (3.1-3) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.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
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.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
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.4 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:57:30 [2021-12-03T17:57:30.004Z] #14 155.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:30 [2021-12-03T17:57:30.114Z] #21 14.77 Building dependency tree...
17:57:30 [2021-12-03T17:57:30.157Z] #19 DONE 1.4s
17:57:30 [2021-12-03T17:57:30.157Z] 
17:57:30 [2021-12-03T17:57:30.157Z] #20 [dev-systemd-false  6/25] RUN ldconfig
17:57:30 [2021-12-03T17:57:30.157Z] #20 sha256:9911fb8183a040364f58b93b825311e52b0672c1e10d9261bb5f7e0eb7b4b0f3
17:57:30 [2021-12-03T17:57:30.266Z] #14 155.4 Setting up dmsetup (2:1.02.175-2.1) ...
17:57:30 [2021-12-03T17:57:30.266Z] #14 155.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:30 [2021-12-03T17:57:30.266Z] #14 155.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:57:30 [2021-12-03T17:57:30.266Z] #14 155.5 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:57:30 [2021-12-03T17:57:30.687Z] #21 16.02 The following additional packages will be installed:
17:57:30 [2021-12-03T17:57:30.841Z] #14 DONE 156.0s
17:57:30 [2021-12-03T17:57:30.841Z] 
17:57:30 [2021-12-03T17:57:30.841Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:57:30 [2021-12-03T17:57:30.842Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:57:30 [2021-12-03T17:57:30.842Z] #43 ...
17:57:30 [2021-12-03T17:57:30.842Z] 
17:57:30 [2021-12-03T17:57:30.842Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
17:57:30 [2021-12-03T17:57:30.842Z] #15 sha256:b114134eac2bd33cfd796e0e0b78fc8c58cfa325fba6bb4a0ed7f8cf81d40603
17:57:30 [2021-12-03T17:57:30.949Z] #21 16.02   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
17:57:30 [2021-12-03T17:57:30.949Z] #21 16.02   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
17:57:30 [2021-12-03T17:57:30.949Z] #21 16.02   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
17:57:30 [2021-12-03T17:57:30.949Z] #21 16.02   python3-pkg-resources vim-runtime xxd
17:57:30 [2021-12-03T17:57:30.949Z] #21 16.02 Suggested packages:
17:57:30 [2021-12-03T17:57:30.949Z] #21 16.02   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
17:57:30 [2021-12-03T17:57:30.949Z] #21 16.02   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
17:57:30 [2021-12-03T17:57:30.949Z] #21 16.02   acl attr quota
17:57:30 [2021-12-03T17:57:30.949Z] #21 16.02 Recommended packages:
17:57:30 [2021-12-03T17:57:30.949Z] #21 16.02   libatm1 nftables libpam-cap build-essential python3-dev unzip
17:57:31 [2021-12-03T17:57:31.008Z] a0eb404f1860: Verifying Checksum
17:57:31 [2021-12-03T17:57:31.008Z] a0eb404f1860: Download complete
17:57:31 [2021-12-03T17:57:31.103Z] #15 ...
17:57:31 [2021-12-03T17:57:31.103Z] 
17:57:31 [2021-12-03T17:57:31.103Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
17:57:31 [2021-12-03T17:57:31.103Z] #57 sha256:d388b3a55010f2bab54e699d05ca194112b3407dd2f309572672edcb94a86342
17:57:31 [2021-12-03T17:57:31.103Z] #57 DONE 0.1s
17:57:31 [2021-12-03T17:57:31.103Z] 
17:57:31 [2021-12-03T17:57:31.103Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:31 [2021-12-03T17:57:31.103Z] #58 sha256:0488e6d48e7b3a32f19f5952d6ac33d7056e30b4df9403a90878034ce1ac792e
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.63 The following additional packages will be installed:
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.66   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.66   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.66   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.66   python3-pkg-resources vim-runtime xxd
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.67 Suggested packages:
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.67   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.67   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.67   acl attr quota
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.67 Recommended packages:
17:57:31 [2021-12-03T17:57:31.384Z] #21 19.67   libatm1 nftables libpam-cap build-essential python3-dev unzip
17:57:31 [2021-12-03T17:57:31.532Z] #20 DONE 1.5s
17:57:31 [2021-12-03T17:57:31.532Z] 
17:57:31 [2021-12-03T17:57:31.532Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:57:31 [2021-12-03T17:57:31.532Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:57:31 [2021-12-03T17:57:31.532Z] #62 ...
17:57:31 [2021-12-03T17:57:31.532Z] 
17:57:31 [2021-12-03T17:57:31.532Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:57:31 [2021-12-03T17:57:31.532Z] #21 sha256:fa60542b43749be5a7f0333c8f064c68550fbb34cf2445eee4f93493437a2ebf
17:57:31 [2021-12-03T17:57:31.992Z] #19 DONE 230.5s
17:57:31 [2021-12-03T17:57:31.992Z] 
17:57:31 [2021-12-03T17:57:31.992Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
17:57:31 [2021-12-03T17:57:31.992Z] #32 sha256:3c95bfd6a0751d90a5e8609617eba41d88622a9d2a7cfe6559b96e0cb80ba656
17:57:31 [2021-12-03T17:57:31.992Z] #32 DONE 0.1s
17:57:31 [2021-12-03T17:57:31.992Z] 
17:57:31 [2021-12-03T17:57:31.992Z] #67 [containerd 1/3] 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
17:57:31 [2021-12-03T17:57:31.992Z] #67 sha256:afb810801e47e6902bc3afab9c43782493eacb5e44e63cf6c45e7c4ff72e40f2
17:57:32 [2021-12-03T17:57:32.248Z] #67 ...
17:57:32 [2021-12-03T17:57:32.248Z] 
17:57:32 [2021-12-03T17:57:32.248Z] #71 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
17:57:32 [2021-12-03T17:57:32.248Z] #71 sha256:603991cbae7ffc1368a2e26dd7558b8a5b9379f49b238fc8a1cd19b832a8873d
17:57:32 [2021-12-03T17:57:32.248Z] #71 DONE 0.1s
17:57:32 [2021-12-03T17:57:32.248Z] 
17:57:32 [2021-12-03T17:57:32.248Z] #72 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:57:32 [2021-12-03T17:57:32.248Z] #72 sha256:3dd69e78d5ec1ad7c5b37ad46e343184b25b5f34c0fa829b49d3075fc20908ba
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.32 The following NEW packages will be installed:
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.32   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.32   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.33   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.33   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.33   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.33   python3-pkg-resources python3-setuptools python3-wheel sudo
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.33   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.33   xz-utils zip zstd
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.65 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.65 Need to get 27.6 MB of archives.
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.65 After this operation, 106 MB of additional disk space will be used.
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.65 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.66 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.67 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.70 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.71 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
17:57:32 [2021-12-03T17:57:32.336Z] #21 17.72 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
17:57:32 [2021-12-03T17:57:32.596Z] #21 17.73 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
17:57:32 [2021-12-03T17:57:32.596Z] #21 17.73 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
17:57:32 [2021-12-03T17:57:32.596Z] #21 17.74 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
17:57:32 [2021-12-03T17:57:32.596Z] #21 17.76 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
17:57:32 [2021-12-03T17:57:32.596Z] #21 17.77 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
17:57:32 [2021-12-03T17:57:32.596Z] #21 17.78 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
17:57:32 [2021-12-03T17:57:32.596Z] #21 17.78 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
17:57:32 [2021-12-03T17:57:32.597Z] #21 17.78 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
17:57:32 [2021-12-03T17:57:32.597Z] #21 17.78 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
17:57:32 [2021-12-03T17:57:32.597Z] #21 17.79 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
17:57:32 [2021-12-03T17:57:32.597Z] #21 17.80 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
17:57:32 [2021-12-03T17:57:32.597Z] #21 17.81 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
17:57:32 [2021-12-03T17:57:32.597Z] #21 17.82 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
17:57:32 [2021-12-03T17:57:32.597Z] #21 17.83 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
17:57:32 [2021-12-03T17:57:32.597Z] #21 17.83 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
17:57:32 [2021-12-03T17:57:32.597Z] #21 17.83 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:57:32 [2021-12-03T17:57:32.752Z] #21 21.38 The following NEW packages will be installed:
17:57:32 [2021-12-03T17:57:32.752Z] #21 21.39   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
17:57:32 [2021-12-03T17:57:32.752Z] #21 21.39   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
17:57:32 [2021-12-03T17:57:32.752Z] #21 21.39   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
17:57:32 [2021-12-03T17:57:32.752Z] #21 21.39   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
17:57:32 [2021-12-03T17:57:32.752Z] #21 21.39   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
17:57:32 [2021-12-03T17:57:32.752Z] #21 21.39   python3-pkg-resources python3-setuptools python3-wheel sudo
17:57:32 [2021-12-03T17:57:32.752Z] #21 21.39   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
17:57:32 [2021-12-03T17:57:32.752Z] #21 21.39   xz-utils zip zstd
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.10 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.10 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.10 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.10 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.10 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.11 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.12 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.17 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.17 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.18 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.19 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
17:57:32 [2021-12-03T17:57:32.858Z] #21 18.21 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.70 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.70 Need to get 27.0 MB of archives.
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.70 After this operation, 105 MB of additional disk space will be used.
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.71 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.71 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.71 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.71 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.71 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.74 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.74 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.74 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.75 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.75 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.76 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.77 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.77 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.77 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.78 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.78 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.78 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.79 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.79 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.79 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.80 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.81 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.81 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
17:57:33 [2021-12-03T17:57:33.009Z] #21 21.81 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
17:57:33 [2021-12-03T17:57:33.022Z] #58 ...
17:57:33 [2021-12-03T17:57:33.022Z] 
17:57:33 [2021-12-03T17:57:33.022Z] #15 [dev-systemd-false  1/25] RUN groupadd -r docker
17:57:33 [2021-12-03T17:57:33.022Z] #15 sha256:b114134eac2bd33cfd796e0e0b78fc8c58cfa325fba6bb4a0ed7f8cf81d40603
17:57:33 [2021-12-03T17:57:33.022Z] #15 DONE 2.1s
17:57:33 [2021-12-03T17:57:33.022Z] 
17:57:33 [2021-12-03T17:57:33.022Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:33 [2021-12-03T17:57:33.022Z] #58 sha256:0488e6d48e7b3a32f19f5952d6ac33d7056e30b4df9403a90878034ce1ac792e
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.045 + RM_GOPATH=0
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.045 + TMP_GOPATH=
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.045 + : /build
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.045 + '[' -z '' ']'
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.045 ++ mktemp -d
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.054 + export GOPATH=/tmp/tmp.UTUbGSbyJy
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.054 + GOPATH=/tmp/tmp.UTUbGSbyJy
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.054 + RM_GOPATH=1
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.054 + case "$(go env GOARCH)" in
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.054 ++ go env GOARCH
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.066 + export GO_BUILDMODE=-buildmode=pie
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.066 + GO_BUILDMODE=-buildmode=pie
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.066 ++ dirname /install.sh
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 Install runc version v1.0.2 (build tags: seccomp)
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 + dir=/
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 + bin=runc
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 + shift
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 + '[' '!' -f //runc.installer ']'
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 + . //runc.installer
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 ++ set -e
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 ++ : v1.0.2
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 + install_runc
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 + RUNC_BUILDTAGS=seccomp
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UTUbGSbyJy/src/github.com/opencontainers/runc
17:57:33 [2021-12-03T17:57:33.022Z] #58 2.079 Cloning into '/tmp/tmp.UTUbGSbyJy/src/github.com/opencontainers/runc'...
17:57:33 [2021-12-03T17:57:33.152Z] #21 18.21 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
17:57:33 [2021-12-03T17:57:33.153Z] #21 18.22 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
17:57:33 [2021-12-03T17:57:33.153Z] #21 18.25 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
17:57:33 [2021-12-03T17:57:33.153Z] #21 18.27 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
17:57:33 [2021-12-03T17:57:33.153Z] #21 18.27 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB]
17:57:33 [2021-12-03T17:57:33.153Z] #21 18.45 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB]
17:57:33 [2021-12-03T17:57:33.153Z] #21 18.48 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
17:57:33 [2021-12-03T17:57:33.267Z] #21 21.97 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
17:57:33 [2021-12-03T17:57:33.267Z] #21 21.97 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
17:57:33 [2021-12-03T17:57:33.267Z] #21 21.97 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
17:57:33 [2021-12-03T17:57:33.267Z] #21 21.97 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
17:57:33 [2021-12-03T17:57:33.267Z] #21 21.97 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
17:57:33 [2021-12-03T17:57:33.267Z] #21 21.98 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
17:57:33 [2021-12-03T17:57:33.267Z] #21 21.98 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB]
17:57:33 [2021-12-03T17:57:33.267Z] #21 22.02 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
17:57:33 [2021-12-03T17:57:33.267Z] #21 22.02 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
17:57:33 [2021-12-03T17:57:33.267Z] #21 22.02 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:57:33 [2021-12-03T17:57:33.267Z] #21 22.03 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
17:57:33 [2021-12-03T17:57:33.268Z] #21 22.04 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
17:57:33 [2021-12-03T17:57:33.268Z] #21 22.04 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB]
17:57:33 [2021-12-03T17:57:33.268Z] #21 22.05 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
17:57:33 [2021-12-03T17:57:33.268Z] #21 22.06 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
17:57:33 [2021-12-03T17:57:33.268Z] #21 22.07 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
17:57:33 [2021-12-03T17:57:33.436Z] #21 1.790 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:57:33 [2021-12-03T17:57:33.436Z] #21 1.816 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:57:33 [2021-12-03T17:57:33.436Z] #21 1.830 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:57:33 [2021-12-03T17:57:33.452Z] #21 18.50 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
17:57:33 [2021-12-03T17:57:33.452Z] #21 18.51 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
17:57:33 [2021-12-03T17:57:33.525Z] #21 22.08 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3 [6226 kB]
17:57:33 [2021-12-03T17:57:33.525Z] #21 22.19 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3 [1387 kB]
17:57:33 [2021-12-03T17:57:33.525Z] #21 22.20 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
17:57:33 [2021-12-03T17:57:33.525Z] #21 22.21 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
17:57:33 [2021-12-03T17:57:33.525Z] #21 22.22 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
17:57:34 [2021-12-03T17:57:34.031Z] #21 19.23 debconf: delaying package configuration, since apt-utils is not installed
17:57:34 [2021-12-03T17:57:34.031Z] #21 19.37 Fetched 27.6 MB in 1s (23.5 MB/s)
17:57:34 [2021-12-03T17:57:34.088Z] #21 22.68 debconf: delaying package configuration, since apt-utils is not installed
17:57:34 [2021-12-03T17:57:34.088Z] #21 22.82 Fetched 27.0 MB in 1s (33.3 MB/s)
17:57:34 [2021-12-03T17:57:34.088Z] #21 22.87 Selecting previously unselected package pigz.
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.042 + RM_GOPATH=0
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.042 + TMP_GOPATH=
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.042 + : /build
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.042 + '[' -z '' ']'
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.044 ++ mktemp -d
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.049 + export GOPATH=/tmp/tmp.j0T9glLgIQ
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.049 + GOPATH=/tmp/tmp.j0T9glLgIQ
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.053 + RM_GOPATH=1
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.053 + case "$(go env GOARCH)" in
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.053 ++ go env GOARCH
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.057 + export GO_BUILDMODE=-buildmode=pie
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.057 + GO_BUILDMODE=-buildmode=pie
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.057 ++ dirname /install.sh
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + dir=/
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + bin=rootlesskit
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + shift
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + '[' '!' -f //rootlesskit.installer ']'
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + . //rootlesskit.installer
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 ++ : v0.14.6
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + install_rootlesskit
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + case "$1" in
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + export CGO_ENABLED=0
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + CGO_ENABLED=0
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + _install_rootlesskit
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + echo 'Install rootlesskit version v0.14.6'
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + for f in rootlesskit rootlesskit-docker-proxy
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + GOBIN=/build
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + GO111MODULE=on
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.062 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
17:57:34 [2021-12-03T17:57:34.139Z] #72 2.064 Install rootlesskit version v0.14.6
17:57:34 [2021-12-03T17:57:34.296Z] #21 19.43 Selecting previously unselected package pigz.
17:57:34 [2021-12-03T17:57:34.296Z] #21 19.43 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24014 files and directories currently installed.)
17:57:34 [2021-12-03T17:57:34.296Z] #21 19.53 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
17:57:34 [2021-12-03T17:57:34.296Z] #21 19.53 Unpacking pigz (2.6-1) ...
17:57:34 [2021-12-03T17:57:34.345Z] #21 22.87 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24004 files and directories currently installed.)
17:57:34 [2021-12-03T17:57:34.345Z] #21 22.91 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
17:57:34 [2021-12-03T17:57:34.345Z] #21 22.91 Unpacking pigz (2.6-1) ...
17:57:34 [2021-12-03T17:57:34.345Z] #21 22.99 Selecting previously unselected package libelf1:arm64.
17:57:34 [2021-12-03T17:57:34.345Z] #21 23.00 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
17:57:34 [2021-12-03T17:57:34.345Z] #21 23.01 Unpacking libelf1:arm64 (0.183-1) ...
17:57:34 [2021-12-03T17:57:34.345Z] #21 23.11 Selecting previously unselected package libbpf0:arm64.
17:57:34 [2021-12-03T17:57:34.371Z] #21 2.747 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:57:34 [2021-12-03T17:57:34.410Z] #58 ...
17:57:34 [2021-12-03T17:57:34.410Z] 
17:57:34 [2021-12-03T17:57:34.410Z] #16 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
17:57:34 [2021-12-03T17:57:34.410Z] #16 sha256:f8b8cad54dd94834bad1fc1a9014a06113bc3eae36311c4cc543b37c0f62ceb0
17:57:34 [2021-12-03T17:57:34.410Z] #16 DONE 1.5s
17:57:34 [2021-12-03T17:57:34.410Z] 
17:57:34 [2021-12-03T17:57:34.410Z] #17 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
17:57:34 [2021-12-03T17:57:34.410Z] #17 sha256:2089dc75fd02d2354cbad4757e05e5b089d63265c1db9977017a27e327bf1901
17:57:34 [2021-12-03T17:57:34.557Z] #21 19.62 Selecting previously unselected package libelf1:amd64.
17:57:34 [2021-12-03T17:57:34.557Z] #21 19.63 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
17:57:34 [2021-12-03T17:57:34.557Z] #21 19.63 Unpacking libelf1:amd64 (0.183-1) ...
17:57:34 [2021-12-03T17:57:34.557Z] #21 19.81 Selecting previously unselected package libbpf0:amd64.
17:57:34 [2021-12-03T17:57:34.557Z] #21 19.82 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
17:57:34 [2021-12-03T17:57:34.557Z] #21 19.82 Unpacking libbpf0:amd64 (1:0.3-2) ...
17:57:34 [2021-12-03T17:57:34.557Z] #21 19.89 Selecting previously unselected package libcap2:amd64.
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.11 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.12 Unpacking libbpf0:arm64 (1:0.3-2) ...
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.20 Selecting previously unselected package libcap2:arm64.
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.20 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.21 Unpacking libcap2:arm64 (1:2.44-1) ...
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.27 Selecting previously unselected package libmnl0:arm64.
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.27 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.27 Unpacking libmnl0:arm64 (1.0.4-3) ...
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.34 Selecting previously unselected package libxtables12:arm64.
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.34 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
17:57:34 [2021-12-03T17:57:34.602Z] #21 23.35 Unpacking libxtables12:arm64 (1.8.7-1) ...
17:57:34 [2021-12-03T17:57:34.703Z] #72 2.527 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
17:57:34 [2021-12-03T17:57:34.818Z] #21 19.89 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
17:57:34 [2021-12-03T17:57:34.818Z] #21 19.90 Unpacking libcap2:amd64 (1:2.44-1) ...
17:57:34 [2021-12-03T17:57:34.818Z] #21 19.96 Selecting previously unselected package libmnl0:amd64.
17:57:34 [2021-12-03T17:57:34.818Z] #21 19.96 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
17:57:34 [2021-12-03T17:57:34.818Z] #21 19.97 Unpacking libmnl0:amd64 (1.0.4-3) ...
17:57:34 [2021-12-03T17:57:34.818Z] #21 20.01 Selecting previously unselected package libxtables12:amd64.
17:57:34 [2021-12-03T17:57:34.818Z] #21 20.02 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
17:57:34 [2021-12-03T17:57:34.818Z] #21 20.03 Unpacking libxtables12:amd64 (1.8.7-1) ...
17:57:34 [2021-12-03T17:57:34.818Z] #21 20.09 Selecting previously unselected package libcap2-bin.
17:57:34 [2021-12-03T17:57:34.859Z] #21 23.40 Selecting previously unselected package libcap2-bin.
17:57:34 [2021-12-03T17:57:34.859Z] #21 23.42 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
17:57:34 [2021-12-03T17:57:34.859Z] #21 23.42 Unpacking libcap2-bin (1:2.44-1) ...
17:57:34 [2021-12-03T17:57:34.859Z] #21 23.48 Selecting previously unselected package iproute2.
17:57:34 [2021-12-03T17:57:34.859Z] #21 23.48 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
17:57:34 [2021-12-03T17:57:34.859Z] #21 23.49 Unpacking iproute2 (5.10.0-4) ...
17:57:35 [2021-12-03T17:57:35.079Z] #21 20.13 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
17:57:35 [2021-12-03T17:57:35.079Z] #21 20.13 Unpacking libcap2-bin (1:2.44-1) ...
17:57:35 [2021-12-03T17:57:35.079Z] #21 20.23 Selecting previously unselected package iproute2.
17:57:35 [2021-12-03T17:57:35.079Z] #21 20.23 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
17:57:35 [2021-12-03T17:57:35.079Z] #21 20.24 Unpacking iproute2 (5.10.0-4) ...
17:57:35 [2021-12-03T17:57:35.117Z] #21 23.87 Selecting previously unselected package xxd.
17:57:35 [2021-12-03T17:57:35.117Z] #21 23.87 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_arm64.deb ...
17:57:35 [2021-12-03T17:57:35.117Z] #21 23.88 Unpacking xxd (2:8.2.2434-3) ...
17:57:35 [2021-12-03T17:57:35.117Z] #21 23.94 Selecting previously unselected package vim-common.
17:57:35 [2021-12-03T17:57:35.117Z] #21 23.94 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ...
17:57:35 [2021-12-03T17:57:35.117Z] #21 23.96 Unpacking vim-common (2:8.2.2434-3) ...
17:57:35 [2021-12-03T17:57:35.374Z] #21 24.06 Selecting previously unselected package bash-completion.
17:57:35 [2021-12-03T17:57:35.374Z] #21 24.07 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
17:57:35 [2021-12-03T17:57:35.651Z] #21 20.73 Selecting previously unselected package xxd.
17:57:35 [2021-12-03T17:57:35.651Z] #21 20.75 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ...
17:57:35 [2021-12-03T17:57:35.651Z] #21 20.75 Unpacking xxd (2:8.2.2434-3) ...
17:57:35 [2021-12-03T17:57:35.651Z] #21 20.89 Selecting previously unselected package vim-common.
17:57:35 [2021-12-03T17:57:35.651Z] #21 20.89 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ...
17:57:35 [2021-12-03T17:57:35.651Z] #21 20.91 Unpacking vim-common (2:8.2.2434-3) ...
17:57:35 [2021-12-03T17:57:35.798Z] #17 1.424 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
17:57:35 [2021-12-03T17:57:35.912Z] #21 21.08 Selecting previously unselected package bash-completion.
17:57:35 [2021-12-03T17:57:35.913Z] #21 21.08 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
17:57:36 [2021-12-03T17:57:36.060Z] #17 DONE 1.5s
17:57:36 [2021-12-03T17:57:36.060Z] 
17:57:36 [2021-12-03T17:57:36.060Z] #18 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
17:57:36 [2021-12-03T17:57:36.060Z] #18 sha256:5621e4201b6be9af126d1b5a4c4b3c08c85d9054203937edacd91aeb4fe68fd2
17:57:36 [2021-12-03T17:57:36.600Z] #72 4.512 go: downloading github.com/sirupsen/logrus v1.8.1
17:57:36 [2021-12-03T17:57:36.600Z] #72 4.526 go: downloading github.com/urfave/cli/v2 v2.3.0
17:57:36 [2021-12-03T17:57:36.903Z] #21 4.873 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:57:37 [2021-12-03T17:57:37.267Z] #21 25.63 Unpacking bash-completion (1:2.11-2) ...
17:57:37 [2021-12-03T17:57:37.267Z] #21 25.98 Selecting previously unselected package bzip2.
17:57:37 [2021-12-03T17:57:37.267Z] #21 25.99 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
17:57:37 [2021-12-03T17:57:37.267Z] #21 26.00 Unpacking bzip2 (1.0.8-4) ...
17:57:37 [2021-12-03T17:57:37.267Z] #21 26.08 Selecting previously unselected package xz-utils.
17:57:37 [2021-12-03T17:57:37.448Z] #18 DONE 1.6s
17:57:37 [2021-12-03T17:57:37.448Z] 
17:57:37 [2021-12-03T17:57:37.448Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:57:37 [2021-12-03T17:57:37.448Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:57:37 [2021-12-03T17:57:37.524Z] #21 26.09 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ...
17:57:37 [2021-12-03T17:57:37.524Z] #21 26.09 Unpacking xz-utils (5.2.5-2) ...
17:57:37 [2021-12-03T17:57:37.524Z] #21 26.23 Selecting previously unselected package apparmor.
17:57:37 [2021-12-03T17:57:37.524Z] #21 26.24 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
17:57:37 [2021-12-03T17:57:37.524Z] #21 26.28 Unpacking apparmor (2.13.6-10) ...
17:57:37 [2021-12-03T17:57:37.576Z] #72 5.231 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
17:57:37 [2021-12-03T17:57:37.710Z] #34 ...
17:57:37 [2021-12-03T17:57:37.710Z] 
17:57:37 [2021-12-03T17:57:37.710Z] #19 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
17:57:37 [2021-12-03T17:57:37.710Z] #19 sha256:3858746406deffb8c7633e244597cc822ff9e4aafba34ce5b54ffd6cf49ab3b5
17:57:37 [2021-12-03T17:57:37.829Z] #21 22.94 Unpacking bash-completion (1:2.11-2) ...
17:57:37 [2021-12-03T17:57:37.838Z] #21 6.402 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:57:37 [2021-12-03T17:57:37.838Z] #21 ...
17:57:37 [2021-12-03T17:57:37.838Z] 
17:57:37 [2021-12-03T17:57:37.838Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:37 [2021-12-03T17:57:37.838Z] #58 sha256:f9d8d8efd267569dba1cb9b4a31ee2559d1330a2df15e986cdc524413415503b
17:57:37 [2021-12-03T17:57:37.838Z] #58 15.91 + cd /tmp/tmp.EQf2Rdvgxo/src/github.com/opencontainers/runc
17:57:37 [2021-12-03T17:57:37.838Z] #58 15.91 + git checkout -q v1.0.2
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.59 Selecting previously unselected package inetutils-ping.
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.59 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.60 Unpacking inetutils-ping (2:2.0-1) ...
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.67 Selecting previously unselected package libip4tc2:arm64.
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.67 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.70 Unpacking libip4tc2:arm64 (1.8.7-1) ...
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.75 Selecting previously unselected package libip6tc2:arm64.
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.75 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.76 Unpacking libip6tc2:arm64 (1.8.7-1) ...
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.84 Selecting previously unselected package libnfnetlink0:arm64.
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.84 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.86 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.91 Selecting previously unselected package libnetfilter-conntrack3:arm64.
17:57:38 [2021-12-03T17:57:38.088Z] #21 26.92 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.345Z] #21 26.93 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
17:57:38 [2021-12-03T17:57:38.345Z] #21 26.99 Selecting previously unselected package libnftnl11:arm64.
17:57:38 [2021-12-03T17:57:38.345Z] #21 27.00 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.345Z] #21 27.00 Unpacking libnftnl11:arm64 (1.1.9-1) ...
17:57:38 [2021-12-03T17:57:38.345Z] #21 27.07 Selecting previously unselected package iptables.
17:57:38 [2021-12-03T17:57:38.345Z] #21 27.07 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.345Z] #21 27.08 Unpacking iptables (1.8.7-1) ...
17:57:38 [2021-12-03T17:57:38.351Z] #21 23.45 Selecting previously unselected package bzip2.
17:57:38 [2021-12-03T17:57:38.351Z] #21 23.45 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
17:57:38 [2021-12-03T17:57:38.351Z] #21 23.46 Unpacking bzip2 (1.0.8-4) ...
17:57:38 [2021-12-03T17:57:38.351Z] #21 23.55 Selecting previously unselected package xz-utils.
17:57:38 [2021-12-03T17:57:38.351Z] #21 23.56 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
17:57:38 [2021-12-03T17:57:38.351Z] #21 23.57 Unpacking xz-utils (5.2.5-2) ...
17:57:38 [2021-12-03T17:57:38.505Z] #72 ...
17:57:38 [2021-12-03T17:57:38.505Z] 
17:57:38 [2021-12-03T17:57:38.505Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:57:38 [2021-12-03T17:57:38.505Z] #33 sha256:4523bf2fe0d86cffe84d4258bda9c1827b2d937e1912e59c825a04d3c80d7a40
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.190 + RM_GOPATH=0
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.190 + TMP_GOPATH=
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.190 + : /build
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.190 + '[' -z '' ']'
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.190 ++ mktemp -d
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.191 + export GOPATH=/tmp/tmp.Xmx3TI9hje
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.191 + GOPATH=/tmp/tmp.Xmx3TI9hje
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.191 + RM_GOPATH=1
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.191 + case "$(go env GOARCH)" in
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.196 ++ go env GOARCH
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.201 + export GO_BUILDMODE=-buildmode=pie
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.201 + GO_BUILDMODE=-buildmode=pie
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.201 ++ dirname /install.sh
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.202 + dir=/
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.202 + bin=dockercli
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.202 + shift
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.202 + '[' '!' -f //dockercli.installer ']'
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.202 + . //dockercli.installer
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.202 ++ : stable
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.202 ++ : 17.06.2-ce
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.202 + install_dockercli
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.202 + echo 'Install docker/cli version 17.06.2-ce from stable'
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.202 Install docker/cli version 17.06.2-ce from stable
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.205 ++ uname -m
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.206 + arch=x86_64
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.206 + '[' x86_64 '!=' x86_64 ']'
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.206 + url=https://download.docker.com/linux/static
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.211 + tar -xz docker/docker
17:57:38 [2021-12-03T17:57:38.505Z] #33 2.211 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
17:57:38 [2021-12-03T17:57:38.602Z] #21 27.33 Selecting previously unselected package libonig5:arm64.
17:57:38 [2021-12-03T17:57:38.602Z] #21 27.34 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.602Z] #21 27.35 Unpacking libonig5:arm64 (6.9.6-1.1) ...
17:57:38 [2021-12-03T17:57:38.602Z] #21 27.46 Selecting previously unselected package libjq1:arm64.
17:57:38 [2021-12-03T17:57:38.614Z] #21 23.74 Selecting previously unselected package apparmor.
17:57:38 [2021-12-03T17:57:38.614Z] #21 23.76 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
17:57:38 [2021-12-03T17:57:38.614Z] #21 23.82 Unpacking apparmor (2.13.6-10) ...
17:57:38 [2021-12-03T17:57:38.858Z] #21 27.46 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.858Z] #21 27.47 Unpacking libjq1:arm64 (1.6-2.1) ...
17:57:38 [2021-12-03T17:57:38.858Z] #21 27.54 Selecting previously unselected package jq.
17:57:38 [2021-12-03T17:57:38.858Z] #21 27.55 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.858Z] #21 27.56 Unpacking jq (1.6-2.1) ...
17:57:38 [2021-12-03T17:57:38.859Z] #21 27.62 Selecting previously unselected package libaio1:arm64.
17:57:38 [2021-12-03T17:57:38.859Z] #21 27.63 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
17:57:38 [2021-12-03T17:57:38.859Z] #21 27.63 Unpacking libaio1:arm64 (0.3.112-9) ...
17:57:39 [2021-12-03T17:57:39.098Z] #19 DONE 1.5s
17:57:39 [2021-12-03T17:57:39.098Z] 
17:57:39 [2021-12-03T17:57:39.098Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:57:39 [2021-12-03T17:57:39.098Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:57:39 [2021-12-03T17:57:39.098Z] #53 ...
17:57:39 [2021-12-03T17:57:39.098Z] 
17:57:39 [2021-12-03T17:57:39.098Z] #20 [dev-systemd-false  6/25] RUN ldconfig
17:57:39 [2021-12-03T17:57:39.098Z] #20 sha256:9911fb8183a040364f58b93b825311e52b0672c1e10d9261bb5f7e0eb7b4b0f3
17:57:39 [2021-12-03T17:57:39.115Z] #21 27.68 Selecting previously unselected package libgpm2:arm64.
17:57:39 [2021-12-03T17:57:39.115Z] #21 27.69 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
17:57:39 [2021-12-03T17:57:39.115Z] #21 27.69 Unpacking libgpm2:arm64 (1.20.7-8) ...
17:57:39 [2021-12-03T17:57:39.115Z] #21 27.75 Selecting previously unselected package libicu67:arm64.
17:57:39 [2021-12-03T17:57:39.115Z] #21 27.75 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
17:57:39 [2021-12-03T17:57:39.115Z] #21 27.76 Unpacking libicu67:arm64 (67.1-7) ...
17:57:39 [2021-12-03T17:57:39.187Z] #21 24.34 Selecting previously unselected package inetutils-ping.
17:57:39 [2021-12-03T17:57:39.187Z] #21 24.36 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
17:57:39 [2021-12-03T17:57:39.187Z] #21 24.36 Unpacking inetutils-ping (2:2.0-1) ...
17:57:39 [2021-12-03T17:57:39.187Z] #21 24.49 Selecting previously unselected package libip4tc2:amd64.
17:57:39 [2021-12-03T17:57:39.187Z] #21 24.51 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
17:57:39 [2021-12-03T17:57:39.187Z] #21 24.51 Unpacking libip4tc2:amd64 (1.8.7-1) ...
17:57:39 [2021-12-03T17:57:39.214Z] #58 17.05 + '[' -z '' ']'
17:57:39 [2021-12-03T17:57:39.214Z] #58 17.05 + target=static
17:57:39 [2021-12-03T17:57:39.214Z] #58 17.05 + make BUILDTAGS=seccomp static
17:57:39 [2021-12-03T17:57:39.449Z] #21 24.57 Selecting previously unselected package libip6tc2:amd64.
17:57:39 [2021-12-03T17:57:39.449Z] #21 24.59 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
17:57:39 [2021-12-03T17:57:39.449Z] #21 24.60 Unpacking libip6tc2:amd64 (1.8.7-1) ...
17:57:39 [2021-12-03T17:57:39.449Z] #21 24.67 Selecting previously unselected package libnfnetlink0:amd64.
17:57:39 [2021-12-03T17:57:39.449Z] #21 24.67 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
17:57:39 [2021-12-03T17:57:39.449Z] #21 24.68 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:57:39 [2021-12-03T17:57:39.449Z] #21 24.73 Selecting previously unselected package libnetfilter-conntrack3:amd64.
17:57:39 [2021-12-03T17:57:39.449Z] #21 24.73 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
17:57:39 [2021-12-03T17:57:39.449Z] #21 24.74 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
17:57:39 [2021-12-03T17:57:39.449Z] #21 24.82 Selecting previously unselected package libnftnl11:amd64.
17:57:39 [2021-12-03T17:57:39.473Z] #58 17.58 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc .
17:57:39 [2021-12-03T17:57:39.710Z] #21 24.82 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
17:57:39 [2021-12-03T17:57:39.710Z] #21 24.82 Unpacking libnftnl11:amd64 (1.1.9-1) ...
17:57:39 [2021-12-03T17:57:39.710Z] #21 24.92 Selecting previously unselected package iptables.
17:57:39 [2021-12-03T17:57:39.710Z] #21 24.92 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
17:57:39 [2021-12-03T17:57:39.710Z] #21 24.93 Unpacking iptables (1.8.7-1) ...
17:57:39 [2021-12-03T17:57:39.874Z] #33 ...
17:57:39 [2021-12-03T17:57:39.874Z] 
17:57:39 [2021-12-03T17:57:39.874Z] #72 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:57:39 [2021-12-03T17:57:39.874Z] #72 sha256:3dd69e78d5ec1ad7c5b37ad46e343184b25b5f34c0fa829b49d3075fc20908ba
17:57:39 [2021-12-03T17:57:39.874Z] #72 7.760 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
17:57:40 [2021-12-03T17:57:40.283Z] #21 25.28 Selecting previously unselected package libonig5:amd64.
17:57:40 [2021-12-03T17:57:40.283Z] #21 25.28 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
17:57:40 [2021-12-03T17:57:40.283Z] #21 25.28 Unpacking libonig5:amd64 (6.9.6-1.1) ...
17:57:40 [2021-12-03T17:57:40.283Z] #21 25.45 Selecting previously unselected package libjq1:amd64.
17:57:40 [2021-12-03T17:57:40.283Z] #21 25.45 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
17:57:40 [2021-12-03T17:57:40.283Z] #21 25.46 Unpacking libjq1:amd64 (1.6-2.1) ...
17:57:40 [2021-12-03T17:57:40.283Z] #21 25.58 Selecting previously unselected package jq.
17:57:40 [2021-12-03T17:57:40.283Z] #21 25.58 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
17:57:40 [2021-12-03T17:57:40.283Z] #21 25.59 Unpacking jq (1.6-2.1) ...
17:57:40 [2021-12-03T17:57:40.545Z] #21 25.68 Selecting previously unselected package libaio1:amd64.
17:57:40 [2021-12-03T17:57:40.545Z] #21 25.68 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
17:57:40 [2021-12-03T17:57:40.545Z] #21 25.68 Unpacking libaio1:amd64 (0.3.112-9) ...
17:57:40 [2021-12-03T17:57:40.545Z] #21 25.73 Selecting previously unselected package libgpm2:amd64.
17:57:40 [2021-12-03T17:57:40.545Z] #21 25.73 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
17:57:40 [2021-12-03T17:57:40.545Z] #21 25.74 Unpacking libgpm2:amd64 (1.20.7-8) ...
17:57:40 [2021-12-03T17:57:40.545Z] #21 25.82 Selecting previously unselected package libicu67:amd64.
17:57:40 [2021-12-03T17:57:40.805Z] #72 8.513 go: downloading github.com/google/uuid v1.3.0
17:57:40 [2021-12-03T17:57:40.805Z] #72 8.543 go: downloading github.com/moby/vpnkit v0.5.0
17:57:40 [2021-12-03T17:57:40.805Z] #72 8.604 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:57:40 [2021-12-03T17:57:40.805Z] #72 8.667 go: downloading github.com/gofrs/flock v0.8.1
17:57:40 [2021-12-03T17:57:40.805Z] #72 8.775 go: downloading github.com/gorilla/mux v1.8.0
17:57:40 [2021-12-03T17:57:40.806Z] #21 25.82 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
17:57:40 [2021-12-03T17:57:40.806Z] #21 25.84 Unpacking libicu67:amd64 (67.1-7) ...
17:57:41 [2021-12-03T17:57:41.016Z] #20 DONE 1.6s
17:57:41 [2021-12-03T17:57:41.016Z] 
17:57:41 [2021-12-03T17:57:41.016Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:57:41 [2021-12-03T17:57:41.016Z] #21 sha256:fa60542b43749be5a7f0333c8f064c68550fbb34cf2445eee4f93493437a2ebf
17:57:41 [2021-12-03T17:57:41.062Z] #72 8.980 go: downloading github.com/moby/sys/mountinfo v0.5.0
17:57:41 [2021-12-03T17:57:41.633Z] #21 30.32 Selecting previously unselected package libinih1:arm64.
17:57:41 [2021-12-03T17:57:41.634Z] #21 30.34 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
17:57:41 [2021-12-03T17:57:41.634Z] #21 30.35 Unpacking libinih1:arm64 (53-1+b2) ...
17:57:41 [2021-12-03T17:57:41.634Z] #21 30.39 Selecting previously unselected package libnet1:arm64.
17:57:41 [2021-12-03T17:57:41.634Z] #21 30.39 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
17:57:41 [2021-12-03T17:57:41.634Z] #21 30.40 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
17:57:41 [2021-12-03T17:57:41.635Z] #72 ...
17:57:41 [2021-12-03T17:57:41.635Z] 
17:57:41 [2021-12-03T17:57:41.635Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:57:41 [2021-12-03T17:57:41.635Z] #33 sha256:4523bf2fe0d86cffe84d4258bda9c1827b2d937e1912e59c825a04d3c80d7a40
17:57:41 [2021-12-03T17:57:41.635Z] #33 9.389 + mkdir -p /build
17:57:41 [2021-12-03T17:57:41.635Z] #33 9.400 + mv docker/docker /build/
17:57:41 [2021-12-03T17:57:41.635Z] #33 9.400 + rmdir docker
17:57:41 [2021-12-03T17:57:41.635Z] #33 DONE 9.6s
17:57:41 [2021-12-03T17:57:41.635Z] 
17:57:41 [2021-12-03T17:57:41.635Z] #72 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:57:41 [2021-12-03T17:57:41.635Z] #72 sha256:3dd69e78d5ec1ad7c5b37ad46e343184b25b5f34c0fa829b49d3075fc20908ba
17:57:41 [2021-12-03T17:57:41.635Z] #72 9.458 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
17:57:41 [2021-12-03T17:57:41.890Z] #21 30.47 Selecting previously unselected package libnl-3-200:arm64.
17:57:41 [2021-12-03T17:57:41.890Z] #21 30.48 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
17:57:41 [2021-12-03T17:57:41.890Z] #21 30.48 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
17:57:41 [2021-12-03T17:57:41.890Z] #21 30.53 Selecting previously unselected package libprotobuf-c1:arm64.
17:57:41 [2021-12-03T17:57:41.890Z] #21 30.54 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
17:57:41 [2021-12-03T17:57:41.890Z] #21 30.54 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
17:57:41 [2021-12-03T17:57:41.890Z] #21 30.59 Selecting previously unselected package net-tools.
17:57:41 [2021-12-03T17:57:41.890Z] #21 30.60 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
17:57:41 [2021-12-03T17:57:41.890Z] #21 30.61 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
17:57:41 [2021-12-03T17:57:41.892Z] #72 9.693 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
17:57:41 [2021-12-03T17:57:41.892Z] #72 ...
17:57:41 [2021-12-03T17:57:41.892Z] 
17:57:41 [2021-12-03T17:57:41.892Z] #45 [tini 1/3] 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
17:57:41 [2021-12-03T17:57:41.892Z] #45 sha256:061efaecbd371c7dc655f1073810c91edb2bbc318b8a1f7e2389c1eae25074ae
17:57:41 [2021-12-03T17:57:41.892Z] #45 2.929 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 2.975 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 2.975 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 3.709 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 4.521 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 5.579 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 6.678 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7863 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 7.637 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 8.769 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.345 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.347 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [94.2 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.361 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [93.1 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.375 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [91.2 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.375 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.385 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [93.2 kB]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.385 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.401 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.401 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.401 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.424 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
17:57:41 [2021-12-03T17:57:41.892Z] #45 9.437 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
17:57:42 [2021-12-03T17:57:42.147Z] #21 30.78 Selecting previously unselected package patch.
17:57:42 [2021-12-03T17:57:42.147Z] #21 30.78 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ...
17:57:42 [2021-12-03T17:57:42.147Z] #21 30.80 Unpacking patch (2.7.6-7) ...
17:57:42 [2021-12-03T17:57:42.147Z] #21 30.88 Selecting previously unselected package python-pip-whl.
17:57:42 [2021-12-03T17:57:42.147Z] #21 30.88 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
17:57:42 [2021-12-03T17:57:42.147Z] #21 30.89 Unpacking python-pip-whl (20.3.4-4) ...
17:57:42 [2021-12-03T17:57:42.149Z] #45 ...
17:57:42 [2021-12-03T17:57:42.149Z] 
17:57:42 [2021-12-03T17:57:42.149Z] #20 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:57:42 [2021-12-03T17:57:42.149Z] #20 sha256:714afd304e84b9684d2ff96b6bda1df76c6b47ebd5255e2450b50ccbe9f1574f
17:57:42 [2021-12-03T17:57:42.149Z] #20 2.801 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 2.828 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 2.828 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 3.503 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 4.222 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 5.219 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 6.265 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7863 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 7.157 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 8.261 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.089 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [93.2 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.101 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [93.1 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.116 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [91.2 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.137 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [94.2 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.173 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.201 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.735 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.735 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.735 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.735 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.735 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
17:57:42 [2021-12-03T17:57:42.149Z] #20 9.735 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:57:42 [2021-12-03T17:57:42.403Z] #21 1.830 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #20 ...
17:57:42 [2021-12-03T17:57:42.408Z] 
17:57:42 [2021-12-03T17:57:42.408Z] #67 [containerd 1/3] 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
17:57:42 [2021-12-03T17:57:42.408Z] #67 sha256:afb810801e47e6902bc3afab9c43782493eacb5e44e63cf6c45e7c4ff72e40f2
17:57:42 [2021-12-03T17:57:42.408Z] #67 2.925 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 2.976 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 2.976 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 3.693 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 4.377 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7863 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 5.401 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 6.413 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 7.418 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 8.346 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 9.305 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [91.2 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 9.305 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [93.1 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 9.319 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 9.347 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [93.2 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 9.369 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 9.369 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [94.2 kB]
17:57:42 [2021-12-03T17:57:42.408Z] #67 9.379 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:57:42 [2021-12-03T17:57:42.409Z] #67 9.379 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
17:57:42 [2021-12-03T17:57:42.409Z] #67 9.379 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
17:57:42 [2021-12-03T17:57:42.409Z] #67 9.395 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
17:57:42 [2021-12-03T17:57:42.409Z] #67 9.395 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B]
17:57:42 [2021-12-03T17:57:42.409Z] #67 9.417 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:57:42 [2021-12-03T17:57:42.665Z] #21 1.861 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:57:42 [2021-12-03T17:57:42.665Z] #21 1.861 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:57:42 [2021-12-03T17:57:42.710Z] #21 31.31 Selecting previously unselected package python3-lib2to3.
17:57:42 [2021-12-03T17:57:42.710Z] #21 31.33 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
17:57:42 [2021-12-03T17:57:42.710Z] #21 31.33 Unpacking python3-lib2to3 (3.9.2-1) ...
17:57:42 [2021-12-03T17:57:42.710Z] #21 31.46 Selecting previously unselected package python3-distutils.
17:57:42 [2021-12-03T17:57:42.710Z] #21 31.46 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
17:57:42 [2021-12-03T17:57:42.710Z] #21 31.47 Unpacking python3-distutils (3.9.2-1) ...
17:57:42 [2021-12-03T17:57:42.966Z] #21 31.60 Selecting previously unselected package python3-pkg-resources.
17:57:42 [2021-12-03T17:57:42.966Z] #21 31.60 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
17:57:42 [2021-12-03T17:57:42.966Z] #21 31.60 Unpacking python3-pkg-resources (52.0.0-4) ...
17:57:42 [2021-12-03T17:57:42.972Z] #67 ...
17:57:42 [2021-12-03T17:57:42.972Z] 
17:57:42 [2021-12-03T17:57:42.972Z] #72 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:57:42 [2021-12-03T17:57:42.972Z] #72 sha256:3dd69e78d5ec1ad7c5b37ad46e343184b25b5f34c0fa829b49d3075fc20908ba
17:57:42 [2021-12-03T17:57:42.972Z] #72 10.79 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
17:57:42 [2021-12-03T17:57:42.972Z] #72 11.04 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:57:43 [2021-12-03T17:57:43.222Z] #21 31.72 Selecting previously unselected package python3-setuptools.
17:57:43 [2021-12-03T17:57:43.222Z] #21 31.72 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
17:57:43 [2021-12-03T17:57:43.222Z] #21 31.73 Unpacking python3-setuptools (52.0.0-4) ...
17:57:43 [2021-12-03T17:57:43.222Z] #21 31.90 Selecting previously unselected package python3-wheel.
17:57:43 [2021-12-03T17:57:43.222Z] #21 31.91 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
17:57:43 [2021-12-03T17:57:43.222Z] #21 31.92 Unpacking python3-wheel (0.34.2-1) ...
17:57:43 [2021-12-03T17:57:43.222Z] #21 31.97 Selecting previously unselected package python3-pip.
17:57:43 [2021-12-03T17:57:43.479Z] #21 31.98 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
17:57:43 [2021-12-03T17:57:43.479Z] #21 31.98 Unpacking python3-pip (20.3.4-4) ...
17:57:43 [2021-12-03T17:57:43.609Z] #21 2.846 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:57:43 [2021-12-03T17:57:43.735Z] #21 32.23 Selecting previously unselected package sudo.
17:57:43 [2021-12-03T17:57:43.735Z] #21 32.23 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ...
17:57:43 [2021-12-03T17:57:43.735Z] #21 32.24 Unpacking sudo (1.9.5p2-3) ...
17:57:43 [2021-12-03T17:57:43.991Z] #21 32.63 Selecting previously unselected package thin-provisioning-tools.
17:57:43 [2021-12-03T17:57:43.991Z] #21 32.63 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ...
17:57:43 [2021-12-03T17:57:43.991Z] #21 32.64 Unpacking thin-provisioning-tools (0.9.0-1) ...
17:57:44 [2021-12-03T17:57:44.272Z] #21 32.80 Selecting previously unselected package uidmap.
17:57:44 [2021-12-03T17:57:44.272Z] #21 32.80 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ...
17:57:44 [2021-12-03T17:57:44.272Z] #21 32.81 Unpacking uidmap (1:4.8.1-1) ...
17:57:44 [2021-12-03T17:57:44.272Z] #21 32.91 Selecting previously unselected package vim-runtime.
17:57:44 [2021-12-03T17:57:44.272Z] #21 32.91 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ...
17:57:44 [2021-12-03T17:57:44.272Z] #21 32.94 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
17:57:44 [2021-12-03T17:57:44.272Z] #21 32.97 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
17:57:44 [2021-12-03T17:57:44.272Z] #21 32.97 Unpacking vim-runtime (2:8.2.2434-3) ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.53 Selecting previously unselected package libinih1:amd64.
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.53 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.55 Unpacking libinih1:amd64 (53-1+b2) ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.60 Selecting previously unselected package libnet1:amd64.
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.60 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.60 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.67 Selecting previously unselected package libnl-3-200:amd64.
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.68 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.68 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.76 Selecting previously unselected package libprotobuf-c1:amd64.
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.76 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.81 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.86 Selecting previously unselected package net-tools.
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.87 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 29.88 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 30.07 Selecting previously unselected package patch.
17:57:45 [2021-12-03T17:57:45.019Z] #21 30.09 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 30.10 Unpacking patch (2.7.6-7) ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 30.21 Selecting previously unselected package python-pip-whl.
17:57:45 [2021-12-03T17:57:45.019Z] #21 30.23 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
17:57:45 [2021-12-03T17:57:45.019Z] #21 30.24 Unpacking python-pip-whl (20.3.4-4) ...
17:57:45 [2021-12-03T17:57:45.526Z] #21 4.798 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:57:45 [2021-12-03T17:57:45.592Z] #21 30.84 Selecting previously unselected package python3-lib2to3.
17:57:45 [2021-12-03T17:57:45.592Z] #21 30.84 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
17:57:45 [2021-12-03T17:57:45.592Z] #21 30.84 Unpacking python3-lib2to3 (3.9.2-1) ...
17:57:45 [2021-12-03T17:57:45.855Z] #21 30.97 Selecting previously unselected package python3-distutils.
17:57:45 [2021-12-03T17:57:45.855Z] #21 30.97 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
17:57:45 [2021-12-03T17:57:45.855Z] #21 30.97 Unpacking python3-distutils (3.9.2-1) ...
17:57:45 [2021-12-03T17:57:45.855Z] #21 31.10 Selecting previously unselected package python3-pkg-resources.
17:57:46 [2021-12-03T17:57:46.036Z] #58 ...
17:57:46 [2021-12-03T17:57:46.036Z] 
17:57:46 [2021-12-03T17:57:46.036Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:57:46 [2021-12-03T17:57:46.036Z] #21 sha256:fa60542b43749be5a7f0333c8f064c68550fbb34cf2445eee4f93493437a2ebf
17:57:46 [2021-12-03T17:57:46.036Z] #21 13.44 Fetched 8479 kB in 12s (711 kB/s)
17:57:46 [2021-12-03T17:57:46.116Z] #21 31.11 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
17:57:46 [2021-12-03T17:57:46.116Z] #21 31.12 Unpacking python3-pkg-resources (52.0.0-4) ...
17:57:46 [2021-12-03T17:57:46.116Z] #21 31.25 Selecting previously unselected package python3-setuptools.
17:57:46 [2021-12-03T17:57:46.116Z] #21 31.26 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
17:57:46 [2021-12-03T17:57:46.116Z] #21 31.27 Unpacking python3-setuptools (52.0.0-4) ...
17:57:46 [2021-12-03T17:57:46.378Z] #21 31.54 Selecting previously unselected package python3-wheel.
17:57:46 [2021-12-03T17:57:46.378Z] #21 31.54 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
17:57:46 [2021-12-03T17:57:46.378Z] #21 31.54 Unpacking python3-wheel (0.34.2-1) ...
17:57:46 [2021-12-03T17:57:46.378Z] #21 31.62 Selecting previously unselected package python3-pip.
17:57:46 [2021-12-03T17:57:46.378Z] #21 31.62 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
17:57:46 [2021-12-03T17:57:46.378Z] #21 31.63 Unpacking python3-pip (20.3.4-4) ...
17:57:46 [2021-12-03T17:57:46.470Z] #21 ...
17:57:46 [2021-12-03T17:57:46.470Z] 
17:57:46 [2021-12-03T17:57:46.470Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:57:46 [2021-12-03T17:57:46.470Z] #58 sha256:0488e6d48e7b3a32f19f5952d6ac33d7056e30b4df9403a90878034ce1ac792e
17:57:46 [2021-12-03T17:57:46.470Z] #58 15.39 + cd /tmp/tmp.UTUbGSbyJy/src/github.com/opencontainers/runc
17:57:46 [2021-12-03T17:57:46.470Z] #58 15.39 + git checkout -q v1.0.2
17:57:46 [2021-12-03T17:57:46.640Z] #21 31.90 Selecting previously unselected package sudo.
17:57:46 [2021-12-03T17:57:46.640Z] #21 31.90 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
17:57:46 [2021-12-03T17:57:46.640Z] #21 31.91 Unpacking sudo (1.9.5p2-3) ...
17:57:47 [2021-12-03T17:57:47.043Z] #58 16.16 + '[' -z '' ']'
17:57:47 [2021-12-03T17:57:47.043Z] #58 16.16 + target=static
17:57:47 [2021-12-03T17:57:47.043Z] #58 16.16 + make BUILDTAGS=seccomp static
17:57:47 [2021-12-03T17:57:47.213Z] #21 32.49 Selecting previously unselected package thin-provisioning-tools.
17:57:47 [2021-12-03T17:57:47.213Z] #21 32.51 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
17:57:47 [2021-12-03T17:57:47.213Z] #21 32.52 Unpacking thin-provisioning-tools (0.9.0-1) ...
17:57:47 [2021-12-03T17:57:47.475Z] #21 32.82 Selecting previously unselected package uidmap.
17:57:47 [2021-12-03T17:57:47.581Z] #21 35.97 Selecting previously unselected package vim.
17:57:47 [2021-12-03T17:57:47.581Z] #21 35.97 Preparing to unpack .../44-vim_2%3a8.2.2434-3_arm64.deb ...
17:57:47 [2021-12-03T17:57:47.581Z] #21 35.98 Unpacking vim (2:8.2.2434-3) ...
17:57:47 [2021-12-03T17:57:47.737Z] #21 32.85 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
17:57:47 [2021-12-03T17:57:47.737Z] #21 32.85 Unpacking uidmap (1:4.8.1-1) ...
17:57:47 [2021-12-03T17:57:47.737Z] #21 33.01 Selecting previously unselected package vim-runtime.
17:57:47 [2021-12-03T17:57:47.737Z] #21 33.01 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ...
17:57:47 [2021-12-03T17:57:47.737Z] #21 33.05 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
17:57:47 [2021-12-03T17:57:47.737Z] #21 33.09 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
17:57:47 [2021-12-03T17:57:47.838Z] #21 36.45 Selecting previously unselected package xfsprogs.
17:57:47 [2021-12-03T17:57:47.838Z] #21 36.46 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ...
17:57:47 [2021-12-03T17:57:47.838Z] #21 36.46 Unpacking xfsprogs (5.10.0-4) ...
17:57:47 [2021-12-03T17:57:47.987Z] #58 16.75 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc .
17:57:47 [2021-12-03T17:57:47.999Z] #21 33.10 Unpacking vim-runtime (2:8.2.2434-3) ...
17:57:48 [2021-12-03T17:57:48.095Z] #21 36.81 Selecting previously unselected package zip.
17:57:48 [2021-12-03T17:57:48.095Z] #21 36.81 Preparing to unpack .../46-zip_3.0-12_arm64.deb ...
17:57:48 [2021-12-03T17:57:48.095Z] #21 36.83 Unpacking zip (3.0-12) ...
17:57:48 [2021-12-03T17:57:48.353Z] #21 36.96 Selecting previously unselected package zstd.
17:57:48 [2021-12-03T17:57:48.353Z] #21 36.97 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ...
17:57:48 [2021-12-03T17:57:48.353Z] #21 36.99 Unpacking zstd (1.4.8+dfsg-2.1) ...
17:57:48 [2021-12-03T17:57:48.610Z] #21 37.34 Setting up python3-pkg-resources (52.0.0-4) ...
17:57:49 [2021-12-03T17:57:49.324Z] #21 13.44 Reading package lists...
17:57:49 [2021-12-03T17:57:49.324Z] #21 ...
17:57:49 [2021-12-03T17:57:49.324Z] 
17:57:49 [2021-12-03T17:57:49.324Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:57:49 [2021-12-03T17:57:49.324Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:57:49 [2021-12-03T17:57:49.324Z] #34 DONE 177.3s
17:57:49 [2021-12-03T17:57:49.324Z] 
17:57:49 [2021-12-03T17:57:49.324Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:57:49 [2021-12-03T17:57:49.324Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:57:49 [2021-12-03T17:57:49.539Z] #21 38.10 Setting up libip4tc2:arm64 (1.8.7-1) ...
17:57:49 [2021-12-03T17:57:49.540Z] #21 38.11 Setting up net-tools (1.60+git20181103.0eebece-1) ...
17:57:49 [2021-12-03T17:57:49.540Z] #21 38.12 Setting up libgpm2:arm64 (1.20.7-8) ...
17:57:49 [2021-12-03T17:57:49.540Z] #21 38.13 Setting up libicu67:arm64 (67.1-7) ...
17:57:49 [2021-12-03T17:57:49.540Z] #21 38.14 Setting up libip6tc2:arm64 (1.8.7-1) ...
17:57:49 [2021-12-03T17:57:49.540Z] #21 38.16 Setting up libinih1:arm64 (53-1+b2) ...
17:57:49 [2021-12-03T17:57:49.540Z] #21 38.17 Setting up uidmap (1:4.8.1-1) ...
17:57:49 [2021-12-03T17:57:49.540Z] #21 38.18 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
17:57:49 [2021-12-03T17:57:49.540Z] #21 38.19 Setting up bzip2 (1.0.8-4) ...
17:57:49 [2021-12-03T17:57:49.540Z] #21 38.20 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
17:57:49 [2021-12-03T17:57:49.540Z] #21 38.22 Setting up python3-wheel (0.34.2-1) ...
17:57:49 [2021-12-03T17:57:49.892Z] #62 ...
17:57:49 [2021-12-03T17:57:49.892Z] 
17:57:49 [2021-12-03T17:57:49.892Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:57:49 [2021-12-03T17:57:49.892Z] #21 sha256:fa60542b43749be5a7f0333c8f064c68550fbb34cf2445eee4f93493437a2ebf
17:57:49 [2021-12-03T17:57:49.892Z] #21 13.44 Reading package lists...
17:57:50 [2021-12-03T17:57:50.103Z] #21 38.75 Setting up xxd (2:8.2.2434-3) ...
17:57:50 [2021-12-03T17:57:50.103Z] #21 38.76 Setting up libcap2:arm64 (1:2.44-1) ...
17:57:50 [2021-12-03T17:57:50.103Z] #21 38.77 Setting up libcap2-bin (1:2.44-1) ...
17:57:50 [2021-12-03T17:57:50.103Z] #21 38.78 Setting up apparmor (2.13.6-10) ...
17:57:51 [2021-12-03T17:57:51.302Z] #21 36.69 Selecting previously unselected package vim.
17:57:51 [2021-12-03T17:57:51.471Z] #21 40.21 Setting up zip (3.0-12) ...
17:57:51 [2021-12-03T17:57:51.472Z] #21 40.23 Setting up vim-common (2:8.2.2434-3) ...
17:57:51 [2021-12-03T17:57:51.564Z] #21 36.69 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ...
17:57:51 [2021-12-03T17:57:51.564Z] #21 36.71 Unpacking vim (2:8.2.2434-3) ...
17:57:51 [2021-12-03T17:57:51.728Z] #21 40.26 Setting up bash-completion (1:2.11-2) ...
17:57:52 [2021-12-03T17:57:52.137Z] #21 37.32 Selecting previously unselected package xfsprogs.
17:57:52 [2021-12-03T17:57:52.137Z] #21 37.33 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
17:57:52 [2021-12-03T17:57:52.137Z] #21 37.33 Unpacking xfsprogs (5.10.0-4) ...
17:57:52 [2021-12-03T17:57:52.719Z] #21 37.78 Selecting previously unselected package zip.
17:57:52 [2021-12-03T17:57:52.719Z] #21 37.82 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
17:57:52 [2021-12-03T17:57:52.719Z] #21 37.84 Unpacking zip (3.0-12) ...
17:57:52 [2021-12-03T17:57:52.980Z] #21 37.96 Selecting previously unselected package zstd.
17:57:52 [2021-12-03T17:57:52.980Z] #21 37.97 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
17:57:52 [2021-12-03T17:57:52.980Z] #21 37.98 Unpacking zstd (1.4.8+dfsg-2.1) ...
17:57:53 [2021-12-03T17:57:53.242Z] #21 38.34 Setting up python3-pkg-resources (52.0.0-4) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.11 Setting up xz-utils (5.2.5-2) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.13 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.14 Setting up libmnl0:arm64 (1.0.4-3) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.15 Setting up patch (2.7.6-7) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.17 Setting up sudo (1.9.5p2-3) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.26 invoke-rc.d: could not determine current runlevel
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.26 invoke-rc.d: policy-rc.d denied execution of start.
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.28 Setting up xfsprogs (5.10.0-4) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.29 Setting up libxtables12:arm64 (1.8.7-1) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.31 Setting up inetutils-ping (2:2.0-1) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.32 Setting up pigz (2.6-1) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.33 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.34 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.36 Setting up python-pip-whl (20.3.4-4) ...
17:57:53 [2021-12-03T17:57:53.623Z] #21 42.38 Setting up vim-runtime (2:8.2.2434-3) ...
17:57:54 [2021-12-03T17:57:54.082Z] #21 18.45 Reading package lists...
17:57:54 [2021-12-03T17:57:54.186Z] #21 42.81 Setting up libaio1:arm64 (0.3.112-9) ...
17:57:54 [2021-12-03T17:57:54.186Z] #21 42.84 Setting up python3-lib2to3 (3.9.2-1) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.33 Setting up libip4tc2:amd64 (1.8.7-1) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.34 Setting up net-tools (1.60+git20181103.0eebece-1) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.36 Setting up libgpm2:amd64 (1.20.7-8) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.37 Setting up libicu67:amd64 (67.1-7) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.38 Setting up libip6tc2:amd64 (1.8.7-1) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.40 Setting up libinih1:amd64 (53-1+b2) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.41 Setting up uidmap (1:4.8.1-1) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.42 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.43 Setting up bzip2 (1.0.8-4) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.45 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:57:54 [2021-12-03T17:57:54.187Z] #21 39.46 Setting up python3-wheel (0.34.2-1) ...
17:57:54 [2021-12-03T17:57:54.700Z] #21 43.20 Setting up libelf1:arm64 (0.183-1) ...
17:57:54 [2021-12-03T17:57:54.700Z] #21 43.23 Setting up zstd (1.4.8+dfsg-2.1) ...
17:57:54 [2021-12-03T17:57:54.700Z] #21 43.25 Setting up libonig5:arm64 (6.9.6-1.1) ...
17:57:54 [2021-12-03T17:57:54.700Z] #21 43.28 Setting up python3-distutils (3.9.2-1) ...
17:57:54 [2021-12-03T17:57:54.958Z] #21 43.68 Setting up vim (2:8.2.2434-3) ...
17:57:54 [2021-12-03T17:57:54.958Z] #21 43.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
17:57:54 [2021-12-03T17:57:54.958Z] #21 43.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
17:57:54 [2021-12-03T17:57:54.958Z] #21 43.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
17:57:54 [2021-12-03T17:57:54.958Z] #21 43.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
17:57:54 [2021-12-03T17:57:54.958Z] #21 43.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
17:57:54 [2021-12-03T17:57:54.958Z] #21 43.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
17:57:54 [2021-12-03T17:57:54.958Z] #21 43.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
17:57:54 [2021-12-03T17:57:54.958Z] #21 43.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
17:57:54 [2021-12-03T17:57:54.958Z] #21 43.76 Setting up python3-setuptools (52.0.0-4) ...
17:57:55 [2021-12-03T17:57:55.131Z] #21 40.08 Setting up xxd (2:8.2.2434-3) ...
17:57:55 [2021-12-03T17:57:55.131Z] #21 40.10 Setting up libcap2:amd64 (1:2.44-1) ...
17:57:55 [2021-12-03T17:57:55.131Z] #21 40.11 Setting up libcap2-bin (1:2.44-1) ...
17:57:55 [2021-12-03T17:57:55.131Z] #21 40.12 Setting up apparmor (2.13.6-10) ...
17:57:55 [2021-12-03T17:57:55.459Z] #21 22.64 Building dependency tree...
17:57:56 [2021-12-03T17:57:56.327Z] #21 44.97 Setting up libjq1:arm64 (1.6-2.1) ...
17:57:56 [2021-12-03T17:57:56.327Z] #21 44.99 Setting up libnftnl11:arm64 (1.1.9-1) ...
17:57:56 [2021-12-03T17:57:56.327Z] #21 45.00 Setting up thin-provisioning-tools (0.9.0-1) ...
17:57:56 [2021-12-03T17:57:56.327Z] #21 45.02 Setting up python3-pip (20.3.4-4) ...
17:57:57 [2021-12-03T17:57:57.049Z] #21 41.86 Setting up zip (3.0-12) ...
17:57:57 [2021-12-03T17:57:57.050Z] #21 41.88 Setting up vim-common (2:8.2.2434-3) ...
17:57:57 [2021-12-03T17:57:57.050Z] #21 41.90 Setting up bash-completion (1:2.11-2) ...
17:57:57 [2021-12-03T17:57:57.258Z] #21 45.88 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
17:57:57 [2021-12-03T17:57:57.258Z] #21 45.90 Setting up jq (1.6-2.1) ...
17:57:57 [2021-12-03T17:57:57.258Z] #21 45.91 Setting up libbpf0:arm64 (1:0.3-2) ...
17:57:57 [2021-12-03T17:57:57.258Z] #21 45.93 Setting up iptables (1.8.7-1) ...
17:57:57 [2021-12-03T17:57:57.258Z] #21 45.94 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
17:57:57 [2021-12-03T17:57:57.258Z] #21 45.94 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:57:57 [2021-12-03T17:57:57.258Z] #21 45.94 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
17:57:57 [2021-12-03T17:57:57.258Z] #21 45.97 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:57:57 [2021-12-03T17:57:57.258Z] #21 45.98 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
17:57:57 [2021-12-03T17:57:57.258Z] #21 45.98 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
17:57:57 [2021-12-03T17:57:57.258Z] #21 46.00 Setting up iproute2 (5.10.0-4) ...
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.69 The following additional packages will be installed:
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.70   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.70   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.70   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.70   python3-pkg-resources vim-runtime xxd
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.72 Suggested packages:
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.72   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.72   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.72   acl attr quota
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.72 Recommended packages:
17:57:57 [2021-12-03T17:57:57.366Z] #21 25.72   libatm1 nftables libpam-cap build-essential python3-dev unzip
17:57:57 [2021-12-03T17:57:57.822Z] #21 46.32 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:57:57 [2021-12-03T17:57:57.994Z] #58 ...
17:57:57 [2021-12-03T17:57:57.994Z] 
17:57:57 [2021-12-03T17:57:57.994Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:57:57 [2021-12-03T17:57:57.994Z] #21 sha256:fa60542b43749be5a7f0333c8f064c68550fbb34cf2445eee4f93493437a2ebf
17:57:57 [2021-12-03T17:57:57.994Z] #21 6.910 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:57:57 [2021-12-03T17:57:57.994Z] #21 13.79 Fetched 8479 kB in 12s (694 kB/s)
17:57:58 [2021-12-03T17:57:58.385Z] #21 DONE 47.2s
17:57:58 [2021-12-03T17:57:58.385Z] 
17:57:58 [2021-12-03T17:57:58.386Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:57:58 [2021-12-03T17:57:58.386Z] #43 sha256:cd0f677a8336f6a9211410edb72af71d9e15a60720917c2037eea2f9e349709a
17:57:58 [2021-12-03T17:57:58.643Z] #43 ...
17:57:58 [2021-12-03T17:57:58.643Z] 
17:57:58 [2021-12-03T17:57:58.643Z] #22 [dev-systemd-false  8/25] 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
17:57:58 [2021-12-03T17:57:58.643Z] #22 sha256:a9e86f8fd5018cc8dbcba8d6302fff40347cb3028eb6a2d78fcf8ed8de9395c1
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.00 Setting up xz-utils (5.2.5-2) ...
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.04 Setting up libmnl0:amd64 (1.0.4-3) ...
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.05 Setting up patch (2.7.6-7) ...
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.09 Setting up sudo (1.9.5p2-3) ...
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.19 invoke-rc.d: could not determine current runlevel
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.19 invoke-rc.d: policy-rc.d denied execution of start.
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.21 Setting up xfsprogs (5.10.0-4) ...
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.23 Setting up libxtables12:amd64 (1.8.7-1) ...
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.24 Setting up inetutils-ping (2:2.0-1) ...
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.25 Setting up pigz (2.6-1) ...
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.27 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.28 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
17:57:58 [2021-12-03T17:57:58.968Z] #21 44.30 Setting up python-pip-whl (20.3.4-4) ...
17:57:59 [2021-12-03T17:57:59.230Z] #21 44.31 Setting up vim-runtime (2:8.2.2434-3) ...
17:57:59 [2021-12-03T17:57:59.382Z] #21 13.79 Reading package lists...
17:57:59 [2021-12-03T17:57:59.573Z] #22 0.918 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
17:57:59 [2021-12-03T17:57:59.574Z] #22 0.927 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
17:57:59 [2021-12-03T17:57:59.574Z] #22 0.933 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
17:57:59 [2021-12-03T17:57:59.574Z] #22 DONE 1.0s
17:57:59 [2021-12-03T17:57:59.574Z] 
17:57:59 [2021-12-03T17:57:59.574Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:57:59 [2021-12-03T17:57:59.574Z] #53 sha256:d98a0a4a5c3bd2966bced295ac06fc4eb9d4a5e9ebaddab757a59ce72365c889
17:57:59 [2021-12-03T17:57:59.574Z] #53 ...
17:57:59 [2021-12-03T17:57:59.574Z] 
17:57:59 [2021-12-03T17:57:59.574Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
17:57:59 [2021-12-03T17:57:59.574Z] #23 sha256:d200ecd3f9c73a0ddbbf6d70e847913d1172c0b1f8c2813de85a0ff418b4154d
17:57:59 [2021-12-03T17:57:59.803Z] #21 44.97 Setting up libaio1:amd64 (0.3.112-9) ...
17:57:59 [2021-12-03T17:57:59.803Z] #21 44.99 Setting up python3-lib2to3 (3.9.2-1) ...
17:57:59 [2021-12-03T17:57:59.910Z] #21 27.96 The following NEW packages will be installed:
17:57:59 [2021-12-03T17:57:59.910Z] #21 27.96   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
17:57:59 [2021-12-03T17:57:59.910Z] #21 27.96   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
17:57:59 [2021-12-03T17:57:59.910Z] #21 27.96   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
17:57:59 [2021-12-03T17:57:59.910Z] #21 27.96   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
17:57:59 [2021-12-03T17:57:59.910Z] #21 27.96   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
17:57:59 [2021-12-03T17:57:59.910Z] #21 27.97   python3-pkg-resources python3-setuptools python3-wheel sudo
17:57:59 [2021-12-03T17:57:59.910Z] #21 27.97   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
17:57:59 [2021-12-03T17:57:59.910Z] #21 27.97   xz-utils zip zstd
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.38 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.38 Need to get 27.6 MB of archives.
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.38 After this operation, 106 MB of additional disk space will be used.
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.38 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.40 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.41 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.41 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.47 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.47 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.48 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.48 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
17:57:59 [2021-12-03T17:57:59.910Z] #21 28.49 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.53 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.54 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.56 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.56 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.56 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.56 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.57 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.58 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.59 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.59 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.63 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.63 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
17:58:00 [2021-12-03T17:58:00.171Z] #21 28.63 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:58:00 [2021-12-03T17:58:00.375Z] #21 45.51 Setting up libelf1:amd64 (0.183-1) ...
17:58:00 [2021-12-03T17:58:00.375Z] #21 45.54 Setting up zstd (1.4.8+dfsg-2.1) ...
17:58:00 [2021-12-03T17:58:00.375Z] #21 45.56 Setting up libonig5:amd64 (6.9.6-1.1) ...
17:58:00 [2021-12-03T17:58:00.375Z] #21 45.57 Setting up python3-distutils (3.9.2-1) ...
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.08 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.09 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.09 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.09 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.09 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.10 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.10 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.20 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.20 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.20 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.22 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.23 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.24 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.26 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
17:58:00 [2021-12-03T17:58:00.740Z] #21 29.31 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
17:58:00 [2021-12-03T17:58:00.946Z] #21 46.12 Setting up vim (2:8.2.2434-3) ...
17:58:00 [2021-12-03T17:58:00.946Z] #21 46.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
17:58:00 [2021-12-03T17:58:00.946Z] #21 46.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
17:58:00 [2021-12-03T17:58:00.946Z] #21 46.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
17:58:00 [2021-12-03T17:58:00.946Z] #21 46.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
17:58:00 [2021-12-03T17:58:00.946Z] #21 46.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
17:58:00 [2021-12-03T17:58:00.946Z] #21 46.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
17:58:00 [2021-12-03T17:58:00.946Z] #21 46.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
17:58:00 [2021-12-03T17:58:00.946Z] #21 46.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
17:58:00 [2021-12-03T17:58:00.999Z] #21 29.34 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
17:58:00 [2021-12-03T17:58:00.999Z] #21 29.36 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB]
17:58:01 [2021-12-03T17:58:01.207Z] #21 46.21 Setting up python3-setuptools (52.0.0-4) ...
17:58:01 [2021-12-03T17:58:01.258Z] #21 29.73 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB]
17:58:01 [2021-12-03T17:58:01.258Z] #21 29.76 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
17:58:01 [2021-12-03T17:58:01.258Z] #21 29.82 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
17:58:01 [2021-12-03T17:58:01.258Z] #21 29.85 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
17:58:02 [2021-12-03T17:58:02.195Z] #21 18.96 Reading package lists...
17:58:02 [2021-12-03T17:58:02.195Z] #21 ...
17:58:02 [2021-12-03T17:58:02.195Z] 
17:58:02 [2021-12-03T17:58:02.195Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
17:58:02 [2021-12-03T17:58:02.195Z] #34 sha256:e6ea6078209e31f54a244e6351082883d47d29ee7a8c067e0cee2d2b72230c25
17:58:02 [2021-12-03T17:58:02.195Z] #34 DONE 186.9s
17:58:02 [2021-12-03T17:58:02.195Z] 
17:58:02 [2021-12-03T17:58:02.195Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:58:02 [2021-12-03T17:58:02.195Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:58:02 [2021-12-03T17:58:02.592Z] #21 47.85 Setting up libjq1:amd64 (1.6-2.1) ...
17:58:02 [2021-12-03T17:58:02.724Z] #21 30.92 debconf: delaying package configuration, since apt-utils is not installed
17:58:02 [2021-12-03T17:58:02.724Z] #21 31.22 Fetched 27.6 MB in 2s (15.3 MB/s)
17:58:02 [2021-12-03T17:58:02.724Z] #21 31.29 Selecting previously unselected package pigz.
17:58:02 [2021-12-03T17:58:02.853Z] #21 47.87 Setting up libnftnl11:amd64 (1.1.9-1) ...
17:58:02 [2021-12-03T17:58:02.853Z] #21 47.89 Setting up thin-provisioning-tools (0.9.0-1) ...
17:58:02 [2021-12-03T17:58:02.853Z] #21 47.90 Setting up python3-pip (20.3.4-4) ...
17:58:02 [2021-12-03T17:58:02.992Z] #21 31.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 ... 24014 files and directories currently installed.)
17:58:02 [2021-12-03T17:58:02.993Z] #21 31.39 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
17:58:02 [2021-12-03T17:58:02.993Z] #21 31.41 Unpacking pigz (2.6-1) ...
17:58:02 [2021-12-03T17:58:02.993Z] #21 31.58 Selecting previously unselected package libelf1:amd64.
17:58:03 [2021-12-03T17:58:03.251Z] #21 31.59 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
17:58:03 [2021-12-03T17:58:03.251Z] #21 31.60 Unpacking libelf1:amd64 (0.183-1) ...
17:58:03 [2021-12-03T17:58:03.251Z] #21 31.87 Selecting previously unselected package libbpf0:amd64.
17:58:03 [2021-12-03T17:58:03.522Z] #21 31.88 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
17:58:03 [2021-12-03T17:58:03.522Z] #21 31.88 Unpacking libbpf0:amd64 (1:0.3-2) ...
17:58:03 [2021-12-03T17:58:03.780Z] #21 32.08 Selecting previously unselected package libcap2:amd64.
17:58:03 [2021-12-03T17:58:03.780Z] #21 32.09 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
17:58:03 [2021-12-03T17:58:03.780Z] #21 32.09 Unpacking libcap2:amd64 (1:2.44-1) ...
17:58:03 [2021-12-03T17:58:03.780Z] #21 32.23 Selecting previously unselected package libmnl0:amd64.
17:58:03 [2021-12-03T17:58:03.780Z] #21 32.23 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
17:58:03 [2021-12-03T17:58:03.780Z] #21 32.24 Unpacking libmnl0:amd64 (1.0.4-3) ...
17:58:03 [2021-12-03T17:58:03.780Z] #21 32.33 Selecting previously unselected package libxtables12:amd64.
17:58:04 [2021-12-03T17:58:04.038Z] #21 32.35 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
17:58:04 [2021-12-03T17:58:04.038Z] #21 32.37 Unpacking libxtables12:amd64 (1.8.7-1) ...
17:58:04 [2021-12-03T17:58:04.038Z] #21 32.47 Selecting previously unselected package libcap2-bin.
17:58:04 [2021-12-03T17:58:04.038Z] #21 32.49 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
17:58:04 [2021-12-03T17:58:04.038Z] #21 32.49 Unpacking libcap2-bin (1:2.44-1) ...
17:58:04 [2021-12-03T17:58:04.038Z] #21 32.61 Selecting previously unselected package iproute2.
17:58:04 [2021-12-03T17:58:04.121Z] #53 ...
17:58:04 [2021-12-03T17:58:04.121Z] 
17:58:04 [2021-12-03T17:58:04.121Z] #21 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:58:04 [2021-12-03T17:58:04.121Z] #21 sha256:fa60542b43749be5a7f0333c8f064c68550fbb34cf2445eee4f93493437a2ebf
17:58:04 [2021-12-03T17:58:04.121Z] #21 18.96 Reading package lists...
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.26 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.27 Setting up jq (1.6-2.1) ...
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.29 Setting up libbpf0:amd64 (1:0.3-2) ...
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.30 Setting up iptables (1.8.7-1) ...
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.31 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.31 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.32 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.32 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.33 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.35 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
17:58:04 [2021-12-03T17:58:04.239Z] #21 49.36 Setting up iproute2 (5.10.0-4) ...
17:58:04 [2021-12-03T17:58:04.295Z] #21 32.64 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
17:58:04 [2021-12-03T17:58:04.295Z] #21 32.64 Unpacking iproute2 (5.10.0-4) ...
17:58:04 [2021-12-03T17:58:04.500Z] #21 49.74 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:58:04 [2021-12-03T17:58:04.868Z] #72 ...
17:58:04 [2021-12-03T17:58:04.868Z] 
17:58:04 [2021-12-03T17:58:04.868Z] #20 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:58:04 [2021-12-03T17:58:04.868Z] #20 sha256:714afd304e84b9684d2ff96b6bda1df76c6b47ebd5255e2450b50ccbe9f1574f
17:58:04 [2021-12-03T17:58:04.868Z] #20 30.38 Fetched 48.7 MB in 28s (1752 kB/s)
17:58:05 [2021-12-03T17:58:05.072Z] #21 DONE 50.3s
17:58:05 [2021-12-03T17:58:05.072Z] 
17:58:05 [2021-12-03T17:58:05.072Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:05 [2021-12-03T17:58:05.072Z] #62 sha256:3ce20012bea38eb19df3246517fd9fa40867a76b217b7c11d536e6d327b487f7
17:58:05 [2021-12-03T17:58:05.072Z] #62 ...
17:58:05 [2021-12-03T17:58:05.072Z] 
17:58:05 [2021-12-03T17:58:05.072Z] #22 [dev-systemd-false  8/25] 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
17:58:05 [2021-12-03T17:58:05.072Z] #22 sha256:73afcb5c7b588edba763343dafa053466990291830a7303f002af33c4790dd26
17:58:05 [2021-12-03T17:58:05.228Z] #21 33.51 Selecting previously unselected package xxd.
17:58:05 [2021-12-03T17:58:05.228Z] #21 33.52 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ...
17:58:05 [2021-12-03T17:58:05.228Z] #21 33.55 Unpacking xxd (2:8.2.2434-3) ...
17:58:05 [2021-12-03T17:58:05.228Z] #21 33.77 Selecting previously unselected package vim-common.
17:58:05 [2021-12-03T17:58:05.486Z] #21 33.79 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ...
17:58:05 [2021-12-03T17:58:05.486Z] #21 33.85 Unpacking vim-common (2:8.2.2434-3) ...
17:58:05 [2021-12-03T17:58:05.508Z] #21 23.65 Building dependency tree...
17:58:05 [2021-12-03T17:58:05.744Z] #21 34.07 Selecting previously unselected package bash-completion.
17:58:05 [2021-12-03T17:58:05.744Z] #21 34.10 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
17:58:06 [2021-12-03T17:58:06.466Z] #22 1.371 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
17:58:06 [2021-12-03T17:58:06.466Z] #22 1.375 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
17:58:06 [2021-12-03T17:58:06.466Z] #22 1.379 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
17:58:06 [2021-12-03T17:58:06.466Z] #22 DONE 1.4s
17:58:06 [2021-12-03T17:58:06.466Z] 
17:58:06 [2021-12-03T17:58:06.466Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
17:58:06 [2021-12-03T17:58:06.466Z] #23 sha256:bc4d74db1e2068099eacc41d0f128a13623b0ff3c2c3a6880c50c1d9ede323aa
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25 The following additional packages will be installed:
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25   python3-pkg-resources vim-runtime xxd
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25 Suggested packages:
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25   acl attr quota
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25 Recommended packages:
17:58:06 [2021-12-03T17:58:06.895Z] #21 26.25   libatm1 nftables libpam-cap build-essential python3-dev unzip
17:58:09 [2021-12-03T17:58:09.027Z] #21 37.11 Unpacking bash-completion (1:2.11-2) ...
17:58:09 [2021-12-03T17:58:09.027Z] #21 37.48 Selecting previously unselected package bzip2.
17:58:09 [2021-12-03T17:58:09.027Z] #21 37.49 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
17:58:09 [2021-12-03T17:58:09.027Z] #21 37.52 Unpacking bzip2 (1.0.8-4) ...
17:58:09 [2021-12-03T17:58:09.027Z] #21 37.58 Selecting previously unselected package xz-utils.
17:58:09 [2021-12-03T17:58:09.285Z] #21 37.59 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
17:58:09 [2021-12-03T17:58:09.285Z] #21 37.59 Unpacking xz-utils (5.2.5-2) ...
17:58:09 [2021-12-03T17:58:09.285Z] #21 37.73 Selecting previously unselected package apparmor.
17:58:09 [2021-12-03T17:58:09.285Z] #21 37.74 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
17:58:09 [2021-12-03T17:58:09.285Z] #21 37.79 Unpacking apparmor (2.13.6-10) ...
17:58:09 [2021-12-03T17:58:09.443Z] #21 28.45 The following NEW packages will be installed:
17:58:09 [2021-12-03T17:58:09.443Z] #21 28.47   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
17:58:09 [2021-12-03T17:58:09.443Z] #21 28.47   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
17:58:09 [2021-12-03T17:58:09.443Z] #21 28.47   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.47   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.47   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.47   python3-pkg-resources python3-setuptools python3-wheel sudo
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.47   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.47   xz-utils zip zstd
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.87 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.87 Need to get 27.6 MB of archives.
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.87 After this operation, 106 MB of additional disk space will be used.
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.87 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.89 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.89 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.89 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.89 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.93 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.95 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.96 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.97 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 28.97 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
17:58:09 [2021-12-03T17:58:09.444Z] #21 29.00 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.04 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.04 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.04 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.06 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.06 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.06 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.06 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.09 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.11 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.11 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.13 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
17:58:09 [2021-12-03T17:58:09.706Z] #21 29.13 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:58:09 [2021-12-03T17:58:09.851Z] #21 38.20 Selecting previously unselected package inetutils-ping.
17:58:09 [2021-12-03T17:58:09.851Z] #21 38.21 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
17:58:09 [2021-12-03T17:58:09.851Z] #21 38.22 Unpacking inetutils-ping (2:2.0-1) ...
17:58:09 [2021-12-03T17:58:09.851Z] #21 38.32 Selecting previously unselected package libip4tc2:amd64.
17:58:09 [2021-12-03T17:58:09.851Z] #21 38.33 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
17:58:09 [2021-12-03T17:58:09.851Z] #21 38.34 Unpacking libip4tc2:amd64 (1.8.7-1) ...
17:58:09 [2021-12-03T17:58:09.987Z] #21 29.50 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
17:58:09 [2021-12-03T17:58:09.987Z] #21 29.50 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
17:58:09 [2021-12-03T17:58:09.987Z] #21 29.51 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
17:58:09 [2021-12-03T17:58:09.987Z] #21 29.51 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
17:58:09 [2021-12-03T17:58:09.987Z] #21 29.51 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
17:58:09 [2021-12-03T17:58:09.987Z] #21 29.55 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
17:58:09 [2021-12-03T17:58:09.987Z] #21 29.55 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
17:58:10 [2021-12-03T17:58:10.109Z] #21 38.43 Selecting previously unselected package libip6tc2:amd64.
17:58:10 [2021-12-03T17:58:10.110Z] #21 38.44 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
17:58:10 [2021-12-03T17:58:10.110Z] #21 38.45 Unpacking libip6tc2:amd64 (1.8.7-1) ...
17:58:10 [2021-12-03T17:58:10.110Z] #21 38.50 Selecting previously unselected package libnfnetlink0:amd64.
17:58:10 [2021-12-03T17:58:10.110Z] #21 38.52 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
17:58:10 [2021-12-03T17:58:10.110Z] #21 38.52 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:58:10 [2021-12-03T17:58:10.110Z] #21 38.57 Selecting previously unselected package libnetfilter-conntrack3:amd64.
17:58:10 [2021-12-03T17:58:10.110Z] #21 38.59 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
17:58:10 [2021-12-03T17:58:10.110Z] #21 38.60 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
17:58:10 [2021-12-03T17:58:10.110Z] #21 38.66 Selecting previously unselected package libnftnl11:amd64.
17:58:10 [2021-12-03T17:58:10.110Z] #21 38.67 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
17:58:10 [2021-12-03T17:58:10.121Z] #20 30.38 Reading package lists...
17:58:10 [2021-12-03T17:58:10.121Z] #20 ...
17:58:10 [2021-12-03T17:58:10.121Z] 
17:58:10 [2021-12-03T17:58:10.121Z] #67 [containerd 1/3] 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
17:58:10 [2021-12-03T17:58:10.121Z] #67 sha256:afb810801e47e6902bc3afab9c43782493eacb5e44e63cf6c45e7c4ff72e40f2
17:58:10 [2021-12-03T17:58:10.121Z] #67 30.49 Fetched 48.7 MB in 28s (1751 kB/s)
17:58:10 [2021-12-03T17:58:10.250Z] #21 29.63 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
17:58:10 [2021-12-03T17:58:10.250Z] #21 29.63 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
17:58:10 [2021-12-03T17:58:10.250Z] #21 29.64 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:58:10 [2021-12-03T17:58:10.250Z] #21 29.64 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
17:58:10 [2021-12-03T17:58:10.250Z] #21 29.67 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
17:58:10 [2021-12-03T17:58:10.368Z] #21 38.68 Unpacking libnftnl11:amd64 (1.1.9-1) ...
17:58:10 [2021-12-03T17:58:10.368Z] #21 38.75 Selecting previously unselected package iptables.
17:58:10 [2021-12-03T17:58:10.368Z] #21 38.77 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
17:58:10 [2021-12-03T17:58:10.368Z] #21 38.78 Unpacking iptables (1.8.7-1) ...
17:58:10 [2021-12-03T17:58:10.511Z] #21 29.68 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
17:58:10 [2021-12-03T17:58:10.511Z] #21 29.69 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
17:58:10 [2021-12-03T17:58:10.511Z] #21 29.74 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
17:58:10 [2021-12-03T17:58:10.511Z] #21 29.77 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
17:58:10 [2021-12-03T17:58:10.511Z] #21 29.77 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB]
17:58:10 [2021-12-03T17:58:10.626Z] #21 39.11 Selecting previously unselected package libonig5:amd64.
17:58:10 [2021-12-03T17:58:10.626Z] #21 39.11 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
17:58:10 [2021-12-03T17:58:10.626Z] #21 39.12 Unpacking libonig5:amd64 (6.9.6-1.1) ...
17:58:10 [2021-12-03T17:58:10.773Z] #21 30.05 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB]
17:58:10 [2021-12-03T17:58:10.773Z] #21 30.13 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
17:58:10 [2021-12-03T17:58:10.773Z] #21 30.16 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
17:58:10 [2021-12-03T17:58:10.773Z] #21 30.17 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
17:58:10 [2021-12-03T17:58:10.884Z] #21 39.25 Selecting previously unselected package libjq1:amd64.
17:58:10 [2021-12-03T17:58:10.884Z] #21 39.26 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
17:58:10 [2021-12-03T17:58:10.884Z] #21 39.27 Unpacking libjq1:amd64 (1.6-2.1) ...
17:58:10 [2021-12-03T17:58:10.884Z] #21 39.37 Selecting previously unselected package jq.
17:58:10 [2021-12-03T17:58:10.884Z] #21 39.38 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
17:58:10 [2021-12-03T17:58:10.884Z] #21 39.39 Unpacking jq (1.6-2.1) ...
17:58:11 [2021-12-03T17:58:11.142Z] #21 39.47 Selecting previously unselected package libaio1:amd64.
17:58:11 [2021-12-03T17:58:11.142Z] #21 39.49 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
17:58:11 [2021-12-03T17:58:11.142Z] #21 39.50 Unpacking libaio1:amd64 (0.3.112-9) ...
17:58:11 [2021-12-03T17:58:11.142Z] #21 39.54 Selecting previously unselected package libgpm2:amd64.
17:58:11 [2021-12-03T17:58:11.142Z] #21 39.57 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
17:58:11 [2021-12-03T17:58:11.142Z] #21 39.57 Unpacking libgpm2:amd64 (1.20.7-8) ...
17:58:11 [2021-12-03T17:58:11.142Z] #21 39.62 Selecting previously unselected package libicu67:amd64.
17:58:11 [2021-12-03T17:58:11.142Z] #21 39.62 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
17:58:11 [2021-12-03T17:58:11.142Z] #21 39.63 Unpacking libicu67:amd64 (67.1-7) ...
17:58:11 [2021-12-03T17:58:11.493Z] #67 30.49 Reading package lists...
17:58:11 [2021-12-03T17:58:11.493Z] #67 ...
17:58:11 [2021-12-03T17:58:11.493Z] 
17:58:11 [2021-12-03T17:58:11.493Z] #20 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:58:11 [2021-12-03T17:58:11.493Z] #20 sha256:714afd304e84b9684d2ff96b6bda1df76c6b47ebd5255e2450b50ccbe9f1574f
17:58:11 [2021-12-03T17:58:11.493Z] #20 30.38 Reading package lists...
17:58:11 [2021-12-03T17:58:11.718Z] #21 31.17 debconf: delaying package configuration, since apt-utils is not installed
17:58:11 [2021-12-03T17:58:11.752Z] #23 11.52 Collecting yamllint==1.26.1
17:58:11 [2021-12-03T17:58:11.982Z] #21 31.42 Fetched 27.6 MB in 2s (16.6 MB/s)
17:58:12 [2021-12-03T17:58:12.008Z] #23 12.57   Downloading yamllint-1.26.1.tar.gz (126 kB)
17:58:12 [2021-12-03T17:58:12.244Z] #21 31.57 Selecting previously unselected package pigz.
17:58:12 [2021-12-03T17:58:12.244Z] #21 31.57 (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 ... 24014 files and directories currently installed.)
17:58:12 [2021-12-03T17:58:12.244Z] #21 31.66 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
17:58:12 [2021-12-03T17:58:12.244Z] #21 31.67 Unpacking pigz (2.6-1) ...
17:58:12 [2021-12-03T17:58:12.423Z] #20 39.62 Reading package lists...
17:58:12 [2021-12-03T17:58:12.423Z] #20 ...
17:58:12 [2021-12-03T17:58:12.423Z] 
17:58:12 [2021-12-03T17:58:12.423Z] #45 [tini 1/3] 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
17:58:12 [2021-12-03T17:58:12.423Z] #45 sha256:061efaecbd371c7dc655f1073810c91edb2bbc318b8a1f7e2389c1eae25074ae
17:58:12 [2021-12-03T17:58:12.424Z] #45 30.47 Fetched 48.7 MB in 28s (1753 kB/s)
17:58:12 [2021-12-03T17:58:12.424Z] #45 30.47 Reading package lists...
17:58:12 [2021-12-03T17:58:12.512Z] #21 31.81 Selecting previously unselected package libelf1:amd64.
17:58:12 [2021-12-03T17:58:12.512Z] #21 31.82 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
17:58:12 [2021-12-03T17:58:12.512Z] #21 31.83 Unpacking libelf1:amd64 (0.183-1) ...
17:58:12 [2021-12-03T17:58:12.682Z] #45 39.72 Reading package lists...
17:58:12 [2021-12-03T17:58:12.682Z] #45 ...
17:58:12 [2021-12-03T17:58:12.682Z] 
17:58:12 [2021-12-03T17:58:12.682Z] #67 [containerd 1/3] 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
17:58:12 [2021-12-03T17:58:12.682Z] #67 sha256:afb810801e47e6902bc3afab9c43782493eacb5e44e63cf6c45e7c4ff72e40f2
17:58:12 [2021-12-03T17:58:12.682Z] #67 30.49 Reading package lists...
17:58:12 [2021-12-03T17:58:12.773Z] #21 32.10 Selecting previously unselected package libbpf0:amd64.
17:58:12 [2021-12-03T17:58:12.773Z] #21 32.10 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
17:58:12 [2021-12-03T17:58:12.773Z] #21 32.11 Unpacking libbpf0:amd64 (1:0.3-2) ...
17:58:12 [2021-12-03T17:58:12.773Z] #21 32.26 Selecting previously unselected package libcap2:amd64.
17:58:12 [2021-12-03T17:58:12.773Z] #21 32.26 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
17:58:12 [2021-12-03T17:58:12.773Z] #21 32.29 Unpacking libcap2:amd64 (1:2.44-1) ...
17:58:12 [2021-12-03T17:58:12.936Z] #23 13.41 Collecting pathspec>=0.5.3
17:58:12 [2021-12-03T17:58:12.936Z] #23 13.42   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
17:58:13 [2021-12-03T17:58:13.035Z] #21 32.40 Selecting previously unselected package libmnl0:amd64.
17:58:13 [2021-12-03T17:58:13.035Z] #21 32.42 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
17:58:13 [2021-12-03T17:58:13.035Z] #21 32.43 Unpacking libmnl0:amd64 (1.0.4-3) ...
17:58:13 [2021-12-03T17:58:13.035Z] #21 32.54 Selecting previously unselected package libxtables12:amd64.
17:58:13 [2021-12-03T17:58:13.194Z] #23 13.71 Collecting pyyaml
17:58:13 [2021-12-03T17:58:13.194Z] #23 13.73   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
17:58:13 [2021-12-03T17:58:13.194Z] #23 ...
17:58:13 [2021-12-03T17:58:13.194Z] 
17:58:13 [2021-12-03T17:58:13.194Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:58:13 [2021-12-03T17:58:13.194Z] #43 sha256:cd0f677a8336f6a9211410edb72af71d9e15a60720917c2037eea2f9e349709a
17:58:13 [2021-12-03T17:58:13.194Z] #43 188.9 + dpkg --print-architecture
17:58:13 [2021-12-03T17:58:13.296Z] #21 32.54 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
17:58:13 [2021-12-03T17:58:13.296Z] #21 32.57 Unpacking libxtables12:amd64 (1.8.7-1) ...
17:58:13 [2021-12-03T17:58:13.296Z] #21 32.69 Selecting previously unselected package libcap2-bin.
17:58:13 [2021-12-03T17:58:13.296Z] #21 32.69 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
17:58:13 [2021-12-03T17:58:13.296Z] #21 32.71 Unpacking libcap2-bin (1:2.44-1) ...
17:58:13 [2021-12-03T17:58:13.559Z] #21 32.85 Selecting previously unselected package iproute2.
17:58:13 [2021-12-03T17:58:13.559Z] #21 32.85 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
17:58:13 [2021-12-03T17:58:13.559Z] #21 32.86 Unpacking iproute2 (5.10.0-4) ...
17:58:14 [2021-12-03T17:58:14.124Z] #43 DONE 189.8s
17:58:14 [2021-12-03T17:58:14.124Z] 
17:58:14 [2021-12-03T17:58:14.124Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
17:58:14 [2021-12-03T17:58:14.124Z] #23 sha256:d200ecd3f9c73a0ddbbf6d70e847913d1172c0b1f8c2813de85a0ff418b4154d
17:58:14 [2021-12-03T17:58:14.124Z] #23 13.91 Building wheels for collected packages: yamllint
17:58:14 [2021-12-03T17:58:14.124Z] #23 13.92   Building wheel for yamllint (setup.py): started
17:58:14 [2021-12-03T17:58:14.124Z] #23 14.58   Building wheel for yamllint (setup.py): finished with status 'done'
17:58:14 [2021-12-03T17:58:14.124Z] #23 14.59   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=2ad56e47d542f7e36ac19efe12e193273606ff3b47368adf30e470e78df4bed3
17:58:14 [2021-12-03T17:58:14.124Z] #23 14.59   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
17:58:14 [2021-12-03T17:58:14.124Z] #23 14.59 Successfully built yamllint
17:58:14 [2021-12-03T17:58:14.124Z] #23 14.61 Installing collected packages: pyyaml, pathspec, yamllint
17:58:14 [2021-12-03T17:58:14.130Z] #21 33.69 Selecting previously unselected package xxd.
17:58:14 [2021-12-03T17:58:14.131Z] #21 33.69 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ...
17:58:14 [2021-12-03T17:58:14.395Z] #21 33.71 Unpacking xxd (2:8.2.2434-3) ...
17:58:14 [2021-12-03T17:58:14.425Z] #21 42.68 Selecting previously unselected package libinih1:amd64.
17:58:14 [2021-12-03T17:58:14.425Z] #21 42.69 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
17:58:14 [2021-12-03T17:58:14.425Z] #21 42.69 Unpacking libinih1:amd64 (53-1+b2) ...
17:58:14 [2021-12-03T17:58:14.425Z] #21 42.75 Selecting previously unselected package libnet1:amd64.
17:58:14 [2021-12-03T17:58:14.425Z] #21 42.77 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
17:58:14 [2021-12-03T17:58:14.425Z] #21 42.78 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:58:14 [2021-12-03T17:58:14.425Z] #21 42.88 Selecting previously unselected package libnl-3-200:amd64.
17:58:14 [2021-12-03T17:58:14.426Z] #21 42.88 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
17:58:14 [2021-12-03T17:58:14.426Z] #21 42.89 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
17:58:14 [2021-12-03T17:58:14.426Z] #21 42.97 Selecting previously unselected package libprotobuf-c1:amd64.
17:58:14 [2021-12-03T17:58:14.426Z] #21 42.98 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
17:58:14 [2021-12-03T17:58:14.426Z] #21 42.98 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:58:14 [2021-12-03T17:58:14.656Z] #21 33.91 Selecting previously unselected package vim-common.
17:58:14 [2021-12-03T17:58:14.656Z] #21 33.92 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ...
17:58:14 [2021-12-03T17:58:14.656Z] #21 33.94 Unpacking vim-common (2:8.2.2434-3) ...
17:58:14 [2021-12-03T17:58:14.684Z] #21 43.03 Selecting previously unselected package net-tools.
17:58:14 [2021-12-03T17:58:14.684Z] #21 43.03 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
17:58:14 [2021-12-03T17:58:14.684Z] #21 43.05 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
17:58:14 [2021-12-03T17:58:14.684Z] #21 43.19 Selecting previously unselected package patch.
17:58:14 [2021-12-03T17:58:14.684Z] #21 43.20 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
17:58:14 [2021-12-03T17:58:14.684Z] #21 43.21 Unpacking patch (2.7.6-7) ...
17:58:14 [2021-12-03T17:58:14.688Z] #23 15.10 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
17:58:14 [2021-12-03T17:58:14.919Z] #21 34.30 Selecting previously unselected package bash-completion.
17:58:14 [2021-12-03T17:58:14.919Z] #21 34.31 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
17:58:14 [2021-12-03T17:58:14.943Z] #21 43.32 Selecting previously unselected package python-pip-whl.
17:58:14 [2021-12-03T17:58:14.943Z] #21 43.33 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
17:58:14 [2021-12-03T17:58:14.943Z] #21 43.33 Unpacking python-pip-whl (20.3.4-4) ...
17:58:15 [2021-12-03T17:58:15.509Z] #21 43.81 Selecting previously unselected package python3-lib2to3.
17:58:15 [2021-12-03T17:58:15.509Z] #21 43.82 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
17:58:15 [2021-12-03T17:58:15.509Z] #21 43.83 Unpacking python3-lib2to3 (3.9.2-1) ...
17:58:15 [2021-12-03T17:58:15.509Z] #21 43.93 Selecting previously unselected package python3-distutils.
17:58:15 [2021-12-03T17:58:15.509Z] #21 43.94 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
17:58:15 [2021-12-03T17:58:15.509Z] #21 43.95 Unpacking python3-distutils (3.9.2-1) ...
17:58:15 [2021-12-03T17:58:15.767Z] #21 44.07 Selecting previously unselected package python3-pkg-resources.
17:58:15 [2021-12-03T17:58:15.767Z] #21 44.08 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
17:58:15 [2021-12-03T17:58:15.767Z] #21 44.09 Unpacking python3-pkg-resources (52.0.0-4) ...
17:58:15 [2021-12-03T17:58:15.767Z] #21 44.20 Selecting previously unselected package python3-setuptools.
17:58:15 [2021-12-03T17:58:15.767Z] #21 44.20 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
17:58:15 [2021-12-03T17:58:15.767Z] #21 44.21 Unpacking python3-setuptools (52.0.0-4) ...
17:58:16 [2021-12-03T17:58:16.026Z] #21 44.48 Selecting previously unselected package python3-wheel.
17:58:16 [2021-12-03T17:58:16.026Z] #21 44.48 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
17:58:16 [2021-12-03T17:58:16.026Z] #21 44.49 Unpacking python3-wheel (0.34.2-1) ...
17:58:16 [2021-12-03T17:58:16.026Z] #21 44.55 Selecting previously unselected package python3-pip.
17:58:16 [2021-12-03T17:58:16.026Z] #21 44.57 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
17:58:16 [2021-12-03T17:58:16.026Z] #21 44.57 Unpacking python3-pip (20.3.4-4) ...
17:58:16 [2021-12-03T17:58:16.067Z] #23 DONE 16.4s
17:58:16 [2021-12-03T17:58:16.067Z] 
17:58:16 [2021-12-03T17:58:16.067Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:58:16 [2021-12-03T17:58:16.067Z] #53 sha256:d98a0a4a5c3bd2966bced295ac06fc4eb9d4a5e9ebaddab757a59ce72365c889
17:58:16 [2021-12-03T17:58:16.592Z] #21 44.82 Selecting previously unselected package sudo.
17:58:16 [2021-12-03T17:58:16.592Z] #21 44.82 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
17:58:16 [2021-12-03T17:58:16.592Z] #21 44.83 Unpacking sudo (1.9.5p2-3) ...
17:58:16 [2021-12-03T17:58:16.850Z] #21 45.33 Selecting previously unselected package thin-provisioning-tools.
17:58:16 [2021-12-03T17:58:16.850Z] #21 45.35 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
17:58:16 [2021-12-03T17:58:16.850Z] #21 45.35 Unpacking thin-provisioning-tools (0.9.0-1) ...
17:58:17 [2021-12-03T17:58:17.108Z] #21 45.58 Selecting previously unselected package uidmap.
17:58:17 [2021-12-03T17:58:17.108Z] #21 45.60 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
17:58:17 [2021-12-03T17:58:17.108Z] #21 45.60 Unpacking uidmap (1:4.8.1-1) ...
17:58:17 [2021-12-03T17:58:17.108Z] #21 45.73 Selecting previously unselected package vim-runtime.
17:58:17 [2021-12-03T17:58:17.367Z] #21 45.73 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ...
17:58:17 [2021-12-03T17:58:17.367Z] #21 45.75 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
17:58:17 [2021-12-03T17:58:17.367Z] #21 45.78 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
17:58:17 [2021-12-03T17:58:17.367Z] #21 45.79 Unpacking vim-runtime (2:8.2.2434-3) ...
17:58:17 [2021-12-03T17:58:17.467Z] #21 36.65 Unpacking bash-completion (1:2.11-2) ...
17:58:17 [2021-12-03T17:58:17.728Z] #21 37.01 Selecting previously unselected package bzip2.
17:58:17 [2021-12-03T17:58:17.728Z] #21 37.02 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
17:58:17 [2021-12-03T17:58:17.728Z] #21 37.02 Unpacking bzip2 (1.0.8-4) ...
17:58:17 [2021-12-03T17:58:17.728Z] #21 37.10 Selecting previously unselected package xz-utils.
17:58:17 [2021-12-03T17:58:17.728Z] #21 37.10 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
17:58:17 [2021-12-03T17:58:17.728Z] #21 37.11 Unpacking xz-utils (5.2.5-2) ...
17:58:17 [2021-12-03T17:58:17.728Z] #21 37.25 Selecting previously unselected package apparmor.
17:58:17 [2021-12-03T17:58:17.989Z] #21 37.26 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
17:58:17 [2021-12-03T17:58:17.989Z] #21 37.33 Unpacking apparmor (2.13.6-10) ...
17:58:18 [2021-12-03T17:58:18.250Z] #21 37.70 Selecting previously unselected package inetutils-ping.
17:58:18 [2021-12-03T17:58:18.250Z] #21 37.72 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
17:58:18 [2021-12-03T17:58:18.250Z] #21 37.72 Unpacking inetutils-ping (2:2.0-1) ...
17:58:18 [2021-12-03T17:58:18.512Z] #21 37.82 Selecting previously unselected package libip4tc2:amd64.
17:58:18 [2021-12-03T17:58:18.512Z] #21 37.84 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
17:58:18 [2021-12-03T17:58:18.512Z] #21 37.84 Unpacking libip4tc2:amd64 (1.8.7-1) ...
17:58:18 [2021-12-03T17:58:18.512Z] #21 37.91 Selecting previously unselected package libip6tc2:amd64.
17:58:18 [2021-12-03T17:58:18.512Z] #21 37.92 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
17:58:18 [2021-12-03T17:58:18.512Z] #21 37.93 Unpacking libip6tc2:amd64 (1.8.7-1) ...
17:58:18 [2021-12-03T17:58:18.512Z] #21 37.97 Selecting previously unselected package libnfnetlink0:amd64.
17:58:18 [2021-12-03T17:58:18.512Z] #21 37.99 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
17:58:18 [2021-12-03T17:58:18.512Z] #21 37.99 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:58:18 [2021-12-03T17:58:18.512Z] #21 38.04 Selecting previously unselected package libnetfilter-conntrack3:amd64.
17:58:18 [2021-12-03T17:58:18.711Z] #23 10.83 Collecting yamllint==1.26.1
17:58:18 [2021-12-03T17:58:18.711Z] #23 11.90   Downloading yamllint-1.26.1.tar.gz (126 kB)
17:58:18 [2021-12-03T17:58:18.773Z] #21 38.04 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
17:58:18 [2021-12-03T17:58:18.773Z] #21 38.04 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
17:58:18 [2021-12-03T17:58:18.773Z] #21 38.09 Selecting previously unselected package libnftnl11:amd64.
17:58:18 [2021-12-03T17:58:18.773Z] #21 38.09 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
17:58:18 [2021-12-03T17:58:18.773Z] #21 38.10 Unpacking libnftnl11:amd64 (1.1.9-1) ...
17:58:18 [2021-12-03T17:58:18.773Z] #21 38.18 Selecting previously unselected package iptables.
17:58:18 [2021-12-03T17:58:18.773Z] #21 38.18 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
17:58:18 [2021-12-03T17:58:18.773Z] #21 38.19 Unpacking iptables (1.8.7-1) ...
17:58:19 [2021-12-03T17:58:19.034Z] #21 38.47 Selecting previously unselected package libonig5:amd64.
17:58:19 [2021-12-03T17:58:19.295Z] #21 38.48 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
17:58:19 [2021-12-03T17:58:19.295Z] #21 38.48 Unpacking libonig5:amd64 (6.9.6-1.1) ...
17:58:19 [2021-12-03T17:58:19.295Z] #21 38.61 Selecting previously unselected package libjq1:amd64.
17:58:19 [2021-12-03T17:58:19.295Z] #21 38.62 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
17:58:19 [2021-12-03T17:58:19.295Z] #21 38.62 Unpacking libjq1:amd64 (1.6-2.1) ...
17:58:19 [2021-12-03T17:58:19.295Z] #21 38.73 Selecting previously unselected package jq.
17:58:19 [2021-12-03T17:58:19.295Z] #21 38.73 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
17:58:19 [2021-12-03T17:58:19.295Z] #21 38.74 Unpacking jq (1.6-2.1) ...
17:58:19 [2021-12-03T17:58:19.295Z] #21 38.82 Selecting previously unselected package libaio1:amd64.
17:58:19 [2021-12-03T17:58:19.352Z] #53 195.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
17:58:19 [2021-12-03T17:58:19.557Z] #21 38.83 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
17:58:19 [2021-12-03T17:58:19.557Z] #21 38.83 Unpacking libaio1:amd64 (0.3.112-9) ...
17:58:19 [2021-12-03T17:58:19.557Z] #21 38.88 Selecting previously unselected package libgpm2:amd64.
17:58:19 [2021-12-03T17:58:19.557Z] #21 38.88 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
17:58:19 [2021-12-03T17:58:19.557Z] #21 38.89 Unpacking libgpm2:amd64 (1.20.7-8) ...
17:58:19 [2021-12-03T17:58:19.557Z] #21 38.95 Selecting previously unselected package libicu67:amd64.
17:58:19 [2021-12-03T17:58:19.557Z] #21 38.95 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
17:58:19 [2021-12-03T17:58:19.557Z] #21 38.96 Unpacking libicu67:amd64 (67.1-7) ...
17:58:19 [2021-12-03T17:58:19.654Z] #23 13.18 Collecting pathspec>=0.5.3
17:58:19 [2021-12-03T17:58:19.654Z] #23 13.19   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
17:58:19 [2021-12-03T17:58:19.916Z] #23 13.58 Collecting pyyaml
17:58:20 [2021-12-03T17:58:20.178Z] #23 13.62   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
17:58:20 [2021-12-03T17:58:20.178Z] #23 13.67 Building wheels for collected packages: yamllint
17:58:20 [2021-12-03T17:58:20.178Z] #23 13.68   Building wheel for yamllint (setup.py): started
17:58:20 [2021-12-03T17:58:20.282Z] #53 DONE 196.3s
17:58:20 [2021-12-03T17:58:20.282Z] 
17:58:20 [2021-12-03T17:58:20.282Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:20 [2021-12-03T17:58:20.282Z] #62 sha256:ee5ca6a2b20ea266f8044acce4224ed2c8121774f7d305a253b582a46b75eff6
17:58:20 [2021-12-03T17:58:20.659Z] #21 48.61 Selecting previously unselected package vim.
17:58:20 [2021-12-03T17:58:20.659Z] #21 48.62 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ...
17:58:20 [2021-12-03T17:58:20.659Z] #21 48.64 Unpacking vim (2:8.2.2434-3) ...
17:58:20 [2021-12-03T17:58:20.777Z] #67 39.98 Reading package lists...
17:58:20 [2021-12-03T17:58:20.777Z] #67 ...
17:58:20 [2021-12-03T17:58:20.777Z] 
17:58:20 [2021-12-03T17:58:20.777Z] #20 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:58:20 [2021-12-03T17:58:20.777Z] #20 sha256:714afd304e84b9684d2ff96b6bda1df76c6b47ebd5255e2450b50ccbe9f1574f
17:58:20 [2021-12-03T17:58:20.777Z] #20 39.62 Reading package lists...
17:58:20 [2021-12-03T17:58:20.919Z] #21 49.18 Selecting previously unselected package xfsprogs.
17:58:20 [2021-12-03T17:58:20.919Z] #21 49.19 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
17:58:20 [2021-12-03T17:58:20.919Z] #21 49.19 Unpacking xfsprogs (5.10.0-4) ...
17:58:21 [2021-12-03T17:58:21.123Z] #23 14.68   Building wheel for yamllint (setup.py): finished with status 'done'
17:58:21 [2021-12-03T17:58:21.178Z] #21 49.58 Selecting previously unselected package zip.
17:58:21 [2021-12-03T17:58:21.178Z] #21 49.59 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
17:58:21 [2021-12-03T17:58:21.178Z] #21 49.59 Unpacking zip (3.0-12) ...
17:58:21 [2021-12-03T17:58:21.178Z] #21 49.72 Selecting previously unselected package zstd.
17:58:21 [2021-12-03T17:58:21.384Z] #23 14.68   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=6899023c931d3e5c1ad2fbfcc05372e79e24d2bc03aec9c5590e741298714b09
17:58:21 [2021-12-03T17:58:21.384Z] #23 14.69   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
17:58:21 [2021-12-03T17:58:21.384Z] #23 14.70 Successfully built yamllint
17:58:21 [2021-12-03T17:58:21.384Z] #23 14.72 Installing collected packages: pyyaml, pathspec, yamllint
17:58:21 [2021-12-03T17:58:21.436Z] #21 49.73 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
17:58:21 [2021-12-03T17:58:21.436Z] #21 49.74 Unpacking zstd (1.4.8+dfsg-2.1) ...
17:58:21 [2021-12-03T17:58:21.646Z] #23 15.20 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
17:58:21 [2021-12-03T17:58:21.695Z] #21 50.03 Setting up python3-pkg-resources (52.0.0-4) ...
17:58:22 [2021-12-03T17:58:22.219Z] #23 DONE 15.7s
17:58:22 [2021-12-03T17:58:22.219Z] 
17:58:22 [2021-12-03T17:58:22.219Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:58:22 [2021-12-03T17:58:22.219Z] #58 sha256:3df455383fd57ffc794c68daa19c9132826b989f618333fa8037eb7541703394
17:58:22 [2021-12-03T17:58:22.219Z] #58 ...
17:58:22 [2021-12-03T17:58:22.219Z] 
17:58:22 [2021-12-03T17:58:22.219Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
17:58:22 [2021-12-03T17:58:22.219Z] #27 sha256:398b0e307756e5e1e6e1a0bf15c370b81a92fd5fa753c0f1241486bf68a20a39
17:58:22 [2021-12-03T17:58:22.262Z] #21 50.83 Setting up libip4tc2:amd64 (1.8.7-1) ...
17:58:22 [2021-12-03T17:58:22.262Z] #21 50.84 Setting up net-tools (1.60+git20181103.0eebece-1) ...
17:58:22 [2021-12-03T17:58:22.262Z] #21 50.85 Setting up libgpm2:amd64 (1.20.7-8) ...
17:58:22 [2021-12-03T17:58:22.262Z] #21 50.86 Setting up libicu67:amd64 (67.1-7) ...
17:58:22 [2021-12-03T17:58:22.262Z] #21 50.87 Setting up libip6tc2:amd64 (1.8.7-1) ...
17:58:22 [2021-12-03T17:58:22.481Z] #27 DONE 0.3s
17:58:22 [2021-12-03T17:58:22.481Z] 
17:58:22 [2021-12-03T17:58:22.481Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:58:22 [2021-12-03T17:58:22.481Z] #58 sha256:3df455383fd57ffc794c68daa19c9132826b989f618333fa8037eb7541703394
17:58:22 [2021-12-03T17:58:22.481Z] #58 ...
17:58:22 [2021-12-03T17:58:22.481Z] 
17:58:22 [2021-12-03T17:58:22.481Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
17:58:22 [2021-12-03T17:58:22.481Z] #32 sha256:c19daced6707cc006dd168506806fd42ae9ada927e3105591f7ac77f19894031
17:58:22 [2021-12-03T17:58:22.522Z] #21 50.89 Setting up libinih1:amd64 (53-1+b2) ...
17:58:22 [2021-12-03T17:58:22.522Z] #21 50.90 Setting up uidmap (1:4.8.1-1) ...
17:58:22 [2021-12-03T17:58:22.522Z] #21 50.91 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:58:22 [2021-12-03T17:58:22.522Z] #21 50.92 Setting up bzip2 (1.0.8-4) ...
17:58:22 [2021-12-03T17:58:22.522Z] #21 50.93 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:58:22 [2021-12-03T17:58:22.522Z] #21 50.94 Setting up python3-wheel (0.34.2-1) ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 41.93 Selecting previously unselected package libinih1:amd64.
17:58:22 [2021-12-03T17:58:22.933Z] #21 41.94 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 41.95 Unpacking libinih1:amd64 (53-1+b2) ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.00 Selecting previously unselected package libnet1:amd64.
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.00 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.02 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.10 Selecting previously unselected package libnl-3-200:amd64.
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.10 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.11 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.18 Selecting previously unselected package libprotobuf-c1:amd64.
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.18 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.19 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.24 Selecting previously unselected package net-tools.
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.25 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.26 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
17:58:22 [2021-12-03T17:58:22.933Z] #21 42.42 Selecting previously unselected package patch.
17:58:23 [2021-12-03T17:58:23.069Z] #32 DONE 0.5s
17:58:23 [2021-12-03T17:58:23.069Z] 
17:58:23 [2021-12-03T17:58:23.069Z] #35 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
17:58:23 [2021-12-03T17:58:23.069Z] #35 sha256:0c901f276d1af8592ad2c0063387f036e7b330aa776772a165b82d1eb9c487a4
17:58:23 [2021-12-03T17:58:23.069Z] #35 DONE 0.2s
17:58:23 [2021-12-03T17:58:23.069Z] 
17:58:23 [2021-12-03T17:58:23.069Z] #37 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
17:58:23 [2021-12-03T17:58:23.069Z] #37 sha256:6e30053bf940e46ae8e211440dfcf669cb66c0848329e7df11cb8ad2a66cbf39
17:58:23 [2021-12-03T17:58:23.194Z] #21 42.43 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
17:58:23 [2021-12-03T17:58:23.194Z] #21 42.45 Unpacking patch (2.7.6-7) ...
17:58:23 [2021-12-03T17:58:23.194Z] #21 42.59 Selecting previously unselected package python-pip-whl.
17:58:23 [2021-12-03T17:58:23.194Z] #21 42.61 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
17:58:23 [2021-12-03T17:58:23.194Z] #21 42.61 Unpacking python-pip-whl (20.3.4-4) ...
17:58:23 [2021-12-03T17:58:23.298Z] #20 48.77 Building dependency tree...
17:58:23 [2021-12-03T17:58:23.331Z] #37 DONE 0.1s
17:58:23 [2021-12-03T17:58:23.331Z] 
17:58:23 [2021-12-03T17:58:23.331Z] #41 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
17:58:23 [2021-12-03T17:58:23.331Z] #41 sha256:93adf6490be8ab2209846197c3ea0b800791fd0793a3d0305ee3a281eaeaea31
17:58:23 [2021-12-03T17:58:23.331Z] #41 DONE 0.1s
17:58:23 [2021-12-03T17:58:23.331Z] 
17:58:23 [2021-12-03T17:58:23.331Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:58:23 [2021-12-03T17:58:23.331Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:58:23 [2021-12-03T17:58:23.348Z] #21 51.60 Setting up xxd (2:8.2.2434-3) ...
17:58:23 [2021-12-03T17:58:23.348Z] #21 51.62 Setting up libcap2:amd64 (1:2.44-1) ...
17:58:23 [2021-12-03T17:58:23.348Z] #21 51.63 Setting up libcap2-bin (1:2.44-1) ...
17:58:23 [2021-12-03T17:58:23.348Z] #21 51.65 Setting up apparmor (2.13.6-10) ...
17:58:23 [2021-12-03T17:58:23.775Z] #21 43.20 Selecting previously unselected package python3-lib2to3.
17:58:23 [2021-12-03T17:58:23.775Z] #21 43.20 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
17:58:23 [2021-12-03T17:58:23.775Z] #21 43.21 Unpacking python3-lib2to3 (3.9.2-1) ...
17:58:23 [2021-12-03T17:58:23.775Z] #21 43.31 Selecting previously unselected package python3-distutils.
17:58:24 [2021-12-03T17:58:24.042Z] #21 43.31 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
17:58:24 [2021-12-03T17:58:24.042Z] #21 43.31 Unpacking python3-distutils (3.9.2-1) ...
17:58:24 [2021-12-03T17:58:24.042Z] #21 43.44 Selecting previously unselected package python3-pkg-resources.
17:58:24 [2021-12-03T17:58:24.042Z] #21 43.44 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
17:58:24 [2021-12-03T17:58:24.042Z] #21 43.45 Unpacking python3-pkg-resources (52.0.0-4) ...
17:58:24 [2021-12-03T17:58:24.308Z] #21 43.60 Selecting previously unselected package python3-setuptools.
17:58:24 [2021-12-03T17:58:24.308Z] #21 43.60 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
17:58:24 [2021-12-03T17:58:24.308Z] #21 43.61 Unpacking python3-setuptools (52.0.0-4) ...
17:58:24 [2021-12-03T17:58:24.569Z] #21 43.85 Selecting previously unselected package python3-wheel.
17:58:24 [2021-12-03T17:58:24.569Z] #21 43.87 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
17:58:24 [2021-12-03T17:58:24.569Z] #21 43.87 Unpacking python3-wheel (0.34.2-1) ...
17:58:24 [2021-12-03T17:58:24.569Z] #21 43.95 Selecting previously unselected package python3-pip.
17:58:24 [2021-12-03T17:58:24.569Z] #21 43.96 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
17:58:24 [2021-12-03T17:58:24.569Z] #21 43.96 Unpacking python3-pip (20.3.4-4) ...
17:58:24 [2021-12-03T17:58:24.667Z] #20 52.88 The following additional packages will be installed:
17:58:24 [2021-12-03T17:58:24.667Z] #20 52.89   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:58:24 [2021-12-03T17:58:24.723Z] #21 53.11 Setting up zip (3.0-12) ...
17:58:24 [2021-12-03T17:58:24.723Z] #21 53.12 Setting up vim-common (2:8.2.2434-3) ...
17:58:24 [2021-12-03T17:58:24.723Z] #21 53.14 Setting up bash-completion (1:2.11-2) ...
17:58:24 [2021-12-03T17:58:24.830Z] #21 44.18 Selecting previously unselected package sudo.
17:58:24 [2021-12-03T17:58:24.830Z] #21 44.19 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
17:58:24 [2021-12-03T17:58:24.830Z] #21 44.20 Unpacking sudo (1.9.5p2-3) ...
17:58:24 [2021-12-03T17:58:24.924Z] #20 52.89   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
17:58:24 [2021-12-03T17:58:24.924Z] #20 52.89   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
17:58:24 [2021-12-03T17:58:24.924Z] #20 52.89   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
17:58:24 [2021-12-03T17:58:24.924Z] #20 52.89   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
17:58:24 [2021-12-03T17:58:24.924Z] #20 52.91   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
17:58:24 [2021-12-03T17:58:24.924Z] #20 52.91   mingw-w64-common mingw-w64-x86-64-dev
17:58:24 [2021-12-03T17:58:24.924Z] #20 52.95 Suggested packages:
17:58:24 [2021-12-03T17:58:24.924Z] #20 52.95   gcc-10-locales seccomp wine64
17:58:25 [2021-12-03T17:58:25.402Z] #21 44.70 Selecting previously unselected package thin-provisioning-tools.
17:58:25 [2021-12-03T17:58:25.402Z] #21 44.72 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
17:58:25 [2021-12-03T17:58:25.402Z] #21 44.72 Unpacking thin-provisioning-tools (0.9.0-1) ...
17:58:25 [2021-12-03T17:58:25.488Z] #20 53.47 The following NEW packages will be installed:
17:58:25 [2021-12-03T17:58:25.488Z] #20 53.47   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:58:25 [2021-12-03T17:58:25.488Z] #20 53.47   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
17:58:25 [2021-12-03T17:58:25.488Z] #20 53.47   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
17:58:25 [2021-12-03T17:58:25.488Z] #20 53.47   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
17:58:25 [2021-12-03T17:58:25.488Z] #20 53.47   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
17:58:25 [2021-12-03T17:58:25.488Z] #20 53.47   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
17:58:25 [2021-12-03T17:58:25.488Z] #20 53.47   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
17:58:25 [2021-12-03T17:58:25.488Z] #20 53.48   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
17:58:25 [2021-12-03T17:58:25.488Z] #20 53.48   mingw-w64-x86-64-dev
17:58:25 [2021-12-03T17:58:25.663Z] #21 44.93 Selecting previously unselected package uidmap.
17:58:25 [2021-12-03T17:58:25.663Z] #21 44.94 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
17:58:25 [2021-12-03T17:58:25.663Z] #21 44.94 Unpacking uidmap (1:4.8.1-1) ...
17:58:25 [2021-12-03T17:58:25.663Z] #21 45.05 Selecting previously unselected package vim-runtime.
17:58:25 [2021-12-03T17:58:25.663Z] #21 45.07 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ...
17:58:25 [2021-12-03T17:58:25.663Z] #21 45.09 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
17:58:25 [2021-12-03T17:58:25.663Z] #21 45.11 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
17:58:25 [2021-12-03T17:58:25.745Z] #20 53.86 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
17:58:25 [2021-12-03T17:58:25.746Z] #20 53.86 Need to get 115 MB of archives.
17:58:25 [2021-12-03T17:58:25.746Z] #20 53.86 After this operation, 645 MB of additional disk space will be used.
17:58:25 [2021-12-03T17:58:25.746Z] #20 53.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
17:58:25 [2021-12-03T17:58:25.746Z] #20 53.92 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
17:58:25 [2021-12-03T17:58:25.746Z] #20 53.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
17:58:25 [2021-12-03T17:58:25.923Z] #21 45.12 Unpacking vim-runtime (2:8.2.2434-3) ...
17:58:26 [2021-12-03T17:58:26.004Z] #20 53.99 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
17:58:26 [2021-12-03T17:58:26.004Z] #20 53.99 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
17:58:26 [2021-12-03T17:58:26.004Z] #20 53.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
17:58:26 [2021-12-03T17:58:26.004Z] #20 54.11 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
17:58:26 [2021-12-03T17:58:26.004Z] #20 54.18 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
17:58:26 [2021-12-03T17:58:26.004Z] #20 54.18 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
17:58:26 [2021-12-03T17:58:26.261Z] #20 54.44 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
17:58:26 [2021-12-03T17:58:26.628Z] #21 54.99 Setting up xz-utils (5.2.5-2) ...
17:58:26 [2021-12-03T17:58:26.628Z] #21 55.01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:58:26 [2021-12-03T17:58:26.628Z] #21 55.03 Setting up libmnl0:amd64 (1.0.4-3) ...
17:58:26 [2021-12-03T17:58:26.628Z] #21 55.04 Setting up patch (2.7.6-7) ...
17:58:26 [2021-12-03T17:58:26.628Z] #21 55.05 Setting up sudo (1.9.5p2-3) ...
17:58:26 [2021-12-03T17:58:26.826Z] #20 54.92 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
17:58:26 [2021-12-03T17:58:26.888Z] #21 55.15 invoke-rc.d: could not determine current runlevel
17:58:26 [2021-12-03T17:58:26.888Z] #21 55.16 invoke-rc.d: policy-rc.d denied execution of start.
17:58:26 [2021-12-03T17:58:26.888Z] #21 55.16 Setting up xfsprogs (5.10.0-4) ...
17:58:26 [2021-12-03T17:58:26.888Z] #21 55.17 Setting up libxtables12:amd64 (1.8.7-1) ...
17:58:26 [2021-12-03T17:58:26.888Z] #21 55.19 Setting up inetutils-ping (2:2.0-1) ...
17:58:26 [2021-12-03T17:58:26.888Z] #21 55.20 Setting up pigz (2.6-1) ...
17:58:26 [2021-12-03T17:58:26.888Z] #21 55.21 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:58:26 [2021-12-03T17:58:26.888Z] #21 55.22 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
17:58:26 [2021-12-03T17:58:26.888Z] #21 55.24 Setting up python-pip-whl (20.3.4-4) ...
17:58:26 [2021-12-03T17:58:26.888Z] #21 55.25 Setting up vim-runtime (2:8.2.2434-3) ...
17:58:27 [2021-12-03T17:58:27.083Z] #20 55.12 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
17:58:27 [2021-12-03T17:58:27.340Z] #20 ...
17:58:27 [2021-12-03T17:58:27.340Z] 
17:58:27 [2021-12-03T17:58:27.340Z] #67 [containerd 1/3] 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
17:58:27 [2021-12-03T17:58:27.340Z] #67 sha256:afb810801e47e6902bc3afab9c43782493eacb5e44e63cf6c45e7c4ff72e40f2
17:58:27 [2021-12-03T17:58:27.340Z] #67 39.98 Reading package lists...
17:58:27 [2021-12-03T17:58:27.340Z] #67 48.94 Building dependency tree...
17:58:27 [2021-12-03T17:58:27.340Z] #67 52.78 The following additional packages will be installed:
17:58:27 [2021-12-03T17:58:27.340Z] #67 52.81   libbtrfs0
17:58:27 [2021-12-03T17:58:27.340Z] #67 53.09 The following NEW packages will be installed:
17:58:27 [2021-12-03T17:58:27.340Z] #67 53.12   libbtrfs-dev libbtrfs0
17:58:27 [2021-12-03T17:58:27.340Z] #67 53.49 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
17:58:27 [2021-12-03T17:58:27.340Z] #67 53.49 Need to get 460 kB of archives.
17:58:27 [2021-12-03T17:58:27.340Z] #67 53.49 After this operation, 1237 kB of additional disk space will be used.
17:58:27 [2021-12-03T17:58:27.340Z] #67 53.49 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:58:27 [2021-12-03T17:58:27.340Z] #67 53.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.19 debconf: delaying package configuration, since apt-utils is not installed
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.52 Fetched 460 kB in 0s (1623 kB/s)
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.59 Selecting previously unselected package libbtrfs0:amd64.
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.59 (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 ... 30211 files and directories currently installed.)
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.65 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.66 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.77 Selecting previously unselected package libbtrfs-dev:amd64.
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.77 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.78 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.97 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:58:27 [2021-12-03T17:58:27.340Z] #67 54.98 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:58:27 [2021-12-03T17:58:27.340Z] #67 55.00 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:58:27 [2021-12-03T17:58:27.340Z] #67 DONE 55.3s
17:58:27 [2021-12-03T17:58:27.340Z] 
17:58:27 [2021-12-03T17:58:27.340Z] #68 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
17:58:27 [2021-12-03T17:58:27.340Z] #68 sha256:7753c9d0b0e6863ee710d93f5eff55b08d251c7b70f922cbd672a2576c40a9f6
17:58:27 [2021-12-03T17:58:27.340Z] #68 DONE 0.1s
17:58:27 [2021-12-03T17:58:27.340Z] 
17:58:27 [2021-12-03T17:58:27.340Z] #20 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:58:27 [2021-12-03T17:58:27.340Z] #20 sha256:714afd304e84b9684d2ff96b6bda1df76c6b47ebd5255e2450b50ccbe9f1574f
17:58:27 [2021-12-03T17:58:27.340Z] #20 55.41 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
17:58:27 [2021-12-03T17:58:27.455Z] #21 55.99 Setting up libaio1:amd64 (0.3.112-9) ...
17:58:27 [2021-12-03T17:58:27.455Z] #21 56.02 Setting up python3-lib2to3 (3.9.2-1) ...
17:58:27 [2021-12-03T17:58:27.905Z] #20 55.99 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
17:58:28 [2021-12-03T17:58:28.023Z] #21 56.38 Setting up libelf1:amd64 (0.183-1) ...
17:58:28 [2021-12-03T17:58:28.023Z] #21 56.44 Setting up zstd (1.4.8+dfsg-2.1) ...
17:58:28 [2021-12-03T17:58:28.023Z] #21 56.45 Setting up libonig5:amd64 (6.9.6-1.1) ...
17:58:28 [2021-12-03T17:58:28.023Z] #21 56.46 Setting up python3-distutils (3.9.2-1) ...
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.25 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.26 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.26 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.26 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.26 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 ...
17:58:28 [2021-12-03T17:58:28.163Z] 
17:58:28 [2021-12-03T17:58:28.163Z] #72 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
17:58:28 [2021-12-03T17:58:28.163Z] #72 sha256:3dd69e78d5ec1ad7c5b37ad46e343184b25b5f34c0fa829b49d3075fc20908ba
17:58:28 [2021-12-03T17:58:28.163Z] #72 52.97 + for f in rootlesskit rootlesskit-docker-proxy
17:58:28 [2021-12-03T17:58:28.163Z] #72 52.97 + GOBIN=/build
17:58:28 [2021-12-03T17:58:28.163Z] #72 52.97 + GO111MODULE=on
17:58:28 [2021-12-03T17:58:28.163Z] #72 52.97 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.01 rootlesskit version 0.14.6
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03 Usage of /build/rootlesskit-docker-proxy:
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03   -container-ip string
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03     	container ip
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03   -container-port int
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03     	container port (default -1)
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03   -host-ip string
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03     	host ip
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03   -host-port int
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03     	host port (default -1)
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03   -proto string
17:58:28 [2021-12-03T17:58:28.163Z] #72 56.03     	proxy protocol (default "tcp")
17:58:28 [2021-12-03T17:58:28.163Z] #72 DONE 56.2s
17:58:28 [2021-12-03T17:58:28.163Z] 
17:58:28 [2021-12-03T17:58:28.163Z] #73 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
17:58:28 [2021-12-03T17:58:28.163Z] #73 sha256:1ee3acaaf74f42cf14a19dbffa4c1f2aef39a0de5c12677506111e2ef9a2b876
17:58:28 [2021-12-03T17:58:28.163Z] #73 DONE 0.0s
17:58:28 [2021-12-03T17:58:28.163Z] 
17:58:28 [2021-12-03T17:58:28.163Z] #20 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:58:28 [2021-12-03T17:58:28.163Z] #20 sha256:714afd304e84b9684d2ff96b6bda1df76c6b47ebd5255e2450b50ccbe9f1574f
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.27 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.27 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.27 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.28 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.29 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.30 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.30 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.30 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.31 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.31 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
17:58:28 [2021-12-03T17:58:28.163Z] #20 56.31 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
17:58:28 [2021-12-03T17:58:28.420Z] #20 ...
17:58:28 [2021-12-03T17:58:28.420Z] 
17:58:28 [2021-12-03T17:58:28.420Z] #74 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
17:58:28 [2021-12-03T17:58:28.420Z] #74 sha256:43702bc42ece38997a098f99d9353eccc8cd1b5d6c28b948cf4dd26de7820f1c
17:58:28 [2021-12-03T17:58:28.420Z] #74 DONE 0.1s
17:58:28 [2021-12-03T17:58:28.420Z] 
17:58:28 [2021-12-03T17:58:28.420Z] #45 [tini 1/3] 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
17:58:28 [2021-12-03T17:58:28.420Z] #45 sha256:061efaecbd371c7dc655f1073810c91edb2bbc318b8a1f7e2389c1eae25074ae
17:58:28 [2021-12-03T17:58:28.420Z] #45 39.72 Reading package lists...
17:58:28 [2021-12-03T17:58:28.420Z] #45 48.93 Building dependency tree...
17:58:28 [2021-12-03T17:58:28.420Z] #45 52.79 The following additional packages will be installed:
17:58:28 [2021-12-03T17:58:28.420Z] #45 52.83   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
17:58:28 [2021-12-03T17:58:28.420Z] #45 52.86 Suggested packages:
17:58:28 [2021-12-03T17:58:28.420Z] #45 52.87   cmake-doc ninja-build lrzip
17:58:28 [2021-12-03T17:58:28.420Z] #45 52.87 Recommended packages:
17:58:28 [2021-12-03T17:58:28.420Z] #45 52.87   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
17:58:28 [2021-12-03T17:58:28.420Z] #45 53.43 The following NEW packages will be installed:
17:58:28 [2021-12-03T17:58:28.420Z] #45 53.45   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
17:58:28 [2021-12-03T17:58:28.420Z] #45 53.93 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
17:58:28 [2021-12-03T17:58:28.420Z] #45 53.93 Need to get 8419 kB of archives.
17:58:28 [2021-12-03T17:58:28.420Z] #45 53.93 After this operation, 34.9 MB of additional disk space will be used.
17:58:28 [2021-12-03T17:58:28.420Z] #45 53.93 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
17:58:28 [2021-12-03T17:58:28.420Z] #45 53.94 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
17:58:28 [2021-12-03T17:58:28.420Z] #45 53.94 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
17:58:28 [2021-12-03T17:58:28.420Z] #45 54.01 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
17:58:28 [2021-12-03T17:58:28.420Z] #45 54.01 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
17:58:28 [2021-12-03T17:58:28.420Z] #45 54.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
17:58:28 [2021-12-03T17:58:28.420Z] #45 54.02 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
17:58:28 [2021-12-03T17:58:28.420Z] #45 54.02 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
17:58:28 [2021-12-03T17:58:28.420Z] #45 54.98 debconf: delaying package configuration, since apt-utils is not installed
17:58:28 [2021-12-03T17:58:28.420Z] #45 55.38 Fetched 8419 kB in 1s (16.4 MB/s)
17:58:28 [2021-12-03T17:58:28.420Z] #45 55.45 Selecting previously unselected package xxd.
17:58:28 [2021-12-03T17:58:28.420Z] #45 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 ... 30211 files and directories currently installed.)
17:58:28 [2021-12-03T17:58:28.420Z] #45 55.53 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
17:58:28 [2021-12-03T17:58:28.420Z] #45 55.56 Unpacking xxd (2:8.2.2434-3) ...
17:58:28 [2021-12-03T17:58:28.420Z] #45 55.75 Selecting previously unselected package vim-common.
17:58:28 [2021-12-03T17:58:28.420Z] #45 55.76 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
17:58:28 [2021-12-03T17:58:28.420Z] #45 55.80 Unpacking vim-common (2:8.2.2434-3) ...
17:58:28 [2021-12-03T17:58:28.420Z] #45 56.01 Selecting previously unselected package cmake-data.
17:58:28 [2021-12-03T17:58:28.420Z] #45 56.01 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
17:58:28 [2021-12-03T17:58:28.420Z] #45 56.03 Unpacking cmake-data (3.18.4-2) ...
17:58:28 [2021-12-03T17:58:28.591Z] #21 56.97 Setting up vim (2:8.2.2434-3) ...
17:58:28 [2021-12-03T17:58:28.591Z] #21 56.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
17:58:28 [2021-12-03T17:58:28.591Z] #21 56.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
17:58:28 [2021-12-03T17:58:28.591Z] #21 56.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
17:58:28 [2021-12-03T17:58:28.591Z] #21 56.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
17:58:28 [2021-12-03T17:58:28.591Z] #21 57.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
17:58:28 [2021-12-03T17:58:28.591Z] #21 57.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
17:58:28 [2021-12-03T17:58:28.591Z] #21 57.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
17:58:28 [2021-12-03T17:58:28.591Z] #21 57.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
17:58:28 [2021-12-03T17:58:28.591Z] #21 57.04 Setting up python3-setuptools (52.0.0-4) ...
17:58:28 [2021-12-03T17:58:28.984Z] #45 ...
17:58:28 [2021-12-03T17:58:28.984Z] 
17:58:28 [2021-12-03T17:58:28.984Z] #20 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:58:28 [2021-12-03T17:58:28.984Z] #20 sha256:714afd304e84b9684d2ff96b6bda1df76c6b47ebd5255e2450b50ccbe9f1574f
17:58:28 [2021-12-03T17:58:28.984Z] #20 57.18 debconf: delaying package configuration, since apt-utils is not installed
17:58:29 [2021-12-03T17:58:29.225Z] #21 48.04 Selecting previously unselected package vim.
17:58:29 [2021-12-03T17:58:29.225Z] #21 48.05 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ...
17:58:29 [2021-12-03T17:58:29.225Z] #21 48.08 Unpacking vim (2:8.2.2434-3) ...
17:58:29 [2021-12-03T17:58:29.225Z] #21 48.56 Selecting previously unselected package xfsprogs.
17:58:29 [2021-12-03T17:58:29.225Z] #21 48.58 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
17:58:29 [2021-12-03T17:58:29.225Z] #21 48.59 Unpacking xfsprogs (5.10.0-4) ...
17:58:29 [2021-12-03T17:58:29.547Z] #20 57.59 Fetched 115 MB in 3s (41.7 MB/s)
17:58:29 [2021-12-03T17:58:29.547Z] #20 57.64 Selecting previously unselected package binutils-mingw-w64-i686.
17:58:29 [2021-12-03T17:58:29.798Z] #21 49.04 Selecting previously unselected package zip.
17:58:29 [2021-12-03T17:58:29.798Z] #21 49.04 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
17:58:29 [2021-12-03T17:58:29.798Z] #21 49.05 Unpacking zip (3.0-12) ...
17:58:29 [2021-12-03T17:58:29.798Z] #21 49.18 Selecting previously unselected package zstd.
17:58:29 [2021-12-03T17:58:29.798Z] #21 49.19 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
17:58:29 [2021-12-03T17:58:29.798Z] #21 49.22 Unpacking zstd (1.4.8+dfsg-2.1) ...
17:58:29 [2021-12-03T17:58:29.804Z] #20 57.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 ... 30211 files and directories currently installed.)
17:58:29 [2021-12-03T17:58:29.804Z] #20 57.69 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
17:58:29 [2021-12-03T17:58:29.804Z] #20 57.70 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:58:30 [2021-12-03T17:58:30.322Z] #21 49.57 Setting up python3-pkg-resources (52.0.0-4) ...
17:58:30 [2021-12-03T17:58:30.496Z] #21 58.51 Setting up libjq1:amd64 (1.6-2.1) ...
17:58:30 [2021-12-03T17:58:30.496Z] #21 58.52 Setting up libnftnl11:amd64 (1.1.9-1) ...
17:58:30 [2021-12-03T17:58:30.496Z] #21 58.53 Setting up thin-provisioning-tools (0.9.0-1) ...
17:58:30 [2021-12-03T17:58:30.496Z] #21 58.54 Setting up python3-pip (20.3.4-4) ...
17:58:30 [2021-12-03T17:58:30.894Z] #21 50.42 Setting up libip4tc2:amd64 (1.8.7-1) ...
17:58:30 [2021-12-03T17:58:30.894Z] #21 50.42 Setting up net-tools (1.60+git20181103.0eebece-1) ...
17:58:30 [2021-12-03T17:58:30.894Z] #21 50.43 Setting up libgpm2:amd64 (1.20.7-8) ...
17:58:31 [2021-12-03T17:58:31.156Z] #21 50.45 Setting up libicu67:amd64 (67.1-7) ...
17:58:31 [2021-12-03T17:58:31.156Z] #21 50.46 Setting up libip6tc2:amd64 (1.8.7-1) ...
17:58:31 [2021-12-03T17:58:31.156Z] #21 50.47 Setting up libinih1:amd64 (53-1+b2) ...
17:58:31 [2021-12-03T17:58:31.156Z] #21 50.48 Setting up uidmap (1:4.8.1-1) ...
17:58:31 [2021-12-03T17:58:31.156Z] #21 50.51 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:58:31 [2021-12-03T17:58:31.156Z] #21 50.53 Setting up bzip2 (1.0.8-4) ...
17:58:31 [2021-12-03T17:58:31.156Z] #21 50.54 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:58:31 [2021-12-03T17:58:31.156Z] #21 50.55 Setting up python3-wheel (0.34.2-1) ...
17:58:31 [2021-12-03T17:58:31.173Z] #20 58.97 Selecting previously unselected package binutils-mingw-w64-x86-64.
17:58:31 [2021-12-03T17:58:31.173Z] #20 58.97 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
17:58:31 [2021-12-03T17:58:31.173Z] #20 58.97 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.70 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.71 Setting up jq (1.6-2.1) ...
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.72 Setting up libbpf0:amd64 (1:0.3-2) ...
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.73 Setting up iptables (1.8.7-1) ...
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.74 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.74 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.76 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.76 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.77 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
17:58:31 [2021-12-03T17:58:31.432Z] #21 59.77 Setting up iproute2 (5.10.0-4) ...
17:58:31 [2021-12-03T17:58:31.478Z] #43 202.0 + dpkg --print-architecture
17:58:31 [2021-12-03T17:58:31.692Z] #21 60.12 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:58:31 [2021-12-03T17:58:31.729Z] #21 51.10 Setting up xxd (2:8.2.2434-3) ...
17:58:31 [2021-12-03T17:58:31.729Z] #21 51.11 Setting up libcap2:amd64 (1:2.44-1) ...
17:58:31 [2021-12-03T17:58:31.729Z] #21 51.12 Setting up libcap2-bin (1:2.44-1) ...
17:58:31 [2021-12-03T17:58:31.729Z] #21 51.13 Setting up apparmor (2.13.6-10) ...
17:58:31 [2021-12-03T17:58:31.740Z] #43 202.0 + git checkout -q v2.1.0
17:58:32 [2021-12-03T17:58:32.001Z] #43 202.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
17:58:32 [2021-12-03T17:58:32.001Z] #43 202.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
17:58:32 [2021-12-03T17:58:32.104Z] #20 60.24 Selecting previously unselected package binutils-mingw-w64.
17:58:32 [2021-12-03T17:58:32.363Z] #20 60.25 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
17:58:32 [2021-12-03T17:58:32.363Z] #20 60.26 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
17:58:32 [2021-12-03T17:58:32.363Z] #20 60.40 Selecting previously unselected package libdevmapper1.02.1:amd64.
17:58:32 [2021-12-03T17:58:32.363Z] #20 60.41 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:58:32 [2021-12-03T17:58:32.363Z] #20 60.45 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:58:32 [2021-12-03T17:58:32.621Z] #20 60.59 Selecting previously unselected package dmsetup.
17:58:32 [2021-12-03T17:58:32.621Z] #20 60.59 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
17:58:32 [2021-12-03T17:58:32.621Z] #20 60.60 Unpacking dmsetup (2:1.02.175-2.1) ...
17:58:32 [2021-12-03T17:58:32.621Z] #20 60.74 Selecting previously unselected package mingw-w64-common.
17:58:32 [2021-12-03T17:58:32.621Z] #20 60.74 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
17:58:32 [2021-12-03T17:58:32.621Z] #20 60.75 Unpacking mingw-w64-common (8.0.0-1) ...
17:58:32 [2021-12-03T17:58:32.631Z] #21 DONE 61.1s
17:58:32 [2021-12-03T17:58:32.631Z] 
17:58:32 [2021-12-03T17:58:32.631Z] #22 [dev-systemd-false  8/25] 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
17:58:32 [2021-12-03T17:58:32.631Z] #22 sha256:73afcb5c7b588edba763343dafa053466990291830a7303f002af33c4790dd26
17:58:33 [2021-12-03T17:58:33.116Z] #21 52.49 Setting up zip (3.0-12) ...
17:58:33 [2021-12-03T17:58:33.116Z] #21 52.51 Setting up vim-common (2:8.2.2434-3) ...
17:58:33 [2021-12-03T17:58:33.116Z] #21 52.54 Setting up bash-completion (1:2.11-2) ...
17:58:33 [2021-12-03T17:58:33.185Z] #20 ...
17:58:33 [2021-12-03T17:58:33.185Z] 
17:58:33 [2021-12-03T17:58:33.185Z] #45 [tini 1/3] 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
17:58:33 [2021-12-03T17:58:33.185Z] #45 sha256:061efaecbd371c7dc655f1073810c91edb2bbc318b8a1f7e2389c1eae25074ae
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.35 Selecting previously unselected package libarchive13:amd64.
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.36 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.38 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.56 Selecting previously unselected package libjsoncpp24:amd64.
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.57 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.57 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.65 Selecting previously unselected package librhash0:amd64.
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.65 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.68 Unpacking librhash0:amd64 (1.4.1-2) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.78 Selecting previously unselected package libuv1:amd64.
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.79 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.79 Unpacking libuv1:amd64 (1.40.0-2) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.89 Selecting previously unselected package cmake.
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.91 Preparing to unpack .../7-cmake_3.18.4-2_amd64.deb ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 57.91 Unpacking cmake (3.18.4-2) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 60.73 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 60.76 Setting up xxd (2:8.2.2434-3) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 60.79 Setting up libuv1:amd64 (1.40.0-2) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 60.80 Setting up vim-common (2:8.2.2434-3) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 60.85 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 60.87 Setting up librhash0:amd64 (1.4.1-2) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 60.89 Setting up cmake-data (3.18.4-2) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 60.91 Setting up cmake (3.18.4-2) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 60.93 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:58:33 [2021-12-03T17:58:33.185Z] #45 DONE 61.3s
17:58:33 [2021-12-03T17:58:33.442Z] 
17:58:33 [2021-12-03T17:58:33.442Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
17:58:33 [2021-12-03T17:58:33.442Z] #46 sha256:83cd78e047b958c7d3d48820590aee39a3d4dbe4e922c7df25c1681822e29090
17:58:33 [2021-12-03T17:58:33.442Z] #46 DONE 0.1s
17:58:33 [2021-12-03T17:58:33.442Z] 
17:58:33 [2021-12-03T17:58:33.442Z] #47 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:58:33 [2021-12-03T17:58:33.442Z] #47 sha256:ad983d15f3bcd3af8e71ec04a24e46bc8e19ed5cbbfd556599d5df347c1149f2
17:58:34 [2021-12-03T17:58:34.538Z] #22 1.484 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
17:58:34 [2021-12-03T17:58:34.538Z] #22 1.492 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
17:58:34 [2021-12-03T17:58:34.538Z] #22 1.501 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
17:58:34 [2021-12-03T17:58:34.538Z] #22 DONE 1.6s
17:58:34 [2021-12-03T17:58:34.538Z] 
17:58:34 [2021-12-03T17:58:34.538Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
17:58:34 [2021-12-03T17:58:34.538Z] #23 sha256:bc4d74db1e2068099eacc41d0f128a13623b0ff3c2c3a6880c50c1d9ede323aa
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.343 + RM_GOPATH=0
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.343 + TMP_GOPATH=
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.343 + : /build
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.343 + '[' -z '' ']'
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.343 ++ mktemp -d
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.343 + export GOPATH=/tmp/tmp.Cj7wVGYFcg
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.343 + GOPATH=/tmp/tmp.Cj7wVGYFcg
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.343 + RM_GOPATH=1
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.343 + case "$(go env GOARCH)" in
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.343 ++ go env GOARCH
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.390 Install tini version v0.19.0
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 + export GO_BUILDMODE=-buildmode=pie
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 + GO_BUILDMODE=-buildmode=pie
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 ++ dirname /install.sh
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 + dir=/
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 + bin=tini
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 + shift
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 + '[' '!' -f //tini.installer ']'
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 + . //tini.installer
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 ++ : v0.19.0
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 + install_tini
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 + echo 'Install tini version v0.19.0'
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 + git clone https://github.com/krallin/tini.git /tmp/tmp.Cj7wVGYFcg/tini
17:58:34 [2021-12-03T17:58:34.812Z] #47 1.395 Cloning into '/tmp/tmp.Cj7wVGYFcg/tini'...
17:58:35 [2021-12-03T17:58:35.033Z] #21 54.36 Setting up xz-utils (5.2.5-2) ...
17:58:35 [2021-12-03T17:58:35.033Z] #21 54.40 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:58:35 [2021-12-03T17:58:35.033Z] #21 54.41 Setting up libmnl0:amd64 (1.0.4-3) ...
17:58:35 [2021-12-03T17:58:35.033Z] #21 54.42 Setting up patch (2.7.6-7) ...
17:58:35 [2021-12-03T17:58:35.033Z] #21 54.44 Setting up sudo (1.9.5p2-3) ...
17:58:35 [2021-12-03T17:58:35.294Z] #21 54.53 invoke-rc.d: could not determine current runlevel
17:58:35 [2021-12-03T17:58:35.294Z] #21 54.55 invoke-rc.d: policy-rc.d denied execution of start.
17:58:35 [2021-12-03T17:58:35.294Z] #21 54.56 Setting up xfsprogs (5.10.0-4) ...
17:58:35 [2021-12-03T17:58:35.294Z] #21 54.58 Setting up libxtables12:amd64 (1.8.7-1) ...
17:58:35 [2021-12-03T17:58:35.294Z] #21 54.61 Setting up inetutils-ping (2:2.0-1) ...
17:58:35 [2021-12-03T17:58:35.294Z] #21 54.63 Setting up pigz (2.6-1) ...
17:58:35 [2021-12-03T17:58:35.294Z] #21 54.64 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:58:35 [2021-12-03T17:58:35.294Z] #21 54.65 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
17:58:35 [2021-12-03T17:58:35.294Z] #21 54.68 Setting up python-pip-whl (20.3.4-4) ...
17:58:35 [2021-12-03T17:58:35.294Z] #21 54.70 Setting up vim-runtime (2:8.2.2434-3) ...
17:58:35 [2021-12-03T17:58:35.375Z] #47 2.087 + cd /tmp/tmp.Cj7wVGYFcg/tini
17:58:35 [2021-12-03T17:58:35.375Z] #47 2.087 + git checkout -q v0.19.0
17:58:35 [2021-12-03T17:58:35.375Z] #47 2.097 + cmake .
17:58:35 [2021-12-03T17:58:35.939Z] #47 2.448 -- The C compiler identification is GNU 10.2.1
17:58:35 [2021-12-03T17:58:35.939Z] #47 2.540 -- Detecting C compiler ABI info
17:58:36 [2021-12-03T17:58:36.196Z] #47 2.880 -- Detecting C compiler ABI info - done
17:58:36 [2021-12-03T17:58:36.196Z] #47 2.952 -- Check for working C compiler: /usr/bin/cc - skipped
17:58:36 [2021-12-03T17:58:36.237Z] #21 55.39 Setting up libaio1:amd64 (0.3.112-9) ...
17:58:36 [2021-12-03T17:58:36.237Z] #21 55.42 Setting up python3-lib2to3 (3.9.2-1) ...
17:58:36 [2021-12-03T17:58:36.453Z] #47 2.958 -- Detecting C compile features
17:58:36 [2021-12-03T17:58:36.453Z] #47 2.963 -- Detecting C compile features - done
17:58:36 [2021-12-03T17:58:36.453Z] #47 2.996 -- Performing Test HAS_BUILTIN_FORTIFY
17:58:36 [2021-12-03T17:58:36.453Z] #47 3.116 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:58:36 [2021-12-03T17:58:36.453Z] #47 3.176 -- Configuring done
17:58:36 [2021-12-03T17:58:36.453Z] #47 3.195 -- Generating done
17:58:36 [2021-12-03T17:58:36.453Z] #47 3.206 -- Build files have been written to: /tmp/tmp.Cj7wVGYFcg/tini
17:58:36 [2021-12-03T17:58:36.498Z] #21 55.72 Setting up libelf1:amd64 (0.183-1) ...
17:58:36 [2021-12-03T17:58:36.499Z] #21 55.75 Setting up zstd (1.4.8+dfsg-2.1) ...
17:58:36 [2021-12-03T17:58:36.499Z] #21 55.76 Setting up libonig5:amd64 (6.9.6-1.1) ...
17:58:36 [2021-12-03T17:58:36.499Z] #21 55.77 Setting up python3-distutils (3.9.2-1) ...
17:58:36 [2021-12-03T17:58:36.710Z] #47 3.207 + make tini-static
17:58:36 [2021-12-03T17:58:36.710Z] #47 3.448 Scanning dependencies of target tini-static
17:58:36 [2021-12-03T17:58:36.710Z] #47 3.494 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:58:36 [2021-12-03T17:58:36.759Z] #21 56.21 Setting up vim (2:8.2.2434-3) ...
17:58:36 [2021-12-03T17:58:36.759Z] #21 56.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
17:58:36 [2021-12-03T17:58:36.759Z] #21 56.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
17:58:36 [2021-12-03T17:58:36.759Z] #21 56.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
17:58:37 [2021-12-03T17:58:37.020Z] #21 56.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
17:58:37 [2021-12-03T17:58:37.020Z] #21 56.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
17:58:37 [2021-12-03T17:58:37.020Z] #21 56.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
17:58:37 [2021-12-03T17:58:37.020Z] #21 56.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
17:58:37 [2021-12-03T17:58:37.020Z] #21 56.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
17:58:37 [2021-12-03T17:58:37.020Z] #21 56.27 Setting up python3-setuptools (52.0.0-4) ...
17:58:37 [2021-12-03T17:58:37.274Z] #47 ...
17:58:37 [2021-12-03T17:58:37.274Z] 
17:58:37 [2021-12-03T17:58:37.274Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:37 [2021-12-03T17:58:37.274Z] #69 sha256:0cf15808ebf9cb05091c5145054fe9b3a75ad2216e29b4706f4a8e254fb0ca81
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.785 + RM_GOPATH=0
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.785 + TMP_GOPATH=
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.785 + : /build
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.785 + '[' -z '' ']'
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.785 ++ mktemp -d
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.785 + export GOPATH=/tmp/tmp.zTu81Y3MhE
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.785 + GOPATH=/tmp/tmp.zTu81Y3MhE
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.785 + RM_GOPATH=1
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.785 + case "$(go env GOARCH)" in
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.785 ++ go env GOARCH
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.817 Install containerd version v1.5.8
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 + export GO_BUILDMODE=-buildmode=pie
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 + GO_BUILDMODE=-buildmode=pie
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 ++ dirname /install.sh
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 + dir=/
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 + bin=containerd
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 + shift
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 + '[' '!' -f //containerd.installer ']'
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 + . //containerd.installer
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 ++ set -e
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 ++ : v1.5.8
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 + install_containerd
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 + echo 'Install containerd version v1.5.8'
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zTu81Y3MhE/src/github.com/containerd/containerd
17:58:37 [2021-12-03T17:58:37.274Z] #69 1.825 Cloning into '/tmp/tmp.zTu81Y3MhE/src/github.com/containerd/containerd'...
17:58:37 [2021-12-03T17:58:37.293Z] #43 ...
17:58:37 [2021-12-03T17:58:37.293Z] 
17:58:37 [2021-12-03T17:58:37.293Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:58:37 [2021-12-03T17:58:37.293Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:58:37 [2021-12-03T17:58:37.293Z] #53 206.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
17:58:37 [2021-12-03T17:58:37.293Z] #53 DONE 207.1s
17:58:37 [2021-12-03T17:58:37.293Z] 
17:58:37 [2021-12-03T17:58:37.293Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:58:37 [2021-12-03T17:58:37.293Z] #58 sha256:3df455383fd57ffc794c68daa19c9132826b989f618333fa8037eb7541703394
17:58:37 [2021-12-03T17:58:37.532Z] #69 ...
17:58:37 [2021-12-03T17:58:37.532Z] 
17:58:37 [2021-12-03T17:58:37.532Z] #20 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:58:37 [2021-12-03T17:58:37.532Z] #20 sha256:714afd304e84b9684d2ff96b6bda1df76c6b47ebd5255e2450b50ccbe9f1574f
17:58:37 [2021-12-03T17:58:37.532Z] #20 63.52 Selecting previously unselected package mingw-w64-x86-64-dev.
17:58:37 [2021-12-03T17:58:37.532Z] #20 63.53 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
17:58:37 [2021-12-03T17:58:37.532Z] #20 63.54 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
17:58:38 [2021-12-03T17:58:38.406Z] #21 57.61 Setting up libjq1:amd64 (1.6-2.1) ...
17:58:38 [2021-12-03T17:58:38.406Z] #21 57.62 Setting up libnftnl11:amd64 (1.1.9-1) ...
17:58:38 [2021-12-03T17:58:38.406Z] #21 57.63 Setting up thin-provisioning-tools (0.9.0-1) ...
17:58:38 [2021-12-03T17:58:38.406Z] #21 57.64 Setting up python3-pip (20.3.4-4) ...
17:58:38 [2021-12-03T17:58:38.463Z] #20 ...
17:58:38 [2021-12-03T17:58:38.463Z] 
17:58:38 [2021-12-03T17:58:38.463Z] #47 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
17:58:38 [2021-12-03T17:58:38.463Z] #47 sha256:ad983d15f3bcd3af8e71ec04a24e46bc8e19ed5cbbfd556599d5df347c1149f2
17:58:38 [2021-12-03T17:58:38.463Z] #47 4.392 [100%] Linking C executable tini-static
17:58:38 [2021-12-03T17:58:38.463Z] #47 4.850 [100%] Built target tini-static
17:58:38 [2021-12-03T17:58:38.463Z] #47 4.906 + mkdir -p /build
17:58:38 [2021-12-03T17:58:38.463Z] #47 4.919 + cp tini-static /build/docker-init
17:58:38 [2021-12-03T17:58:38.463Z] #47 DONE 5.3s
17:58:38 [2021-12-03T17:58:38.719Z] 
17:58:38 [2021-12-03T17:58:38.719Z] #20 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:58:38 [2021-12-03T17:58:38.719Z] #20 sha256:714afd304e84b9684d2ff96b6bda1df76c6b47ebd5255e2450b50ccbe9f1574f
17:58:38 [2021-12-03T17:58:38.976Z] #20 67.11 Selecting previously unselected package gcc-mingw-w64-base.
17:58:38 [2021-12-03T17:58:38.976Z] #20 67.11 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
17:58:38 [2021-12-03T17:58:38.976Z] #20 67.11 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:58:38 [2021-12-03T17:58:38.976Z] #20 67.22 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
17:58:39 [2021-12-03T17:58:39.234Z] #20 67.23 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
17:58:39 [2021-12-03T17:58:39.234Z] #20 67.23 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:58:39 [2021-12-03T17:58:39.349Z] #21 58.87 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
17:58:39 [2021-12-03T17:58:39.349Z] #21 58.88 Setting up jq (1.6-2.1) ...
17:58:39 [2021-12-03T17:58:39.610Z] #21 58.89 Setting up libbpf0:amd64 (1:0.3-2) ...
17:58:39 [2021-12-03T17:58:39.610Z] #21 58.90 Setting up iptables (1.8.7-1) ...
17:58:39 [2021-12-03T17:58:39.610Z] #21 58.91 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
17:58:39 [2021-12-03T17:58:39.610Z] #21 58.92 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:58:39 [2021-12-03T17:58:39.610Z] #21 58.92 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
17:58:39 [2021-12-03T17:58:39.610Z] #21 58.93 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:58:39 [2021-12-03T17:58:39.610Z] #21 58.93 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
17:58:39 [2021-12-03T17:58:39.610Z] #21 58.94 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
17:58:39 [2021-12-03T17:58:39.610Z] #21 58.94 Setting up iproute2 (5.10.0-4) ...
17:58:39 [2021-12-03T17:58:39.875Z] #21 59.28 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:58:40 [2021-12-03T17:58:40.820Z] #21 DONE 60.0s
17:58:40 [2021-12-03T17:58:40.820Z] 
17:58:40 [2021-12-03T17:58:40.820Z] #22 [dev-systemd-false  8/25] 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
17:58:40 [2021-12-03T17:58:40.820Z] #22 sha256:73afcb5c7b588edba763343dafa053466990291830a7303f002af33c4790dd26
17:58:42 [2021-12-03T17:58:42.206Z] #22 1.351 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
17:58:42 [2021-12-03T17:58:42.206Z] #22 1.354 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
17:58:42 [2021-12-03T17:58:42.207Z] #22 1.370 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
17:58:42 [2021-12-03T17:58:42.207Z] #22 DONE 1.4s
17:58:42 [2021-12-03T17:58:42.207Z] 
17:58:42 [2021-12-03T17:58:42.207Z] #23 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
17:58:42 [2021-12-03T17:58:42.207Z] #23 sha256:bc4d74db1e2068099eacc41d0f128a13623b0ff3c2c3a6880c50c1d9ede323aa
17:58:43 [2021-12-03T17:58:43.408Z] #20 71.11 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
17:58:43 [2021-12-03T17:58:43.408Z] #20 71.11 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:58:43 [2021-12-03T17:58:43.408Z] #20 71.13 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:43 [2021-12-03T17:58:43.431Z] 8f616e6e9eec: Pull complete
17:58:47 [2021-12-03T17:58:47.625Z] #20 ...
17:58:47 [2021-12-03T17:58:47.625Z] 
17:58:47 [2021-12-03T17:58:47.625Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:47 [2021-12-03T17:58:47.625Z] #69 sha256:0cf15808ebf9cb05091c5145054fe9b3a75ad2216e29b4706f4a8e254fb0ca81
17:58:47 [2021-12-03T17:58:47.625Z] #69 20.17 + cd /tmp/tmp.zTu81Y3MhE/src/github.com/containerd/containerd
17:58:47 [2021-12-03T17:58:47.625Z] #69 20.17 + git checkout -q v1.5.8
17:58:48 [2021-12-03T17:58:48.187Z] #69 20.78 + export 'BUILDTAGS=netgo osusergo static_build'
17:58:48 [2021-12-03T17:58:48.187Z] #69 20.78 + BUILDTAGS='netgo osusergo static_build'
17:58:48 [2021-12-03T17:58:48.187Z] #69 20.78 + export EXTRA_FLAGS=-buildmode=pie
17:58:48 [2021-12-03T17:58:48.187Z] #69 20.78 + EXTRA_FLAGS=-buildmode=pie
17:58:48 [2021-12-03T17:58:48.187Z] #69 20.78 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
17:58:48 [2021-12-03T17:58:48.187Z] #69 20.78 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
17:58:48 [2021-12-03T17:58:48.187Z] #69 20.78 + '[' '' = dynamic ']'
17:58:48 [2021-12-03T17:58:48.187Z] #69 20.78 + make
17:58:48 [2021-12-03T17:58:48.750Z] #69 21.36 + bin/ctr
17:58:49 [2021-12-03T17:58:49.416Z] #23 13.94 Collecting yamllint==1.26.1
17:58:49 [2021-12-03T17:58:49.416Z] #23 14.98   Downloading yamllint-1.26.1.tar.gz (126 kB)
17:58:50 [2021-12-03T17:58:50.353Z] #23 16.16 Collecting pathspec>=0.5.3
17:58:50 [2021-12-03T17:58:50.353Z] #23 16.18   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
17:58:50 [2021-12-03T17:58:50.612Z] #23 16.52 Collecting pyyaml
17:58:50 [2021-12-03T17:58:50.612Z] #23 16.53   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
17:58:50 [2021-12-03T17:58:50.612Z] #23 16.60 Building wheels for collected packages: yamllint
17:58:50 [2021-12-03T17:58:50.871Z] #23 16.60   Building wheel for yamllint (setup.py): started
17:58:51 [2021-12-03T17:58:51.807Z] #23 17.51   Building wheel for yamllint (setup.py): finished with status 'done'
17:58:51 [2021-12-03T17:58:51.807Z] #23 17.51   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=840bdd5554044b38995c04a587718bc4adcbb41c73561e0afa0d313a6b226087
17:58:51 [2021-12-03T17:58:51.807Z] #23 17.51   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
17:58:51 [2021-12-03T17:58:51.807Z] #23 17.51 Successfully built yamllint
17:58:51 [2021-12-03T17:58:51.807Z] #23 17.54 Installing collected packages: pyyaml, pathspec, yamllint
17:58:52 [2021-12-03T17:58:52.065Z] #23 17.91 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
17:58:52 [2021-12-03T17:58:52.323Z] #23 DONE 18.3s
17:58:52 [2021-12-03T17:58:52.323Z] 
17:58:52 [2021-12-03T17:58:52.323Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:52 [2021-12-03T17:58:52.323Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:58:52 [2021-12-03T17:58:52.583Z] #62 ...
17:58:52 [2021-12-03T17:58:52.583Z] 
17:58:52 [2021-12-03T17:58:52.583Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
17:58:52 [2021-12-03T17:58:52.583Z] #27 sha256:ee0ae5626103dff886e9f78838d19cc81ea444ad32b65381d12b8000cfae20e9
17:58:52 [2021-12-03T17:58:52.583Z] #27 DONE 0.3s
17:58:52 [2021-12-03T17:58:52.583Z] 
17:58:52 [2021-12-03T17:58:52.583Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:52 [2021-12-03T17:58:52.583Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:58:52 [2021-12-03T17:58:52.842Z] #62 ...
17:58:52 [2021-12-03T17:58:52.842Z] 
17:58:52 [2021-12-03T17:58:52.842Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
17:58:52 [2021-12-03T17:58:52.842Z] #32 sha256:733f57a2adadeaa976403df37460878ade8df41f2b3572db4dc1326571f6fa1a
17:58:53 [2021-12-03T17:58:53.411Z] #32 DONE 0.6s
17:58:53 [2021-12-03T17:58:53.411Z] 
17:58:53 [2021-12-03T17:58:53.411Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:53 [2021-12-03T17:58:53.411Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:58:53 [2021-12-03T17:58:53.411Z] #62 ...
17:58:53 [2021-12-03T17:58:53.411Z] 
17:58:53 [2021-12-03T17:58:53.411Z] #35 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
17:58:53 [2021-12-03T17:58:53.411Z] #35 sha256:215f241faa3c6c62c81544eae9d5d4a970e39b3d4ffbaf30597c077c5bf85671
17:58:53 [2021-12-03T17:58:53.670Z] #35 DONE 0.3s
17:58:53 [2021-12-03T17:58:53.670Z] 
17:58:53 [2021-12-03T17:58:53.670Z] #37 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
17:58:53 [2021-12-03T17:58:53.670Z] #37 sha256:b55608be975740c27dd4b74c71b21234c694979d3eb8ae76a7a8f3f19c487e59
17:58:53 [2021-12-03T17:58:53.670Z] #37 DONE 0.0s
17:58:53 [2021-12-03T17:58:53.670Z] 
17:58:53 [2021-12-03T17:58:53.670Z] #41 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
17:58:53 [2021-12-03T17:58:53.670Z] #41 sha256:5366f1bd6f6d6682d8e91252e360f5b9ac59eb79a6ef0826dacac073eebcc9f7
17:58:53 [2021-12-03T17:58:53.670Z] #41 DONE 0.0s
17:58:53 [2021-12-03T17:58:53.670Z] 
17:58:53 [2021-12-03T17:58:53.670Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:53 [2021-12-03T17:58:53.670Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:58:54 [2021-12-03T17:58:54.002Z] #69 ...
17:58:54 [2021-12-03T17:58:54.002Z] 
17:58:54 [2021-12-03T17:58:54.002Z] #20 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
17:58:54 [2021-12-03T17:58:54.002Z] #20 sha256:714afd304e84b9684d2ff96b6bda1df76c6b47ebd5255e2450b50ccbe9f1574f
17:58:54 [2021-12-03T17:58:54.002Z] #20 76.40 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
17:58:54 [2021-12-03T17:58:54.002Z] #20 76.40 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:58:54 [2021-12-03T17:58:54.002Z] #20 76.40 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:54 [2021-12-03T17:58:54.002Z] #20 77.92 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
17:58:54 [2021-12-03T17:58:54.002Z] #20 77.92 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
17:58:54 [2021-12-03T17:58:54.002Z] #20 77.93 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:58:54 [2021-12-03T17:58:54.002Z] #20 79.83 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
17:58:54 [2021-12-03T17:58:54.002Z] #20 79.85 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:58:54 [2021-12-03T17:58:54.002Z] #20 79.85 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:55 [2021-12-03T17:58:55.513Z] #58 ...
17:58:55 [2021-12-03T17:58:55.513Z] 
17:58:55 [2021-12-03T17:58:55.513Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:58:55 [2021-12-03T17:58:55.513Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:58:55 [2021-12-03T17:58:55.513Z] #43 DONE 224.7s
17:58:55 [2021-12-03T17:58:55.513Z] 
17:58:55 [2021-12-03T17:58:55.513Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:58:55 [2021-12-03T17:58:55.513Z] #58 sha256:3df455383fd57ffc794c68daa19c9132826b989f618333fa8037eb7541703394
17:58:55 [2021-12-03T17:58:55.893Z] #20 83.61 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
17:58:55 [2021-12-03T17:58:55.893Z] #20 83.62 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:58:55 [2021-12-03T17:58:55.893Z] #20 83.63 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:57 [2021-12-03T17:58:57.121Z] #23 13.81 Collecting yamllint==1.26.1
17:58:57 [2021-12-03T17:58:57.121Z] #23 14.85   Downloading yamllint-1.26.1.tar.gz (126 kB)
17:58:57 [2021-12-03T17:58:57.263Z] #20 85.38 Selecting previously unselected package g++-mingw-w64-x86-64.
17:58:57 [2021-12-03T17:58:57.263Z] #20 85.38 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
17:58:57 [2021-12-03T17:58:57.263Z] #20 85.39 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:58:57 [2021-12-03T17:58:57.263Z] #20 85.46 Selecting previously unselected package libapparmor1:amd64.
17:58:57 [2021-12-03T17:58:57.263Z] #20 85.46 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
17:58:57 [2021-12-03T17:58:57.263Z] #20 85.46 Unpacking libapparmor1:amd64 (2.13.6-10) ...
17:58:57 [2021-12-03T17:58:57.263Z] #20 85.51 Selecting previously unselected package libapparmor-dev:amd64.
17:58:57 [2021-12-03T17:58:57.263Z] #20 85.51 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
17:58:57 [2021-12-03T17:58:57.426Z] #58 ...
17:58:57 [2021-12-03T17:58:57.426Z] 
17:58:57 [2021-12-03T17:58:57.426Z] #44 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
17:58:57 [2021-12-03T17:58:57.426Z] #44 sha256:a0b7086a5709e24b7d5e4ae874855a29ec421d02c117ae060e8607da4d8ed3e5
17:58:57 [2021-12-03T17:58:57.519Z] #20 85.52 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
17:58:57 [2021-12-03T17:58:57.519Z] #20 85.59 Selecting previously unselected package libbtrfs0:amd64.
17:58:57 [2021-12-03T17:58:57.519Z] #20 85.60 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
17:58:57 [2021-12-03T17:58:57.519Z] #20 85.61 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:58:57 [2021-12-03T17:58:57.519Z] #20 85.68 Selecting previously unselected package libbtrfs-dev:amd64.
17:58:57 [2021-12-03T17:58:57.519Z] #20 85.69 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
17:58:57 [2021-12-03T17:58:57.519Z] #20 85.70 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:58:57 [2021-12-03T17:58:57.519Z] #20 85.78 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
17:58:57 [2021-12-03T17:58:57.776Z] #20 85.79 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:58:57 [2021-12-03T17:58:57.776Z] #20 85.80 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:58:57 [2021-12-03T17:58:57.776Z] #20 85.84 Selecting previously unselected package libudev-dev:amd64.
17:58:57 [2021-12-03T17:58:57.776Z] #20 85.84 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
17:58:57 [2021-12-03T17:58:57.776Z] #20 85.85 Unpacking libudev-dev:amd64 (247.3-6) ...
17:58:57 [2021-12-03T17:58:57.776Z] #20 85.91 Selecting previously unselected package libsepol1-dev:amd64.
17:58:57 [2021-12-03T17:58:57.776Z] #20 85.91 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
17:58:57 [2021-12-03T17:58:57.776Z] #20 85.92 Unpacking libsepol1-dev:amd64 (3.1-1) ...
17:58:57 [2021-12-03T17:58:57.776Z] #20 86.03 Selecting previously unselected package libpcre2-16-0:amd64.
17:58:57 [2021-12-03T17:58:57.999Z] #44 DONE 0.6s
17:58:57 [2021-12-03T17:58:57.999Z] 
17:58:57 [2021-12-03T17:58:57.999Z] #48 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
17:58:57 [2021-12-03T17:58:57.999Z] #48 sha256:9f1740495e20783607be7afa0e09fa937cf77c1a31701e71e263171cae6c673a
17:58:57 [2021-12-03T17:58:57.999Z] #48 DONE 0.1s
17:58:57 [2021-12-03T17:58:57.999Z] 
17:58:57 [2021-12-03T17:58:57.999Z] #50 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
17:58:57 [2021-12-03T17:58:57.999Z] #50 sha256:9b8decf4dbb2ff9f6e3274dbdc40e158ccb9312b30756f38dcc801f12b9bd0a6
17:58:58 [2021-12-03T17:58:58.033Z] #20 86.04 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
17:58:58 [2021-12-03T17:58:58.033Z] #20 86.05 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
17:58:58 [2021-12-03T17:58:58.033Z] #20 86.13 Selecting previously unselected package libpcre2-32-0:amd64.
17:58:58 [2021-12-03T17:58:58.033Z] #20 86.13 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
17:58:58 [2021-12-03T17:58:58.033Z] #20 86.14 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
17:58:58 [2021-12-03T17:58:58.033Z] #20 86.23 Selecting previously unselected package libpcre2-posix2:amd64.
17:58:58 [2021-12-03T17:58:58.033Z] #20 86.23 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
17:58:58 [2021-12-03T17:58:58.033Z] #20 86.24 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
17:58:58 [2021-12-03T17:58:58.033Z] #20 86.28 Selecting previously unselected package libpcre2-dev:amd64.
17:58:58 [2021-12-03T17:58:58.033Z] #20 86.28 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
17:58:58 [2021-12-03T17:58:58.064Z] #23 15.95 Collecting pathspec>=0.5.3
17:58:58 [2021-12-03T17:58:58.064Z] #23 15.96   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
17:58:58 [2021-12-03T17:58:58.289Z] #20 86.29 Unpacking libpcre2-dev:amd64 (10.36-2) ...
17:58:58 [2021-12-03T17:58:58.326Z] #23 16.34 Collecting pyyaml
17:58:58 [2021-12-03T17:58:58.326Z] #23 16.35   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
17:58:58 [2021-12-03T17:58:58.335Z] #50 DONE 0.2s
17:58:58 [2021-12-03T17:58:58.335Z] 
17:58:58 [2021-12-03T17:58:58.335Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
17:58:58 [2021-12-03T17:58:58.335Z] #52 sha256:6ea90be4eeafde84868a6ddddf787a82c78631968bae281b8eb86044624e17b0
17:58:58 [2021-12-03T17:58:58.335Z] #52 DONE 0.2s
17:58:58 [2021-12-03T17:58:58.335Z] 
17:58:58 [2021-12-03T17:58:58.335Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
17:58:58 [2021-12-03T17:58:58.335Z] #54 sha256:ae9200e856a555566abff8a9da507e35d5bb83079ffe6c94dacca77abc618764
17:58:58 [2021-12-03T17:58:58.546Z] #20 86.46 Selecting previously unselected package libselinux1-dev:amd64.
17:58:58 [2021-12-03T17:58:58.546Z] #20 86.46 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
17:58:58 [2021-12-03T17:58:58.546Z] #20 86.47 Unpacking libselinux1-dev:amd64 (3.1-3) ...
17:58:58 [2021-12-03T17:58:58.546Z] #20 86.56 Selecting previously unselected package libdevmapper-dev:amd64.
17:58:58 [2021-12-03T17:58:58.546Z] #20 86.57 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
17:58:58 [2021-12-03T17:58:58.546Z] #20 86.57 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:58:58 [2021-12-03T17:58:58.546Z] #20 86.61 Selecting previously unselected package libseccomp-dev:amd64.
17:58:58 [2021-12-03T17:58:58.546Z] #20 86.62 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
17:58:58 [2021-12-03T17:58:58.546Z] #20 86.62 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
17:58:58 [2021-12-03T17:58:58.587Z] #23 16.42 Building wheels for collected packages: yamllint
17:58:58 [2021-12-03T17:58:58.587Z] #23 16.42   Building wheel for yamllint (setup.py): started
17:58:58 [2021-12-03T17:58:58.802Z] #20 86.67 Selecting previously unselected package libsystemd-dev:amd64.
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.68 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.69 Unpacking libsystemd-dev:amd64 (247.3-6) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.89 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.90 Setting up libapparmor1:amd64 (2.13.6-10) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.91 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.92 Setting up libsepol1-dev:amd64 (3.1-1) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.93 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.94 Setting up libpcre2-16-0:amd64 (10.36-2) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.95 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.97 Setting up libpcre2-32-0:amd64 (10.36-2) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.98 Setting up libudev-dev:amd64 (247.3-6) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 86.99 Setting up libpcre2-posix2:amd64 (10.36-2) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 87.00 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 87.01 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:58:58 [2021-12-03T17:58:58.803Z] #20 87.02 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:58:58 [2021-12-03T17:58:58.908Z] #54 DONE 0.5s
17:58:58 [2021-12-03T17:58:58.908Z] 
17:58:58 [2021-12-03T17:58:58.908Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:58 [2021-12-03T17:58:58.908Z] #62 sha256:3ce20012bea38eb19df3246517fd9fa40867a76b217b7c11d536e6d327b487f7
17:58:58 [2021-12-03T17:58:58.908Z] #62 ...
17:58:58 [2021-12-03T17:58:58.908Z] 
17:58:58 [2021-12-03T17:58:58.908Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
17:58:58 [2021-12-03T17:58:58.908Z] #56 sha256:d8141cf31c1015599d0e9691ab00345cfec60b50235afc8ea1c6c6677ca4c2de
17:58:58 [2021-12-03T17:58:58.908Z] #56 DONE 0.1s
17:58:58 [2021-12-03T17:58:58.954Z] #62 ...
17:58:58 [2021-12-03T17:58:58.954Z] 
17:58:58 [2021-12-03T17:58:58.954Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
17:58:58 [2021-12-03T17:58:58.954Z] #26 sha256:12364e0cd0c6b15d755c82b31e5191270027f9b9b754ba01306e53b4880cbb6d
17:58:58 [2021-12-03T17:58:58.954Z] #26 228.3 + return
17:58:58 [2021-12-03T17:58:58.954Z] #26 DONE 229.8s
17:58:58 [2021-12-03T17:58:58.954Z] 
17:58:58 [2021-12-03T17:58:58.954Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:58 [2021-12-03T17:58:58.954Z] #62 sha256:ee5ca6a2b20ea266f8044acce4224ed2c8121774f7d305a253b582a46b75eff6
17:58:58 [2021-12-03T17:58:58.954Z] #62 ...
17:58:58 [2021-12-03T17:58:58.954Z] 
17:58:58 [2021-12-03T17:58:58.954Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
17:58:58 [2021-12-03T17:58:58.954Z] #27 sha256:9545da5a9f3a74c3642f4a8c00ca71493f7513535dc4c985c96db5fa1f9362aa
17:58:58 [2021-12-03T17:58:58.954Z] #27 DONE 1.4s
17:58:58 [2021-12-03T17:58:58.954Z] 
17:58:58 [2021-12-03T17:58:58.954Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
17:58:58 [2021-12-03T17:58:58.954Z] #32 sha256:6e8beffe7cf606c26397118fc9b6af27c80dba151294a2bbeebaf3fa49e6c9fd
17:58:58 [2021-12-03T17:58:58.954Z] #32 DONE 0.9s
17:58:58 [2021-12-03T17:58:58.954Z] 
17:58:58 [2021-12-03T17:58:58.954Z] #35 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
17:58:58 [2021-12-03T17:58:58.954Z] #35 sha256:ccbc38a2fe0f8feef76df8bdb25329e74d97a0209aa1e914e83b61fd7ec96847
17:58:58 [2021-12-03T17:58:58.954Z] #35 DONE 0.5s
17:58:58 [2021-12-03T17:58:58.954Z] 
17:58:58 [2021-12-03T17:58:58.954Z] #37 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
17:58:58 [2021-12-03T17:58:58.954Z] #37 sha256:30b2c207309a42ebfd23eba260474fd729a47f6f990e0dae1460c3e26b1e28d0
17:58:58 [2021-12-03T17:58:58.954Z] #37 DONE 0.1s
17:58:58 [2021-12-03T17:58:58.954Z] 
17:58:58 [2021-12-03T17:58:58.954Z] #41 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
17:58:58 [2021-12-03T17:58:58.954Z] #41 sha256:ea81fa70b1a5df2d9198b65e6c9f7cdde727a2bf442b3c07c89607cb860b692f
17:58:58 [2021-12-03T17:58:58.954Z] #41 DONE 0.1s
17:58:58 [2021-12-03T17:58:58.954Z] 
17:58:58 [2021-12-03T17:58:58.954Z] #44 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
17:58:58 [2021-12-03T17:58:58.954Z] #44 sha256:384552bcfbecd11f8cc72c315e64fb1ee831bc3b24fc644920f8bce7168106ad
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.03 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.04 Setting up mingw-w64-common (8.0.0-1) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.05 Setting up libsystemd-dev:amd64 (247.3-6) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.06 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.07 Setting up libpcre2-dev:amd64 (10.36-2) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.08 Setting up libselinux1-dev:amd64 (3.1-3) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.09 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.10 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.12 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
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.13 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.14 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
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.14 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.15 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.16 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
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.17 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.19 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.20 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.21 Setting up dmsetup (2:1.02.175-2.1) ...
17:58:59 [2021-12-03T17:58:59.060Z] #20 87.23 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:58:59 [2021-12-03T17:58:59.169Z] 
17:58:59 [2021-12-03T17:58:59.169Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:58:59 [2021-12-03T17:58:59.169Z] #58 sha256:3df455383fd57ffc794c68daa19c9132826b989f618333fa8037eb7541703394
17:58:59 [2021-12-03T17:58:59.317Z] #20 87.24 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:58:59 [2021-12-03T17:58:59.317Z] #20 87.25 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:58:59 [2021-12-03T17:58:59.516Z] #44 DONE 0.5s
17:58:59 [2021-12-03T17:58:59.516Z] 
17:58:59 [2021-12-03T17:58:59.516Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:58:59 [2021-12-03T17:58:59.516Z] #62 sha256:ee5ca6a2b20ea266f8044acce4224ed2c8121774f7d305a253b582a46b75eff6
17:58:59 [2021-12-03T17:58:59.516Z] #62 187.4 + bin/containerd
17:58:59 [2021-12-03T17:58:59.546Z] #23 17.42   Building wheel for yamllint (setup.py): finished with status 'done'
17:58:59 [2021-12-03T17:58:59.546Z] #23 17.42   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b8e45351f0ffd40e6a7e6b9410cd3487a6b1c56035fac94b6c491e22c2a0c056
17:58:59 [2021-12-03T17:58:59.546Z] #23 17.42   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
17:58:59 [2021-12-03T17:58:59.546Z] #23 17.43 Successfully built yamllint
17:58:59 [2021-12-03T17:58:59.546Z] #23 17.45 Installing collected packages: pyyaml, pathspec, yamllint
17:58:59 [2021-12-03T17:58:59.772Z] #62 ...
17:58:59 [2021-12-03T17:58:59.772Z] 
17:58:59 [2021-12-03T17:58:59.772Z] #48 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
17:58:59 [2021-12-03T17:58:59.772Z] #48 sha256:b05b1ee6356f61eb1792beef5d3f645721537f3926825570f2e0bf24046ab499
17:58:59 [2021-12-03T17:58:59.772Z] #48 DONE 0.2s
17:58:59 [2021-12-03T17:58:59.772Z] 
17:58:59 [2021-12-03T17:58:59.772Z] #50 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
17:58:59 [2021-12-03T17:58:59.772Z] #50 sha256:9efa65d5714adde5e1fc2805addc23744d046962e26b314ef6fadcd6077f2efa
17:58:59 [2021-12-03T17:58:59.772Z] #50 DONE 0.1s
17:58:59 [2021-12-03T17:58:59.772Z] 
17:58:59 [2021-12-03T17:58:59.772Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
17:58:59 [2021-12-03T17:58:59.772Z] #52 sha256:856a1a0977840f26db96badac8dd22a21e88bd6c9f6c7fdbda3ecb7c170c50bc
17:58:59 [2021-12-03T17:58:59.772Z] #52 DONE 0.1s
17:58:59 [2021-12-03T17:58:59.772Z] 
17:58:59 [2021-12-03T17:58:59.772Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
17:58:59 [2021-12-03T17:58:59.772Z] #54 sha256:b412d769223b7c12ed7c3d0aaae90ed63fbf6bd7b199e352c1ad62d4a859e9b8
17:58:59 [2021-12-03T17:58:59.807Z] #23 17.86 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
17:59:00 [2021-12-03T17:59:00.236Z] #62 ...
17:59:00 [2021-12-03T17:59:00.236Z] 
17:59:00 [2021-12-03T17:59:00.236Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:59:00 [2021-12-03T17:59:00.236Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:59:00 [2021-12-03T17:59:00.236Z] #43 247.9 + dpkg --print-architecture
17:59:00 [2021-12-03T17:59:00.236Z] #43 247.9 + git checkout -q v2.1.0
17:59:00 [2021-12-03T17:59:00.236Z] #43 248.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
17:59:00 [2021-12-03T17:59:00.236Z] #43 248.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
17:59:00 [2021-12-03T17:59:00.379Z] #23 DONE 18.2s
17:59:00 [2021-12-03T17:59:00.379Z] 
17:59:00 [2021-12-03T17:59:00.379Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
17:59:00 [2021-12-03T17:59:00.379Z] #27 sha256:95ee3dd7670416dcafb691efb2b22af60492caeed7948199367b47a8ebd8dcf1
17:59:00 [2021-12-03T17:59:00.642Z] #27 DONE 0.3s
17:59:00 [2021-12-03T17:59:00.642Z] 
17:59:00 [2021-12-03T17:59:00.642Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
17:59:00 [2021-12-03T17:59:00.642Z] #32 sha256:e5102c57d3e25a58800947fca271222b49ad8da8483748de8b0b054b933fed68
17:59:00 [2021-12-03T17:59:00.686Z] #20 DONE 88.5s
17:59:00 [2021-12-03T17:59:00.686Z] 
17:59:00 [2021-12-03T17:59:00.686Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libapparmor-dev:arm64             libapparmor-dev:armel             libapparmor-dev:armhf             libapparmor-dev:ppc64el             libapparmor-dev:s390x             libseccomp-dev:arm64             libseccomp-dev:armel             libseccomp-dev:armhf             libseccomp-dev:ppc64el             libseccomp-dev:s390x
17:59:00 [2021-12-03T17:59:00.686Z] #21 sha256:751d3e86148007aba82888d6bf5dce316aba42c6fdb850f24c7b90de1c5442ca
17:59:01 [2021-12-03T17:59:01.139Z] #54 DONE 1.2s
17:59:01 [2021-12-03T17:59:01.139Z] 
17:59:01 [2021-12-03T17:59:01.139Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
17:59:01 [2021-12-03T17:59:01.139Z] #56 sha256:8fd7764be65b4fcb33d2c769c859429beaa055212b7e497aba96ba32e351aa6f
17:59:01 [2021-12-03T17:59:01.213Z] #32 DONE 0.5s
17:59:01 [2021-12-03T17:59:01.213Z] 
17:59:01 [2021-12-03T17:59:01.213Z] #35 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
17:59:01 [2021-12-03T17:59:01.214Z] #35 sha256:dc42fd063d8b1163e6d925d77d66a3a4260147c6cd3e9b17625276b32518b42a
17:59:01 [2021-12-03T17:59:01.476Z] #35 DONE 0.3s
17:59:01 [2021-12-03T17:59:01.476Z] 
17:59:01 [2021-12-03T17:59:01.476Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:59:01 [2021-12-03T17:59:01.476Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:59:01 [2021-12-03T17:59:01.476Z] #53 ...
17:59:01 [2021-12-03T17:59:01.476Z] 
17:59:01 [2021-12-03T17:59:01.476Z] #37 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
17:59:01 [2021-12-03T17:59:01.476Z] #37 sha256:6111aa9dd85ba846f72d11bd69048d0adf7a7c097938530598b7cb037d42a54a
17:59:01 [2021-12-03T17:59:01.476Z] #37 DONE 0.1s
17:59:01 [2021-12-03T17:59:01.736Z] 
17:59:01 [2021-12-03T17:59:01.736Z] #41 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
17:59:01 [2021-12-03T17:59:01.736Z] #41 sha256:f6b77bcead531549e292dd363647106448d3a881b4282cb417b28f0d2a66842e
17:59:01 [2021-12-03T17:59:01.736Z] #41 DONE 0.1s
17:59:01 [2021-12-03T17:59:01.736Z] 
17:59:01 [2021-12-03T17:59:01.737Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:59:01 [2021-12-03T17:59:01.737Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:59:02 [2021-12-03T17:59:02.068Z] #56 DONE 1.1s
17:59:02 [2021-12-03T17:59:02.068Z] 
17:59:02 [2021-12-03T17:59:02.068Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:02 [2021-12-03T17:59:02.068Z] #58 sha256:fec5d4a0f4ba2e0be332de381d156bc3f4a8143165a052e688df5472ef4df7df
17:59:02 [2021-12-03T17:59:02.068Z] #58 120.1 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
17:59:02 [2021-12-03T17:59:02.585Z] #21 1.728 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
17:59:02 [2021-12-03T17:59:02.585Z] #21 1.728 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
17:59:02 [2021-12-03T17:59:02.585Z] #21 1.876 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
17:59:02 [2021-12-03T17:59:02.631Z] #58 120.7 + mkdir -p /build
17:59:02 [2021-12-03T17:59:02.631Z] #58 120.7 + cp runc /build/runc
17:59:03 [2021-12-03T17:59:03.194Z] #58 DONE 121.1s
17:59:03 [2021-12-03T17:59:03.194Z] 
17:59:03 [2021-12-03T17:59:03.194Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:03 [2021-12-03T17:59:03.194Z] #62 sha256:ee5ca6a2b20ea266f8044acce4224ed2c8121774f7d305a253b582a46b75eff6
17:59:05 [2021-12-03T17:59:05.088Z] #62 ...
17:59:05 [2021-12-03T17:59:05.088Z] 
17:59:05 [2021-12-03T17:59:05.088Z] #59 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
17:59:05 [2021-12-03T17:59:05.088Z] #59 sha256:1a49d4d96c14ae8c0b9d6332b5ae07bc2b72448c46b789e5fd12ecdacd96da97
17:59:05 [2021-12-03T17:59:05.508Z] #43 ...
17:59:05 [2021-12-03T17:59:05.508Z] 
17:59:05 [2021-12-03T17:59:05.508Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:59:05 [2021-12-03T17:59:05.508Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:59:05 [2021-12-03T17:59:05.508Z] #53 253.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
17:59:05 [2021-12-03T17:59:05.508Z] #53 DONE 254.2s
17:59:05 [2021-12-03T17:59:05.508Z] 
17:59:05 [2021-12-03T17:59:05.508Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:05 [2021-12-03T17:59:05.508Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:59:05 [2021-12-03T17:59:05.651Z] #59 DONE 0.5s
17:59:05 [2021-12-03T17:59:05.651Z] 
17:59:05 [2021-12-03T17:59:05.651Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:05 [2021-12-03T17:59:05.651Z] #62 sha256:ee5ca6a2b20ea266f8044acce4224ed2c8121774f7d305a253b582a46b75eff6
17:59:09 [2021-12-03T17:59:09.691Z] #21 2.663 Reading package lists...
17:59:09 [2021-12-03T17:59:09.875Z] #53 ...
17:59:09 [2021-12-03T17:59:09.875Z] 
17:59:09 [2021-12-03T17:59:09.875Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:59:09 [2021-12-03T17:59:09.875Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:59:09 [2021-12-03T17:59:09.875Z] #43 254.2 + dpkg --print-architecture
17:59:09 [2021-12-03T17:59:09.875Z] #43 254.2 + git checkout -q v2.1.0
17:59:09 [2021-12-03T17:59:09.875Z] #43 254.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
17:59:09 [2021-12-03T17:59:09.875Z] #43 254.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
17:59:13 [2021-12-03T17:59:13.868Z] #21 8.451 Reading package lists...
17:59:14 [2021-12-03T17:59:14.085Z] #43 ...
17:59:14 [2021-12-03T17:59:14.085Z] 
17:59:14 [2021-12-03T17:59:14.085Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8"      && /build/golangci-lint --version
17:59:14 [2021-12-03T17:59:14.085Z] #53 sha256:04a5f66d5115e9c6aa44ec9824077964cba06a02dbb47d0ea100abb982953019
17:59:14 [2021-12-03T17:59:14.085Z] #53 258.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
17:59:14 [2021-12-03T17:59:14.085Z] #53 DONE 258.7s
17:59:14 [2021-12-03T17:59:14.085Z] 
17:59:14 [2021-12-03T17:59:14.085Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:14 [2021-12-03T17:59:14.085Z] #58 sha256:0488e6d48e7b3a32f19f5952d6ac33d7056e30b4df9403a90878034ce1ac792e
17:59:14 [2021-12-03T17:59:14.798Z] #21 13.10 Building dependency tree...
17:59:14 [2021-12-03T17:59:14.798Z] #21 14.19 Reading state information...
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.39 The following additional packages will be installed:
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.39   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.39   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.39   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.39   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.39   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.39   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.40   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41 Suggested packages:
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41   seccomp:ppc64el seccomp:s390x
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41 Recommended packages:
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
17:59:16 [2021-12-03T17:59:16.167Z] #21 15.41   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.87 The following NEW packages will be installed:
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.87   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.87   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.87   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.87   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.87   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.87   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.87   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.88   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.88   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.88   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
17:59:16 [2021-12-03T17:59:16.424Z] #21 15.88   libseccomp2:ppc64el libseccomp2:s390x
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.25 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded.
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.25 Need to get 15.9 MB of archives.
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.25 After this operation, 72.9 MB of additional disk space will be used.
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.26 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.26 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.32 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.32 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.32 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.32 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.32 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB]
17:59:16 [2021-12-03T17:59:16.682Z] #21 16.37 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.38 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.38 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.38 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.38 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.42 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.42 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.42 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.42 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.42 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.44 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.44 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.45 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.45 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.45 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.47 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.47 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.47 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1 [46.4 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.48 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1 [90.2 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.48 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1 [54.2 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.48 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1 [94.8 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.48 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1 [46.3 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.48 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1 [86.4 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.48 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1 [47.2 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.49 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1 [87.3 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.49 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1 [47.0 kB]
17:59:16 [2021-12-03T17:59:16.940Z] #21 16.49 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB]
17:59:17 [2021-12-03T17:59:17.504Z] #21 17.05 debconf: delaying package configuration, since apt-utils is not installed
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.27 Fetched 15.9 MB in 1s (30.2 MB/s)
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.31 Selecting previously unselected package gcc-10-base:armel.
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 38512 files and directories currently installed.)
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.35 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.35 Unpacking gcc-10-base:armel (10.2.1-6) ...
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.40 Selecting previously unselected package gcc-10-base:armhf.
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.40 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.41 Unpacking gcc-10-base:armhf (10.2.1-6) ...
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.46 Selecting previously unselected package gcc-10-base:ppc64el.
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.46 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.47 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
17:59:17 [2021-12-03T17:59:17.761Z] #21 17.51 Selecting previously unselected package gcc-10-base:s390x.
17:59:18 [2021-12-03T17:59:18.018Z] #21 17.52 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
17:59:18 [2021-12-03T17:59:18.018Z] #21 17.53 Unpacking gcc-10-base:s390x (10.2.1-6) ...
17:59:18 [2021-12-03T17:59:18.018Z] #21 17.57 Selecting previously unselected package gcc-10-base:arm64.
17:59:18 [2021-12-03T17:59:18.018Z] #21 17.58 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
17:59:18 [2021-12-03T17:59:18.018Z] #21 17.58 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
17:59:18 [2021-12-03T17:59:18.284Z] #21 17.63 Selecting previously unselected package libgcc-s1:armel.
17:59:18 [2021-12-03T17:59:18.284Z] #21 17.64 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
17:59:18 [2021-12-03T17:59:18.284Z] #21 17.64 Unpacking libgcc-s1:armel (10.2.1-6) ...
17:59:18 [2021-12-03T17:59:18.284Z] #21 17.69 Selecting previously unselected package libcrypt1:armel.
17:59:18 [2021-12-03T17:59:18.284Z] #21 17.69 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
17:59:18 [2021-12-03T17:59:18.284Z] #21 17.70 Unpacking libcrypt1:armel (1:4.4.18-4) ...
17:59:18 [2021-12-03T17:59:18.284Z] #21 17.79 Selecting previously unselected package libc6:armel.
17:59:18 [2021-12-03T17:59:18.284Z] #21 17.79 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ...
17:59:18 [2021-12-03T17:59:18.542Z] #21 17.97 Unpacking libc6:armel (2.31-13+deb11u2) ...
17:59:18 [2021-12-03T17:59:18.799Z] #21 18.40 Selecting previously unselected package libapparmor1:armel.
17:59:18 [2021-12-03T17:59:18.799Z] #21 18.41 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
17:59:18 [2021-12-03T17:59:18.799Z] #21 18.42 Unpacking libapparmor1:armel (2.13.6-10) ...
17:59:18 [2021-12-03T17:59:18.799Z] #21 18.46 Selecting previously unselected package libapparmor-dev:armel.
17:59:18 [2021-12-03T17:59:18.799Z] #21 18.46 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
17:59:18 [2021-12-03T17:59:18.799Z] #21 18.47 Unpacking libapparmor-dev:armel (2.13.6-10) ...
17:59:19 [2021-12-03T17:59:19.057Z] #21 18.54 Selecting previously unselected package libgcc-s1:arm64.
17:59:19 [2021-12-03T17:59:19.057Z] #21 18.54 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
17:59:19 [2021-12-03T17:59:19.057Z] #21 18.55 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
17:59:19 [2021-12-03T17:59:19.057Z] #21 18.60 Selecting previously unselected package libcrypt1:arm64.
17:59:19 [2021-12-03T17:59:19.057Z] #21 18.60 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
17:59:19 [2021-12-03T17:59:19.057Z] #21 18.61 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
17:59:19 [2021-12-03T17:59:19.057Z] #21 18.68 Selecting previously unselected package libc6:arm64.
17:59:19 [2021-12-03T17:59:19.314Z] #21 18.69 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ...
17:59:19 [2021-12-03T17:59:19.314Z] #21 18.88 Unpacking libc6:arm64 (2.31-13+deb11u2) ...
17:59:19 [2021-12-03T17:59:19.877Z] #21 19.35 Selecting previously unselected package libapparmor1:arm64.
17:59:19 [2021-12-03T17:59:19.877Z] #21 19.35 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
17:59:19 [2021-12-03T17:59:19.877Z] #21 19.36 Unpacking libapparmor1:arm64 (2.13.6-10) ...
17:59:19 [2021-12-03T17:59:19.877Z] #21 19.41 Selecting previously unselected package libapparmor-dev:arm64.
17:59:19 [2021-12-03T17:59:19.877Z] #21 19.41 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
17:59:19 [2021-12-03T17:59:19.877Z] #21 19.42 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
17:59:19 [2021-12-03T17:59:19.877Z] #21 19.49 Selecting previously unselected package libgcc-s1:s390x.
17:59:19 [2021-12-03T17:59:19.877Z] #21 19.50 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
17:59:19 [2021-12-03T17:59:19.877Z] #21 19.50 Unpacking libgcc-s1:s390x (10.2.1-6) ...
17:59:20 [2021-12-03T17:59:20.133Z] #21 19.54 Selecting previously unselected package libcrypt1:s390x.
17:59:20 [2021-12-03T17:59:20.133Z] #21 19.54 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
17:59:20 [2021-12-03T17:59:20.133Z] #21 19.55 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
17:59:20 [2021-12-03T17:59:20.133Z] #21 19.62 Selecting previously unselected package libc6:s390x.
17:59:20 [2021-12-03T17:59:20.133Z] #21 19.62 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ...
17:59:20 [2021-12-03T17:59:20.133Z] #21 19.77 Unpacking libc6:s390x (2.31-13+deb11u2) ...
17:59:20 [2021-12-03T17:59:20.392Z] #62 ...
17:59:20 [2021-12-03T17:59:20.392Z] 
17:59:20 [2021-12-03T17:59:20.392Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:59:20 [2021-12-03T17:59:20.392Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:59:20 [2021-12-03T17:59:20.392Z] #43 DONE 266.8s
17:59:20 [2021-12-03T17:59:20.392Z] 
17:59:20 [2021-12-03T17:59:20.392Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:20 [2021-12-03T17:59:20.392Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:59:20 [2021-12-03T17:59:20.392Z] #62 ...
17:59:20 [2021-12-03T17:59:20.392Z] 
17:59:20 [2021-12-03T17:59:20.392Z] #44 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
17:59:20 [2021-12-03T17:59:20.392Z] #44 sha256:9ada3f1ce29a2d200119595302b0e400b185c7d2d20a4678161467d712735f19
17:59:20 [2021-12-03T17:59:20.707Z] #21 20.26 Selecting previously unselected package libapparmor1:s390x.
17:59:20 [2021-12-03T17:59:20.707Z] #21 20.26 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
17:59:20 [2021-12-03T17:59:20.707Z] #21 20.27 Unpacking libapparmor1:s390x (2.13.6-10) ...
17:59:20 [2021-12-03T17:59:20.707Z] #21 20.32 Selecting previously unselected package libapparmor-dev:s390x.
17:59:20 [2021-12-03T17:59:20.707Z] #21 20.33 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
17:59:20 [2021-12-03T17:59:20.707Z] #21 20.33 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
17:59:20 [2021-12-03T17:59:20.707Z] #21 20.39 Selecting previously unselected package libgcc-s1:armhf.
17:59:20 [2021-12-03T17:59:20.964Z] #21 20.40 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
17:59:20 [2021-12-03T17:59:20.964Z] #21 20.45 Unpacking libgcc-s1:armhf (10.2.1-6) ...
17:59:20 [2021-12-03T17:59:20.964Z] #21 20.50 Selecting previously unselected package libcrypt1:armhf.
17:59:20 [2021-12-03T17:59:20.964Z] #21 20.50 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
17:59:20 [2021-12-03T17:59:20.964Z] #21 20.51 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
17:59:20 [2021-12-03T17:59:20.965Z] #21 20.58 Selecting previously unselected package libc6:armhf.
17:59:20 [2021-12-03T17:59:20.965Z] #21 20.59 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ...
17:59:21 [2021-12-03T17:59:21.112Z] #44 DONE 0.4s
17:59:21 [2021-12-03T17:59:21.112Z] 
17:59:21 [2021-12-03T17:59:21.112Z] #48 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
17:59:21 [2021-12-03T17:59:21.112Z] #48 sha256:fed926a482356597661cfb97e21c2dfee255a4758ccf53720650f91d3d6dc261
17:59:21 [2021-12-03T17:59:21.112Z] #48 DONE 0.1s
17:59:21 [2021-12-03T17:59:21.112Z] 
17:59:21 [2021-12-03T17:59:21.112Z] #50 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
17:59:21 [2021-12-03T17:59:21.112Z] #50 sha256:a8cd87d399ec3fb89d3c64425a46c5410f1d1b99f40004121d1a7001cffb4a79
17:59:21 [2021-12-03T17:59:21.112Z] #50 DONE 0.1s
17:59:21 [2021-12-03T17:59:21.112Z] 
17:59:21 [2021-12-03T17:59:21.112Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:21 [2021-12-03T17:59:21.112Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:59:21 [2021-12-03T17:59:21.112Z] #62 ...
17:59:21 [2021-12-03T17:59:21.112Z] 
17:59:21 [2021-12-03T17:59:21.112Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
17:59:21 [2021-12-03T17:59:21.112Z] #52 sha256:9aa60acda63e374aecf04895e7f95059457ada725971f4648df9d7a72e95e30f
17:59:21 [2021-12-03T17:59:21.112Z] #52 DONE 0.1s
17:59:21 [2021-12-03T17:59:21.112Z] 
17:59:21 [2021-12-03T17:59:21.112Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
17:59:21 [2021-12-03T17:59:21.112Z] #54 sha256:549b562c4eb1b279fbacc8f32aa06a2a261a7989a3ea75a6826997ca3efc7383
17:59:21 [2021-12-03T17:59:21.222Z] #21 20.77 Unpacking libc6:armhf (2.31-13+deb11u2) ...
17:59:21 [2021-12-03T17:59:21.409Z] #54 DONE 0.5s
17:59:21 [2021-12-03T17:59:21.409Z] 
17:59:21 [2021-12-03T17:59:21.409Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
17:59:21 [2021-12-03T17:59:21.409Z] #56 sha256:4445d84ab39dbdcea0de22cb0a4c5d594ce7e63fd6aadf2bb6d1ed63e826590a
17:59:21 [2021-12-03T17:59:21.479Z] #21 21.14 Selecting previously unselected package libapparmor1:armhf.
17:59:21 [2021-12-03T17:59:21.479Z] #21 21.15 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
17:59:21 [2021-12-03T17:59:21.479Z] #21 21.15 Unpacking libapparmor1:armhf (2.13.6-10) ...
17:59:21 [2021-12-03T17:59:21.671Z] #56 DONE 0.2s
17:59:21 [2021-12-03T17:59:21.671Z] 
17:59:21 [2021-12-03T17:59:21.671Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:21 [2021-12-03T17:59:21.671Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.20 Selecting previously unselected package libapparmor-dev:armhf.
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.20 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.21 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.27 Selecting previously unselected package libgcc-s1:ppc64el.
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.28 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.29 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.33 Selecting previously unselected package libcrypt1:ppc64el.
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.33 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.34 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.41 Selecting previously unselected package libc6:ppc64el.
17:59:21 [2021-12-03T17:59:21.736Z] #21 21.42 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ...
17:59:21 [2021-12-03T17:59:21.992Z] #21 21.58 Unpacking libc6:ppc64el (2.31-13+deb11u2) ...
17:59:22 [2021-12-03T17:59:22.555Z] #21 22.12 Selecting previously unselected package libapparmor1:ppc64el.
17:59:22 [2021-12-03T17:59:22.555Z] #21 22.12 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
17:59:22 [2021-12-03T17:59:22.555Z] #21 22.13 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
17:59:22 [2021-12-03T17:59:22.555Z] #21 22.17 Selecting previously unselected package libapparmor-dev:ppc64el.
17:59:22 [2021-12-03T17:59:22.555Z] #21 22.18 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
17:59:22 [2021-12-03T17:59:22.555Z] #21 22.18 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
17:59:22 [2021-12-03T17:59:22.555Z] #21 22.24 Selecting previously unselected package libseccomp2:s390x.
17:59:22 [2021-12-03T17:59:22.555Z] #21 22.25 Preparing to unpack .../30-libseccomp2_2.5.1-1_s390x.deb ...
17:59:22 [2021-12-03T17:59:22.555Z] #21 22.25 Unpacking libseccomp2:s390x (2.5.1-1) ...
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.29 Selecting previously unselected package libseccomp-dev:s390x.
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.30 Preparing to unpack .../31-libseccomp-dev_2.5.1-1_s390x.deb ...
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.30 Unpacking libseccomp-dev:s390x (2.5.1-1) ...
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.35 Selecting previously unselected package libseccomp2:ppc64el.
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.36 Preparing to unpack .../32-libseccomp2_2.5.1-1_ppc64el.deb ...
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.36 Unpacking libseccomp2:ppc64el (2.5.1-1) ...
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.41 Selecting previously unselected package libseccomp-dev:ppc64el.
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.42 Preparing to unpack .../33-libseccomp-dev_2.5.1-1_ppc64el.deb ...
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.42 Unpacking libseccomp-dev:ppc64el (2.5.1-1) ...
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.47 Selecting previously unselected package libseccomp2:armhf.
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.48 Preparing to unpack .../34-libseccomp2_2.5.1-1_armhf.deb ...
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.48 Unpacking libseccomp2:armhf (2.5.1-1) ...
17:59:22 [2021-12-03T17:59:22.812Z] #21 22.53 Selecting previously unselected package libseccomp-dev:armhf.
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.53 Preparing to unpack .../35-libseccomp-dev_2.5.1-1_armhf.deb ...
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.54 Unpacking libseccomp-dev:armhf (2.5.1-1) ...
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.59 Selecting previously unselected package libseccomp2:armel.
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.59 Preparing to unpack .../36-libseccomp2_2.5.1-1_armel.deb ...
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.59 Unpacking libseccomp2:armel (2.5.1-1) ...
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.64 Selecting previously unselected package libseccomp-dev:armel.
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.65 Preparing to unpack .../37-libseccomp-dev_2.5.1-1_armel.deb ...
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.66 Unpacking libseccomp-dev:armel (2.5.1-1) ...
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.72 Selecting previously unselected package libseccomp2:arm64.
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.72 Preparing to unpack .../38-libseccomp2_2.5.1-1_arm64.deb ...
17:59:23 [2021-12-03T17:59:23.069Z] #21 22.73 Unpacking libseccomp2:arm64 (2.5.1-1) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.77 Selecting previously unselected package libseccomp-dev:arm64.
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.77 Preparing to unpack .../39-libseccomp-dev_2.5.1-1_arm64.deb ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.78 Unpacking libseccomp-dev:arm64 (2.5.1-1) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.85 Setting up gcc-10-base:arm64 (10.2.1-6) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.87 Setting up gcc-10-base:armel (10.2.1-6) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.88 Setting up gcc-10-base:armhf (10.2.1-6) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.89 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.90 Setting up gcc-10-base:s390x (10.2.1-6) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.91 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.92 Setting up libcrypt1:armel (1:4.4.18-4) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.93 Setting up libcrypt1:armhf (1:4.4.18-4) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.94 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.95 Setting up libcrypt1:s390x (1:4.4.18-4) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.96 Setting up libgcc-s1:arm64 (10.2.1-6) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.97 Setting up libgcc-s1:armel (10.2.1-6) ...
17:59:23 [2021-12-03T17:59:23.325Z] #21 22.98 Setting up libgcc-s1:armhf (10.2.1-6) ...
17:59:23 [2021-12-03T17:59:23.582Z] #21 22.99 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
17:59:23 [2021-12-03T17:59:23.582Z] #21 23.00 Setting up libgcc-s1:s390x (10.2.1-6) ...
17:59:23 [2021-12-03T17:59:23.582Z] #21 23.01 Setting up libc6:arm64 (2.31-13+deb11u2) ...
17:59:24 [2021-12-03T17:59:24.950Z] #21 24.21 Setting up libc6:armel (2.31-13+deb11u2) ...
17:59:25 [2021-12-03T17:59:25.884Z] #21 25.43 Setting up libc6:armhf (2.31-13+deb11u2) ...
17:59:27 [2021-12-03T17:59:27.251Z] #21 26.68 Setting up libc6:ppc64el (2.31-13+deb11u2) ...
17:59:27 [2021-12-03T17:59:27.591Z] #62 218.3 # github.com/containerd/containerd/cmd/containerd
17:59:27 [2021-12-03T17:59:27.591Z] #62 218.3 /usr/bin/ld: /tmp/go-link-1633001833/000019.o: in function `New':
17:59:27 [2021-12-03T17:59:27.591Z] #62 218.3 /tmp/tmp.UGcnUOpLQs/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
17:59:27 [2021-12-03T17:59:27.591Z] #62 218.3 + bin/containerd-stress
17:59:28 [2021-12-03T17:59:28.180Z] #21 27.90 Setting up libc6:s390x (2.31-13+deb11u2) ...
17:59:28 [2021-12-03T17:59:28.959Z] #62 219.4 + bin/containerd-shim
17:59:29 [2021-12-03T17:59:29.033Z] #58 ...
17:59:29 [2021-12-03T17:59:29.033Z] 
17:59:29 [2021-12-03T17:59:29.033Z] #43 [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 "v2.3.0"         && 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 "v2.1.0";                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
17:59:29 [2021-12-03T17:59:29.033Z] #43 sha256:3f145087a670e3f33828732b49f419d5e2e17fad1e16ac3ceeecf2f1e77a70fb
17:59:29 [2021-12-03T17:59:29.033Z] #43 DONE 272.2s
17:59:29 [2021-12-03T17:59:29.033Z] 
17:59:29 [2021-12-03T17:59:29.033Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:29 [2021-12-03T17:59:29.033Z] #58 sha256:0488e6d48e7b3a32f19f5952d6ac33d7056e30b4df9403a90878034ce1ac792e
17:59:29 [2021-12-03T17:59:29.033Z] #58 ...
17:59:29 [2021-12-03T17:59:29.033Z] 
17:59:29 [2021-12-03T17:59:29.033Z] #44 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
17:59:29 [2021-12-03T17:59:29.033Z] #44 sha256:eca9701806f64ce855ebf504a00d15c668694d4efc5abe9aeb906b963d1fed7d
17:59:29 [2021-12-03T17:59:29.549Z] #21 29.15 Setting up libapparmor1:arm64 (2.13.6-10) ...
17:59:29 [2021-12-03T17:59:29.549Z] #21 29.16 Setting up libapparmor1:armel (2.13.6-10) ...
17:59:29 [2021-12-03T17:59:29.549Z] #21 29.17 Setting up libapparmor1:armhf (2.13.6-10) ...
17:59:29 [2021-12-03T17:59:29.549Z] #21 29.18 Setting up libapparmor1:ppc64el (2.13.6-10) ...
17:59:29 [2021-12-03T17:59:29.549Z] #21 29.20 Setting up libapparmor1:s390x (2.13.6-10) ...
17:59:29 [2021-12-03T17:59:29.606Z] #44 DONE 0.5s
17:59:29 [2021-12-03T17:59:29.606Z] 
17:59:29 [2021-12-03T17:59:29.606Z] #48 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
17:59:29 [2021-12-03T17:59:29.606Z] #48 sha256:9d338efaeafbe4fd586110c62ac15bca28d2c0c9de76900934d917aa2e770a69
17:59:29 [2021-12-03T17:59:29.606Z] #48 DONE 0.1s
17:59:29 [2021-12-03T17:59:29.606Z] 
17:59:29 [2021-12-03T17:59:29.606Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:29 [2021-12-03T17:59:29.606Z] #58 sha256:0488e6d48e7b3a32f19f5952d6ac33d7056e30b4df9403a90878034ce1ac792e
17:59:29 [2021-12-03T17:59:29.606Z] #58 ...
17:59:29 [2021-12-03T17:59:29.606Z] 
17:59:29 [2021-12-03T17:59:29.606Z] #50 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
17:59:29 [2021-12-03T17:59:29.606Z] #50 sha256:f7223326fc4c08b3482e6408bc69e610a4918c1b0b22ef2aa14a11d4fe255603
17:59:29 [2021-12-03T17:59:29.606Z] #50 DONE 0.1s
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.21 Setting up libseccomp2:arm64 (2.5.1-1) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.22 Setting up libseccomp2:armel (2.5.1-1) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.23 Setting up libseccomp2:armhf (2.5.1-1) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.24 Setting up libseccomp2:ppc64el (2.5.1-1) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.25 Setting up libseccomp2:s390x (2.5.1-1) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.26 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.27 Setting up libapparmor-dev:armel (2.13.6-10) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.28 Setting up libapparmor-dev:armhf (2.13.6-10) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.29 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.30 Setting up libapparmor-dev:s390x (2.13.6-10) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.33 Setting up libseccomp-dev:arm64 (2.5.1-1) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.35 Setting up libseccomp-dev:armel (2.5.1-1) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.36 Setting up libseccomp-dev:armhf (2.5.1-1) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.37 Setting up libseccomp-dev:ppc64el (2.5.1-1) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.38 Setting up libseccomp-dev:s390x (2.5.1-1) ...
17:59:29 [2021-12-03T17:59:29.813Z] #21 29.39 Processing triggers for libc-bin (2.31-13+deb11u2) ...
17:59:29 [2021-12-03T17:59:29.868Z] 
17:59:29 [2021-12-03T17:59:29.868Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
17:59:29 [2021-12-03T17:59:29.868Z] #52 sha256:67f8b57c5eac378ec5ac8d02899da89489e5c77bad9953989b36d680cc0625a6
17:59:29 [2021-12-03T17:59:29.868Z] #52 DONE 0.1s
17:59:29 [2021-12-03T17:59:29.868Z] 
17:59:29 [2021-12-03T17:59:29.868Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
17:59:29 [2021-12-03T17:59:29.868Z] #54 sha256:7e227610b8e74b39b4799b7415e569464eb8f735258d41747e580a81f06ded2e
17:59:30 [2021-12-03T17:59:30.381Z] #21 DONE 30.0s
17:59:30 [2021-12-03T17:59:30.381Z] 
17:59:30 [2021-12-03T17:59:30.381Z] #64 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
17:59:30 [2021-12-03T17:59:30.381Z] #64 sha256:20d88b799687fd304a440e697124f3c4bd4d735003c4d327eeadfa4c4ac798af
17:59:30 [2021-12-03T17:59:30.381Z] #64 DONE 0.1s
17:59:30 [2021-12-03T17:59:30.381Z] 
17:59:30 [2021-12-03T17:59:30.381Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:30 [2021-12-03T17:59:30.381Z] #65 sha256:b453b652b7af9f0cc534d058560db181eac98fb69fb41acb407cbf4b837d6555
17:59:30 [2021-12-03T17:59:30.440Z] #54 DONE 0.4s
17:59:30 [2021-12-03T17:59:30.440Z] 
17:59:30 [2021-12-03T17:59:30.440Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
17:59:30 [2021-12-03T17:59:30.440Z] #56 sha256:4266115692c19368accfae146a6896c4471105f1c9a44f6c5ef83b58de58439f
17:59:30 [2021-12-03T17:59:30.440Z] #56 DONE 0.1s
17:59:30 [2021-12-03T17:59:30.440Z] 
17:59:30 [2021-12-03T17:59:30.440Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:30 [2021-12-03T17:59:30.440Z] #58 sha256:0488e6d48e7b3a32f19f5952d6ac33d7056e30b4df9403a90878034ce1ac792e
17:59:31 [2021-12-03T17:59:31.295Z] #58 ...
17:59:31 [2021-12-03T17:59:31.296Z] 
17:59:31 [2021-12-03T17:59:31.296Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:31 [2021-12-03T17:59:31.296Z] #62 sha256:3ce20012bea38eb19df3246517fd9fa40867a76b217b7c11d536e6d327b487f7
17:59:31 [2021-12-03T17:59:31.296Z] #62 216.5 + bin/containerd
17:59:32 [2021-12-03T17:59:32.269Z] #65 ...
17:59:32 [2021-12-03T17:59:32.269Z] 
17:59:32 [2021-12-03T17:59:32.269Z] #22 [dev-systemd-false  1/25] RUN groupadd -r docker
17:59:32 [2021-12-03T17:59:32.269Z] #22 sha256:42e6da98974eea833e9fc200dbfb412ec6512e8400de8f8e9f42d03d6f400bfa
17:59:32 [2021-12-03T17:59:32.269Z] #22 DONE 1.7s
17:59:32 [2021-12-03T17:59:32.269Z] 
17:59:32 [2021-12-03T17:59:32.269Z] #23 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
17:59:32 [2021-12-03T17:59:32.269Z] #23 sha256:7d0dfbd2d8653ab7f321cb9318867ea4efc019d41aa358df79d935e9bcd60675
17:59:33 [2021-12-03T17:59:33.208Z] #62 ...
17:59:33 [2021-12-03T17:59:33.208Z] 
17:59:33 [2021-12-03T17:59:33.208Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:33 [2021-12-03T17:59:33.208Z] #58 sha256:3df455383fd57ffc794c68daa19c9132826b989f618333fa8037eb7541703394
17:59:33 [2021-12-03T17:59:33.208Z] #58 148.8 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
17:59:33 [2021-12-03T17:59:33.635Z] #23 DONE 1.6s
17:59:33 [2021-12-03T17:59:33.635Z] 
17:59:33 [2021-12-03T17:59:33.635Z] #24 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
17:59:33 [2021-12-03T17:59:33.635Z] #24 sha256:f09e0d789b6b05bf93ecd166fcf9e9eec4ef8f81ae85a68b05a8e07cdf576994
17:59:34 [2021-12-03T17:59:34.151Z] #58 150.0 + mkdir -p /build
17:59:34 [2021-12-03T17:59:34.151Z] #58 150.0 + cp runc /build/runc
17:59:35 [2021-12-03T17:59:35.095Z] #58 DONE 150.8s
17:59:35 [2021-12-03T17:59:35.095Z] 
17:59:35 [2021-12-03T17:59:35.095Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:35 [2021-12-03T17:59:35.095Z] #62 sha256:3ce20012bea38eb19df3246517fd9fa40867a76b217b7c11d536e6d327b487f7
17:59:35 [2021-12-03T17:59:35.506Z] #62 225.4 + bin/containerd-shim-runc-v1
17:59:35 [2021-12-03T17:59:35.577Z] #24 1.498 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
17:59:35 [2021-12-03T17:59:35.577Z] #24 DONE 1.6s
17:59:35 [2021-12-03T17:59:35.577Z] 
17:59:35 [2021-12-03T17:59:35.577Z] #25 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
17:59:35 [2021-12-03T17:59:35.577Z] #25 sha256:e50fb8e5e01c154fd4b0a61698c888953ef13e2eda368d0874fb05becb1cd324
17:59:36 [2021-12-03T17:59:36.489Z] #62 ...
17:59:36 [2021-12-03T17:59:36.489Z] 
17:59:36 [2021-12-03T17:59:36.489Z] #59 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
17:59:36 [2021-12-03T17:59:36.489Z] #59 sha256:787b20b748a0d8eb7d1cdc22a2eceb8eb7fbf8ae7899e878747691696d447f85
17:59:36 [2021-12-03T17:59:36.749Z] #59 DONE 0.2s
17:59:36 [2021-12-03T17:59:36.749Z] 
17:59:36 [2021-12-03T17:59:36.749Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:36 [2021-12-03T17:59:36.749Z] #62 sha256:3ce20012bea38eb19df3246517fd9fa40867a76b217b7c11d536e6d327b487f7
17:59:36 [2021-12-03T17:59:36.957Z] #25 DONE 1.4s
17:59:36 [2021-12-03T17:59:36.957Z] 
17:59:36 [2021-12-03T17:59:36.957Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:36 [2021-12-03T17:59:36.957Z] #65 sha256:b453b652b7af9f0cc534d058560db181eac98fb69fb41acb407cbf4b837d6555
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.824 + RM_GOPATH=0
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.824 + TMP_GOPATH=
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.824 + : /build
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.824 + '[' -z '' ']'
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.824 ++ mktemp -d
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.824 + export GOPATH=/tmp/tmp.MXLGrOrX75
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.824 + GOPATH=/tmp/tmp.MXLGrOrX75
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.824 + RM_GOPATH=1
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.824 + case "$(go env GOARCH)" in
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.827 ++ go env GOARCH
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.840 + export GO_BUILDMODE=-buildmode=pie
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.840 + GO_BUILDMODE=-buildmode=pie
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.840 ++ dirname /install.sh
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.847 Install runc version v1.0.2 (build tags: seccomp)
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 + dir=/
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 + bin=runc
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 + shift
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 + '[' '!' -f //runc.installer ']'
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 + . //runc.installer
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 ++ set -e
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 ++ : v1.0.2
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 + install_runc
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 + RUNC_BUILDTAGS=seccomp
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.MXLGrOrX75/src/github.com/opencontainers/runc
17:59:36 [2021-12-03T17:59:36.957Z] #65 1.848 Cloning into '/tmp/tmp.MXLGrOrX75/src/github.com/opencontainers/runc'...
17:59:37 [2021-12-03T17:59:37.519Z] #65 7.099 + cd /tmp/tmp.MXLGrOrX75/src/github.com/opencontainers/runc
17:59:37 [2021-12-03T17:59:37.519Z] #65 7.099 + git checkout -q v1.0.2
17:59:38 [2021-12-03T17:59:38.082Z] #65 ...
17:59:38 [2021-12-03T17:59:38.082Z] 
17:59:38 [2021-12-03T17:59:38.082Z] #26 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
17:59:38 [2021-12-03T17:59:38.082Z] #26 sha256:42ccc42d62d6a55c13623704010f92a5a02e9956cf70bc3744570e0ede2eb8c2
17:59:38 [2021-12-03T17:59:38.082Z] #26 DONE 1.3s
17:59:38 [2021-12-03T17:59:38.082Z] 
17:59:38 [2021-12-03T17:59:38.082Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:38 [2021-12-03T17:59:38.082Z] #65 sha256:b453b652b7af9f0cc534d058560db181eac98fb69fb41acb407cbf4b837d6555
17:59:38 [2021-12-03T17:59:38.082Z] #65 7.563 + '[' -z '' ']'
17:59:38 [2021-12-03T17:59:38.082Z] #65 7.563 + target=static
17:59:38 [2021-12-03T17:59:38.082Z] #65 7.563 + make BUILDTAGS=seccomp static
17:59:38 [2021-12-03T17:59:38.082Z] #65 ...
17:59:38 [2021-12-03T17:59:38.082Z] 
17:59:38 [2021-12-03T17:59:38.082Z] #27 [dev-systemd-false  6/25] RUN ldconfig
17:59:38 [2021-12-03T17:59:38.082Z] #27 sha256:4a13c30b8b04f2eac2be168edcf431aa2d20b8aab29d53ae266afbae19e3b5c2
17:59:39 [2021-12-03T17:59:39.449Z] #27 DONE 1.4s
17:59:39 [2021-12-03T17:59:39.449Z] 
17:59:39 [2021-12-03T17:59:39.449Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:39 [2021-12-03T17:59:39.449Z] #65 sha256:b453b652b7af9f0cc534d058560db181eac98fb69fb41acb407cbf4b837d6555
17:59:39 [2021-12-03T17:59:39.449Z] #65 7.919 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc .
17:59:39 [2021-12-03T17:59:39.679Z] #62 229.8 + bin/containerd-shim-runc-v2
17:59:39 [2021-12-03T17:59:39.679Z] #62 230.3 + binaries
17:59:39 [2021-12-03T17:59:39.679Z] #62 230.3 + install -D bin/containerd /build/containerd
17:59:39 [2021-12-03T17:59:39.679Z] #62 230.3 + install -D bin/containerd-shim /build/containerd-shim
17:59:39 [2021-12-03T17:59:39.679Z] #62 230.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
17:59:39 [2021-12-03T17:59:39.679Z] #62 230.4 + install -D bin/ctr /build/ctr
17:59:43 [2021-12-03T17:59:43.623Z] #62 224.7 + bin/containerd
17:59:44 [2021-12-03T17:59:44.696Z] #65 ...
17:59:44 [2021-12-03T17:59:44.696Z] 
17:59:44 [2021-12-03T17:59:44.696Z] #28 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:59:44 [2021-12-03T17:59:44.696Z] #28 sha256:d2785159ef1a42cdb8d7b5bd10fde4c049231740241a95b996d7d5e7ee75dfff
17:59:44 [2021-12-03T17:59:44.696Z] #28 1.732 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
17:59:44 [2021-12-03T17:59:44.696Z] #28 1.897 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:59:44 [2021-12-03T17:59:44.696Z] #28 1.905 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
17:59:44 [2021-12-03T17:59:44.696Z] #28 2.325 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
17:59:44 [2021-12-03T17:59:44.696Z] #28 2.833 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
17:59:44 [2021-12-03T17:59:44.696Z] #28 3.489 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7863 kB]
17:59:44 [2021-12-03T17:59:44.696Z] #28 4.069 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
17:59:44 [2021-12-03T17:59:44.696Z] #28 4.653 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
17:59:44 [2021-12-03T17:59:44.696Z] #28 5.059 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
17:59:44 [2021-12-03T17:59:44.925Z] #62 DONE 235.3s
17:59:44 [2021-12-03T17:59:44.952Z] #28 5.426 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [93.1 kB]
17:59:44 [2021-12-03T17:59:44.952Z] #28 5.436 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [93.2 kB]
17:59:44 [2021-12-03T17:59:44.952Z] #28 5.436 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [97.5 kB]
17:59:44 [2021-12-03T17:59:44.952Z] #28 5.458 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [94.2 kB]
17:59:44 [2021-12-03T17:59:44.952Z] #28 5.469 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [91.2 kB]
17:59:44 [2021-12-03T17:59:44.952Z] #28 5.469 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [95.0 kB]
17:59:45 [2021-12-03T17:59:45.207Z] #28 5.883 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B]
17:59:45 [2021-12-03T17:59:45.463Z] #28 5.909 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
17:59:45 [2021-12-03T17:59:45.463Z] #28 5.909 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
17:59:45 [2021-12-03T17:59:45.463Z] #28 5.909 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
17:59:45 [2021-12-03T17:59:45.463Z] #28 5.909 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
17:59:45 [2021-12-03T17:59:45.463Z] #28 5.915 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
17:59:45 [2021-12-03T17:59:45.487Z] 
17:59:45 [2021-12-03T17:59:45.487Z] #63 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
17:59:45 [2021-12-03T17:59:45.487Z] #63 sha256:e206708108ad3805b77b7c7aba5b71793e2cbb895f06078c2fb58f47296f5a84
17:59:46 [2021-12-03T17:59:46.153Z] #62 ...
17:59:46 [2021-12-03T17:59:46.153Z] 
17:59:46 [2021-12-03T17:59:46.153Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:46 [2021-12-03T17:59:46.153Z] #58 sha256:f9d8d8efd267569dba1cb9b4a31ee2559d1330a2df15e986cdc524413415503b
17:59:46 [2021-12-03T17:59:46.153Z] #58 143.9 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
17:59:46 [2021-12-03T17:59:46.719Z] #58 144.7 + mkdir -p /build
17:59:46 [2021-12-03T17:59:46.719Z] #58 144.7 + cp runc /build/runc
17:59:47 [2021-12-03T17:59:47.375Z] #63 DONE 1.7s
17:59:47 [2021-12-03T17:59:47.375Z] 
17:59:47 [2021-12-03T17:59:47.375Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
17:59:47 [2021-12-03T17:59:47.375Z] #68 sha256:7e41da93398214cb24c54466a8044448fe7cd1b7c18d24ac8279e0d77d091230
17:59:47 [2021-12-03T17:59:47.631Z] #68 DONE 0.4s
17:59:47 [2021-12-03T17:59:47.631Z] 
17:59:47 [2021-12-03T17:59:47.631Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
17:59:47 [2021-12-03T17:59:47.631Z] #73 sha256:c2355dcc11fa38ae533e9579518fde3f953069bd72fd6f366be79081ea55a1fd
17:59:47 [2021-12-03T17:59:47.655Z] #58 DONE 145.5s
17:59:47 [2021-12-03T17:59:47.655Z] 
17:59:47 [2021-12-03T17:59:47.655Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:47 [2021-12-03T17:59:47.655Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:59:48 [2021-12-03T17:59:48.998Z] #73 DONE 1.4s
17:59:48 [2021-12-03T17:59:48.998Z] 
17:59:48 [2021-12-03T17:59:48.998Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
17:59:48 [2021-12-03T17:59:48.998Z] #74 sha256:2e00d412f0f26de1136df33f343c458f2a8863bbcdf1dcf8661b9a7bd8d7593a
17:59:48 [2021-12-03T17:59:48.998Z] #74 DONE 0.0s
17:59:48 [2021-12-03T17:59:48.998Z] 
17:59:48 [2021-12-03T17:59:48.998Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
17:59:48 [2021-12-03T17:59:48.998Z] #75 sha256:dcd982e988c2a3c758dedb4199024f30dc9dc43184a6a1bd4b0d1a873446389d
17:59:49 [2021-12-03T17:59:49.927Z] #75 DONE 0.9s
17:59:49 [2021-12-03T17:59:49.927Z] 
17:59:49 [2021-12-03T17:59:49.927Z] #76 exporting to image
17:59:49 [2021-12-03T17:59:49.927Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
17:59:49 [2021-12-03T17:59:49.927Z] #76 exporting layers
17:59:50 [2021-12-03T17:59:50.942Z] #62 ...
17:59:50 [2021-12-03T17:59:50.942Z] 
17:59:50 [2021-12-03T17:59:50.942Z] #59 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
17:59:50 [2021-12-03T17:59:50.942Z] #59 sha256:56138f81c4bc23f6df66b9d1958de418cb4c38c7659c02c0edd635c8e810089f
17:59:50 [2021-12-03T17:59:50.942Z] #59 DONE 0.3s
17:59:50 [2021-12-03T17:59:50.942Z] 
17:59:50 [2021-12-03T17:59:50.942Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:50 [2021-12-03T17:59:50.942Z] #62 sha256:2f6d288683f00e3a96e2826942f2dd52fa655cff1c9a577e7d4908a2c22c01e5
17:59:52 [2021-12-03T17:59:52.415Z] #58 ...
17:59:52 [2021-12-03T17:59:52.415Z] 
17:59:52 [2021-12-03T17:59:52.415Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:52 [2021-12-03T17:59:52.415Z] #62 sha256:009ad192b66abc76a75b6e8e4e0bef217fa9fef978a2796e5bb3e495e37b8277
17:59:52 [2021-12-03T17:59:52.415Z] #62 229.7 + bin/containerd
17:59:53 [2021-12-03T17:59:53.197Z] #76 exporting layers 3.1s done
17:59:53 [2021-12-03T17:59:53.197Z] #76 writing image sha256:f4021ce3b495c1dc8400335f17a417c6f6a3dd21f905b6aebdf557a89d10e3b2 done
17:59:53 [2021-12-03T17:59:53.197Z] #76 naming to docker.io/library/docker:871659e5ff10dd9479122ff345eaaf77a1a6c9c9 done
17:59:53 [2021-12-03T17:59:53.197Z] #76 DONE 3.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
17:59:53 [2021-12-03T17:59:53.357Z] #62 ...
17:59:53 [2021-12-03T17:59:53.358Z] 
17:59:53 [2021-12-03T17:59:53.358Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
17:59:53 [2021-12-03T17:59:53.358Z] #58 sha256:0488e6d48e7b3a32f19f5952d6ac33d7056e30b4df9403a90878034ce1ac792e
17:59:53 [2021-12-03T17:59:53.358Z] #58 140.8 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
17:59:53 [2021-12-03T17:59:53.358Z] #58 141.7 + mkdir -p /build
17:59:53 [2021-12-03T17:59:53.358Z] #58 141.7 + cp runc /build/runc
17:59:53 [2021-12-03T17:59:53.358Z] #58 DONE 142.3s
17:59:53 [2021-12-03T17:59:53.358Z] 
17:59:53 [2021-12-03T17:59:53.358Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:53 [2021-12-03T17:59:53.358Z] #62 sha256:009ad192b66abc76a75b6e8e4e0bef217fa9fef978a2796e5bb3e495e37b8277
17:59:53 [2021-12-03T17:59:53.523Z] + sudo modprobe ip6table_filter
[Pipeline] sh
17:59:53 [2021-12-03T17:59:53.798Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=871659e5ff10dd9479122ff345eaaf77a1a6c9c9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:871659e5ff10dd9479122ff345eaaf77a1a6c9c9 hack/test/unit
17:59:55 [2021-12-03T17:59:55.688Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove')
17:59:55 [2021-12-03T17:59:55.688Z] + TESTFLAGS+=' -test.timeout=5m'
17:59:55 [2021-12-03T17:59:55.688Z] + TESTDIRS=./...
17:59:55 [2021-12-03T17:59:55.688Z] + exclude_paths='/vendor/|/integration'
17:59:55 [2021-12-03T17:59:55.688Z] ++ go list ./...
17:59:55 [2021-12-03T17:59:55.688Z] ++ grep -vE '(/vendor/|/integration)'
17:59:55 [2021-12-03T17:59:55.903Z] #62 ...
17:59:55 [2021-12-03T17:59:55.903Z] 
17:59:55 [2021-12-03T17:59:55.903Z] #59 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
17:59:55 [2021-12-03T17:59:55.903Z] #59 sha256:430ed609e5640de909e7728e7e1e7435f13c891c01655780579696a4d4f7148c
17:59:55 [2021-12-03T17:59:55.903Z] #59 DONE 0.4s
17:59:55 [2021-12-03T17:59:55.903Z] 
17:59:55 [2021-12-03T17:59:55.903Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:55 [2021-12-03T17:59:55.903Z] #62 sha256:009ad192b66abc76a75b6e8e4e0bef217fa9fef978a2796e5bb3e495e37b8277
17:59:56 [2021-12-03T17:59:56.618Z] + pkg_list='github.com/docker/docker/api
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/backend/build
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/httputils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/middleware
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/build
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/checkpoint
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/container
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/debug
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/distribution
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/grpc
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/image
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/network
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/plugin
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/session
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/swarm
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/system
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/volume
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/backend
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/blkiodev
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/container
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/events
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/filters
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/image
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/mount
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/network
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/plugins/logdriver
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/registry
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/strslice
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/swarm
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/swarm/runtime
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/time
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/versions
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/versions/v1p19
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/versions/v1p20
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/volume
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/exporter
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/worker
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/dockerfile
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/dockerignore
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/remotecontext
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/remotecontext/git
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cli
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cli/config
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cli/debug
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/client
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cmd/docker-proxy
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cmd/dockerd
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cmd/dockerd/trap
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/container
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/container/stream
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/contrib/apparmor
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/contrib/docker-device-tool
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/contrib/httpserver
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/cluster
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/cluster/convert
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/cluster/executor
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/cluster/executor/container
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/cluster/provider
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/config
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/discovery
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/events
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/events/testutils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/exec
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/aufs
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/copy
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/overlay
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/register
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/vfs
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/graphdriver/zfs
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/images
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/initlayer
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/links
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/listeners
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/awslogs
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/fluentd
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/gcplogs
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/gelf
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/journald
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/local
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/logentries
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/loggerutils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/splunk
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/syslog
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/logger/templates
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/names
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/network
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/daemon/stats
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/distribution
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/distribution/metadata
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/distribution/utils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/distribution/xfer
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/dockerversion
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/errdefs
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/image
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/image/cache
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/image/tarexport
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/image/v1
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/internal/test/suite
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/layer
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libcontainerd
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libcontainerd/queue
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libcontainerd/remote
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libcontainerd/supervisor
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libcontainerd/types
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/bitseq
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/cluster
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/config
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/datastore
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/diagnostic
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/discoverapi
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/driverapi
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/bridge
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/host
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/null
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/overlay
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/remote
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/windows
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/drvregistry
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/etchosts
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/hostdiscovery
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/idm
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/internal/caller
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/ipam
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/ipamapi
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/ipams/builtin
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/ipams/null
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/ipams/remote
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/ipamutils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/iptables
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/netlabel
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/netutils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/networkdb
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/ns
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/options
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/osl
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/osl/kernel
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/portallocator
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/portmapper
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/resolvconf
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/testutils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/libnetwork/types
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/oci
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/oci/caps
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/opts
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/aaparser
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/archive
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/authorization
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/broadcaster
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/capabilities
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/chrootarchive
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/containerfs
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/devicemapper
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/directory
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/discovery
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/discovery/file
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/discovery/kv
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/discovery/memory
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/discovery/nodes
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/dmesg
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/filenotify
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/fileutils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/fsutils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/homedir
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/idtools
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/ioutils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/jsonmessage
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/locker
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/longpath
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/loopback
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/mount
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/namesgenerator
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/parsers
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/parsers/kernel
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/pidfile
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/platform
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/plugingetter
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/plugins
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/plugins/transport
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/pools
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/progress
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/pubsub
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/reexec
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/signal
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/stack
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/stdcopy
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/streamformatter
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/stringid
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/symlink
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/sysinfo
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/system
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/tailfile
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/tarsum
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/term
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/term/windows
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/truncindex
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/urlutil
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/pkg/useragent
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/plugin
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/plugin/executor/containerd
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/plugin/v2
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/profiles/apparmor
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/profiles/seccomp
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/quota
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/reference
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/registry
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/registry/resumable
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/restartmanager
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/rootless
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/rootless/specconv
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/runconfig
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/runconfig/opts
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil/daemon
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil/environment
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil/fakecontext
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil/fakegit
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil/fakestorage
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil/fixtures/load
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil/fixtures/plugin
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil/registry
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/testutil/request
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/volume
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/volume/drivers
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/volume/local
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/volume/mounts
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/volume/service
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/volume/service/opts
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/volume/testutils'
17:59:56 [2021-12-03T17:59:56.619Z] ++ grep --fixed-strings -v /libnetwork
17:59:56 [2021-12-03T17:59:56.619Z] ++ echo 'github.com/docker/docker/api
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/backend/build
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/httputils
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/middleware
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/build
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/checkpoint
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/container
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/debug
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/distribution
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/grpc
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/image
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/network
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/plugin
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/session
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/swarm
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/system
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/server/router/volume
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/backend
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/blkiodev
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/container
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/events
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/filters
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/image
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/mount
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/network
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/plugins/logdriver
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/registry
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/strslice
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/swarm
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/swarm/runtime
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/time
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/versions
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/versions/v1p19
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/versions/v1p20
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/api/types/volume
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/exporter
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/builder-next/worker
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/dockerfile
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/dockerignore
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/remotecontext
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/builder/remotecontext/git
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cli
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cli/config
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cli/debug
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/client
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cmd/docker-proxy
17:59:56 [2021-12-03T17:59:56.619Z] github.com/docker/docker/cmd/dockerd
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/cmd/dockerd/trap
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/container
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/container/stream
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/contrib/apparmor
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/contrib/docker-device-tool
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/contrib/httpserver
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster/convert
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster/executor
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster/executor/container
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster/provider
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/config
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/discovery
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/events
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/events/testutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/exec
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/aufs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/copy
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/overlay
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/register
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/vfs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/zfs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/images
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/initlayer
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/links
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/listeners
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/awslogs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/fluentd
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/gcplogs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/gelf
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/journald
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/local
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/logentries
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/loggerutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/splunk
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/syslog
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/templates
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/names
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/network
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/stats
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/distribution
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/distribution/metadata
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/distribution/utils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/distribution/xfer
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/dockerversion
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/errdefs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/image
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/image/cache
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/image/tarexport
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/image/v1
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/internal/test/suite
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/layer
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libcontainerd
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libcontainerd/queue
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libcontainerd/remote
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libcontainerd/supervisor
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libcontainerd/types
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/bitseq
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/cluster
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/config
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/datastore
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/diagnostic
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/discoverapi
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/driverapi
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/bridge
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/host
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/null
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/overlay
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/remote
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/windows
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/drvregistry
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/etchosts
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/hostdiscovery
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/idm
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/internal/caller
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/ipam
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/ipamapi
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/ipams/builtin
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/ipams/null
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/ipams/remote
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/ipamutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/iptables
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/netlabel
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/netutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/networkdb
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/ns
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/options
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/osl
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/osl/kernel
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/portallocator
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/portmapper
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/resolvconf
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/testutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libnetwork/types
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/oci
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/oci/caps
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/opts
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/aaparser
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/archive
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/authorization
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/broadcaster
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/capabilities
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/chrootarchive
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/containerfs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/devicemapper
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/directory
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/discovery
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/discovery/file
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/discovery/kv
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/discovery/memory
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/discovery/nodes
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/dmesg
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/filenotify
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/fileutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/fsutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/homedir
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/idtools
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/ioutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/jsonmessage
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/locker
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/longpath
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/loopback
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/mount
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/namesgenerator
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/parsers
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/parsers/kernel
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/pidfile
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/platform
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/plugingetter
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/plugins
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/plugins/transport
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/pools
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/progress
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/pubsub
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/reexec
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/signal
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/stack
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/stdcopy
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/streamformatter
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/stringid
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/symlink
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/sysinfo
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/system
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/tailfile
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/tarsum
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/term
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/term/windows
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/truncindex
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/urlutil
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/pkg/useragent
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/plugin
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/plugin/executor/containerd
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/plugin/v2
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/profiles/apparmor
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/profiles/seccomp
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/quota
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/reference
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/registry
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/registry/resumable
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/restartmanager
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/rootless
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/rootless/specconv
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/runconfig
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/runconfig/opts
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil/daemon
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil/environment
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil/fakecontext
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil/fakegit
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil/fakestorage
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil/fixtures/load
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil/fixtures/plugin
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil/registry
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/testutil/request
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/volume
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/volume/drivers
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/volume/local
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/volume/mounts
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/volume/service
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/volume/service/opts
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/volume/testutils'
17:59:56 [2021-12-03T17:59:56.620Z] + base_pkg_list='github.com/docker/docker/api
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/backend/build
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/httputils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/middleware
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/build
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/checkpoint
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/container
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/debug
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/distribution
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/grpc
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/image
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/network
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/plugin
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/session
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/swarm
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/system
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/server/router/volume
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/backend
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/blkiodev
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/container
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/events
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/filters
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/image
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/mount
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/network
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/plugins/logdriver
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/registry
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/strslice
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/swarm
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/swarm/runtime
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/time
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/versions
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/versions/v1p19
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/versions/v1p20
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/api/types/volume
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/builder-next
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/builder-next/exporter
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/builder-next/worker
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/dockerfile
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/dockerignore
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/remotecontext
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/builder/remotecontext/git
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/cli
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/cli/config
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/cli/debug
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/client
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/cmd/docker-proxy
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/cmd/dockerd
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/cmd/dockerd/trap
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/container
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/container/stream
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/contrib/apparmor
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/contrib/docker-device-tool
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/contrib/httpserver
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster/convert
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster/executor
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster/executor/container
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/cluster/provider
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/config
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/discovery
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/events
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/events/testutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/exec
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/aufs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/copy
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/overlay
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/register
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/vfs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/graphdriver/zfs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/images
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/initlayer
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/links
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/listeners
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/awslogs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/fluentd
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/gcplogs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/gelf
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/journald
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/local
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/logentries
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/loggerutils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/splunk
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/syslog
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/logger/templates
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/names
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/network
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/daemon/stats
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/distribution
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/distribution/metadata
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/distribution/utils
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/distribution/xfer
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/dockerversion
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/errdefs
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/image
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/image/cache
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/image/tarexport
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/image/v1
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/internal/test/suite
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/layer
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libcontainerd
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libcontainerd/queue
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libcontainerd/remote
17:59:56 [2021-12-03T17:59:56.620Z] github.com/docker/docker/libcontainerd/supervisor
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libcontainerd/types
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/oci
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/oci/caps
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/opts
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/aaparser
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/archive
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/authorization
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/broadcaster
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/capabilities
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/chrootarchive
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/containerfs
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/devicemapper
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/directory
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/discovery
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/discovery/file
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/discovery/kv
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/discovery/memory
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/discovery/nodes
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/dmesg
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/filenotify
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/fileutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/fsutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/homedir
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/idtools
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/ioutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/jsonmessage
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/locker
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/longpath
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/loopback
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/mount
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/namesgenerator
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/parsers
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/parsers/kernel
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/pidfile
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/platform
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/plugingetter
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/plugins
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/plugins/transport
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/pools
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/progress
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/pubsub
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/reexec
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/signal
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/stack
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/stdcopy
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/streamformatter
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/stringid
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/symlink
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/sysinfo
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/system
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/tailfile
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/tarsum
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/term
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/term/windows
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/truncindex
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/urlutil
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/useragent
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/plugin
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/plugin/executor/containerd
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/plugin/v2
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/profiles/apparmor
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/profiles/seccomp
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/quota
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/reference
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/registry
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/registry/resumable
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/restartmanager
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/rootless
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/rootless/specconv
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/runconfig
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/runconfig/opts
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil/daemon
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil/environment
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil/fakecontext
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil/fakegit
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil/fakestorage
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil/fixtures/load
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil/fixtures/plugin
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil/registry
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/testutil/request
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/volume
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/volume/drivers
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/volume/local
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/volume/mounts
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/volume/service
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/volume/service/opts
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/volume/testutils'
17:59:56 [2021-12-03T17:59:56.621Z] ++ grep --fixed-strings /libnetwork
17:59:56 [2021-12-03T17:59:56.621Z] ++ echo 'github.com/docker/docker/api
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/backend/build
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/httputils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/middleware
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/build
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/checkpoint
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/container
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/debug
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/distribution
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/grpc
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/image
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/network
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/plugin
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/session
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/swarm
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/system
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/server/router/volume
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/backend
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/blkiodev
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/container
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/events
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/filters
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/image
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/mount
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/network
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/plugins/logdriver
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/registry
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/strslice
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/swarm
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/swarm/runtime
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/time
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/versions
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/versions/v1p19
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/versions/v1p20
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/api/types/volume
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/builder-next
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/builder-next/exporter
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/builder-next/worker
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/dockerfile
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/dockerignore
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/remotecontext
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/builder/remotecontext/git
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/cli
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/cli/config
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/cli/debug
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/client
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/cmd/docker-proxy
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/cmd/dockerd
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/cmd/dockerd/trap
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/container
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/container/stream
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/contrib/apparmor
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/contrib/docker-device-tool
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/contrib/httpserver
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/cluster
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/cluster/convert
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/cluster/executor
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/cluster/executor/container
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/cluster/provider
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/config
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/discovery
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/events
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/events/testutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/exec
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/aufs
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/copy
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/overlay
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/register
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/vfs
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/graphdriver/zfs
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/images
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/initlayer
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/links
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/listeners
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/awslogs
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/fluentd
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/gcplogs
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/gelf
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/journald
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/local
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/logentries
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/loggerutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/splunk
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/syslog
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/logger/templates
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/names
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/network
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/daemon/stats
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/distribution
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/distribution/metadata
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/distribution/utils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/distribution/xfer
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/dockerversion
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/errdefs
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/image
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/image/cache
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/image/tarexport
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/image/v1
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/internal/test/suite
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/layer
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libcontainerd
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libcontainerd/queue
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libcontainerd/remote
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libcontainerd/supervisor
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libcontainerd/types
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/bitseq
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/cluster
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/config
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/datastore
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/diagnostic
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/discoverapi
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/driverapi
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/bridge
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/host
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/null
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/overlay
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/remote
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/windows
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/drvregistry
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/etchosts
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/hostdiscovery
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/idm
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/internal/caller
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/ipam
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/ipamapi
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/ipams/builtin
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/ipams/null
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/ipams/remote
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/ipamutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/iptables
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/netlabel
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/netutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/networkdb
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/ns
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/options
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/osl
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/osl/kernel
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/portallocator
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/portmapper
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/resolvconf
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/testutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/libnetwork/types
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/oci
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/oci/caps
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/opts
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/aaparser
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/archive
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/authorization
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/broadcaster
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/capabilities
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/chrootarchive
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/containerfs
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/devicemapper
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/directory
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/discovery
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/discovery/file
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/discovery/kv
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/discovery/memory
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/discovery/nodes
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/dmesg
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/filenotify
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/fileutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/fsutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/homedir
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/idtools
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/ioutils
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/jsonmessage
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/locker
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/longpath
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/loopback
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/mount
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/namesgenerator
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/parsers
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/parsers/kernel
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/pidfile
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/platform
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/plugingetter
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/plugins
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:59:56 [2021-12-03T17:59:56.621Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/plugins/transport
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/pools
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/progress
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/pubsub
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/reexec
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/signal
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/stack
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/stdcopy
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/streamformatter
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/stringid
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/symlink
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/sysinfo
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/system
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/tailfile
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/tarsum
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/term
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/term/windows
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/truncindex
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/urlutil
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/pkg/useragent
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/plugin
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/plugin/executor/containerd
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/plugin/v2
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/profiles/apparmor
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/profiles/seccomp
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/quota
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/reference
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/registry
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/registry/resumable
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/restartmanager
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/rootless
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/rootless/specconv
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/runconfig
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/runconfig/opts
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil/daemon
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil/environment
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil/fakecontext
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil/fakegit
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil/fakestorage
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil/fixtures/load
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil/fixtures/plugin
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil/registry
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/testutil/request
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/volume
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/volume/drivers
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/volume/local
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/volume/mounts
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/volume/service
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/volume/service/opts
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/volume/testutils'
17:59:56 [2021-12-03T17:59:56.622Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/bitseq
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cluster
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/config
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/datastore
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/diagnostic
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/discoverapi
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/driverapi
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/bridge
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/host
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/null
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/overlay
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/remote
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/windows
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drvregistry
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/etchosts
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/hostdiscovery
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/idm
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/internal/caller
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipam
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipamapi
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipams/builtin
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipams/null
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipams/remote
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipamutils
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/iptables
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/netlabel
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/netutils
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/networkdb
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ns
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/options
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/osl
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/osl/kernel
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/portallocator
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/portmapper
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/resolvconf
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/testutils
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/types'
17:59:56 [2021-12-03T17:59:56.622Z] + grep --fixed-strings libnetwork/drivers/bridge
17:59:56 [2021-12-03T17:59:56.622Z] + echo 'github.com/docker/docker/libnetwork
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/bitseq
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cluster
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/config
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/datastore
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/diagnostic
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/discoverapi
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/driverapi
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/bridge
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/host
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/null
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/overlay
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/remote
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/windows
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drvregistry
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/etchosts
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/hostdiscovery
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/idm
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/internal/caller
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipam
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipamapi
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipams/builtin
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipams/null
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipams/remote
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ipamutils
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/iptables
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/netlabel
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/netutils
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/networkdb
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/ns
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/options
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/osl
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/osl/kernel
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/portallocator
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/portmapper
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/resolvconf
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/testutils
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/types'
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/bridge
17:59:56 [2021-12-03T17:59:56.622Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:59:56 [2021-12-03T17:59:56.622Z] + type docker-proxy
17:59:56 [2021-12-03T17:59:56.622Z] hack/test/unit: line 25: type: docker-proxy: not found
17:59:56 [2021-12-03T17:59:56.622Z] + hack/make.sh binary-proxy install-proxy
17:59:56 [2021-12-03T17:59:56.622Z] 
17:59:56 [2021-12-03T17:59:56.622Z] Removing bundles/
17:59:56 [2021-12-03T17:59:56.622Z] 
17:59:56 [2021-12-03T17:59:56.622Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
17:59:56 [2021-12-03T17:59:56.622Z] Building: bundles/binary-proxy/docker-proxy-dev
17:59:56 [2021-12-03T17:59:56.622Z] GOOS="" GOARCH="" GOARM=""
17:59:57 [2021-12-03T17:59:57.646Z] #28 ...
17:59:57 [2021-12-03T17:59:57.646Z] 
17:59:57 [2021-12-03T17:59:57.646Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
17:59:57 [2021-12-03T17:59:57.646Z] #69 sha256:0cf15808ebf9cb05091c5145054fe9b3a75ad2216e29b4706f4a8e254fb0ca81
17:59:57 [2021-12-03T17:59:57.646Z] #69 88.48 + bin/containerd
18:00:03 [2021-12-03T18:00:03.164Z] Created binary: bundles/binary-proxy/docker-proxy-dev
18:00:03 [2021-12-03T18:00:03.164Z] 
18:00:03 [2021-12-03T18:00:03.164Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
18:00:03 [2021-12-03T18:00:03.164Z] Installing docker-proxy to /usr/local/bin/
18:00:03 [2021-12-03T18:00:03.164Z] 
18:00:03 [2021-12-03T18:00:03.164Z] + mkdir -p bundles
18:00:03 [2021-12-03T18:00:03.164Z] + '[' -n 'github.com/docker/docker/api
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/backend/build
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/httputils
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/middleware
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/build
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/checkpoint
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/container
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/debug
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/distribution
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/grpc
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/image
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/network
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/plugin
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/session
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/swarm
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/system
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/server/router/volume
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/backend
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/blkiodev
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/container
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/events
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/filters
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/image
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/mount
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/network
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/plugins/logdriver
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/registry
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/strslice
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/swarm
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/swarm/runtime
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/time
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/versions
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/versions/v1p19
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/versions/v1p20
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/api/types/volume
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/builder-next
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/builder-next/exporter
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/builder-next/imagerefchecker
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/builder-next/worker
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/dockerfile
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/dockerignore
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/remotecontext
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/builder/remotecontext/git
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/cli
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/cli/config
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/cli/debug
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/client
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/cmd/docker-proxy
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/cmd/dockerd
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/cmd/dockerd/trap
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/container
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/container/stream
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/contrib/apparmor
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/contrib/docker-device-tool
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/contrib/httpserver
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/cluster
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/cluster/controllers/plugin
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/cluster/convert
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/cluster/executor
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/cluster/executor/container
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/cluster/provider
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/config
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/discovery
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/events
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/events/testutils
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/exec
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/aufs
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/btrfs
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/copy
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/devmapper
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/graphtest
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/overlay
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/overlay2
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/overlayutils
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/register
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/vfs
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/graphdriver/zfs
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/images
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/initlayer
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/links
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/listeners
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/awslogs
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/fluentd
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/gcplogs
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/gelf
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/journald
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/jsonfilelog
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/local
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/logentries
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/loggerutils
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/loggerutils/cache
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/splunk
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/syslog
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/logger/templates
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/names
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/network
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/daemon/stats
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/distribution
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/distribution/metadata
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/distribution/utils
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/distribution/xfer
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/dockerversion
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/errdefs
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/image
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/image/cache
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/image/tarexport
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/image/v1
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/internal/test/suite
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/layer
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/libcontainerd
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/libcontainerd/queue
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/libcontainerd/remote
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/libcontainerd/supervisor
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/libcontainerd/types
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/oci
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/oci/caps
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/opts
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/aaparser
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/archive
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/authorization
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/broadcaster
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/capabilities
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/chrootarchive
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/containerfs
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/devicemapper
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/directory
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/discovery
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/discovery/file
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/discovery/kv
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/discovery/memory
18:00:03 [2021-12-03T18:00:03.164Z] github.com/docker/docker/pkg/discovery/nodes
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/dmesg
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/filenotify
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/fileutils
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/fsutils
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/homedir
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/idtools
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/ioutils
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/jsonmessage
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/locker
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/longpath
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/loopback
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/mount
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/namesgenerator
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/parsers
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/parsers/kernel
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/parsers/operatingsystem
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/pidfile
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/platform
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/plugingetter
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/plugins
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/plugins/transport
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/pools
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/progress
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/pubsub
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/reexec
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/signal
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/stack
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/stdcopy
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/streamformatter
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/stringid
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/symlink
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/sysinfo
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/system
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/tailfile
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/tarsum
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/term
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/term/windows
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/truncindex
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/urlutil
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/pkg/useragent
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/plugin
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/plugin/executor/containerd
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/plugin/v2
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/profiles/apparmor
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/profiles/seccomp
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/quota
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/reference
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/registry
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/registry/resumable
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/restartmanager
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/rootless
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/rootless/specconv
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/runconfig
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/runconfig/opts
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil/daemon
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil/environment
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil/fakecontext
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil/fakegit
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil/fakestorage
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil/fixtures/load
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil/fixtures/plugin
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil/fixtures/plugin/basic
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil/registry
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/testutil/request
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/volume
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/volume/drivers
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/volume/local
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/volume/mounts
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/volume/service
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/volume/service/opts
18:00:03 [2021-12-03T18:00:03.165Z] github.com/docker/docker/volume/testutils' ']'
18:00:03 [2021-12-03T18:00:03.165Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m 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/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/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles 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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy 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/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs 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/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/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/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils 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/loopback 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/stack 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/apparmor 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/rootless/specconv 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
18:00:03 [2021-12-03T18:00:03.421Z] ?   	github.com/docker/docker/api	[no test files]
18:00:09 [2021-12-03T18:00:09.659Z] a0eb404f1860: Pull complete
18:00:09 [2021-12-03T18:00:09.659Z] Digest: sha256:35b987eaca23cce6456c07adea57a155352dce50adf0539fd57e68f3af3e8e29
18:00:09 [2021-12-03T18:00:09.659Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022
18:00:09 [2021-12-03T18:00:09.659Z] mcr.microsoft.com/windows/servercore:ltsc2022
18:00:09 [2021-12-03T18:00:09.659Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.350'
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Docker version of control daemon
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] Client:
18:00:09 [2021-12-03T18:00:09.659Z]  Version:           20.10.9
18:00:09 [2021-12-03T18:00:09.659Z]  API version:       1.41
18:00:09 [2021-12-03T18:00:09.659Z]  Go version:        go1.16.8
18:00:09 [2021-12-03T18:00:09.659Z]  Git commit:        c2ea9bc
18:00:09 [2021-12-03T18:00:09.659Z]  Built:             Mon Oct  4 16:11:10 2021
18:00:09 [2021-12-03T18:00:09.659Z]  OS/Arch:           windows/amd64
18:00:09 [2021-12-03T18:00:09.659Z]  Context:           default
18:00:09 [2021-12-03T18:00:09.659Z]  Experimental:      true
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] Server: Docker Engine - Community
18:00:09 [2021-12-03T18:00:09.659Z]  Engine:
18:00:09 [2021-12-03T18:00:09.659Z]   Version:          20.10.9
18:00:09 [2021-12-03T18:00:09.659Z]   API version:      1.41 (minimum version 1.24)
18:00:09 [2021-12-03T18:00:09.659Z]   Go version:       go1.16.8
18:00:09 [2021-12-03T18:00:09.659Z]   Git commit:       79ea9d3
18:00:09 [2021-12-03T18:00:09.659Z]   Built:            Mon Oct  4 16:06:39 2021
18:00:09 [2021-12-03T18:00:09.659Z]   OS/Arch:          windows/amd64
18:00:09 [2021-12-03T18:00:09.659Z]   Experimental:     true
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Docker info of control daemon
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] Client:
18:00:09 [2021-12-03T18:00:09.659Z]  Context:    default
18:00:09 [2021-12-03T18:00:09.659Z]  Debug Mode: false
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] Server:
18:00:09 [2021-12-03T18:00:09.659Z]  Containers: 0
18:00:09 [2021-12-03T18:00:09.659Z]   Running: 0
18:00:09 [2021-12-03T18:00:09.659Z]   Paused: 0
18:00:09 [2021-12-03T18:00:09.659Z]   Stopped: 0
18:00:09 [2021-12-03T18:00:09.659Z]  Images: 1
18:00:09 [2021-12-03T18:00:09.659Z]  Server Version: 20.10.9
18:00:09 [2021-12-03T18:00:09.659Z]  Storage Driver: windowsfilter (windows) lcow (linux)
18:00:09 [2021-12-03T18:00:09.659Z]   Windows: 
18:00:09 [2021-12-03T18:00:09.659Z]   LCOW: 
18:00:09 [2021-12-03T18:00:09.659Z]  Logging Driver: json-file
18:00:09 [2021-12-03T18:00:09.659Z]  Plugins:
18:00:09 [2021-12-03T18:00:09.659Z]   Volume: local
18:00:09 [2021-12-03T18:00:09.659Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
18:00:09 [2021-12-03T18:00:09.659Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
18:00:09 [2021-12-03T18:00:09.659Z]  Swarm: inactive
18:00:09 [2021-12-03T18:00:09.659Z]  Default Isolation: process
18:00:09 [2021-12-03T18:00:09.659Z]  Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
18:00:09 [2021-12-03T18:00:09.659Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
18:00:09 [2021-12-03T18:00:09.659Z]  OSType: windows
18:00:09 [2021-12-03T18:00:09.659Z]  Architecture: x86_64
18:00:09 [2021-12-03T18:00:09.659Z]  CPUs: 4
18:00:09 [2021-12-03T18:00:09.659Z]  Total Memory: 32GiB
18:00:09 [2021-12-03T18:00:09.659Z]  Name: azwin-2-08c0b0
18:00:09 [2021-12-03T18:00:09.659Z]  ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3
18:00:09 [2021-12-03T18:00:09.659Z]  Docker Root Dir: D:\docker
18:00:09 [2021-12-03T18:00:09.659Z]  Debug Mode: false
18:00:09 [2021-12-03T18:00:09.659Z]  Registry: https://index.docker.io/v1/
18:00:09 [2021-12-03T18:00:09.659Z]  Labels:
18:00:09 [2021-12-03T18:00:09.659Z]  Experimental: true
18:00:09 [2021-12-03T18:00:09.659Z]  Insecure Registries:
18:00:09 [2021-12-03T18:00:09.659Z]   10.0.0.4:5000
18:00:09 [2021-12-03T18:00:09.659Z]   127.0.0.0/8
18:00:09 [2021-12-03T18:00:09.659Z]  Registry Mirrors:
18:00:09 [2021-12-03T18:00:09.659Z]   http://10.0.0.4:5000/
18:00:09 [2021-12-03T18:00:09.659Z]  Live Restore Enabled: false
18:00:09 [2021-12-03T18:00:09.659Z]  Product License: Community Engine
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Commit hash is 8cd32c521d
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Nuke-Everything...
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Container count on control daemon to delete is 0
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Nuking d:\CI
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Zapped successfully
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Location for testing is d:\CI\PR-42981\3
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Validating GOLang consistency in Dockerfile.windows...
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] INFO: Building the image from Dockerfile.windows at 12/03/2021 18:00:02...
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] Sending build context to Docker daemon  60.69MB
18:00:09 [2021-12-03T18:00:09.659Z] 
18:00:09 [2021-12-03T18:00:09.659Z] Step 1/11 : FROM microsoft/windowsservercore
18:00:09 [2021-12-03T18:00:09.659Z]  ---> 3d4792f88e26
18:00:09 [2021-12-03T18:00:09.659Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
18:00:09 [2021-12-03T18:00:09.659Z]  ---> Running in 7f48487c44b0
18:00:09 [2021-12-03T18:00:09.659Z] Removing intermediate container 7f48487c44b0
18:00:09 [2021-12-03T18:00:09.659Z]  ---> 56f302261fc9
18:00:09 [2021-12-03T18:00:09.659Z] Step 3/11 : ARG GO_VERSION=1.17.3
18:00:09 [2021-12-03T18:00:09.659Z]  ---> Running in cac6d130167a
18:00:09 [2021-12-03T18:00:09.659Z] Removing intermediate container cac6d130167a
18:00:09 [2021-12-03T18:00:09.659Z]  ---> 38c8f8686ade
18:00:09 [2021-12-03T18:00:09.659Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.8
18:00:09 [2021-12-03T18:00:09.659Z]  ---> Running in aec1db2af4c8
18:00:09 [2021-12-03T18:00:09.659Z] Removing intermediate container aec1db2af4c8
18:00:09 [2021-12-03T18:00:09.659Z]  ---> 516e7f1eb92b
18:00:09 [2021-12-03T18:00:09.659Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0
18:00:09 [2021-12-03T18:00:09.659Z]  ---> Running in b95fbc49e898
18:00:09 [2021-12-03T18:00:09.659Z] Removing intermediate container b95fbc49e898
18:00:09 [2021-12-03T18:00:09.659Z]  ---> 3bcc9645a02e
18:00:09 [2021-12-03T18:00:09.659Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION}     CONTAINERD_VERSION=${CONTAINERD_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_VERSION=${GOTESTSUM_VERSION}
18:00:09 [2021-12-03T18:00:09.659Z]  ---> Running in 05f8c42f6d41
18:00:09 [2021-12-03T18:00:09.659Z] Removing intermediate container 05f8c42f6d41
18:00:09 [2021-12-03T18:00:09.659Z]  ---> 1ed729ff2262
18:00:09 [2021-12-03T18:00:09.659Z] Step 7/11 : 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;C:\containerd\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;     Write-Host INFO: Downloading containerd;   Install-Package -Force 7Zip4PowerShell;   $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz';   Download-File $location C:\containerd.tar.gz;   New-Item -Path C:\containerd -ItemType Directory;   Expand-7Zip C:\containerd.tar.gz C:\;   Expand-7Zip C:\containerd.tar C:\containerd;   Remove-Item C:\containerd.tar.gz;   Remove-Item C:\containerd.tar;     $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;
18:00:09 [2021-12-03T18:00:09.659Z]  ---> Running in ad8f659857b2
18:00:09 [2021-12-03T18:00:09.821Z] #69 ...
18:00:09 [2021-12-03T18:00:09.821Z] 
18:00:09 [2021-12-03T18:00:09.821Z] #28 [dev-systemd-false  7/25] 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             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
18:00:09 [2021-12-03T18:00:09.821Z] #28 sha256:d2785159ef1a42cdb8d7b5bd10fde4c049231740241a95b996d7d5e7ee75dfff
18:00:09 [2021-12-03T18:00:09.821Z] #28 28.76 Fetched 48.7 MB in 27s (1787 kB/s)
18:00:11 [2021-12-03T18:00:11.898Z] 
18:00:11 [2021-12-03T18:00:11.898Z] SUCCESS: Specified value was saved.
18:00:12 [2021-12-03T18:00:12.882Z] INFO: Downloading git...
18:00:13 [2021-12-03T18:00:13.866Z] INFO: Downloading go...
18:00:15 [2021-12-03T18:00:15.514Z] #62 262.9 # github.com/containerd/containerd/cmd/containerd
18:00:15 [2021-12-03T18:00:15.514Z] #62 262.9 /usr/bin/ld: /tmp/go-link-137362932/000019.o: in function `New':
18:00:15 [2021-12-03T18:00:15.514Z] #62 262.9 /tmp/tmp.VrqhYgddp6/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
18:00:15 [2021-12-03T18:00:15.514Z] #62 263.0 + bin/containerd-stress
18:00:15 [2021-12-03T18:00:15.514Z] #62 264.0 + bin/containerd-shim
18:00:15 [2021-12-03T18:00:15.599Z] ok  	github.com/docker/docker/api/server	0.015s	coverage: 9.0% of statements
18:00:16 [2021-12-03T18:00:16.077Z] INFO: Downloading compiler 1 of 3...
18:00:16 [2021-12-03T18:00:16.369Z] #28 28.76 Reading package lists...
18:00:17 [2021-12-03T18:00:17.636Z] INFO: Downloading compiler 2 of 3...
18:00:19 [2021-12-03T18:00:19.196Z] INFO: Downloading compiler 3 of 3...
18:00:19 [2021-12-03T18:00:19.663Z] INFO: Extracting git...
18:00:22 [2021-12-03T18:00:22.106Z] #62 271.3 + bin/containerd-shim-runc-v1
18:00:22 [2021-12-03T18:00:22.916Z] #28 36.65 Reading package lists...
18:00:23 [2021-12-03T18:00:23.016Z] #62 262.1 # github.com/containerd/containerd/cmd/containerd
18:00:23 [2021-12-03T18:00:23.016Z] #62 262.1 /usr/bin/ld: /tmp/go-link-3256858540/000019.o: in function `New':
18:00:23 [2021-12-03T18:00:23.016Z] #62 262.1 /tmp/tmp.1lcoOTsMuo/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
18:00:23 [2021-12-03T18:00:23.016Z] #62 262.2 + bin/containerd-stress
18:00:23 [2021-12-03T18:00:23.016Z] #62 263.2 + bin/containerd-shim
18:00:24 [2021-12-03T18:00:24.286Z] #28 43.20 Building dependency tree...
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.17 bzip2 is already the newest version (1.0.8-4).
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.17 patch is already the newest version (2.7.6-7).
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.17 xz-utils is already the newest version (5.2.5-2).
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.17 The following additional packages will be installed:
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.18   libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.18   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.19   libxtables12 python-pip-whl python3-distutils python3-lib2to3
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.19   python3-pkg-resources vim-runtime xxd
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.21 Suggested packages:
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.21   apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.21   python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.21 Recommended packages:
18:00:25 [2021-12-03T18:00:25.656Z] #28 46.21   libatm1 nftables libpam-cap build-essential python3-dev unzip
18:00:27 [2021-12-03T18:00:27.023Z] #28 47.75 The following NEW packages will be installed:
18:00:27 [2021-12-03T18:00:27.203Z] #62 270.6 + bin/containerd-shim-runc-v1
18:00:27 [2021-12-03T18:00:27.279Z] #28 47.75   apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0
18:00:27 [2021-12-03T18:00:27.279Z] #28 47.75   libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
18:00:27 [2021-12-03T18:00:27.279Z] #28 47.75   libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200
18:00:27 [2021-12-03T18:00:27.279Z] #28 47.76   libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl
18:00:27 [2021-12-03T18:00:27.279Z] #28 47.76   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
18:00:27 [2021-12-03T18:00:27.279Z] #28 47.76   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
18:00:27 [2021-12-03T18:00:27.279Z] #28 47.76   vim-common vim-runtime xfsprogs xxd zip zstd
18:00:27 [2021-12-03T18:00:27.401Z] #62 276.4 + bin/containerd-shim-runc-v2
18:00:27 [2021-12-03T18:00:27.401Z] #62 277.0 + binaries
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.17 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded.
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.17 Need to get 18.6 MB of archives.
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.17 After this operation, 71.4 MB of additional disk space will be used.
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.18 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.19 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.20 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.21 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.21 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.22 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.23 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.24 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.24 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.25 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.25 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.25 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.26 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
18:00:27 [2021-12-03T18:00:27.536Z] #28 48.27 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
18:00:27 [2021-12-03T18:00:27.661Z] #62 277.0 + install -D bin/containerd /build/containerd
18:00:27 [2021-12-03T18:00:27.661Z] #62 277.0 + install -D bin/containerd-shim /build/containerd-shim
18:00:27 [2021-12-03T18:00:27.661Z] #62 277.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:00:27 [2021-12-03T18:00:27.661Z] #62 277.0 + install -D bin/ctr /build/ctr
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.27 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.27 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.27 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.28 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.28 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.28 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.28 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.29 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.32 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.32 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.32 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.32 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.33 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.33 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.34 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.35 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.36 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
18:00:27 [2021-12-03T18:00:27.792Z] #28 48.36 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB]
18:00:28 [2021-12-03T18:00:28.048Z] #28 48.45 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB]
18:00:28 [2021-12-03T18:00:28.048Z] #28 48.47 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
18:00:28 [2021-12-03T18:00:28.048Z] #28 48.49 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
18:00:28 [2021-12-03T18:00:28.048Z] #28 48.49 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
18:00:28 [2021-12-03T18:00:28.081Z] #62 265.7 # github.com/containerd/containerd/cmd/containerd
18:00:28 [2021-12-03T18:00:28.082Z] #62 265.7 /usr/bin/ld: /tmp/go-link-2700907100/000019.o: in function `New':
18:00:28 [2021-12-03T18:00:28.082Z] #62 265.7 /tmp/tmp.R8MRMRqiIt/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
18:00:28 [2021-12-03T18:00:28.082Z] #62 265.8 + bin/containerd-stress
18:00:28 [2021-12-03T18:00:28.082Z] #62 266.9 + bin/containerd-shim
18:00:28 [2021-12-03T18:00:28.610Z] #28 49.13 debconf: delaying package configuration, since apt-utils is not installed
18:00:28 [2021-12-03T18:00:28.867Z] #28 49.39 Fetched 18.6 MB in 1s (30.1 MB/s)
18:00:28 [2021-12-03T18:00:28.867Z] #28 49.43 Selecting previously unselected package pigz.
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.43 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 40072 files and directories currently installed.)
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.50 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.50 Unpacking pigz (2.6-1) ...
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.56 Selecting previously unselected package libelf1:amd64.
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.57 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.58 Unpacking libelf1:amd64 (0.183-1) ...
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.68 Selecting previously unselected package libbpf0:amd64.
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.68 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.69 Unpacking libbpf0:amd64 (1:0.3-2) ...
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.74 Selecting previously unselected package libcap2:amd64.
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.75 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.76 Unpacking libcap2:amd64 (1:2.44-1) ...
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.81 Selecting previously unselected package libmnl0:amd64.
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.81 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.82 Unpacking libmnl0:amd64 (1.0.4-3) ...
18:00:29 [2021-12-03T18:00:29.123Z] #28 49.86 Selecting previously unselected package libxtables12:amd64.
18:00:29 [2021-12-03T18:00:29.380Z] #28 49.88 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
18:00:29 [2021-12-03T18:00:29.380Z] #28 49.89 Unpacking libxtables12:amd64 (1.8.7-1) ...
18:00:29 [2021-12-03T18:00:29.380Z] #28 49.94 Selecting previously unselected package libcap2-bin.
18:00:29 [2021-12-03T18:00:29.380Z] #28 49.95 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
18:00:29 [2021-12-03T18:00:29.380Z] #28 49.96 Unpacking libcap2-bin (1:2.44-1) ...
18:00:29 [2021-12-03T18:00:29.380Z] #28 50.01 Selecting previously unselected package iproute2.
18:00:29 [2021-12-03T18:00:29.572Z] #62 DONE 278.9s
18:00:29 [2021-12-03T18:00:29.638Z] #28 50.02 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
18:00:29 [2021-12-03T18:00:29.638Z] #28 50.03 Unpacking iproute2 (5.10.0-4) ...
18:00:29 [2021-12-03T18:00:29.638Z] #28 50.31 Selecting previously unselected package xxd.
18:00:29 [2021-12-03T18:00:29.895Z] #28 50.31 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ...
18:00:29 [2021-12-03T18:00:29.895Z] #28 50.32 Unpacking xxd (2:8.2.2434-3) ...
18:00:29 [2021-12-03T18:00:29.895Z] #28 50.41 Selecting previously unselected package vim-common.
18:00:29 [2021-12-03T18:00:29.895Z] #28 50.41 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ...
18:00:29 [2021-12-03T18:00:29.895Z] #28 50.43 Unpacking vim-common (2:8.2.2434-3) ...
18:00:30 [2021-12-03T18:00:30.072Z] INFO: Expanding go...
18:00:30 [2021-12-03T18:00:30.151Z] #28 50.53 Selecting previously unselected package bash-completion.
18:00:30 [2021-12-03T18:00:30.151Z] #28 50.54 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
18:00:31 [2021-12-03T18:00:31.341Z] #28 51.69 Unpacking bash-completion (1:2.11-2) ...
18:00:31 [2021-12-03T18:00:31.486Z] 
18:00:31 [2021-12-03T18:00:31.486Z] #63 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
18:00:31 [2021-12-03T18:00:31.486Z] #63 sha256:09bfeddc38779f9907366c493facb50512c13ad2a9ac5c3151e1582418b219c4
18:00:31 [2021-12-03T18:00:31.598Z] #28 51.97 Selecting previously unselected package apparmor.
18:00:31 [2021-12-03T18:00:31.598Z] #28 51.97 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ...
18:00:31 [2021-12-03T18:00:31.598Z] #28 52.01 Unpacking apparmor (2.13.6-10) ...
18:00:31 [2021-12-03T18:00:31.854Z] #28 52.29 Selecting previously unselected package inetutils-ping.
18:00:31 [2021-12-03T18:00:31.854Z] #28 52.36 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ...
18:00:31 [2021-12-03T18:00:31.854Z] #28 52.36 Unpacking inetutils-ping (2:2.0-1) ...
18:00:31 [2021-12-03T18:00:31.854Z] #28 52.51 Selecting previously unselected package libip4tc2:amd64.
18:00:31 [2021-12-03T18:00:31.854Z] #28 52.51 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ...
18:00:31 [2021-12-03T18:00:31.854Z] #28 52.53 Unpacking libip4tc2:amd64 (1.8.7-1) ...
18:00:32 [2021-12-03T18:00:32.056Z] #63 DONE 0.8s
18:00:32 [2021-12-03T18:00:32.056Z] 
18:00:32 [2021-12-03T18:00:32.056Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
18:00:32 [2021-12-03T18:00:32.056Z] #68 sha256:106606e781014a50d534a06dd0baeea844a1584974fff6639926ed9c49d207b7
18:00:32 [2021-12-03T18:00:32.114Z] #28 52.65 Selecting previously unselected package libip6tc2:amd64.
18:00:32 [2021-12-03T18:00:32.114Z] #28 52.65 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.114Z] #28 52.67 Unpacking libip6tc2:amd64 (1.8.7-1) ...
18:00:32 [2021-12-03T18:00:32.114Z] #28 52.71 Selecting previously unselected package libnfnetlink0:amd64.
18:00:32 [2021-12-03T18:00:32.114Z] #28 52.71 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.114Z] #28 52.72 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
18:00:32 [2021-12-03T18:00:32.114Z] #28 52.76 Selecting previously unselected package libnetfilter-conntrack3:amd64.
18:00:32 [2021-12-03T18:00:32.316Z] #68 DONE 0.2s
18:00:32 [2021-12-03T18:00:32.316Z] 
18:00:32 [2021-12-03T18:00:32.316Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
18:00:32 [2021-12-03T18:00:32.316Z] #73 sha256:c972fb01da6cc973109899361e3349be053f2ee1cbca7b9b6d5a2e3ab721ba5f
18:00:32 [2021-12-03T18:00:32.372Z] #28 52.78 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.372Z] #28 52.78 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
18:00:32 [2021-12-03T18:00:32.372Z] #28 52.83 Selecting previously unselected package libnftnl11:amd64.
18:00:32 [2021-12-03T18:00:32.372Z] #28 52.84 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.372Z] #28 52.84 Unpacking libnftnl11:amd64 (1.1.9-1) ...
18:00:32 [2021-12-03T18:00:32.372Z] #28 52.91 Selecting previously unselected package iptables.
18:00:32 [2021-12-03T18:00:32.372Z] #28 52.91 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.372Z] #28 52.92 Unpacking iptables (1.8.7-1) ...
18:00:32 [2021-12-03T18:00:32.465Z] #62 275.8 + bin/containerd-shim-runc-v2
18:00:32 [2021-12-03T18:00:32.465Z] #62 276.4 + binaries
18:00:32 [2021-12-03T18:00:32.465Z] #62 276.4 + install -D bin/containerd /build/containerd
18:00:32 [2021-12-03T18:00:32.465Z] #62 276.4 + install -D bin/containerd-shim /build/containerd-shim
18:00:32 [2021-12-03T18:00:32.629Z] #28 53.10 Selecting previously unselected package libonig5:amd64.
18:00:32 [2021-12-03T18:00:32.629Z] #28 53.10 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.629Z] #28 53.11 Unpacking libonig5:amd64 (6.9.6-1.1) ...
18:00:32 [2021-12-03T18:00:32.629Z] #28 53.21 Selecting previously unselected package libjq1:amd64.
18:00:32 [2021-12-03T18:00:32.629Z] #28 53.23 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.629Z] #28 53.23 Unpacking libjq1:amd64 (1.6-2.1) ...
18:00:32 [2021-12-03T18:00:32.629Z] #28 53.32 Selecting previously unselected package jq.
18:00:32 [2021-12-03T18:00:32.723Z] #62 276.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:00:32 [2021-12-03T18:00:32.723Z] #62 276.4 + install -D bin/ctr /build/ctr
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.33 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.34 Unpacking jq (1.6-2.1) ...
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.40 Selecting previously unselected package libaio1:amd64.
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.40 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.41 Unpacking libaio1:amd64 (0.3.112-9) ...
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.46 Selecting previously unselected package libgpm2:amd64.
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.46 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.47 Unpacking libgpm2:amd64 (1.20.7-8) ...
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.51 Selecting previously unselected package libinih1:amd64.
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.52 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ...
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.53 Unpacking libinih1:amd64 (53-1+b2) ...
18:00:32 [2021-12-03T18:00:32.886Z] #28 53.57 Selecting previously unselected package libnet1:amd64.
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.59 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.59 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.66 Selecting previously unselected package libnl-3-200:amd64.
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.66 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ...
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.67 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.73 Selecting previously unselected package libprotobuf-c1:amd64.
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.74 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.76 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.80 Selecting previously unselected package net-tools.
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.81 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
18:00:33 [2021-12-03T18:00:33.146Z] #28 53.81 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
18:00:33 [2021-12-03T18:00:33.256Z] #73 DONE 1.0s
18:00:33 [2021-12-03T18:00:33.256Z] 
18:00:33 [2021-12-03T18:00:33.256Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
18:00:33 [2021-12-03T18:00:33.256Z] #74 sha256:d3e2c87c10d84cab3b0e58c08528e056c0ab34ab1d495103fd6501475301d74b
18:00:33 [2021-12-03T18:00:33.256Z] #74 DONE 0.0s
18:00:33 [2021-12-03T18:00:33.403Z] #28 53.94 Selecting previously unselected package python-pip-whl.
18:00:33 [2021-12-03T18:00:33.403Z] #28 53.95 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ...
18:00:33 [2021-12-03T18:00:33.403Z] #28 53.96 Unpacking python-pip-whl (20.3.4-4) ...
18:00:33 [2021-12-03T18:00:33.433Z] #62 274.3 + bin/containerd-shim-runc-v1
18:00:33 [2021-12-03T18:00:33.521Z] 
18:00:33 [2021-12-03T18:00:33.521Z] #75 [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
18:00:33 [2021-12-03T18:00:33.521Z] #75 sha256:ddd9d950b79bf1bbc00b5b984bf5835fa1a7ecadb4f3a474c788bde0fc3c04de
18:00:33 [2021-12-03T18:00:33.660Z] #28 54.28 Selecting previously unselected package python3-lib2to3.
18:00:33 [2021-12-03T18:00:33.660Z] #28 54.29 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ...
18:00:33 [2021-12-03T18:00:33.660Z] #28 54.30 Unpacking python3-lib2to3 (3.9.2-1) ...
18:00:33 [2021-12-03T18:00:33.660Z] #28 54.39 Selecting previously unselected package python3-distutils.
18:00:33 [2021-12-03T18:00:33.917Z] #28 54.39 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ...
18:00:33 [2021-12-03T18:00:33.917Z] #28 54.40 Unpacking python3-distutils (3.9.2-1) ...
18:00:33 [2021-12-03T18:00:33.917Z] #28 54.48 Selecting previously unselected package python3-pkg-resources.
18:00:33 [2021-12-03T18:00:33.917Z] #28 54.49 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ...
18:00:33 [2021-12-03T18:00:33.917Z] #28 54.50 Unpacking python3-pkg-resources (52.0.0-4) ...
18:00:34 [2021-12-03T18:00:34.174Z] #28 54.65 Selecting previously unselected package python3-setuptools.
18:00:34 [2021-12-03T18:00:34.174Z] #28 54.66 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ...
18:00:34 [2021-12-03T18:00:34.174Z] #28 54.67 Unpacking python3-setuptools (52.0.0-4) ...
18:00:34 [2021-12-03T18:00:34.431Z] #28 54.80 Selecting previously unselected package python3-wheel.
18:00:34 [2021-12-03T18:00:34.431Z] #28 54.80 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ...
18:00:34 [2021-12-03T18:00:34.431Z] #28 54.81 Unpacking python3-wheel (0.34.2-1) ...
18:00:34 [2021-12-03T18:00:34.431Z] #28 54.86 Selecting previously unselected package python3-pip.
18:00:34 [2021-12-03T18:00:34.431Z] #28 54.87 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ...
18:00:34 [2021-12-03T18:00:34.431Z] #28 54.88 Unpacking python3-pip (20.3.4-4) ...
18:00:34 [2021-12-03T18:00:34.431Z] #28 55.07 Selecting previously unselected package sudo.
18:00:34 [2021-12-03T18:00:34.619Z] #62 DONE 278.4s
18:00:34 [2021-12-03T18:00:34.688Z] #28 55.08 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ...
18:00:34 [2021-12-03T18:00:34.688Z] #28 55.09 Unpacking sudo (1.9.5p2-3) ...
18:00:34 [2021-12-03T18:00:34.907Z] #75 1.229 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
18:00:34 [2021-12-03T18:00:34.907Z] #75 1.229 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
18:00:34 [2021-12-03T18:00:34.907Z] #75 1.385 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
18:00:34 [2021-12-03T18:00:34.945Z] #28 55.41 Selecting previously unselected package thin-provisioning-tools.
18:00:34 [2021-12-03T18:00:34.945Z] #28 55.42 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ...
18:00:34 [2021-12-03T18:00:34.945Z] #28 55.42 Unpacking thin-provisioning-tools (0.9.0-1) ...
18:00:34 [2021-12-03T18:00:34.945Z] #28 55.56 Selecting previously unselected package uidmap.
18:00:34 [2021-12-03T18:00:34.945Z] #28 55.57 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ...
18:00:34 [2021-12-03T18:00:34.945Z] #28 55.58 Unpacking uidmap (1:4.8.1-1) ...
18:00:34 [2021-12-03T18:00:34.945Z] #28 55.67 Selecting previously unselected package vim-runtime.
18:00:35 [2021-12-03T18:00:35.202Z] #28 55.67 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3_all.deb ...
18:00:35 [2021-12-03T18:00:35.202Z] #28 55.71 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
18:00:35 [2021-12-03T18:00:35.202Z] #28 55.74 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
18:00:35 [2021-12-03T18:00:35.202Z] #28 55.74 Unpacking vim-runtime (2:8.2.2434-3) ...
18:00:35 [2021-12-03T18:00:35.479Z] #75 1.490 Reading package lists...
18:00:35 [2021-12-03T18:00:35.741Z] #75 2.012 Reading package lists...
18:00:35 [2021-12-03T18:00:35.995Z] 
18:00:35 [2021-12-03T18:00:35.995Z] #63 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
18:00:35 [2021-12-03T18:00:35.995Z] #63 sha256:68da9e9be5603c4f51b77b737f0c14e63c8c74cc610faf239a24a8746f359118
18:00:36 [2021-12-03T18:00:36.001Z] #75 2.513 Building dependency tree...
18:00:36 [2021-12-03T18:00:36.001Z] #75 2.624 Reading state information...
18:00:36 [2021-12-03T18:00:36.001Z] #75 2.739 The following additional packages will be installed:
18:00:36 [2021-12-03T18:00:36.001Z] #75 2.740   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
18:00:36 [2021-12-03T18:00:36.001Z] #75 2.740   systemd-timesyncd
18:00:36 [2021-12-03T18:00:36.253Z] #63 DONE 0.7s
18:00:36 [2021-12-03T18:00:36.261Z] #75 2.741 Suggested packages:
18:00:36 [2021-12-03T18:00:36.261Z] #75 2.741   systemd-container policykit-1
18:00:36 [2021-12-03T18:00:36.261Z] #75 2.741 Recommended packages:
18:00:36 [2021-12-03T18:00:36.261Z] #75 2.741   libnss-systemd
18:00:36 [2021-12-03T18:00:36.261Z] #75 2.826 The following NEW packages will be installed:
18:00:36 [2021-12-03T18:00:36.261Z] #75 2.827   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
18:00:36 [2021-12-03T18:00:36.261Z] #75 2.828   libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd
18:00:36 [2021-12-03T18:00:36.510Z] 
18:00:36 [2021-12-03T18:00:36.510Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
18:00:36 [2021-12-03T18:00:36.510Z] #68 sha256:0fef46b7f1c644abe935c5ab7b72a3a1b4a29149419a44c768d38db9cb0fcf8b
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.098 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.098 Need to get 5937 kB of archives.
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.098 After this operation, 19.5 MB of additional disk space will be used.
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.098 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.101 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.102 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.106 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.106 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.108 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.176 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.177 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.179 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.180 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.182 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
18:00:36 [2021-12-03T18:00:36.522Z] #75 3.322 debconf: delaying package configuration, since apt-utils is not installed
18:00:36 [2021-12-03T18:00:36.768Z] #68 DONE 0.2s
18:00:36 [2021-12-03T18:00:36.768Z] 
18:00:36 [2021-12-03T18:00:36.768Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
18:00:36 [2021-12-03T18:00:36.768Z] #73 sha256:184eee2462c12cef335ae60b86b82ac4e8b39b30c405c980c36e36b020a39a20
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.354 Fetched 5937 kB in 0s (17.0 MB/s)
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.379 Selecting previously unselected package libargon2-1:amd64.
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.379 (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 ... 28626 files and directories currently installed.)
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.393 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.401 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.434 Selecting previously unselected package libjson-c5:amd64.
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.437 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ...
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.441 Unpacking libjson-c5:amd64 (0.15-2) ...
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.474 Selecting previously unselected package libcryptsetup12:amd64.
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.477 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ...
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.481 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ...
18:00:36 [2021-12-03T18:00:36.782Z] #75 3.534 Selecting previously unselected package libkmod2:amd64.
18:00:37 [2021-12-03T18:00:37.047Z] #75 3.537 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ...
18:00:37 [2021-12-03T18:00:37.047Z] #75 3.540 Unpacking libkmod2:amd64 (28-1) ...
18:00:37 [2021-12-03T18:00:37.047Z] #75 3.579 Selecting previously unselected package systemd-timesyncd.
18:00:37 [2021-12-03T18:00:37.047Z] #75 3.579 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ...
18:00:37 [2021-12-03T18:00:37.047Z] #75 3.585 Unpacking systemd-timesyncd (247.3-6) ...
18:00:37 [2021-12-03T18:00:37.047Z] #75 3.646 Selecting previously unselected package systemd.
18:00:37 [2021-12-03T18:00:37.047Z] #75 3.650 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ...
18:00:37 [2021-12-03T18:00:37.047Z] #75 3.696 Unpacking systemd (247.3-6) ...
18:00:37 [2021-12-03T18:00:37.096Z] #28 57.42 Selecting previously unselected package vim.
18:00:37 [2021-12-03T18:00:37.096Z] #28 57.43 Preparing to unpack .../40-vim_2%3a8.2.2434-3_amd64.deb ...
18:00:37 [2021-12-03T18:00:37.096Z] #28 57.45 Unpacking vim (2:8.2.2434-3) ...
18:00:37 [2021-12-03T18:00:37.334Z] #73 DONE 0.8s
18:00:37 [2021-12-03T18:00:37.352Z] #28 57.77 Selecting previously unselected package xfsprogs.
18:00:37 [2021-12-03T18:00:37.352Z] #28 57.78 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ...
18:00:37 [2021-12-03T18:00:37.352Z] #28 57.79 Unpacking xfsprogs (5.10.0-4) ...
18:00:37 [2021-12-03T18:00:37.592Z] 
18:00:37 [2021-12-03T18:00:37.592Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
18:00:37 [2021-12-03T18:00:37.592Z] #74 sha256:e28a43c1c05e43f947ab7fe62345511fe0995e5936d44db9c3288b4827b29bf9
18:00:37 [2021-12-03T18:00:37.592Z] #74 DONE 0.0s
18:00:37 [2021-12-03T18:00:37.592Z] 
18:00:37 [2021-12-03T18:00:37.592Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
18:00:37 [2021-12-03T18:00:37.592Z] #75 sha256:471570ebdf46774e16e69b476296e96e33855ce302a4da696a1daf943f8585cc
18:00:37 [2021-12-03T18:00:37.609Z] #28 58.03 Selecting previously unselected package zip.
18:00:37 [2021-12-03T18:00:37.609Z] #28 58.05 Preparing to unpack .../42-zip_3.0-12_amd64.deb ...
18:00:37 [2021-12-03T18:00:37.609Z] #28 58.06 Unpacking zip (3.0-12) ...
18:00:37 [2021-12-03T18:00:37.609Z] #28 58.15 Selecting previously unselected package zstd.
18:00:37 [2021-12-03T18:00:37.609Z] #28 58.16 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ...
18:00:37 [2021-12-03T18:00:37.609Z] #28 58.16 Unpacking zstd (1.4.8+dfsg-2.1) ...
18:00:37 [2021-12-03T18:00:37.618Z] #75 4.286 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
18:00:37 [2021-12-03T18:00:37.618Z] #75 4.298 Setting up libjson-c5:amd64 (0.15-2) ...
18:00:37 [2021-12-03T18:00:37.618Z] #75 4.308 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ...
18:00:37 [2021-12-03T18:00:37.618Z] #75 4.320 Setting up libkmod2:amd64 (28-1) ...
18:00:37 [2021-12-03T18:00:37.618Z] #75 4.331 Setting up systemd (247.3-6) ...
18:00:37 [2021-12-03T18:00:37.618Z] #75 4.374 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
18:00:37 [2021-12-03T18:00:37.866Z] #28 58.39 Setting up python3-pkg-resources (52.0.0-4) ...
18:00:37 [2021-12-03T18:00:37.878Z] #75 4.376 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
18:00:37 [2021-12-03T18:00:37.878Z] #75 4.378 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
18:00:38 [2021-12-03T18:00:38.139Z] #75 4.689 Setting up systemd-timesyncd (247.3-6) ...
18:00:38 [2021-12-03T18:00:38.139Z] #75 4.902 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
18:00:38 [2021-12-03T18:00:38.139Z] #75 4.902 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
18:00:38 [2021-12-03T18:00:38.139Z] #75 4.967 Selecting previously unselected package systemd-sysv.
18:00:38 [2021-12-03T18:00:38.401Z] #75 4.967 (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 ... 29454 files and directories currently installed.)
18:00:38 [2021-12-03T18:00:38.401Z] #75 4.982 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ...
18:00:38 [2021-12-03T18:00:38.401Z] #75 4.986 Unpacking systemd-sysv (247.3-6) ...
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.028 Selecting previously unselected package libdbus-1-3:amd64.
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.030 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.034 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.089 Selecting previously unselected package dbus.
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.092 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.101 Unpacking dbus (1.12.20-2) ...
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.156 Selecting previously unselected package libpam-systemd:amd64.
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.158 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ...
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.162 Unpacking libpam-systemd:amd64 (247.3-6) ...
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.210 Selecting previously unselected package dbus-user-session.
18:00:38 [2021-12-03T18:00:38.401Z] #75 5.210 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
18:00:38 [2021-12-03T18:00:38.434Z] #28 58.95 Setting up libip4tc2:amd64 (1.8.7-1) ...
18:00:38 [2021-12-03T18:00:38.434Z] #28 58.96 Setting up net-tools (1.60+git20181103.0eebece-1) ...
18:00:38 [2021-12-03T18:00:38.434Z] #28 58.97 Setting up libgpm2:amd64 (1.20.7-8) ...
18:00:38 [2021-12-03T18:00:38.434Z] #28 58.98 Setting up libip6tc2:amd64 (1.8.7-1) ...
18:00:38 [2021-12-03T18:00:38.434Z] #28 58.99 Setting up libinih1:amd64 (53-1+b2) ...
18:00:38 [2021-12-03T18:00:38.434Z] #28 59.00 Setting up uidmap (1:4.8.1-1) ...
18:00:38 [2021-12-03T18:00:38.526Z] #75 DONE 1.1s
18:00:38 [2021-12-03T18:00:38.661Z] #75 5.213 Unpacking dbus-user-session (1.12.20-2) ...
18:00:38 [2021-12-03T18:00:38.661Z] #75 5.296 Setting up systemd-sysv (247.3-6) ...
18:00:38 [2021-12-03T18:00:38.661Z] #75 5.308 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
18:00:38 [2021-12-03T18:00:38.661Z] #75 5.319 Setting up dbus (1.12.20-2) ...
18:00:38 [2021-12-03T18:00:38.661Z] #75 5.431 invoke-rc.d: could not determine current runlevel
18:00:38 [2021-12-03T18:00:38.691Z] #28 59.03 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:00:38 [2021-12-03T18:00:38.691Z] #28 59.04 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
18:00:38 [2021-12-03T18:00:38.691Z] #28 59.06 Setting up python3-wheel (0.34.2-1) ...
18:00:38 [2021-12-03T18:00:38.723Z] #62 279.5 + bin/containerd-shim-runc-v2
18:00:38 [2021-12-03T18:00:38.784Z] 
18:00:38 [2021-12-03T18:00:38.784Z] #76 exporting to image
18:00:38 [2021-12-03T18:00:38.784Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
18:00:38 [2021-12-03T18:00:38.784Z] #76 exporting layers
18:00:38 [2021-12-03T18:00:38.921Z] #75 5.433 invoke-rc.d: policy-rc.d denied execution of start.
18:00:38 [2021-12-03T18:00:38.921Z] #75 5.438 Setting up libpam-systemd:amd64 (247.3-6) ...
18:00:38 [2021-12-03T18:00:38.921Z] #75 5.586 Setting up dbus-user-session (1.12.20-2) ...
18:00:38 [2021-12-03T18:00:38.921Z] #75 5.600 Processing triggers for libc-bin (2.31-13+deb11u2) ...
18:00:38 [2021-12-03T18:00:38.921Z] #75 DONE 5.7s
18:00:38 [2021-12-03T18:00:38.948Z] #28 59.50 Setting up xxd (2:8.2.2434-3) ...
18:00:38 [2021-12-03T18:00:38.948Z] #28 59.51 Setting up libcap2:amd64 (1:2.44-1) ...
18:00:38 [2021-12-03T18:00:38.948Z] #28 59.52 Setting up libcap2-bin (1:2.44-1) ...
18:00:38 [2021-12-03T18:00:38.948Z] #28 59.53 Setting up apparmor (2.13.6-10) ...
18:00:39 [2021-12-03T18:00:39.182Z] 
18:00:39 [2021-12-03T18:00:39.182Z] #76 [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
18:00:39 [2021-12-03T18:00:39.182Z] #76 sha256:22fea24d7eb556ed1e51007887129605e8d35072f999e37351e319f237201f12
18:00:39 [2021-12-03T18:00:39.294Z] #62 280.1 + binaries
18:00:39 [2021-12-03T18:00:39.294Z] #62 280.1 + install -D bin/containerd /build/containerd
18:00:39 [2021-12-03T18:00:39.294Z] #62 280.1 + install -D bin/containerd-shim /build/containerd-shim
18:00:39 [2021-12-03T18:00:39.294Z] #62 280.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:00:39 [2021-12-03T18:00:39.294Z] #62 280.1 + install -D bin/ctr /build/ctr
18:00:39 [2021-12-03T18:00:39.756Z] #76 0.654   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
18:00:39 [2021-12-03T18:00:39.756Z] #76 0.655                                  Dload  Upload   Total   Spent    Left  Speed
18:00:40 [2021-12-03T18:00:40.018Z] #76 0.662 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  13706      0 --:--:-- --:--:-- --:--:-- 13706
18:00:40 [2021-12-03T18:00:40.018Z] #76 DONE 0.8s
18:00:40 [2021-12-03T18:00:40.018Z] 
18:00:40 [2021-12-03T18:00:40.018Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker
18:00:40 [2021-12-03T18:00:40.018Z] #77 sha256:391ee6e035903b1d4232b53094ce9d0210bd73359d62f9e147ad5c028ebb45fa
18:00:40 [2021-12-03T18:00:40.317Z] #28 60.56 Setting up zip (3.0-12) ...
18:00:40 [2021-12-03T18:00:40.317Z] #28 60.57 Setting up vim-common (2:8.2.2434-3) ...
18:00:40 [2021-12-03T18:00:40.317Z] #28 60.60 Setting up bash-completion (1:2.11-2) ...
18:00:41 [2021-12-03T18:00:41.204Z] #62 DONE 281.5s
18:00:41 [2021-12-03T18:00:41.299Z] #28 61.94 Setting up libmnl0:amd64 (1.0.4-3) ...
18:00:41 [2021-12-03T18:00:41.299Z] #28 61.95 Setting up sudo (1.9.5p2-3) ...
18:00:41 [2021-12-03T18:00:41.404Z] #77 DONE 1.3s
18:00:41 [2021-12-03T18:00:41.404Z] 
18:00:41 [2021-12-03T18:00:41.404Z] #78 exporting to image
18:00:41 [2021-12-03T18:00:41.404Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
18:00:41 [2021-12-03T18:00:41.404Z] #78 exporting layers
18:00:41 [2021-12-03T18:00:41.566Z] #28 62.03 invoke-rc.d: could not determine current runlevel
18:00:41 [2021-12-03T18:00:41.566Z] #28 62.04 invoke-rc.d: policy-rc.d denied execution of start.
18:00:41 [2021-12-03T18:00:41.566Z] #28 62.06 Setting up xfsprogs (5.10.0-4) ...
18:00:41 [2021-12-03T18:00:41.566Z] #28 62.07 Setting up libxtables12:amd64 (1.8.7-1) ...
18:00:41 [2021-12-03T18:00:41.566Z] #28 62.09 Setting up inetutils-ping (2:2.0-1) ...
18:00:41 [2021-12-03T18:00:41.566Z] #28 62.10 Setting up pigz (2.6-1) ...
18:00:41 [2021-12-03T18:00:41.566Z] #28 62.12 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
18:00:41 [2021-12-03T18:00:41.566Z] #28 62.13 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
18:00:41 [2021-12-03T18:00:41.566Z] #28 62.14 Setting up python-pip-whl (20.3.4-4) ...
18:00:41 [2021-12-03T18:00:41.566Z] #28 62.17 Setting up vim-runtime (2:8.2.2434-3) ...
18:00:42 [2021-12-03T18:00:42.128Z] #28 62.64 Setting up libaio1:amd64 (0.3.112-9) ...
18:00:42 [2021-12-03T18:00:42.128Z] #28 62.65 Setting up python3-lib2to3 (3.9.2-1) ...
18:00:42 [2021-12-03T18:00:42.146Z] 
18:00:42 [2021-12-03T18:00:42.146Z] #63 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
18:00:42 [2021-12-03T18:00:42.146Z] #63 sha256:005dc4e4cf8098969fbc23c7a4fe733e6ec2ea8a2c9c5e5ee6a0efa0a0e7f97c
18:00:42 [2021-12-03T18:00:42.383Z] #28 62.89 Setting up libelf1:amd64 (0.183-1) ...
18:00:42 [2021-12-03T18:00:42.384Z] #28 62.90 Setting up zstd (1.4.8+dfsg-2.1) ...
18:00:42 [2021-12-03T18:00:42.384Z] #28 62.91 Setting up libonig5:amd64 (6.9.6-1.1) ...
18:00:42 [2021-12-03T18:00:42.384Z] #28 62.92 Setting up python3-distutils (3.9.2-1) ...
18:00:42 [2021-12-03T18:00:42.640Z] #28 63.24 Setting up vim (2:8.2.2434-3) ...
18:00:42 [2021-12-03T18:00:42.640Z] #28 63.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
18:00:42 [2021-12-03T18:00:42.640Z] #28 63.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
18:00:42 [2021-12-03T18:00:42.640Z] #28 63.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
18:00:42 [2021-12-03T18:00:42.640Z] #28 63.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
18:00:42 [2021-12-03T18:00:42.640Z] #28 63.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
18:00:42 [2021-12-03T18:00:42.640Z] #28 63.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
18:00:42 [2021-12-03T18:00:42.640Z] #28 63.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
18:00:42 [2021-12-03T18:00:42.640Z] #28 63.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
18:00:42 [2021-12-03T18:00:42.640Z] #28 63.31 Setting up python3-setuptools (52.0.0-4) ...
18:00:42 [2021-12-03T18:00:42.716Z] #63 DONE 0.5s
18:00:42 [2021-12-03T18:00:42.716Z] 
18:00:42 [2021-12-03T18:00:42.716Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
18:00:42 [2021-12-03T18:00:42.716Z] #68 sha256:18a33de21a8dbed92de0a20809e75436d3dd9241fb6bd1222e29489502bdcf08
18:00:42 [2021-12-03T18:00:42.716Z] #68 DONE 0.2s
18:00:42 [2021-12-03T18:00:42.716Z] 
18:00:42 [2021-12-03T18:00:42.716Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
18:00:42 [2021-12-03T18:00:42.716Z] #73 sha256:eae8f9486384d012bdc2aaba1e13cbae7fb8365d73a6024eb353365cd093efd2
18:00:43 [2021-12-03T18:00:43.288Z] #73 DONE 0.6s
18:00:43 [2021-12-03T18:00:43.288Z] 
18:00:43 [2021-12-03T18:00:43.288Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
18:00:43 [2021-12-03T18:00:43.288Z] #74 sha256:71c50056c478bafc27539aedcd60d142f21ef5d56f44dcfb42a1202762c18737
18:00:43 [2021-12-03T18:00:43.288Z] #74 DONE 0.0s
18:00:43 [2021-12-03T18:00:43.288Z] 
18:00:43 [2021-12-03T18:00:43.288Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
18:00:43 [2021-12-03T18:00:43.288Z] #75 sha256:66a8561ff1c6b5f6ffc890cf3b2ec4efe965d9fb1d60d0baa4407517ba3ec02c
18:00:43 [2021-12-03T18:00:43.571Z] #28 64.05 Setting up libjq1:amd64 (1.6-2.1) ...
18:00:43 [2021-12-03T18:00:43.571Z] #28 64.07 Setting up libnftnl11:amd64 (1.1.9-1) ...
18:00:43 [2021-12-03T18:00:43.571Z] #28 64.08 Setting up thin-provisioning-tools (0.9.0-1) ...
18:00:43 [2021-12-03T18:00:43.571Z] #28 64.09 Setting up python3-pip (20.3.4-4) ...
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.77 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.78 Setting up jq (1.6-2.1) ...
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.79 Setting up libbpf0:amd64 (1:0.3-2) ...
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.81 Setting up iptables (1.8.7-1) ...
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.83 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.83 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.85 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
18:00:44 [2021-12-03T18:00:44.392Z] #28 64.86 Setting up iproute2 (5.10.0-4) ...
18:00:44 [2021-12-03T18:00:44.649Z] #28 65.07 Processing triggers for libc-bin (2.31-13+deb11u2) ...
18:00:44 [2021-12-03T18:00:44.673Z] #75 DONE 1.3s
18:00:44 [2021-12-03T18:00:44.673Z] 
18:00:44 [2021-12-03T18:00:44.673Z] #76 exporting to image
18:00:44 [2021-12-03T18:00:44.673Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
18:00:44 [2021-12-03T18:00:44.673Z] #76 exporting layers
18:00:44 [2021-12-03T18:00:44.907Z] #28 DONE 65.6s
18:00:44 [2021-12-03T18:00:44.907Z] 
18:00:44 [2021-12-03T18:00:44.907Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:00:44 [2021-12-03T18:00:44.907Z] #69 sha256:0cf15808ebf9cb05091c5145054fe9b3a75ad2216e29b4706f4a8e254fb0ca81
18:00:45 [2021-12-03T18:00:45.164Z] #69 ...
18:00:45 [2021-12-03T18:00:45.164Z] 
18:00:45 [2021-12-03T18:00:45.164Z] #29 [dev-systemd-false  8/25] 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
18:00:45 [2021-12-03T18:00:45.164Z] #29 sha256:913e2eaf4dafd7cc8b919781b2fe472fc5a7a6ead24d0c17465dcd1b49fd319f
18:00:45 [2021-12-03T18:00:45.340Z] #76 exporting layers 5.9s done
18:00:45 [2021-12-03T18:00:45.340Z] #76 writing image sha256:4a08bd53823400fc2fc5769c67bd168ecba52460fac5917552560fab10e0d421 done
18:00:45 [2021-12-03T18:00:45.340Z] #76 naming to docker.io/library/docker:b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 done
18:00:45 [2021-12-03T18:00:45.340Z] #76 DONE 5.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
18:00:45 [2021-12-03T18:00:45.680Z] + trap exit INT TERM
18:00:45 [2021-12-03T18:00:45.680Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
18:00:45 [2021-12-03T18:00:45.680Z] + CONTAINER_NAME=docker-pr3
18:00:45 [2021-12-03T18:00:45.680Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42981/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 -e DOCKER_GRAPHDRIVER docker:b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 hack/make.sh dynbinary
18:00:46 [2021-12-03T18:00:46.533Z] #29 1.390 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
18:00:46 [2021-12-03T18:00:46.533Z] #29 1.410 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
18:00:46 [2021-12-03T18:00:46.533Z] #29 1.411 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
18:00:46 [2021-12-03T18:00:46.533Z] #29 DONE 1.5s
18:00:46 [2021-12-03T18:00:46.533Z] 
18:00:46 [2021-12-03T18:00:46.533Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:00:46 [2021-12-03T18:00:46.533Z] #65 sha256:b453b652b7af9f0cc534d058560db181eac98fb69fb41acb407cbf4b837d6555
18:00:46 [2021-12-03T18:00:46.533Z] #65 ...
18:00:46 [2021-12-03T18:00:46.533Z] 
18:00:46 [2021-12-03T18:00:46.533Z] #30 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
18:00:46 [2021-12-03T18:00:46.533Z] #30 sha256:8de39b3aa5e31ff55f1bf73737931a40d833b097040425571bfa7b73345e1480
18:00:47 [2021-12-03T18:00:47.058Z] 
18:00:47 [2021-12-03T18:00:47.059Z] Removing bundles/
18:00:47 [2021-12-03T18:00:47.059Z] 
18:00:47 [2021-12-03T18:00:47.059Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
18:00:47 [2021-12-03T18:00:47.059Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:00:47 [2021-12-03T18:00:47.059Z] GOOS="" GOARCH="" GOARM=""
18:00:49 [2021-12-03T18:00:49.545Z] #78 exporting layers 7.5s done
18:00:49 [2021-12-03T18:00:49.545Z] #78 writing image sha256:754c3fe392751582bdc98cdc258322a0bb0dc64afc78091e84e3f6b62b36217e done
18:00:49 [2021-12-03T18:00:49.545Z] #78 naming to docker.io/library/docker:46873a1eacfce70ba44128a9c14ae96413b93ef0
18:00:49 [2021-12-03T18:00:49.545Z] #78 naming to docker.io/library/docker:46873a1eacfce70ba44128a9c14ae96413b93ef0 done
18:00:49 [2021-12-03T18:00:49.545Z] #78 DONE 7.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
18:00:49 [2021-12-03T18:00:49.905Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=46873a1eacfce70ba44128a9c14ae96413b93ef0 -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=master docker:46873a1eacfce70ba44128a9c14ae96413b93ef0 hack/make.sh dynbinary test-integration
18:00:51 [2021-12-03T18:00:51.255Z] #76 exporting layers 5.9s done
18:00:51 [2021-12-03T18:00:51.255Z] #76 writing image sha256:7a414150be8189d94657083d840f1587d52b64182950825d812456ebe82bb430 done
18:00:51 [2021-12-03T18:00:51.255Z] #76 naming to docker.io/library/docker:c0c512cfa9f2408a6ef90e51c1d91036bb34d989 done
18:00:51 [2021-12-03T18:00:51.255Z] #76 DONE 5.9s
[Pipeline] }
[Pipeline] // stage
18:00:51 [2021-12-03T18:00:51.277Z] INFO: Expanding compiler 1 of 3...
18:00:51 [2021-12-03T18:00:51.277Z] INFO: Expanding compiler 2 of 3...
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
18:00:51 [2021-12-03T18:00:51.616Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=c0c512cfa9f2408a6ef90e51c1d91036bb34d989 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c0c512cfa9f2408a6ef90e51c1d91036bb34d989 hack/make.sh dynbinary test-integration
18:00:51 [2021-12-03T18:00:51.882Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
18:00:51 [2021-12-03T18:00:51.882Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
18:00:51 [2021-12-03T18:00:51.882Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
18:00:51 [2021-12-03T18:00:51.882Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
18:00:51 [2021-12-03T18:00:51.882Z] systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
18:00:51 [2021-12-03T18:00:51.882Z] Detected virtualization docker.
18:00:51 [2021-12-03T18:00:51.882Z] Detected architecture x86-64.
18:00:51 [2021-12-03T18:00:51.882Z] Set hostname to <50d5b0f86871>.
18:00:51 [2021-12-03T18:00:51.882Z] modprobe@configfs.service: Succeeded.
18:00:51 [2021-12-03T18:00:51.882Z] modprobe@drm.service: Succeeded.
18:00:51 [2021-12-03T18:00:51.882Z] modprobe@fuse.service: Succeeded.
18:00:52 [2021-12-03T18:00:52.149Z] + source /etc/docker-entrypoint-cmd
18:00:52 [2021-12-03T18:00:52.149Z] ++ hack/make.sh dynbinary test-integration
18:00:52 [2021-12-03T18:00:52.149Z] 
18:00:52 [2021-12-03T18:00:52.411Z] Removing bundles/
18:00:52 [2021-12-03T18:00:52.411Z] 
18:00:52 [2021-12-03T18:00:52.411Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
18:00:52 [2021-12-03T18:00:52.411Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:00:52 [2021-12-03T18:00:52.411Z] GOOS="" GOARCH="" GOARM=""
18:00:52 [2021-12-03T18:00:52.558Z] 
18:00:52 [2021-12-03T18:00:52.819Z] Removing bundles/
18:00:52 [2021-12-03T18:00:52.819Z] 
18:00:52 [2021-12-03T18:00:52.819Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
18:00:52 [2021-12-03T18:00:52.819Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:00:52 [2021-12-03T18:00:52.819Z] GOOS="" GOARCH="" GOARM=""
18:00:53 [2021-12-03T18:00:53.486Z] INFO: Expanding compiler 3 of 3...
18:00:53 [2021-12-03T18:00:53.954Z] INFO: Removing downloaded files...
18:00:53 [2021-12-03T18:00:53.954Z] INFO: Downloading containerd
18:00:58 [2021-12-03T18:00:58.716Z] #30 10.41 Collecting yamllint==1.26.1
18:00:58 [2021-12-03T18:00:58.716Z] #30 11.47   Downloading yamllint-1.26.1.tar.gz (126 kB)
18:00:58 [2021-12-03T18:00:58.716Z] #30 12.12 Collecting pathspec>=0.5.3
18:00:58 [2021-12-03T18:00:58.716Z] #30 12.13   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
18:00:58 [2021-12-03T18:00:58.973Z] #30 12.39 Collecting pyyaml
18:00:58 [2021-12-03T18:00:58.973Z] #30 12.39   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
18:00:58 [2021-12-03T18:00:58.973Z] #30 12.43 Building wheels for collected packages: yamllint
18:00:58 [2021-12-03T18:00:58.973Z] #30 12.43   Building wheel for yamllint (setup.py): started
18:00:59 [2021-12-03T18:00:59.537Z] #30 13.00   Building wheel for yamllint (setup.py): finished with status 'done'
18:00:59 [2021-12-03T18:00:59.537Z] #30 13.00   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=f79b122ca9d8ae409b7f5bb5d9426b5463d3adc54bc2dd57c4ec07b3945b0c71
18:00:59 [2021-12-03T18:00:59.537Z] #30 13.00   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
18:00:59 [2021-12-03T18:00:59.537Z] #30 13.01 Successfully built yamllint
18:00:59 [2021-12-03T18:00:59.537Z] #30 13.03 Installing collected packages: pyyaml, pathspec, yamllint
18:00:59 [2021-12-03T18:00:59.796Z] #30 13.26 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
18:01:00 [2021-12-03T18:01:00.054Z] #30 DONE 13.5s
18:01:00 [2021-12-03T18:01:00.054Z] 
18:01:00 [2021-12-03T18:01:00.054Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:01:00 [2021-12-03T18:01:00.054Z] #65 sha256:b453b652b7af9f0cc534d058560db181eac98fb69fb41acb407cbf4b837d6555
18:01:00 [2021-12-03T18:01:00.054Z] #65 ...
18:01:00 [2021-12-03T18:01:00.054Z] 
18:01:00 [2021-12-03T18:01:00.054Z] #34 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
18:01:00 [2021-12-03T18:01:00.054Z] #34 sha256:3f7c95a2a6f9577afeb7f4c3914e010e6c0c6df10d0fe22f35511dd8c69e15f3
18:01:00 [2021-12-03T18:01:00.311Z] #34 DONE 0.2s
18:01:00 [2021-12-03T18:01:00.311Z] 
18:01:00 [2021-12-03T18:01:00.311Z] #39 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
18:01:00 [2021-12-03T18:01:00.311Z] #39 sha256:8ba4f0022f37e563e0cea524af6864b14bca9d14a58caadd92a1789c28d83d57
18:01:00 [2021-12-03T18:01:00.874Z] #39 DONE 0.4s
18:01:00 [2021-12-03T18:01:00.874Z] 
18:01:00 [2021-12-03T18:01:00.874Z] #42 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
18:01:00 [2021-12-03T18:01:00.874Z] #42 sha256:aac6dff16e4be8daa0b5b1959e2b6f488b3955ace44f825678d4c9823b880103
18:01:00 [2021-12-03T18:01:00.874Z] #42 DONE 0.2s
18:01:00 [2021-12-03T18:01:00.874Z] 
18:01:00 [2021-12-03T18:01:00.874Z] #44 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
18:01:00 [2021-12-03T18:01:00.874Z] #44 sha256:bccf51999132e870994a381814b844a7ee5e1c5affdab36838a5c3d2244844af
18:01:01 [2021-12-03T18:01:01.131Z] #44 DONE 0.1s
18:01:01 [2021-12-03T18:01:01.131Z] 
18:01:01 [2021-12-03T18:01:01.131Z] #48 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
18:01:01 [2021-12-03T18:01:01.131Z] #48 sha256:5ccbd51cf51ec53d5ed00d848fb8402eddeabbe76b0b36aed89e83db5f9d40b1
18:01:01 [2021-12-03T18:01:01.131Z] #48 DONE 0.1s
18:01:01 [2021-12-03T18:01:01.131Z] 
18:01:01 [2021-12-03T18:01:01.131Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:01:01 [2021-12-03T18:01:01.131Z] #69 sha256:0cf15808ebf9cb05091c5145054fe9b3a75ad2216e29b4706f4a8e254fb0ca81
18:01:01 [2021-12-03T18:01:01.131Z] #69 ...
18:01:01 [2021-12-03T18:01:01.131Z] 
18:01:01 [2021-12-03T18:01:01.131Z] #51 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
18:01:01 [2021-12-03T18:01:01.131Z] #51 sha256:913cf7fd39c2036025773ef9b6121955fc34398ab99a0abf056ee0c883805bc0
18:01:01 [2021-12-03T18:01:01.389Z] #51 DONE 0.2s
18:01:01 [2021-12-03T18:01:01.389Z] 
18:01:01 [2021-12-03T18:01:01.389Z] #55 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
18:01:01 [2021-12-03T18:01:01.389Z] #55 sha256:b417a120350894387de80e104e95d6c192533b9f8b627d98c1d57d3b1d2af4cb
18:01:01 [2021-12-03T18:01:01.389Z] #55 DONE 0.1s
18:01:01 [2021-12-03T18:01:01.389Z] 
18:01:01 [2021-12-03T18:01:01.389Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:01:01 [2021-12-03T18:01:01.389Z] #65 sha256:b453b652b7af9f0cc534d058560db181eac98fb69fb41acb407cbf4b837d6555
18:01:01 [2021-12-03T18:01:01.389Z] #65 ...
18:01:01 [2021-12-03T18:01:01.389Z] 
18:01:01 [2021-12-03T18:01:01.389Z] #57 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
18:01:01 [2021-12-03T18:01:01.389Z] #57 sha256:b2bad86fa426b9c483da05a585f29287cedc1215c556c009f5334b0305f44b94
18:01:01 [2021-12-03T18:01:01.389Z] #57 DONE 0.1s
18:01:01 [2021-12-03T18:01:01.648Z] 
18:01:01 [2021-12-03T18:01:01.648Z] #59 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
18:01:01 [2021-12-03T18:01:01.648Z] #59 sha256:03796b102038d60ef799436b1a97cd94d5a3506044ce6f43abbb71521f60a3ad
18:01:01 [2021-12-03T18:01:01.648Z] #59 DONE 0.1s
18:01:01 [2021-12-03T18:01:01.648Z] 
18:01:01 [2021-12-03T18:01:01.648Z] #61 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
18:01:01 [2021-12-03T18:01:01.648Z] #61 sha256:fbc383d1f4c2896e9834ecc42f61de3e82a23a431981bb1afd35f77ec43e6094
18:01:01 [2021-12-03T18:01:01.905Z] #61 DONE 0.2s
18:01:01 [2021-12-03T18:01:01.905Z] 
18:01:01 [2021-12-03T18:01:01.905Z] #63 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
18:01:01 [2021-12-03T18:01:01.905Z] #63 sha256:c04d9d14c4c28c8f8b476f9888ebf0438a67fbc299c526024d9adccd583d1434
18:01:01 [2021-12-03T18:01:01.905Z] #63 DONE 0.1s
18:01:01 [2021-12-03T18:01:01.905Z] 
18:01:01 [2021-12-03T18:01:01.905Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:01:01 [2021-12-03T18:01:01.905Z] #69 sha256:0cf15808ebf9cb05091c5145054fe9b3a75ad2216e29b4706f4a8e254fb0ca81
18:01:15 [2021-12-03T18:01:15.162Z] 
18:01:15 [2021-12-03T18:01:15.162Z] Name                           Version          Source           Summary       
18:01:15 [2021-12-03T18:01:15.162Z] ----                           -------          ------           -------       
18:01:15 [2021-12-03T18:01:15.162Z] 7Zip4Powershell                2.0.0            PSGallery        Powershell ...
18:01:15 [2021-12-03T18:01:15.162Z] 
18:01:15 [2021-12-03T18:01:15.162Z] PSPath            : Microsoft.PowerShell.Core\FileSystem::C:\containerd
18:01:15 [2021-12-03T18:01:15.162Z] PSParentPath      : Microsoft.PowerShell.Core\FileSystem::C:\
18:01:15 [2021-12-03T18:01:15.162Z] PSChildName       : containerd
18:01:15 [2021-12-03T18:01:15.162Z] PSDrive           : C
18:01:15 [2021-12-03T18:01:15.162Z] PSProvider        : Microsoft.PowerShell.Core\FileSystem
18:01:15 [2021-12-03T18:01:15.162Z] PSIsContainer     : True
18:01:15 [2021-12-03T18:01:15.162Z] Name              : containerd
18:01:15 [2021-12-03T18:01:15.162Z] FullName          : C:\containerd
18:01:15 [2021-12-03T18:01:15.162Z] Parent            : 
18:01:15 [2021-12-03T18:01:15.162Z] Exists            : True
18:01:15 [2021-12-03T18:01:15.162Z] Root              : C:\
18:01:15 [2021-12-03T18:01:15.162Z] Extension         : 
18:01:15 [2021-12-03T18:01:15.162Z] CreationTime      : 12/3/2021 6:01:14 PM
18:01:15 [2021-12-03T18:01:15.162Z] CreationTimeUtc   : 12/3/2021 6:01:14 PM
18:01:15 [2021-12-03T18:01:15.162Z] LastAccessTime    : 12/3/2021 6:01:14 PM
18:01:15 [2021-12-03T18:01:15.162Z] LastAccessTimeUtc : 12/3/2021 6:01:14 PM
18:01:15 [2021-12-03T18:01:15.162Z] LastWriteTime     : 12/3/2021 6:01:14 PM
18:01:15 [2021-12-03T18:01:15.162Z] LastWriteTimeUtc  : 12/3/2021 6:01:14 PM
18:01:15 [2021-12-03T18:01:15.162Z] Attributes        : Directory
18:01:15 [2021-12-03T18:01:15.162Z] Mode              : d-----
18:01:15 [2021-12-03T18:01:15.162Z] BaseName          : containerd
18:01:15 [2021-12-03T18:01:15.162Z] Target            : {}
18:01:15 [2021-12-03T18:01:15.162Z] LinkType          : 
18:01:15 [2021-12-03T18:01:15.162Z] 
18:01:16 [2021-12-03T18:01:16.146Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
18:01:16 [2021-12-03T18:01:16.146Z] INFO: Configuring git core.autocrlf...
18:01:16 [2021-12-03T18:01:16.146Z] 
18:01:16 [2021-12-03T18:01:16.146Z] 
18:01:19 [2021-12-03T18:01:19.963Z] #69 ...
18:01:19 [2021-12-03T18:01:19.963Z] 
18:01:19 [2021-12-03T18:01:19.963Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
18:01:19 [2021-12-03T18:01:19.963Z] #65 sha256:b453b652b7af9f0cc534d058560db181eac98fb69fb41acb407cbf4b837d6555
18:01:19 [2021-12-03T18:01:19.963Z] #65 108.6 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
18:01:19 [2021-12-03T18:01:19.963Z] #65 109.4 + mkdir -p /build
18:01:19 [2021-12-03T18:01:19.963Z] #65 109.4 + cp runc /build/runc
18:01:20 [2021-12-03T18:01:20.224Z] #65 DONE 109.8s
18:01:20 [2021-12-03T18:01:20.224Z] 
18:01:20 [2021-12-03T18:01:20.224Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:01:20 [2021-12-03T18:01:20.224Z] #69 sha256:0cf15808ebf9cb05091c5145054fe9b3a75ad2216e29b4706f4a8e254fb0ca81
18:01:22 [2021-12-03T18:01:22.744Z] #69 ...
18:01:22 [2021-12-03T18:01:22.744Z] 
18:01:22 [2021-12-03T18:01:22.744Z] #66 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
18:01:22 [2021-12-03T18:01:22.744Z] #66 sha256:fc4be661ef68ee247810a690f5b9a580498d50343110c49a37a845b15337a1d7
18:01:23 [2021-12-03T18:01:23.000Z] #66 DONE 0.1s
18:01:23 [2021-12-03T18:01:23.000Z] 
18:01:23 [2021-12-03T18:01:23.000Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
18:01:23 [2021-12-03T18:01:23.000Z] #69 sha256:0cf15808ebf9cb05091c5145054fe9b3a75ad2216e29b4706f4a8e254fb0ca81
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ok  	github.com/docker/docker/api/server/httputils	0.002s	coverage: 14.7% of statements
18:01:23 [2021-12-03T18:01:23.235Z] ok  	github.com/docker/docker/api/server/middleware	0.003s	coverage: 37.7% of statements
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 5.7% of statements
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/container	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/events	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
18:01:23 [2021-12-03T18:01:23.235Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 92.2% of statements
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/image	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/network	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ok  	github.com/docker/docker/api/types/versions	0.005s	coverage: 77.3% of statements
18:01:23 [2021-12-03T18:01:23.235Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/builder	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
18:01:23 [2021-12-03T18:01:23.235Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
18:01:23 [2021-12-03T18:01:23.832Z] ok  	github.com/docker/docker/builder/dockerfile	0.185s	coverage: 49.0% of statements
18:01:23 [2021-12-03T18:01:23.832Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
18:01:23 [2021-12-03T18:01:23.832Z] ok  	github.com/docker/docker/builder/remotecontext	0.069s	coverage: 13.7% of statements
18:01:24 [2021-12-03T18:01:24.409Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
18:01:25 [2021-12-03T18:01:25.342Z] ok  	github.com/docker/docker/builder/remotecontext/git	0.889s	coverage: 86.3% of statements
18:01:25 [2021-12-03T18:01:25.342Z] ?   	github.com/docker/docker/cli	[no test files]
18:01:25 [2021-12-03T18:01:25.342Z] ?   	github.com/docker/docker/cli/config	[no test files]
18:01:26 [2021-12-03T18:01:26.271Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.327s	coverage: 67.6% of statements
18:01:28 [2021-12-03T18:01:28.165Z] ok  	github.com/docker/docker/client	0.132s	coverage: 75.6% of statements
18:01:28 [2021-12-03T18:01:28.249Z] #69 180.1 # github.com/containerd/containerd/cmd/containerd
18:01:28 [2021-12-03T18:01:28.249Z] #69 180.1 /usr/bin/ld: /tmp/go-link-268319516/000019.o: in function `New':
18:01:28 [2021-12-03T18:01:28.249Z] #69 180.1 /tmp/tmp.zTu81Y3MhE/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
18:01:28 [2021-12-03T18:01:28.249Z] #69 180.2 + bin/containerd-stress
18:01:28 [2021-12-03T18:01:28.505Z] #69 181.3 + bin/containerd-shim
18:01:36 [2021-12-03T18:01:36.597Z] #69 188.5 + bin/containerd-shim-runc-v1
18:01:41 [2021-12-03T18:01:41.851Z] #69 193.7 + bin/containerd-shim-runc-v2
18:01:41 [2021-12-03T18:01:41.851Z] #69 194.3 + binaries
18:01:41 [2021-12-03T18:01:41.851Z] #69 194.3 + install -D bin/containerd /build/containerd
18:01:41 [2021-12-03T18:01:41.851Z] #69 194.3 + install -D bin/containerd-shim /build/containerd-shim
18:01:41 [2021-12-03T18:01:41.851Z] #69 194.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:01:41 [2021-12-03T18:01:41.851Z] #69 194.3 + install -D bin/ctr /build/ctr
18:01:42 [2021-12-03T18:01:42.108Z] #69 DONE 194.6s
18:01:44 [2021-12-03T18:01:44.003Z] 
18:01:44 [2021-12-03T18:01:44.003Z] #70 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
18:01:44 [2021-12-03T18:01:44.003Z] #70 sha256:eee7cf8173e12a1b15f5fdc6974f3dcae8ae94bc71d7cc0c75079dcd02948f9a
18:01:44 [2021-12-03T18:01:44.261Z] #70 DONE 0.2s
18:01:44 [2021-12-03T18:01:44.261Z] 
18:01:44 [2021-12-03T18:01:44.261Z] #75 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
18:01:44 [2021-12-03T18:01:44.261Z] #75 sha256:3914f3c13f857141b93ad58efed4736ce3c4582175f776b07e8f808de31503e8
18:01:44 [2021-12-03T18:01:44.261Z] #75 DONE 0.1s
18:01:44 [2021-12-03T18:01:44.261Z] 
18:01:44 [2021-12-03T18:01:44.261Z] #80 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
18:01:44 [2021-12-03T18:01:44.261Z] #80 sha256:68250a8c408db4296df2facc650b6ef161ec852f22ccbfe0102dad503cf7a9b0
18:01:44 [2021-12-03T18:01:44.517Z] #80 DONE 0.4s
18:01:44 [2021-12-03T18:01:44.773Z] 
18:01:44 [2021-12-03T18:01:44.773Z] #81 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
18:01:44 [2021-12-03T18:01:44.773Z] #81 sha256:360be5dcd6ac9c767cafe6a6c03ebe035489f4c22f92d4a4d39d10c634afd801
18:01:44 [2021-12-03T18:01:44.773Z] #81 DONE 0.0s
18:01:44 [2021-12-03T18:01:44.773Z] 
18:01:44 [2021-12-03T18:01:44.773Z] #82 [final 1/1] COPY . /go/src/github.com/docker/docker
18:01:44 [2021-12-03T18:01:44.773Z] #82 sha256:c3a461bd6f46eeb9730263c8c38508853d197af9cba6ed107db8fc7a425b8489
18:01:48 [2021-12-03T18:01:48.941Z] #82 DONE 3.8s
18:01:48 [2021-12-03T18:01:48.941Z] 
18:01:48 [2021-12-03T18:01:48.941Z] #83 exporting to image
18:01:48 [2021-12-03T18:01:48.941Z] #83 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
18:01:48 [2021-12-03T18:01:48.941Z] #83 exporting layers
18:02:00 [2021-12-03T18:02:00.204Z] ok  	github.com/docker/docker/cmd/dockerd	0.041s	coverage: 29.0% of statements
18:02:00 [2021-12-03T18:02:00.460Z] ok  	github.com/docker/docker/container	0.115s	coverage: 34.8% of statements
18:02:00 [2021-12-03T18:02:00.716Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.416s	coverage: 0.0% of statements
18:02:00 [2021-12-03T18:02:00.716Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
18:02:00 [2021-12-03T18:02:00.716Z] ?   	github.com/docker/docker/container/stream	[no test files]
18:02:00 [2021-12-03T18:02:00.716Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
18:02:00 [2021-12-03T18:02:00.716Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
18:02:00 [2021-12-03T18:02:00.716Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
18:02:05 [2021-12-03T18:02:05.964Z] ok  	github.com/docker/docker/daemon/cluster	0.059s	coverage: 0.5% of statements
18:02:07 [2021-12-03T18:02:07.854Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.009s	coverage: 65.3% of statements
18:02:08 [2021-12-03T18:02:08.784Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.007s	coverage: 35.9% of statements
18:02:15 [2021-12-03T18:02:15.448Z] #83 exporting layers 23.8s done
18:02:15 [2021-12-03T18:02:15.448Z] #83 writing image sha256:1c67817109beee1b23359c498dd00cea4fa3ccd56c6a28d196e65bcbf112da40
18:02:15 [2021-12-03T18:02:15.448Z] #83 writing image sha256:1c67817109beee1b23359c498dd00cea4fa3ccd56c6a28d196e65bcbf112da40 done
18:02:15 [2021-12-03T18:02:15.448Z] #83 naming to docker.io/library/docker:68ae4200aae45d763b2c4977dc11f39844c39dae done
18:02:15 [2021-12-03T18:02:15.448Z] #83 DONE 23.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
18:02:15 [2021-12-03T18:02:15.804Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42981/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=68ae4200aae45d763b2c4977dc11f39844c39dae -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:68ae4200aae45d763b2c4977dc11f39844c39dae hack/validate/default
18:02:16 [2021-12-03T18:02:16.746Z] Removing intermediate container ad8f659857b2
18:02:16 [2021-12-03T18:02:16.747Z]  ---> 99b4fa97d996
18:02:16 [2021-12-03T18:02:16.747Z] Step 8/11 : RUN   Function Install-GoTestSum() {     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN";     &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum install failed..."';     }   }     Install-GoTestSum
18:02:16 [2021-12-03T18:02:16.747Z]  ---> Running in 61dba01551f8
18:02:16 [2021-12-03T18:02:16.747Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading gotest.tools/gotestsum v1.7.0
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading github.com/fatih/color v1.10.0
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading github.com/dnephin/pflag v1.0.7
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading github.com/pkg/errors v0.9.1
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading golang.org/x/tools v0.1.0
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading github.com/mattn/go-colorable v0.1.8
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading github.com/mattn/go-isatty v0.0.12
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading github.com/fsnotify/fsnotify v1.4.9
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading github.com/jonboulle/clockwork v0.2.2
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
18:02:16 [2021-12-03T18:02:16.747Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
18:02:16 [2021-12-03T18:02:16.876Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.437s	coverage: 13.8% of statements
18:02:16 [2021-12-03T18:02:16.876Z] ok  	github.com/docker/docker/daemon/config	0.026s	coverage: 80.9% of statements
18:02:17 [2021-12-03T18:02:17.133Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
18:02:17 [2021-12-03T18:02:17.178Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:02:17 [2021-12-03T18:02:17.178Z] No api/types/ or api/swagger.yaml changes in diff.
18:02:17 [2021-12-03T18:02:17.178Z] Congratulations!  All TOML source files changed here have valid syntax.
18:02:17 [2021-12-03T18:02:17.178Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:02:17 [2021-12-03T18:02:17.178Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:02:17 [2021-12-03T18:02:17.178Z] Congratulations!  No new tests were added to integration-cli.
18:02:17 [2021-12-03T18:02:17.178Z] 
18:02:17 [2021-12-03T18:02:17.178Z] INFO Start validation with golang-ci-lint
18:02:17 [2021-12-03T18:02:17.215Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
18:02:17 [2021-12-03T18:02:17.215Z] go: downloading golang.org/x/mod v0.3.0
18:02:17 [2021-12-03T18:02:17.433Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:02:17 [2021-12-03T18:02:17.433Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:02:17 [2021-12-03T18:02:17.433Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:02:17 [2021-12-03T18:02:17.697Z] ok  	github.com/docker/docker/daemon/events	0.067s	coverage: 50.0% of statements
18:02:18 [2021-12-03T18:02:18.260Z] ok  	github.com/docker/docker/daemon/graphdriver	0.004s	coverage: 2.2% of statements
18:02:19 [2021-12-03T18:02:19.189Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.009s	coverage: 4.2% of statements
18:02:20 [2021-12-03T18:02:20.557Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.005s	coverage: 3.0% of statements
18:02:21 [2021-12-03T18:02:21.120Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.146s	coverage: 56.2% of statements
18:02:21 [2021-12-03T18:02:21.120Z] ok  	github.com/docker/docker/daemon	12.126s	coverage: 17.5% of statements
18:02:21 [2021-12-03T18:02:21.120Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
18:02:21 [2021-12-03T18:02:21.120Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
18:02:21 [2021-12-03T18:02:21.120Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
18:02:21 [2021-12-03T18:02:21.120Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
18:02:22 [2021-12-03T18:02:22.489Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.005s	coverage: 1.8% of statements
18:02:23 [2021-12-03T18:02:23.498Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:02:23 [2021-12-03T18:02:23.498Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
18:02:23 [2021-12-03T18:02:23.498Z] GOOS="" GOARCH="" GOARM=""
18:02:23 [2021-12-03T18:02:23.498Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
18:02:23 [2021-12-03T18:02:23.498Z] 
18:02:24 [2021-12-03T18:02:24.390Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.242s	coverage: 50.5% of statements
18:02:24 [2021-12-03T18:02:24.875Z] + TEST_INTEGRATION_DEST=1
18:02:24 [2021-12-03T18:02:24.875Z] + CONTAINER_NAME=docker-pr3-1
18:02:24 [2021-12-03T18:02:24.875Z] + TEST_SKIP_INTEGRATION_CLI=1
18:02:24 [2021-12-03T18:02:24.875Z] + run_tests test-integration-flaky
18:02:24 [2021-12-03T18:02:24.875Z] + '[' -n 0 ']'
18:02:24 [2021-12-03T18:02:24.875Z] + rm=
18:02:24 [2021-12-03T18:02:24.875Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42981/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42981/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 hack/make.sh test-integration-flaky test-integration
18:02:24 [2021-12-03T18:02:24.875Z] + c=0
18:02:24 [2021-12-03T18:02:24.875Z] ++ jobs -p
18:02:24 [2021-12-03T18:02:24.875Z] + for job in $(jobs -p)
18:02:24 [2021-12-03T18:02:24.875Z] + wait 4252
18:02:24 [2021-12-03T18:02:24.875Z] + TEST_INTEGRATION_DEST=3
18:02:24 [2021-12-03T18:02:24.875Z] + CONTAINER_NAME=docker-pr3-3
18:02:24 [2021-12-03T18:02:24.875Z] + TEST_SKIP_INTEGRATION=1
18:02:24 [2021-12-03T18:02:24.875Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
18:02:24 [2021-12-03T18:02:24.875Z] + run_tests
18:02:24 [2021-12-03T18:02:24.875Z] + '[' -n 0 ']'
18:02:24 [2021-12-03T18:02:24.875Z] + rm=
18:02:24 [2021-12-03T18:02:24.875Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42981/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42981/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 hack/make.sh '' test-integration
18:02:24 [2021-12-03T18:02:24.875Z] + TEST_INTEGRATION_DEST=2
18:02:24 [2021-12-03T18:02:24.875Z] + CONTAINER_NAME=docker-pr3-2
18:02:24 [2021-12-03T18:02:24.875Z] + TEST_SKIP_INTEGRATION=1
18:02:24 [2021-12-03T18:02:24.875Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
18:02:24 [2021-12-03T18:02:24.875Z] + run_tests
18:02:24 [2021-12-03T18:02:24.875Z] + '[' -n 0 ']'
18:02:24 [2021-12-03T18:02:24.875Z] + rm=
18:02:24 [2021-12-03T18:02:24.875Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42981/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42981/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8 hack/make.sh '' test-integration
18:02:26 [2021-12-03T18:02:26.251Z] 
18:02:26 [2021-12-03T18:02:26.251Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:02:26 [2021-12-03T18:02:26.251Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:02:26 [2021-12-03T18:02:26.251Z] HOSTNAME=757bdd24313a
18:02:26 [2021-12-03T18:02:26.251Z] TEST_SKIP_INTEGRATION=1
18:02:26 [2021-12-03T18:02:26.251Z] TESTDEBUG=0
18:02:26 [2021-12-03T18:02:26.251Z] DEST=bundles/test-integration
18:02:26 [2021-12-03T18:02:26.251Z] PWD=/go/src/github.com/docker/docker
18:02:26 [2021-12-03T18:02:26.251Z] KEEPBUNDLE=1
18:02:26 [2021-12-03T18:02:26.251Z] DOCKER_GITCOMMIT=b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8
18:02:26 [2021-12-03T18:02:26.251Z] container=docker
18:02:26 [2021-12-03T18:02:26.251Z] HOME=/root
18:02:26 [2021-12-03T18:02:26.251Z] GOLANG_VERSION=1.17.3
18:02:26 [2021-12-03T18:02:26.251Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:02:26 [2021-12-03T18:02:26.251Z] VALIDATE_BRANCH=master
18:02:26 [2021-12-03T18:02:26.251Z] TERM=xterm
18:02:26 [2021-12-03T18:02:26.251Z] DOCKER_PKG=github.com/docker/docker
18:02:26 [2021-12-03T18:02:26.251Z] SHLVL=1
18:02:26 [2021-12-03T18:02:26.251Z] TIMEOUT=120m
18:02:26 [2021-12-03T18:02:26.251Z] DOCKER_BUILDTAGS=apparmor seccomp journald
18:02:26 [2021-12-03T18:02:26.251Z] DOCKER_GRAPHDRIVER=overlay2
18:02:26 [2021-12-03T18:02:26.251Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
18:02:26 [2021-12-03T18:02:26.251Z] GO111MODULE=off
18:02:26 [2021-12-03T18:02:26.251Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:02:26 [2021-12-03T18:02:26.251Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:02:26 [2021-12-03T18:02:26.251Z] GOPATH=/go
18:02:26 [2021-12-03T18:02:26.251Z] PKG_CONFIG=pkg-config
18:02:26 [2021-12-03T18:02:26.251Z] _=/usr/bin/env
18:02:26 [2021-12-03T18:02:26.251Z] Building test suite binary ./integration-cli/test.main
18:02:26 [2021-12-03T18:02:26.509Z] 
18:02:26 [2021-12-03T18:02:26.509Z] 
18:02:26 [2021-12-03T18:02:26.768Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:02:26 [2021-12-03T18:02:26.768Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:02:26 [2021-12-03T18:02:26.768Z] HOSTNAME=c56d4c75e762
18:02:26 [2021-12-03T18:02:26.768Z] TEST_SKIP_INTEGRATION=1
18:02:26 [2021-12-03T18:02:26.768Z] TESTDEBUG=0
18:02:26 [2021-12-03T18:02:26.768Z] DEST=bundles/test-integration
18:02:26 [2021-12-03T18:02:26.768Z] PWD=/go/src/github.com/docker/docker
18:02:26 [2021-12-03T18:02:26.768Z] KEEPBUNDLE=1
18:02:26 [2021-12-03T18:02:26.768Z] DOCKER_GITCOMMIT=b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8
18:02:26 [2021-12-03T18:02:26.768Z] container=docker
18:02:26 [2021-12-03T18:02:26.768Z] HOME=/root
18:02:26 [2021-12-03T18:02:26.768Z] GOLANG_VERSION=1.17.3
18:02:26 [2021-12-03T18:02:26.768Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:02:26 [2021-12-03T18:02:26.768Z] VALIDATE_BRANCH=master
18:02:26 [2021-12-03T18:02:26.768Z] TERM=xterm
18:02:26 [2021-12-03T18:02:26.768Z] DOCKER_PKG=github.com/docker/docker
18:02:26 [2021-12-03T18:02:26.768Z] SHLVL=1
18:02:26 [2021-12-03T18:02:26.768Z] TIMEOUT=120m
18:02:26 [2021-12-03T18:02:26.768Z] DOCKER_BUILDTAGS=apparmor seccomp journald
18:02:26 [2021-12-03T18:02:26.768Z] DOCKER_GRAPHDRIVER=overlay2
18:02:26 [2021-12-03T18:02:26.768Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
18:02:26 [2021-12-03T18:02:26.768Z] GO111MODULE=off
18:02:26 [2021-12-03T18:02:26.768Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:02:26 [2021-12-03T18:02:26.768Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:02:26 [2021-12-03T18:02:26.768Z] GOPATH=/go
18:02:26 [2021-12-03T18:02:26.768Z] PKG_CONFIG=pkg-config
18:02:26 [2021-12-03T18:02:26.768Z] _=/usr/bin/env
18:02:26 [2021-12-03T18:02:26.768Z] Building test suite binary ./integration-cli/test.main
18:02:26 [2021-12-03T18:02:26.768Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
18:02:26 [2021-12-03T18:02:26.921Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.760s	coverage: 58.0% of statements
18:02:26 [2021-12-03T18:02:26.921Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.712s	coverage: 46.2% of statements
18:02:26 [2021-12-03T18:02:26.921Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
18:02:26 [2021-12-03T18:02:26.921Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
18:02:26 [2021-12-03T18:02:26.921Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
18:02:27 [2021-12-03T18:02:27.335Z] No new tests added to integration.
18:02:27 [2021-12-03T18:02:27.335Z] 
18:02:27 [2021-12-03T18:02:27.335Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:02:28 [2021-12-03T18:02:28.817Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.016s	coverage: 3.0% of statements
18:02:28 [2021-12-03T18:02:28.817Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.020s	coverage: 58.8% of statements
18:02:28 [2021-12-03T18:02:28.913Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:02:28 [2021-12-03T18:02:28.913Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
18:02:28 [2021-12-03T18:02:28.913Z] GOOS="" GOARCH="" GOARM=""
18:02:28 [2021-12-03T18:02:28.913Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
18:02:28 [2021-12-03T18:02:28.913Z] 
18:02:28 [2021-12-03T18:02:28.913Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:02:28 [2021-12-03T18:02:28.913Z] DOCKER_SYSTEMD=1
18:02:28 [2021-12-03T18:02:28.913Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:02:28 [2021-12-03T18:02:28.913Z] HOSTNAME=50d5b0f86871
18:02:28 [2021-12-03T18:02:28.913Z] DEST=bundles/test-integration
18:02:28 [2021-12-03T18:02:28.913Z] PWD=/go/src/github.com/docker/docker
18:02:28 [2021-12-03T18:02:28.913Z] DOCKER_GITCOMMIT=46873a1eacfce70ba44128a9c14ae96413b93ef0
18:02:28 [2021-12-03T18:02:28.913Z] container=docker
18:02:28 [2021-12-03T18:02:28.913Z] HOME=/root
18:02:28 [2021-12-03T18:02:28.913Z] LANG=C.UTF-8
18:02:28 [2021-12-03T18:02:28.913Z] INVOCATION_ID=15202e781e7c448d8e3931d705bea786
18:02:28 [2021-12-03T18:02:28.913Z] GOLANG_VERSION=1.17.3
18:02:28 [2021-12-03T18:02:28.913Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:02:28 [2021-12-03T18:02:28.913Z] VALIDATE_BRANCH=master
18:02:28 [2021-12-03T18:02:28.913Z] TERM=xterm
18:02:28 [2021-12-03T18:02:28.913Z] DOCKER_PKG=github.com/docker/docker
18:02:28 [2021-12-03T18:02:28.913Z] SHLVL=3
18:02:28 [2021-12-03T18:02:28.913Z] TIMEOUT=120m
18:02:28 [2021-12-03T18:02:28.913Z] DOCKER_BUILDTAGS=apparmor seccomp journald
18:02:28 [2021-12-03T18:02:28.913Z] DOCKER_GRAPHDRIVER=overlay2
18:02:28 [2021-12-03T18:02:28.913Z] GO111MODULE=off
18:02:28 [2021-12-03T18:02:28.913Z] DOCKER_EXPERIMENTAL=1
18:02:28 [2021-12-03T18:02:28.913Z] TEST_SKIP_INTEGRATION_CLI=1
18:02:28 [2021-12-03T18:02:28.913Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:02:28 [2021-12-03T18:02:28.913Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:02:28 [2021-12-03T18:02:28.913Z] GOPATH=/go
18:02:28 [2021-12-03T18:02:28.913Z] PKG_CONFIG=pkg-config
18:02:28 [2021-12-03T18:02:28.913Z] _=/usr/bin/env
18:02:28 [2021-12-03T18:02:28.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
18:02:29 [2021-12-03T18:02:29.325Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:02:29 [2021-12-03T18:02:29.325Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
18:02:29 [2021-12-03T18:02:29.325Z] GOOS="" GOARCH="" GOARM=""
18:02:29 [2021-12-03T18:02:29.325Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
18:02:29 [2021-12-03T18:02:29.325Z] 
18:02:29 [2021-12-03T18:02:29.325Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:02:29 [2021-12-03T18:02:29.325Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:02:29 [2021-12-03T18:02:29.325Z] HOSTNAME=c35ab95e9c28
18:02:29 [2021-12-03T18:02:29.325Z] DEST=bundles/test-integration
18:02:29 [2021-12-03T18:02:29.325Z] PWD=/go/src/github.com/docker/docker
18:02:29 [2021-12-03T18:02:29.325Z] DOCKER_ROOTLESS=1
18:02:29 [2021-12-03T18:02:29.325Z] DOCKER_GITCOMMIT=c0c512cfa9f2408a6ef90e51c1d91036bb34d989
18:02:29 [2021-12-03T18:02:29.325Z] container=docker
18:02:29 [2021-12-03T18:02:29.325Z] HOME=/root
18:02:29 [2021-12-03T18:02:29.325Z] GOLANG_VERSION=1.17.3
18:02:29 [2021-12-03T18:02:29.325Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:02:29 [2021-12-03T18:02:29.325Z] VALIDATE_BRANCH=master
18:02:29 [2021-12-03T18:02:29.325Z] TERM=xterm
18:02:29 [2021-12-03T18:02:29.325Z] DOCKER_PKG=github.com/docker/docker
18:02:29 [2021-12-03T18:02:29.325Z] SHLVL=1
18:02:29 [2021-12-03T18:02:29.325Z] TIMEOUT=120m
18:02:29 [2021-12-03T18:02:29.325Z] DOCKER_BUILDTAGS=apparmor seccomp journald
18:02:29 [2021-12-03T18:02:29.325Z] DOCKER_GRAPHDRIVER=overlay2
18:02:29 [2021-12-03T18:02:29.325Z] GO111MODULE=off
18:02:29 [2021-12-03T18:02:29.325Z] DOCKER_EXPERIMENTAL=1
18:02:29 [2021-12-03T18:02:29.325Z] TEST_SKIP_INTEGRATION_CLI=1
18:02:29 [2021-12-03T18:02:29.325Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:02:29 [2021-12-03T18:02:29.325Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:02:29 [2021-12-03T18:02:29.325Z] GOPATH=/go
18:02:29 [2021-12-03T18:02:29.325Z] PKG_CONFIG=pkg-config
18:02:29 [2021-12-03T18:02:29.325Z] _=/usr/bin/env
18:02:29 [2021-12-03T18:02:29.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
18:02:29 [2021-12-03T18:02:29.383Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
18:02:30 [2021-12-03T18:02:30.618Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:02:30 [2021-12-03T18:02:30.618Z] HOSTNAME=1b739ac566f6
18:02:30 [2021-12-03T18:02:30.618Z] TESTDEBUG=0
18:02:30 [2021-12-03T18:02:30.618Z] DEST=bundles/test-integration
18:02:30 [2021-12-03T18:02:30.618Z] PWD=/go/src/github.com/docker/docker
18:02:30 [2021-12-03T18:02:30.618Z] KEEPBUNDLE=1
18:02:30 [2021-12-03T18:02:30.618Z] DOCKER_GITCOMMIT=b02451ceadbfc8344ef8a7c2b9675b16b24ea5d8
18:02:30 [2021-12-03T18:02:30.618Z] container=docker
18:02:30 [2021-12-03T18:02:30.618Z] HOME=/root
18:02:30 [2021-12-03T18:02:30.618Z] GOLANG_VERSION=1.17.3
18:02:30 [2021-12-03T18:02:30.618Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:02:30 [2021-12-03T18:02:30.618Z] VALIDATE_BRANCH=master
18:02:30 [2021-12-03T18:02:30.618Z] TERM=xterm
18:02:30 [2021-12-03T18:02:30.618Z] DOCKER_PKG=github.com/docker/docker
18:02:30 [2021-12-03T18:02:30.618Z] SHLVL=1
18:02:30 [2021-12-03T18:02:30.618Z] TIMEOUT=120m
18:02:30 [2021-12-03T18:02:30.618Z] DOCKER_BUILDTAGS=apparmor seccomp journald
18:02:30 [2021-12-03T18:02:30.618Z] DOCKER_GRAPHDRIVER=overlay2
18:02:30 [2021-12-03T18:02:30.618Z] GO111MODULE=off
18:02:30 [2021-12-03T18:02:30.618Z] TEST_SKIP_INTEGRATION_CLI=1
18:02:30 [2021-12-03T18:02:30.618Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:02:30 [2021-12-03T18:02:30.618Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:02:30 [2021-12-03T18:02:30.618Z] GOPATH=/go
18:02:30 [2021-12-03T18:02:30.618Z] PKG_CONFIG=pkg-config
18:02:30 [2021-12-03T18:02:30.618Z] _=/usr/bin/env
18:02:30 [2021-12-03T18:02:30.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
18:02:32 [2021-12-03T18:02:32.129Z] Removing intermediate container 61dba01551f8
18:02:32 [2021-12-03T18:02:32.129Z]  ---> c34d815d4d53
18:02:32 [2021-12-03T18:02:32.129Z] Step 9/11 : ENTRYPOINT ["powershell.exe"]
18:02:32 [2021-12-03T18:02:32.129Z]  ---> Running in 2dfacb6afc6a
18:02:32 [2021-12-03T18:02:32.129Z] Removing intermediate container 2dfacb6afc6a
18:02:32 [2021-12-03T18:02:32.129Z]  ---> 986649e36cd6
18:02:32 [2021-12-03T18:02:32.129Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker
18:02:32 [2021-12-03T18:02:32.129Z]  ---> Running in dfb475a5df2f
18:02:32 [2021-12-03T18:02:32.129Z] Removing intermediate container dfb475a5df2f
18:02:32 [2021-12-03T18:02:32.129Z]  ---> a6d1980e7a6c
18:02:32 [2021-12-03T18:02:32.129Z] Step 11/11 : COPY . .
18:02:32 [2021-12-03T18:02:32.653Z] ok  	github.com/docker/docker/daemon/logger	0.243s	coverage: 43.5% of statements
18:02:32 [2021-12-03T18:02:32.653Z] ok  	github.com/docker/docker/daemon/images	0.033s	coverage: 6.7% of statements
18:02:32 [2021-12-03T18:02:32.653Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
18:02:32 [2021-12-03T18:02:32.653Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
18:02:34 [2021-12-03T18:02:34.022Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.015s	coverage: 67.0% of statements
18:02:34 [2021-12-03T18:02:34.951Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.252s	coverage: 77.6% of statements
18:02:34 [2021-12-03T18:02:34.951Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
18:02:34 [2021-12-03T18:02:34.951Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
18:02:34 [2021-12-03T18:02:34.951Z] ok  	github.com/docker/docker/daemon/logger/journald	0.005s	coverage: 23.9% of statements
18:02:35 [2021-12-03T18:02:35.881Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.007s	coverage: 87.2% of statements
18:02:36 [2021-12-03T18:02:36.445Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.014s	coverage: 69.9% of statements
18:02:37 [2021-12-03T18:02:37.008Z] ok  	github.com/docker/docker/daemon/logger/local	0.027s	coverage: 75.2% of statements
18:02:37 [2021-12-03T18:02:37.008Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
18:02:38 [2021-12-03T18:02:38.376Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.045s	coverage: 55.1% of statements
18:02:38 [2021-12-03T18:02:38.376Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.014s	coverage: 31.5% of statements
18:02:40 [2021-12-03T18:02:40.268Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.022s	coverage: 46.8% of statements
18:02:40 [2021-12-03T18:02:40.524Z] ok  	github.com/docker/docker/daemon/logger/templates	0.026s	coverage: 8.3% of statements
18:02:41 [2021-12-03T18:02:41.455Z] ok  	github.com/docker/docker/daemon/network	0.011s	coverage: 63.8% of statements
18:02:42 [2021-12-03T18:02:42.411Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.918s	coverage: 82.5% of statements
18:02:42 [2021-12-03T18:02:42.411Z] ?   	github.com/docker/docker/daemon/names	[no test files]
18:02:42 [2021-12-03T18:02:42.411Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
18:02:44 [2021-12-03T18:02:44.311Z] ok  	github.com/docker/docker/distribution/metadata	0.040s	coverage: 48.2% of statements
18:02:44 [2021-12-03T18:02:44.574Z] ok  	github.com/docker/docker/distribution	0.179s	coverage: 26.4% of statements
18:02:44 [2021-12-03T18:02:44.574Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
18:02:45 [2021-12-03T18:02:45.954Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
18:02:46 [2021-12-03T18:02:46.884Z] ok  	github.com/docker/docker/image	0.021s	coverage: 86.6% of statements
18:02:47 [2021-12-03T18:02:47.140Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
18:02:47 [2021-12-03T18:02:47.703Z] ok  	github.com/docker/docker/distribution/xfer	1.971s	coverage: 85.1% of statements
18:02:47 [2021-12-03T18:02:47.703Z] ?   	github.com/docker/docker/dockerversion	[no test files]
18:02:48 [2021-12-03T18:02:48.266Z] ok  	github.com/docker/docker/image/tarexport	0.014s	coverage: 0.7% of statements
18:02:48 [2021-12-03T18:02:48.523Z] ok  	github.com/docker/docker/image/v1	0.026s	coverage: 25.0% of statements
18:02:48 [2021-12-03T18:02:48.523Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
18:02:49 [2021-12-03T18:02:49.086Z] ok  	github.com/docker/docker/libcontainerd/queue	0.037s	coverage: 100.0% of statements
18:02:49 [2021-12-03T18:02:49.929Z]  ---> 41a2598fbbdc
18:02:49 [2021-12-03T18:02:49.929Z] Successfully built 41a2598fbbdc
18:02:49 [2021-12-03T18:02:49.929Z] Successfully tagged docker:latest
18:02:49 [2021-12-03T18:02:49.929Z] INFO: Image build ended at 12/03/2021 18:02:48. Duration:00:02:46.8252983
18:02:49 [2021-12-03T18:02:49.929Z] 
18:02:49 [2021-12-03T18:02:49.929Z] 
18:02:49 [2021-12-03T18:02:49.929Z] INFO: Building the test binaries at 12/03/2021 18:02:49...
18:02:50 [2021-12-03T18:02:50.463Z] ok  	github.com/docker/docker/oci	0.027s	coverage: 43.3% of statements
18:02:51 [2021-12-03T18:02:51.832Z] ok  	github.com/docker/docker/opts	0.024s	coverage: 67.1% of statements
18:02:51 [2021-12-03T18:02:51.832Z] ok  	github.com/docker/docker/pkg/aaparser	0.008s	coverage: 52.9% of statements
18:02:52 [2021-12-03T18:02:52.173Z] INFO: make.ps1 starting at 12/03/2021 18:02:52
18:02:52 [2021-12-03T18:02:52.640Z] INFO: Git commit (8cd32c521d) assumed from DOCKER_GITCOMMIT environment variable
18:02:52 [2021-12-03T18:02:52.640Z] INFO: Invoking autogen...
18:02:53 [2021-12-03T18:02:53.106Z] INFO: Building daemon...
18:02:54 [2021-12-03T18:02:54.356Z] ok  	github.com/docker/docker/pkg/archive	0.451s	coverage: 82.1% of statements
18:02:55 [2021-12-03T18:02:55.286Z] ok  	github.com/docker/docker/pkg/authorization	0.393s	coverage: 68.3% of statements
18:02:55 [2021-12-03T18:02:55.286Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
18:02:55 [2021-12-03T18:02:55.542Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
18:02:58 [2021-12-03T18:02:58.811Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.508s	coverage: 43.5% of statements
18:02:58 [2021-12-03T18:02:58.811Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
18:02:58 [2021-12-03T18:02:58.811Z] ok  	github.com/docker/docker/pkg/discovery	0.003s	coverage: 58.3% of statements
18:02:59 [2021-12-03T18:02:59.068Z] ok  	github.com/docker/docker/layer	7.749s	coverage: 68.8% of statements
18:02:59 [2021-12-03T18:02:59.068Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
18:02:59 [2021-12-03T18:02:59.068Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
18:02:59 [2021-12-03T18:02:59.068Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
18:02:59 [2021-12-03T18:02:59.068Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
18:02:59 [2021-12-03T18:02:59.068Z] ?   	github.com/docker/docker/oci/caps	[no test files]
18:02:59 [2021-12-03T18:02:59.068Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
18:02:59 [2021-12-03T18:02:59.068Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
18:02:59 [2021-12-03T18:02:59.068Z] ok  	github.com/docker/docker/pkg/discovery/file	0.015s	coverage: 97.6% of statements
18:02:59 [2021-12-03T18:02:59.631Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.006s	coverage: 92.3% of statements
18:02:59 [2021-12-03T18:02:59.887Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
18:03:00 [2021-12-03T18:03:00.143Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
18:03:01 [2021-12-03T18:03:01.076Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 67.0% of statements
18:03:01 [2021-12-03T18:03:01.639Z] ok  	github.com/docker/docker/pkg/fileutils	0.008s	coverage: 84.8% of statements
18:03:01 [2021-12-03T18:03:01.895Z] ok  	github.com/docker/docker/pkg/fsutils	0.186s	coverage: 85.1% of statements
18:03:02 [2021-12-03T18:03:02.152Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
18:03:02 [2021-12-03T18:03:02.715Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.021s	coverage: 84.1% of statements
18:03:03 [2021-12-03T18:03:03.278Z] ok  	github.com/docker/docker/pkg/idtools	0.456s	coverage: 69.5% of statements
18:03:03 [2021-12-03T18:03:03.534Z] ok  	github.com/docker/docker/pkg/ioutils	0.372s	coverage: 71.5% of statements
18:03:03 [2021-12-03T18:03:03.534Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
18:03:03 [2021-12-03T18:03:03.534Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
18:03:03 [2021-12-03T18:03:03.790Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 100.0% of statements
18:03:03 [2021-12-03T18:03:03.790Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
18:03:03 [2021-12-03T18:03:03.790Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
18:03:03 [2021-12-03T18:03:03.790Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.005s	coverage: 85.7% of statements
18:03:03 [2021-12-03T18:03:03.790Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
18:03:04 [2021-12-03T18:03:04.047Z] ok  	github.com/docker/docker/pkg/parsers	0.009s	coverage: 97.0% of statements
18:03:04 [2021-12-03T18:03:04.047Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
18:03:04 [2021-12-03T18:03:04.304Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
18:03:04 [2021-12-03T18:03:04.304Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 86.7% of statements
18:03:04 [2021-12-03T18:03:04.304Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
18:03:04 [2021-12-03T18:03:04.304Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
18:03:04 [2021-12-03T18:03:04.868Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.012s	coverage: 56.8% of statements
18:03:05 [2021-12-03T18:03:05.432Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
18:03:05 [2021-12-03T18:03:05.432Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
18:03:05 [2021-12-03T18:03:05.688Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
18:03:07 [2021-12-03T18:03:07.054Z] ok  	github.com/docker/docker/pkg/pubsub	1.042s	coverage: 75.0% of statements
18:03:07 [2021-12-03T18:03:07.054Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
18:03:07 [2021-12-03T18:03:07.311Z] ok  	github.com/docker/docker/pkg/stack	0.002s	coverage: 90.9% of statements
18:03:07 [2021-12-03T18:03:07.567Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
18:03:07 [2021-12-03T18:03:07.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
18:03:07 [2021-12-03T18:03:07.824Z] ok  	github.com/docker/docker/pkg/streamformatter	0.002s	coverage: 66.2% of statements
18:03:07 [2021-12-03T18:03:07.824Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 70.6% of statements
18:03:08 [2021-12-03T18:03:08.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
18:03:08 [2021-12-03T18:03:08.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
18:03:08 [2021-12-03T18:03:08.387Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 50.7% of statements
18:03:08 [2021-12-03T18:03:08.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
18:03:08 [2021-12-03T18:03:08.949Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 40.1% of statements
18:03:09 [2021-12-03T18:03:09.205Z] ok  	github.com/docker/docker/pkg/tailfile	0.041s	coverage: 88.6% of statements
18:03:09 [2021-12-03T18:03:09.769Z] ok  	github.com/docker/docker/pkg/tarsum	0.051s	coverage: 89.3% of statements
18:03:09 [2021-12-03T18:03:09.769Z] coverage: [no statements]
18:03:09 [2021-12-03T18:03:09.769Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
18:03:10 [2021-12-03T18:03:10.026Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
18:03:10 [2021-12-03T18:03:10.283Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
18:03:10 [2021-12-03T18:03:10.283Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
18:03:12 [2021-12-03T18:03:12.173Z] ok  	github.com/docker/docker/plugin	0.515s	coverage: 23.2% of statements
18:03:12 [2021-12-03T18:03:12.430Z] ok  	github.com/docker/docker/plugin/v2	0.002s	coverage: 14.4% of statements
18:03:12 [2021-12-03T18:03:12.686Z] ok  	github.com/docker/docker/profiles/seccomp	0.006s	coverage: 86.0% of statements
18:03:14 [2021-12-03T18:03:14.054Z] ok  	github.com/docker/docker/quota	0.224s	coverage: 71.4% of statements
18:03:14 [2021-12-03T18:03:14.054Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
18:03:14 [2021-12-03T18:03:14.983Z] ok  	github.com/docker/docker/registry	0.051s	coverage: 58.3% of statements
18:03:15 [2021-12-03T18:03:15.545Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
18:03:15 [2021-12-03T18:03:15.545Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
18:03:16 [2021-12-03T18:03:16.108Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 65.7% of statements
18:03:16 [2021-12-03T18:03:16.365Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
18:03:18 [2021-12-03T18:03:18.885Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
18:03:19 [2021-12-03T18:03:19.449Z] ok  	github.com/docker/docker/volume/local	0.080s	coverage: 76.4% of statements
18:03:20 [2021-12-03T18:03:20.012Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 67.7% of statements
18:03:20 [2021-12-03T18:03:20.944Z] ok  	github.com/docker/docker/volume/service	0.013s	coverage: 72.3% of statements
18:03:30 [2021-12-03T18:03:30.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
18:03:30 [2021-12-03T18:03:30.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
18:03:39 [2021-12-03T18:03:39.055Z] ok  	github.com/docker/docker/pkg/plugins	33.646s	coverage: 76.3% of statements
18:03:39 [2021-12-03T18:03:39.055Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
18:03:39 [2021-12-03T18:03:39.055Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
18:03:39 [2021-12-03T18:03:39.055Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
18:03:39 [2021-12-03T18:03:39.055Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
18:03:39 [2021-12-03T18:03:39.055Z] ?   	github.com/docker/docker/pkg/term	[no test files]
18:03:39 [2021-12-03T18:03:39.055Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/rootless	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/testutil/request	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/volume	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === Skipped
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     network_proxy_test.go:208: No support for dual stack yet
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:18Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
18:03:39 [2021-12-03T18:03:39.056Z]     aufs_test.go:37: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver btrfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver btrfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver btrfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver btrfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver btrfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:71: No driver to put!
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z] time="2021-12-03T18:02:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: driver not supported
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:71: No driver to put!
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     overlay_test.go:50: Fails to compute changes intermittently
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     overlay_test.go:65: Cannot run test with naive change algorithm
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver zfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver zfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver zfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver zfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:44: Driver zfs not supported
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     graphtest_unix.go:71: No driver to put!
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
18:03:39 [2021-12-03T18:03:39.056Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
18:03:39 [2021-12-03T18:03:39.056Z] 
18:03:39 [2021-12-03T18:03:39.056Z] DONE 2340 tests, 53 skipped in 216.297s
18:03:39 [2021-12-03T18:03:39.056Z] + '[' -n 'github.com/docker/docker/libnetwork
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/bitseq
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/cluster
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/cmd/diagnostic
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/cmd/ovrouter
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/cmd/readme_test
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/config
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/datastore
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/diagnostic
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/discoverapi
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/driverapi
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/bridge
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/host
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/ipvlan
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/macvlan
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/null
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/overlay
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/remote
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/remote/api
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/windows
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/drvregistry
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/etchosts
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/hostdiscovery
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/idm
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/internal/caller
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/internal/setmatrix
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/ipam
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/ipamapi
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/ipams/builtin
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/ipams/null
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/ipams/remote
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/ipams/remote/api
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/ipams/windowsipam
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/ipamutils
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/iptables
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/netlabel
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/netutils
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/networkdb
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/ns
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/options
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/osl
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/osl/kernel
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/portallocator
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/portmapper
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/resolvconf
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/testutils
18:03:39 [2021-12-03T18:03:39.056Z] github.com/docker/docker/libnetwork/types' ']'
18:03:39 [2021-12-03T18:03:39.057Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
18:03:42 [2021-12-03T18:03:42.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
18:03:42 [2021-12-03T18:03:42.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
18:03:48 [2021-12-03T18:03:48.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
18:03:49 [2021-12-03T18:03:49.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
18:03:50 [2021-12-03T18:03:50.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
18:03:50 [2021-12-03T18:03:50.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
18:03:50 [2021-12-03T18:03:50.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
18:03:51 [2021-12-03T18:03:51.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
18:03:51 [2021-12-03T18:03:51.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
18:03:51 [2021-12-03T18:03:51.538Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
18:03:52 [2021-12-03T18:03:52.109Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
18:03:52 [2021-12-03T18:03:52.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
18:03:52 [2021-12-03T18:03:52.369Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
18:03:53 [2021-12-03T18:03:53.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
18:03:53 [2021-12-03T18:03:53.709Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
18:03:53 [2021-12-03T18:03:53.709Z] 
18:03:53 [2021-12-03T18:03:53.709Z]  ________   ____  __.
18:03:53 [2021-12-03T18:03:53.709Z]  \_____  \ |    |/ _|
18:03:53 [2021-12-03T18:03:53.709Z]  /   |   \|      <
18:03:53 [2021-12-03T18:03:53.709Z]  /    |    \    |  \
18:03:53 [2021-12-03T18:03:53.709Z]  \_______  /____|__ \
18:03:53 [2021-12-03T18:03:53.709Z]          \/        \/
18:03:53 [2021-12-03T18:03:53.709Z] 
18:03:53 [2021-12-03T18:03:53.709Z] INFO: make.ps1 ended at 12/03/2021 18:03:51
18:03:53 [2021-12-03T18:03:53.709Z] INFO: Binaries build ended at 12/03/2021 18:03:53. Duration:00:01:03.9672784
18:03:54 [2021-12-03T18:03:54.176Z] INFO: Copying the built daemon binary to d:\CI\PR-42981\3\binary\dockerd-8cd32c521d.exe...
18:03:54 [2021-12-03T18:03:54.643Z] INFO: Copying the built client binary to d:\CI\PR-42981\3\binary\docker-8cd32c521d.exe...
18:03:54 [2021-12-03T18:03:54.643Z] INFO: Copying dockerversion from the container...
18:03:54 [2021-12-03T18:03:54.643Z] INFO: Copying the golang package from the container to d:\CI\PR-42981\3\installer\go.zip...
18:03:54 [2021-12-03T18:03:54.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
18:03:55 [2021-12-03T18:03:55.627Z] INFO: Extracting go.zip to d:\CI\PR-42981\3\go
18:03:55 [2021-12-03T18:03:55.765Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
18:03:55 [2021-12-03T18:03:55.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
18:03:56 [2021-12-03T18:03:56.338Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
18:03:56 [2021-12-03T18:03:56.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
18:03:56 [2021-12-03T18:03:56.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
18:03:57 [2021-12-03T18:03:57.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
18:03:57 [2021-12-03T18:03:57.482Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
18:03:57 [2021-12-03T18:03:57.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
18:03:58 [2021-12-03T18:03:58.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
18:03:58 [2021-12-03T18:03:58.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
18:03:59 [2021-12-03T18:03:59.411Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
18:03:59 [2021-12-03T18:03:59.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
18:04:00 [2021-12-03T18:04:00.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
18:04:00 [2021-12-03T18:04:00.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
18:04:00 [2021-12-03T18:04:00.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
18:04:00 [2021-12-03T18:04:00.974Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
18:04:01 [2021-12-03T18:04:01.872Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:04:01 [2021-12-03T18:04:01.872Z] Using test binary docker
18:04:01 [2021-12-03T18:04:01.872Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
18:04:01 [2021-12-03T18:04:01.872Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:04:01 [2021-12-03T18:04:01.872Z] INFO: Waiting for daemon to start...
18:04:01 [2021-12-03T18:04:01.872Z] Starting dockerd
18:04:01 [2021-12-03T18:04:01.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
18:04:02 [2021-12-03T18:04:02.858Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:04:02 [2021-12-03T18:04:02.858Z] Using test binary docker
18:04:02 [2021-12-03T18:04:02.858Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
18:04:02 [2021-12-03T18:04:02.858Z] Starting apparmor (via systemctl): apparmor.service.
18:04:02 [2021-12-03T18:04:02.858Z] Starting dockerd
18:04:02 [2021-12-03T18:04:02.858Z] INFO: Waiting for daemon to start...
18:04:03 [2021-12-03T18:04:03.782Z] .
18:04:03 [2021-12-03T18:04:03.782Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:04:03 [2021-12-03T18:04:03.782Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:04:03 [2021-12-03T18:04:03.782Z] Error: No such image: emptyfs
18:04:04 [2021-12-03T18:04:04.043Z] Running integration-test (iteration 1)
18:04:04 [2021-12-03T18:04:04.043Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
18:04:04 [2021-12-03T18:04:04.303Z] Loaded image: busybox:latest
18:04:04 [2021-12-03T18:04:04.303Z] Loaded image: busybox:glibc
18:04:05 [2021-12-03T18:04:05.688Z] Loaded image: debian:bullseye-slim
18:04:05 [2021-12-03T18:04:05.688Z] Loaded image: hello-world:latest
18:04:05 [2021-12-03T18:04:05.949Z] Loaded image: arm32v7/hello-world:latest
18:04:05 [2021-12-03T18:04:05.949Z] INFO: Testing against a local daemon
18:04:05 [2021-12-03T18:04:05.949Z] === RUN   TestCgroupNamespacesBuild
18:04:06 [2021-12-03T18:04:06.154Z] .
18:04:06 [2021-12-03T18:04:06.154Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:04:06 [2021-12-03T18:04:06.154Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:04:06 [2021-12-03T18:04:06.154Z] Error: No such image: emptyfs
18:04:06 [2021-12-03T18:04:06.154Z] Running integration-test (iteration 1)
18:04:06 [2021-12-03T18:04:06.154Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
18:04:06 [2021-12-03T18:04:06.415Z] Loaded image: busybox:latest
18:04:06 [2021-12-03T18:04:06.676Z] Loaded image: busybox:glibc
18:04:07 [2021-12-03T18:04:07.336Z] --- PASS: TestCgroupNamespacesBuild (1.25s)
18:04:07 [2021-12-03T18:04:07.336Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
18:04:08 [2021-12-03T18:04:08.061Z] Loaded image: debian:bullseye-slim
18:04:08 [2021-12-03T18:04:08.061Z] Loaded image: hello-world:latest
18:04:08 [2021-12-03T18:04:08.061Z] Loaded image: arm32v7/hello-world:latest
18:04:08 [2021-12-03T18:04:08.061Z] INFO: Testing against a local daemon
18:04:08 [2021-12-03T18:04:08.061Z] === RUN   TestCgroupNamespacesBuild
18:04:08 [2021-12-03T18:04:08.277Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.10s)
18:04:08 [2021-12-03T18:04:08.277Z] === RUN   TestBuildWithSession
18:04:08 [2021-12-03T18:04:08.277Z]     build_session_test.go:25: TODO: BuildKit
18:04:08 [2021-12-03T18:04:08.277Z] --- SKIP: TestBuildWithSession (0.00s)
18:04:08 [2021-12-03T18:04:08.277Z] === RUN   TestBuildSquashParent
18:04:09 [2021-12-03T18:04:09.446Z] --- PASS: TestCgroupNamespacesBuild (1.32s)
18:04:09 [2021-12-03T18:04:09.446Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
18:04:10 [2021-12-03T18:04:10.829Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s)
18:04:10 [2021-12-03T18:04:10.829Z] === RUN   TestBuildWithSession
18:04:10 [2021-12-03T18:04:10.829Z]     build_session_test.go:25: TODO: BuildKit
18:04:10 [2021-12-03T18:04:10.829Z] --- SKIP: TestBuildWithSession (0.00s)
18:04:10 [2021-12-03T18:04:10.829Z] === RUN   TestBuildSquashParent
18:04:16 [2021-12-03T18:04:16.216Z] --- PASS: TestBuildSquashParent (4.75s)
18:04:16 [2021-12-03T18:04:16.216Z] === RUN   TestBuildWithRemoveAndForceRemove
18:04:16 [2021-12-03T18:04:16.216Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:04:16 [2021-12-03T18:04:16.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:04:16 [2021-12-03T18:04:16.216Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:04:16 [2021-12-03T18:04:16.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:04:16 [2021-12-03T18:04:16.216Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:04:16 [2021-12-03T18:04:16.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:04:16 [2021-12-03T18:04:16.216Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:04:16 [2021-12-03T18:04:16.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:04:16 [2021-12-03T18:04:16.216Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:04:16 [2021-12-03T18:04:16.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:04:16 [2021-12-03T18:04:16.216Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:04:16 [2021-12-03T18:04:16.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:04:16 [2021-12-03T18:04:16.216Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:04:16 [2021-12-03T18:04:16.216Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:04:16 [2021-12-03T18:04:16.408Z] --- PASS: TestBuildSquashParent (6.92s)
18:04:16 [2021-12-03T18:04:16.409Z] === RUN   TestBuildWithRemoveAndForceRemove
18:04:16 [2021-12-03T18:04:16.409Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:04:16 [2021-12-03T18:04:16.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:04:16 [2021-12-03T18:04:16.409Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:04:16 [2021-12-03T18:04:16.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:04:16 [2021-12-03T18:04:16.409Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:04:16 [2021-12-03T18:04:16.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:04:16 [2021-12-03T18:04:16.409Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:04:16 [2021-12-03T18:04:16.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:04:16 [2021-12-03T18:04:16.409Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:04:16 [2021-12-03T18:04:16.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:04:16 [2021-12-03T18:04:16.409Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:04:16 [2021-12-03T18:04:16.409Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:04:16 [2021-12-03T18:04:16.409Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:04:16 [2021-12-03T18:04:16.409Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:04:16 [2021-12-03T18:04:16.669Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:04:16 [2021-12-03T18:04:16.834Z] INFO: Extraction ended at 12/03/2021 18:04:15. Duration:00:00:19.8942762
18:04:16 [2021-12-03T18:04:16.834Z] INFO: Updating the golang and path environment variables
18:04:16 [2021-12-03T18:04:16.834Z] INFO: GOPATH=d:\gopath
18:04:16 [2021-12-03T18:04:16.834Z] INFO: go version go1.17.3 windows/amd64
18:04:16 [2021-12-03T18:04:16.834Z] INFO: Running the daemon under test in debug mode
18:04:16 [2021-12-03T18:04:16.834Z] INFO: Starting a daemon under test...
18:04:16 [2021-12-03T18:04:16.834Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42981\3\daemon --pidfile d:\CI\PR-42981\3\docker.pid -D
18:04:16 [2021-12-03T18:04:16.834Z] INFO: Process started successfully.
18:04:16 [2021-12-03T18:04:16.834Z] INFO: Start tailing logs of the daemon under tests
18:04:16 [2021-12-03T18:04:16.834Z] INFO: Waiting for the daemon under test to start...
18:04:16 [2021-12-03T18:04:16.930Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:04:17 [2021-12-03T18:04:17.162Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:04:17 [2021-12-03T18:04:17.162Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:04:18 [2021-12-03T18:04:18.546Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:04:18 [2021-12-03T18:04:18.546Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:04:18 [2021-12-03T18:04:18.843Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:04:18 [2021-12-03T18:04:18.844Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:04:20 [2021-12-03T18:04:20.460Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
18:04:20 [2021-12-03T18:04:20.460Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.59s)
18:04:20 [2021-12-03T18:04:20.460Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.70s)
18:04:20 [2021-12-03T18:04:20.460Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.33s)
18:04:20 [2021-12-03T18:04:20.460Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.49s)
18:04:20 [2021-12-03T18:04:20.460Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.51s)
18:04:20 [2021-12-03T18:04:20.460Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.46s)
18:04:20 [2021-12-03T18:04:20.460Z] === RUN   TestBuildMultiStageCopy
18:04:20 [2021-12-03T18:04:20.460Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:04:20 [2021-12-03T18:04:20.757Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
18:04:20 [2021-12-03T18:04:20.757Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.57s)
18:04:20 [2021-12-03T18:04:20.757Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.72s)
18:04:20 [2021-12-03T18:04:20.757Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.85s)
18:04:20 [2021-12-03T18:04:20.757Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.06s)
18:04:20 [2021-12-03T18:04:20.757Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.93s)
18:04:20 [2021-12-03T18:04:20.757Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s)
18:04:20 [2021-12-03T18:04:20.757Z] === RUN   TestBuildMultiStageCopy
18:04:20 [2021-12-03T18:04:20.757Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:04:21 [2021-12-03T18:04:21.844Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:04:21 [2021-12-03T18:04:21.844Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:04:21 [2021-12-03T18:04:21.844Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:04:22 [2021-12-03T18:04:22.105Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:04:22 [2021-12-03T18:04:22.366Z] --- PASS: TestBuildMultiStageCopy (2.25s)
18:04:22 [2021-12-03T18:04:22.366Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.43s)
18:04:22 [2021-12-03T18:04:22.366Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s)
18:04:22 [2021-12-03T18:04:22.366Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
18:04:22 [2021-12-03T18:04:22.366Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
18:04:22 [2021-12-03T18:04:22.366Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s)
18:04:22 [2021-12-03T18:04:22.366Z] === RUN   TestBuildMultiStageParentConfig
18:04:22 [2021-12-03T18:04:22.936Z] --- PASS: TestBuildMultiStageParentConfig (0.63s)
18:04:22 [2021-12-03T18:04:22.936Z] === RUN   TestBuildLabelWithTargets
18:04:23 [2021-12-03T18:04:23.877Z] --- PASS: TestBuildLabelWithTargets (0.96s)
18:04:23 [2021-12-03T18:04:23.877Z] === RUN   TestBuildWithEmptyLayers
18:04:24 [2021-12-03T18:04:24.052Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:04:24 [2021-12-03T18:04:24.447Z] --- PASS: TestBuildWithEmptyLayers (0.41s)
18:04:24 [2021-12-03T18:04:24.447Z] === RUN   TestBuildMultiStageOnBuild
18:04:25 [2021-12-03T18:04:25.433Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:04:25 [2021-12-03T18:04:25.678Z] ok  	github.com/docker/docker/libnetwork	37.182s	coverage: 40.7% of statements
18:04:25 [2021-12-03T18:04:25.678Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.125s	coverage: 84.4% of statements
18:04:25 [2021-12-03T18:04:25.678Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
18:04:25 [2021-12-03T18:04:25.678Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
18:04:25 [2021-12-03T18:04:25.678Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
18:04:25 [2021-12-03T18:04:25.678Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
18:04:25 [2021-12-03T18:04:25.678Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
18:04:25 [2021-12-03T18:04:25.678Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
18:04:25 [2021-12-03T18:04:25.678Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
18:04:25 [2021-12-03T18:04:25.678Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
18:04:25 [2021-12-03T18:04:25.678Z] ok  	github.com/docker/docker/libnetwork/config	0.025s	coverage: 24.0% of statements
18:04:25 [2021-12-03T18:04:25.678Z] ok  	github.com/docker/docker/libnetwork/datastore	0.002s	coverage: 21.9% of statements
18:04:25 [2021-12-03T18:04:25.678Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
18:04:25 [2021-12-03T18:04:25.678Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
18:04:25 [2021-12-03T18:04:25.678Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
18:04:26 [2021-12-03T18:04:26.359Z] --- PASS: TestBuildMultiStageOnBuild (1.73s)
18:04:26 [2021-12-03T18:04:26.359Z] === RUN   TestBuildUncleanTarFilenames
18:04:26 [2021-12-03T18:04:26.372Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:04:26 [2021-12-03T18:04:26.607Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.353s	coverage: 59.9% of statements
18:04:26 [2021-12-03T18:04:26.607Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
18:04:26 [2021-12-03T18:04:26.620Z] --- PASS: TestBuildUncleanTarFilenames (0.54s)
18:04:26 [2021-12-03T18:04:26.620Z] === RUN   TestBuildMultiStageLayerLeak
18:04:26 [2021-12-03T18:04:26.864Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
18:04:27 [2021-12-03T18:04:27.312Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:04:27 [2021-12-03T18:04:27.427Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.066s	coverage: 4.0% of statements
18:04:27 [2021-12-03T18:04:27.427Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
18:04:27 [2021-12-03T18:04:27.989Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.016s	coverage: 4.5% of statements
18:04:27 [2021-12-03T18:04:27.989Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
18:04:28 [2021-12-03T18:04:28.246Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
18:04:28 [2021-12-03T18:04:28.251Z] --- PASS: TestBuildMultiStageCopy (7.32s)
18:04:28 [2021-12-03T18:04:28.251Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.32s)
18:04:28 [2021-12-03T18:04:28.251Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
18:04:28 [2021-12-03T18:04:28.251Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.01s)
18:04:28 [2021-12-03T18:04:28.251Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s)
18:04:28 [2021-12-03T18:04:28.251Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
18:04:28 [2021-12-03T18:04:28.251Z] === RUN   TestBuildMultiStageParentConfig
18:04:28 [2021-12-03T18:04:28.531Z] --- PASS: TestBuildMultiStageLayerLeak (1.54s)
18:04:28 [2021-12-03T18:04:28.531Z] === RUN   TestBuildWithHugeFile
18:04:33 [2021-12-03T18:04:33.529Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
18:04:33 [2021-12-03T18:04:33.529Z] === RUN   TestBuildLabelWithTargets
18:04:34 [2021-12-03T18:04:34.626Z] ...INFO: Daemon under test started and replied!
18:04:34 [2021-12-03T18:04:34.626Z] INFO: Docker version of the daemon under test
18:04:34 [2021-12-03T18:04:34.626Z] 
18:04:34 [2021-12-03T18:04:34.626Z] Client:
18:04:34 [2021-12-03T18:04:34.626Z]  Version:      17.06.2-ce
18:04:34 [2021-12-03T18:04:34.626Z]  API version:  1.30
18:04:34 [2021-12-03T18:04:34.626Z]  Go version:   go1.8.3
18:04:34 [2021-12-03T18:04:34.626Z]  Git commit:   cec0b72
18:04:34 [2021-12-03T18:04:34.626Z]  Built:        Tue Sep  5 19:57:19 2017
18:04:34 [2021-12-03T18:04:34.626Z]  OS/Arch:      windows/amd64
18:04:34 [2021-12-03T18:04:34.626Z] 
18:04:34 [2021-12-03T18:04:34.626Z] Server:
18:04:34 [2021-12-03T18:04:34.626Z]  Version:      0.0.0-dev
18:04:34 [2021-12-03T18:04:34.626Z]  API version:  1.42 (minimum version 1.24)
18:04:34 [2021-12-03T18:04:34.626Z]  Go version:   go1.17.3
18:04:34 [2021-12-03T18:04:34.626Z]  Git commit:   8cd32c521d
18:04:34 [2021-12-03T18:04:34.626Z]  Built:        12/03/2021 18:02:52
18:04:34 [2021-12-03T18:04:34.626Z]  OS/Arch:      windows/amd64
18:04:34 [2021-12-03T18:04:34.626Z]  Experimental: false
18:04:34 [2021-12-03T18:04:34.626Z] 
18:04:34 [2021-12-03T18:04:34.626Z] INFO: Docker info of the daemon under test
18:04:34 [2021-12-03T18:04:34.626Z] 
18:04:34 [2021-12-03T18:04:34.626Z] Containers: 0
18:04:34 [2021-12-03T18:04:34.626Z]  Running: 0
18:04:34 [2021-12-03T18:04:34.626Z]  Paused: 0
18:04:34 [2021-12-03T18:04:34.626Z]  Stopped: 0
18:04:34 [2021-12-03T18:04:34.626Z] Images: 0
18:04:34 [2021-12-03T18:04:34.626Z] Server Version: 0.0.0-dev
18:04:34 [2021-12-03T18:04:34.626Z] Storage Driver: windowsfilter
18:04:34 [2021-12-03T18:04:34.626Z]  Windows: 
18:04:34 [2021-12-03T18:04:34.626Z] Logging Driver: json-file
18:04:34 [2021-12-03T18:04:34.626Z] Plugins: 
18:04:34 [2021-12-03T18:04:34.626Z]  Volume: local
18:04:34 [2021-12-03T18:04:34.626Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
18:04:34 [2021-12-03T18:04:34.626Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
18:04:34 [2021-12-03T18:04:34.626Z] Swarm: inactive
18:04:34 [2021-12-03T18:04:34.626Z] Default Isolation: process
18:04:34 [2021-12-03T18:04:34.626Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
18:04:34 [2021-12-03T18:04:34.626Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
18:04:34 [2021-12-03T18:04:34.626Z] OSType: windows
18:04:34 [2021-12-03T18:04:34.626Z] Architecture: x86_64
18:04:34 [2021-12-03T18:04:34.626Z] CPUs: 4
18:04:34 [2021-12-03T18:04:34.626Z] Total Memory: 32GiB
18:04:34 [2021-12-03T18:04:34.626Z] Name: azwin-2-08c0b0
18:04:34 [2021-12-03T18:04:34.626Z] ID: RWKE:TTCC:7SGC:JG7K:6KVQ:CL3Y:IW3Q:E5OU:GPQH:5RXE:L3Z7:PKUK
18:04:34 [2021-12-03T18:04:34.626Z] Docker Root Dir: D:\CI\PR-42981\3\daemon
18:04:34 [2021-12-03T18:04:34.626Z] Debug Mode (client): false
18:04:34 [2021-12-03T18:04:34.626Z] Debug Mode (server): true
18:04:34 [2021-12-03T18:04:34.626Z]  File Descriptors: -1
18:04:34 [2021-12-03T18:04:34.626Z]  Goroutines: 16
18:04:34 [2021-12-03T18:04:34.626Z]  System Time: 2021-12-03T18:04:34.5021001Z
18:04:34 [2021-12-03T18:04:34.626Z]  EventsListeners: 0
18:04:34 [2021-12-03T18:04:34.626Z] Registry: https://index.docker.io/v1/
18:04:34 [2021-12-03T18:04:34.626Z] Labels:
18:04:34 [2021-12-03T18:04:34.626Z] Experimental: false
18:04:34 [2021-12-03T18:04:34.626Z] Insecure Registries:
18:04:34 [2021-12-03T18:04:34.626Z]  127.0.0.0/8
18:04:34 [2021-12-03T18:04:34.626Z] Live Restore Enabled: false
18:04:34 [2021-12-03T18:04:34.626Z] 
18:04:34 [2021-12-03T18:04:34.626Z] 
18:04:34 [2021-12-03T18:04:34.626Z] INFO: Docker images of the daemon under test
18:04:34 [2021-12-03T18:04:34.626Z] 
18:04:34 [2021-12-03T18:04:34.626Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
18:04:34 [2021-12-03T18:04:34.626Z] 
18:04:34 [2021-12-03T18:04:34.626Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
18:04:35 [2021-12-03T18:04:35.093Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time...
18:04:35 [2021-12-03T18:04:35.093Z] ltsc2022: Pulling from windows/servercore
18:04:35 [2021-12-03T18:04:35.093Z] 8f616e6e9eec: Pulling fs layer
18:04:35 [2021-12-03T18:04:35.093Z] a0eb404f1860: Pulling fs layer
18:04:38 [2021-12-03T18:04:38.191Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.541s	coverage: 7.2% of statements
18:04:38 [2021-12-03T18:04:38.191Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
18:04:38 [2021-12-03T18:04:38.191Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.002s	coverage: 63.6% of statements
18:04:38 [2021-12-03T18:04:38.191Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
18:04:38 [2021-12-03T18:04:38.191Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
18:04:38 [2021-12-03T18:04:38.191Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
18:04:38 [2021-12-03T18:04:38.191Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
18:04:38 [2021-12-03T18:04:38.448Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.017s	coverage: 82.4% of statements
18:04:38 [2021-12-03T18:04:38.448Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.010s	coverage: 81.2% of statements
18:04:39 [2021-12-03T18:04:39.010Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.002s	coverage: 48.1% of statements
18:04:39 [2021-12-03T18:04:39.010Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
18:04:39 [2021-12-03T18:04:39.267Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
18:04:41 [2021-12-03T18:04:41.661Z] --- PASS: TestBuildLabelWithTargets (8.01s)
18:04:41 [2021-12-03T18:04:41.661Z] === RUN   TestBuildWithEmptyLayers
18:04:44 [2021-12-03T18:04:44.202Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
18:04:44 [2021-12-03T18:04:44.202Z] === RUN   TestBuildMultiStageOnBuild
18:04:45 [2021-12-03T18:04:45.540Z] 8f616e6e9eec: Verifying Checksum
18:04:45 [2021-12-03T18:04:45.540Z] 8f616e6e9eec: Download complete
18:04:49 [2021-12-03T18:04:49.324Z] a0eb404f1860: Verifying Checksum
18:04:49 [2021-12-03T18:04:49.324Z] a0eb404f1860: Download complete
18:04:49 [2021-12-03T18:04:49.486Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
18:04:49 [2021-12-03T18:04:49.486Z] === RUN   TestBuildUncleanTarFilenames
18:04:49 [2021-12-03T18:04:49.746Z] --- PASS: TestBuildUncleanTarFilenames (0.54s)
18:04:49 [2021-12-03T18:04:49.746Z] === RUN   TestBuildMultiStageLayerLeak
18:04:51 [2021-12-03T18:04:51.446Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
18:04:52 [2021-12-03T18:04:52.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
18:04:52 [2021-12-03T18:04:52.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
18:04:53 [2021-12-03T18:04:53.858Z] INFO [loader] Go packages loading at mode 575 (types_sizes|files|name|exports_file|imports|compiled_files|deps) took 2m24.45199711s 
18:04:53 [2021-12-03T18:04:53.858Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 509.560123ms 
18:04:55 [2021-12-03T18:04:55.033Z] --- PASS: TestBuildMultiStageLayerLeak (4.46s)
18:04:55 [2021-12-03T18:04:55.033Z] === RUN   TestBuildWithHugeFile
18:05:06 [2021-12-03T18:05:06.041Z] INFO [runner/unused/goanalysis] analyzers took 28.113744031s with top 10 stages: buildssa: 24.176149541s, U1000: 3.93759449s 
18:05:06 [2021-12-03T18:05:06.290Z] ok  	github.com/docker/docker/libnetwork/ipam	15.766s	coverage: 85.3% of statements
18:05:06 [2021-12-03T18:05:06.290Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
18:05:06 [2021-12-03T18:05:06.290Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
18:05:06 [2021-12-03T18:05:06.290Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
18:05:06 [2021-12-03T18:05:06.290Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.006s	coverage: 47.4% of statements
18:05:06 [2021-12-03T18:05:06.290Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
18:05:06 [2021-12-03T18:05:06.547Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
18:05:07 [2021-12-03T18:05:07.109Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.283s	coverage: 74.0% of statements
18:05:07 [2021-12-03T18:05:07.671Z] ok  	github.com/docker/docker/libnetwork/iptables	0.126s	coverage: 45.1% of statements
18:05:07 [2021-12-03T18:05:07.928Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.001s	coverage: 60.0% of statements
18:05:08 [2021-12-03T18:05:08.186Z] ok  	github.com/docker/docker/libnetwork/netutils	0.021s	coverage: 44.1% of statements
18:05:36 [2021-12-03T18:05:36.268Z] --- PASS: TestBuildWithHugeFile (59.71s)
18:05:36 [2021-12-03T18:05:36.268Z] === RUN   TestBuildWCOWSandboxSize
18:05:36 [2021-12-03T18:05:36.268Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
18:05:36 [2021-12-03T18:05:36.268Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
18:05:36 [2021-12-03T18:05:36.268Z] === RUN   TestBuildWithEmptyDockerfile
18:05:36 [2021-12-03T18:05:36.268Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:05:36 [2021-12-03T18:05:36.268Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:05:36 [2021-12-03T18:05:36.268Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:05:36 [2021-12-03T18:05:36.268Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:05:36 [2021-12-03T18:05:36.268Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:05:36 [2021-12-03T18:05:36.268Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:05:36 [2021-12-03T18:05:36.268Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:05:36 [2021-12-03T18:05:36.268Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:05:36 [2021-12-03T18:05:36.268Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:05:36 [2021-12-03T18:05:36.268Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
18:05:36 [2021-12-03T18:05:36.268Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
18:05:36 [2021-12-03T18:05:36.268Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
18:05:36 [2021-12-03T18:05:36.268Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s)
18:05:36 [2021-12-03T18:05:36.268Z] === RUN   TestBuildPreserveOwnership
18:05:36 [2021-12-03T18:05:36.268Z] === RUN   TestBuildPreserveOwnership/copy_from
18:05:36 [2021-12-03T18:05:36.268Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
18:05:36 [2021-12-03T18:05:36.268Z] --- PASS: TestBuildPreserveOwnership (3.53s)
18:05:36 [2021-12-03T18:05:36.268Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.42s)
18:05:36 [2021-12-03T18:05:36.268Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.10s)
18:05:36 [2021-12-03T18:05:36.268Z] === RUN   TestBuildPlatformInvalid
18:05:36 [2021-12-03T18:05:36.268Z] --- PASS: TestBuildPlatformInvalid (0.07s)
18:05:36 [2021-12-03T18:05:36.268Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
18:05:36 [2021-12-03T18:05:36.268Z] Loaded image: busybox:latest
18:05:36 [2021-12-03T18:05:36.268Z] Loaded image: busybox:glibc
18:05:36 [2021-12-03T18:05:36.268Z] Loaded image: debian:bullseye-slim
18:05:36 [2021-12-03T18:05:36.268Z] Loaded image: hello-world:latest
18:05:36 [2021-12-03T18:05:36.268Z] Loaded image: arm32v7/hello-world:latest
18:05:42 [2021-12-03T18:05:42.852Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.62s)
18:05:42 [2021-12-03T18:05:42.852Z] PASS
18:05:42 [2021-12-03T18:05:42.852Z] 
18:05:42 [2021-12-03T18:05:42.852Z] === Skipped
18:05:42 [2021-12-03T18:05:42.852Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
18:05:42 [2021-12-03T18:05:42.852Z]     build_session_test.go:25: TODO: BuildKit
18:05:42 [2021-12-03T18:05:42.852Z] 
18:05:42 [2021-12-03T18:05:42.852Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
18:05:42 [2021-12-03T18:05:42.852Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
18:05:42 [2021-12-03T18:05:42.852Z] 
18:05:42 [2021-12-03T18:05:42.852Z] DONE 34 tests, 2 skipped in 96.139s
18:05:42 [2021-12-03T18:05:42.852Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
18:05:42 [2021-12-03T18:05:42.852Z] INFO: Testing against a local daemon
18:05:42 [2021-12-03T18:05:42.852Z] === RUN   TestConfigInspect
18:05:44 [2021-12-03T18:05:44.766Z] --- PASS: TestConfigInspect (2.46s)
18:05:44 [2021-12-03T18:05:44.766Z] === RUN   TestConfigList
18:05:47 [2021-12-03T18:05:47.309Z] --- PASS: TestConfigList (2.14s)
18:05:47 [2021-12-03T18:05:47.309Z] === RUN   TestConfigsCreateAndDelete
18:05:49 [2021-12-03T18:05:49.220Z] --- PASS: TestConfigsCreateAndDelete (2.19s)
18:05:49 [2021-12-03T18:05:49.220Z] === RUN   TestConfigsUpdate
18:05:51 [2021-12-03T18:05:51.132Z] --- PASS: TestConfigsUpdate (2.09s)
18:05:51 [2021-12-03T18:05:51.132Z] === RUN   TestTemplatedConfig
18:05:51 [2021-12-03T18:05:51.304Z] --- PASS: TestBuildWithHugeFile (50.64s)
18:05:51 [2021-12-03T18:05:51.304Z] === RUN   TestBuildWCOWSandboxSize
18:05:51 [2021-12-03T18:05:51.304Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
18:05:51 [2021-12-03T18:05:51.304Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
18:05:51 [2021-12-03T18:05:51.304Z] === RUN   TestBuildWithEmptyDockerfile
18:05:51 [2021-12-03T18:05:51.304Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:05:51 [2021-12-03T18:05:51.304Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:05:51 [2021-12-03T18:05:51.304Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:05:51 [2021-12-03T18:05:51.304Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:05:51 [2021-12-03T18:05:51.304Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:05:51 [2021-12-03T18:05:51.304Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:05:51 [2021-12-03T18:05:51.304Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:05:51 [2021-12-03T18:05:51.304Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:05:51 [2021-12-03T18:05:51.304Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:05:51 [2021-12-03T18:05:51.304Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
18:05:51 [2021-12-03T18:05:51.304Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s)
18:05:51 [2021-12-03T18:05:51.304Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
18:05:51 [2021-12-03T18:05:51.304Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
18:05:51 [2021-12-03T18:05:51.304Z] === RUN   TestBuildPreserveOwnership
18:05:51 [2021-12-03T18:05:51.304Z] === RUN   TestBuildPreserveOwnership/copy_from
18:05:51 [2021-12-03T18:05:51.304Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
18:05:53 [2021-12-03T18:05:53.676Z] --- PASS: TestTemplatedConfig (2.57s)
18:05:53 [2021-12-03T18:05:53.676Z] === RUN   TestConfigCreateResolve
18:05:55 [2021-12-03T18:05:55.504Z] --- PASS: TestBuildPreserveOwnership (10.15s)
18:05:55 [2021-12-03T18:05:55.504Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.14s)
18:05:55 [2021-12-03T18:05:55.504Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestBuildPlatformInvalid
18:05:55 [2021-12-03T18:05:55.504Z] --- PASS: TestBuildPlatformInvalid (0.07s)
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
18:05:55 [2021-12-03T18:05:55.504Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
18:05:55 [2021-12-03T18:05:55.504Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
18:05:55 [2021-12-03T18:05:55.504Z] PASS
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] === Skipped
18:05:55 [2021-12-03T18:05:55.504Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
18:05:55 [2021-12-03T18:05:55.504Z]     build_session_test.go:25: TODO: BuildKit
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
18:05:55 [2021-12-03T18:05:55.504Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
18:05:55 [2021-12-03T18:05:55.504Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] DONE 34 tests, 3 skipped in 111.245s
18:05:55 [2021-12-03T18:05:55.504Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
18:05:55 [2021-12-03T18:05:55.504Z] INFO: Testing against a local daemon
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestConfigInspect
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] --- SKIP: TestConfigInspect (0.01s)
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestConfigList
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] --- SKIP: TestConfigList (0.01s)
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestConfigsCreateAndDelete
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestConfigsUpdate
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] --- SKIP: TestConfigsUpdate (0.01s)
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestTemplatedConfig
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] --- SKIP: TestTemplatedConfig (0.00s)
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestConfigCreateResolve
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] --- SKIP: TestConfigCreateResolve (0.01s)
18:05:55 [2021-12-03T18:05:55.504Z] PASS
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] === Skipped
18:05:55 [2021-12-03T18:05:55.504Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s)
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
18:05:55 [2021-12-03T18:05:55.504Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:05:55 [2021-12-03T18:05:55.504Z] 
18:05:55 [2021-12-03T18:05:55.504Z] DONE 6 tests, 6 skipped in 0.159s
18:05:55 [2021-12-03T18:05:55.504Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
18:05:55 [2021-12-03T18:05:55.504Z] INFO: Testing against a local daemon
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestCheckpoint
18:05:55 [2021-12-03T18:05:55.504Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:05:55 [2021-12-03T18:05:55.504Z] --- SKIP: TestCheckpoint (0.00s)
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestContainerInvalidJSON
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:05:55 [2021-12-03T18:05:55.504Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:05:55 [2021-12-03T18:05:55.504Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:05:55 [2021-12-03T18:05:55.504Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:05:55 [2021-12-03T18:05:55.765Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:05:55 [2021-12-03T18:05:55.765Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:05:55 [2021-12-03T18:05:55.765Z] --- PASS: TestContainerInvalidJSON (0.01s)
18:05:55 [2021-12-03T18:05:55.765Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
18:05:55 [2021-12-03T18:05:55.765Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
18:05:55 [2021-12-03T18:05:55.765Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:05:55 [2021-12-03T18:05:55.765Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
18:05:55 [2021-12-03T18:05:55.765Z] === RUN   TestCopyFromContainerPathIsNotDir
18:05:55 [2021-12-03T18:05:55.765Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
18:05:55 [2021-12-03T18:05:55.765Z] === RUN   TestCopyToContainerPathDoesNotExist
18:05:55 [2021-12-03T18:05:55.765Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
18:05:55 [2021-12-03T18:05:55.765Z] === RUN   TestCopyToContainerPathIsNotDir
18:05:55 [2021-12-03T18:05:55.765Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
18:05:55 [2021-12-03T18:05:55.765Z] === RUN   TestCopyFromContainer
18:05:56 [2021-12-03T18:05:56.220Z] --- PASS: TestConfigCreateResolve (2.07s)
18:05:56 [2021-12-03T18:05:56.220Z] PASS
18:05:56 [2021-12-03T18:05:56.220Z] 
18:05:56 [2021-12-03T18:05:56.220Z] DONE 6 tests in 13.549s
18:05:56 [2021-12-03T18:05:56.220Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
18:05:56 [2021-12-03T18:05:56.220Z] INFO: Testing against a local daemon
18:05:56 [2021-12-03T18:05:56.220Z] === RUN   TestCheckpoint
18:05:56 [2021-12-03T18:05:56.220Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:05:56 [2021-12-03T18:05:56.220Z] --- SKIP: TestCheckpoint (0.00s)
18:05:56 [2021-12-03T18:05:56.220Z] === RUN   TestContainerInvalidJSON
18:05:56 [2021-12-03T18:05:56.220Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:05:56 [2021-12-03T18:05:56.220Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:05:56 [2021-12-03T18:05:56.220Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:05:56 [2021-12-03T18:05:56.220Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:05:56 [2021-12-03T18:05:56.220Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:05:56 [2021-12-03T18:05:56.220Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:05:56 [2021-12-03T18:05:56.220Z] --- PASS: TestContainerInvalidJSON (0.01s)
18:05:56 [2021-12-03T18:05:56.220Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
18:05:56 [2021-12-03T18:05:56.220Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
18:05:56 [2021-12-03T18:05:56.220Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:05:56 [2021-12-03T18:05:56.220Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
18:05:56 [2021-12-03T18:05:56.220Z] === RUN   TestCopyFromContainerPathIsNotDir
18:05:56 [2021-12-03T18:05:56.220Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
18:05:56 [2021-12-03T18:05:56.220Z] === RUN   TestCopyToContainerPathDoesNotExist
18:05:56 [2021-12-03T18:05:56.220Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
18:05:56 [2021-12-03T18:05:56.220Z] === RUN   TestCopyToContainerPathIsNotDir
18:05:56 [2021-12-03T18:05:56.220Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
18:05:56 [2021-12-03T18:05:56.220Z] === RUN   TestCopyFromContainer
18:05:57 [2021-12-03T18:05:57.161Z] === RUN   TestCopyFromContainer//
18:05:57 [2021-12-03T18:05:57.421Z] === RUN   TestCopyFromContainer//bar/root
18:05:57 [2021-12-03T18:05:57.422Z] === RUN   TestCopyFromContainer//bar/root/
18:05:57 [2021-12-03T18:05:57.422Z] === RUN   TestCopyFromContainer/bar/quux
18:05:57 [2021-12-03T18:05:57.422Z] === RUN   TestCopyFromContainer/bar/quux/
18:05:57 [2021-12-03T18:05:57.682Z] === RUN   TestCopyFromContainer/bar/quux/baz
18:05:57 [2021-12-03T18:05:57.682Z] === RUN   TestCopyFromContainer/bar/filesymlink
18:05:57 [2021-12-03T18:05:57.682Z] === RUN   TestCopyFromContainer/bar/dirsymlink
18:05:57 [2021-12-03T18:05:57.682Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
18:05:57 [2021-12-03T18:05:57.682Z] === RUN   TestCopyFromContainer/bar/notarget
18:05:57 [2021-12-03T18:05:57.943Z] --- PASS: TestCopyFromContainer (1.68s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCopyFromContainer// (0.06s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCopyFromContainer//bar/root (0.05s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:05:57 [2021-12-03T18:05:57.943Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:05:57 [2021-12-03T18:05:57.943Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:05:57 [2021-12-03T18:05:57.943Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:05:57 [2021-12-03T18:05:57.943Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:05:57 [2021-12-03T18:05:57.943Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:05:57 [2021-12-03T18:05:57.943Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:05:57 [2021-12-03T18:05:57.943Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateLinkToNonExistingContainer
18:05:57 [2021-12-03T18:05:57.943Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateWithInvalidEnv
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateWithInvalidEnv/0
18:05:57 [2021-12-03T18:05:57.943Z] === PAUSE TestCreateWithInvalidEnv/0
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateWithInvalidEnv/1
18:05:57 [2021-12-03T18:05:57.943Z] === PAUSE TestCreateWithInvalidEnv/1
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateWithInvalidEnv/2
18:05:57 [2021-12-03T18:05:57.943Z] === PAUSE TestCreateWithInvalidEnv/2
18:05:57 [2021-12-03T18:05:57.943Z] === CONT  TestCreateWithInvalidEnv/0
18:05:57 [2021-12-03T18:05:57.943Z] === CONT  TestCreateWithInvalidEnv/2
18:05:57 [2021-12-03T18:05:57.943Z] === CONT  TestCreateWithInvalidEnv/1
18:05:57 [2021-12-03T18:05:57.943Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:05:57 [2021-12-03T18:05:57.943Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateTmpfsMountsTarget
18:05:57 [2021-12-03T18:05:57.943Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
18:05:57 [2021-12-03T18:05:57.943Z] === RUN   TestCreateWithCustomMaskedPaths
18:05:59 [2021-12-03T18:05:59.063Z] === RUN   TestCopyFromContainer//
18:05:59 [2021-12-03T18:05:59.324Z] === RUN   TestCopyFromContainer//bar/root
18:05:59 [2021-12-03T18:05:59.324Z] === RUN   TestCopyFromContainer//bar/root/
18:05:59 [2021-12-03T18:05:59.324Z] === RUN   TestCopyFromContainer/bar/quux
18:05:59 [2021-12-03T18:05:59.324Z] === RUN   TestCopyFromContainer/bar/quux/
18:05:59 [2021-12-03T18:05:59.324Z] === RUN   TestCopyFromContainer/bar/quux/baz
18:05:59 [2021-12-03T18:05:59.585Z] === RUN   TestCopyFromContainer/bar/filesymlink
18:05:59 [2021-12-03T18:05:59.585Z] === RUN   TestCopyFromContainer/bar/dirsymlink
18:05:59 [2021-12-03T18:05:59.585Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
18:05:59 [2021-12-03T18:05:59.585Z] === RUN   TestCopyFromContainer/bar/notarget
18:05:59 [2021-12-03T18:05:59.585Z] --- PASS: TestCopyFromContainer (3.88s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCopyFromContainer// (0.06s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCopyFromContainer//bar/root (0.05s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCopyFromContainer/bar/quux (0.05s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
18:05:59 [2021-12-03T18:05:59.585Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:05:59 [2021-12-03T18:05:59.585Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:05:59 [2021-12-03T18:05:59.585Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:05:59 [2021-12-03T18:05:59.585Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:05:59 [2021-12-03T18:05:59.585Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:05:59 [2021-12-03T18:05:59.585Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:05:59 [2021-12-03T18:05:59.585Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:05:59 [2021-12-03T18:05:59.585Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:05:59 [2021-12-03T18:05:59.585Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:05:59 [2021-12-03T18:05:59.585Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:05:59 [2021-12-03T18:05:59.585Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
18:05:59 [2021-12-03T18:05:59.585Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:05:59 [2021-12-03T18:05:59.585Z] === RUN   TestCreateLinkToNonExistingContainer
18:05:59 [2021-12-03T18:05:59.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
18:05:59 [2021-12-03T18:05:59.846Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
18:05:59 [2021-12-03T18:05:59.846Z] === RUN   TestCreateWithInvalidEnv
18:05:59 [2021-12-03T18:05:59.846Z] === RUN   TestCreateWithInvalidEnv/0
18:05:59 [2021-12-03T18:05:59.846Z] === PAUSE TestCreateWithInvalidEnv/0
18:05:59 [2021-12-03T18:05:59.846Z] === RUN   TestCreateWithInvalidEnv/1
18:05:59 [2021-12-03T18:05:59.846Z] === PAUSE TestCreateWithInvalidEnv/1
18:05:59 [2021-12-03T18:05:59.846Z] === RUN   TestCreateWithInvalidEnv/2
18:05:59 [2021-12-03T18:05:59.846Z] === PAUSE TestCreateWithInvalidEnv/2
18:05:59 [2021-12-03T18:05:59.846Z] === CONT  TestCreateWithInvalidEnv/0
18:05:59 [2021-12-03T18:05:59.846Z] === CONT  TestCreateWithInvalidEnv/2
18:05:59 [2021-12-03T18:05:59.846Z] === CONT  TestCreateWithInvalidEnv/1
18:05:59 [2021-12-03T18:05:59.846Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
18:05:59 [2021-12-03T18:05:59.846Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:05:59 [2021-12-03T18:05:59.846Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:05:59 [2021-12-03T18:05:59.846Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:05:59 [2021-12-03T18:05:59.846Z] === RUN   TestCreateTmpfsMountsTarget
18:05:59 [2021-12-03T18:05:59.846Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
18:05:59 [2021-12-03T18:05:59.846Z] === RUN   TestCreateWithCustomMaskedPaths
18:05:59 [2021-12-03T18:05:59.855Z] --- PASS: TestCreateWithCustomMaskedPaths (1.61s)
18:05:59 [2021-12-03T18:05:59.855Z] === RUN   TestCreateWithCustomReadonlyPaths
18:06:01 [2021-12-03T18:06:01.229Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s)
18:06:01 [2021-12-03T18:06:01.229Z] === RUN   TestCreateWithCustomReadonlyPaths
18:06:01 [2021-12-03T18:06:01.237Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.57s)
18:06:01 [2021-12-03T18:06:01.237Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:06:01 [2021-12-03T18:06:01.237Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:06:01 [2021-12-03T18:06:01.237Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:06:01 [2021-12-03T18:06:01.237Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:06:01 [2021-12-03T18:06:01.237Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:06:01 [2021-12-03T18:06:01.237Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:06:01 [2021-12-03T18:06:01.237Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:06:01 [2021-12-03T18:06:01.237Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:06:01 [2021-12-03T18:06:01.237Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:06:01 [2021-12-03T18:06:01.237Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:06:01 [2021-12-03T18:06:01.237Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:06:01 [2021-12-03T18:06:01.237Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:06:01 [2021-12-03T18:06:01.237Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:06:01 [2021-12-03T18:06:01.237Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:06:01 [2021-12-03T18:06:01.237Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:06:01 [2021-12-03T18:06:01.237Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:06:01 [2021-12-03T18:06:01.237Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
18:06:01 [2021-12-03T18:06:01.237Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
18:06:01 [2021-12-03T18:06:01.237Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
18:06:01 [2021-12-03T18:06:01.237Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
18:06:01 [2021-12-03T18:06:01.237Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
18:06:01 [2021-12-03T18:06:01.237Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
18:06:01 [2021-12-03T18:06:01.237Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:06:01 [2021-12-03T18:06:01.807Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s)
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestCreateDifferentPlatform
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestCreateDifferentPlatform/different_os
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:06:01 [2021-12-03T18:06:01.807Z] --- PASS: TestCreateDifferentPlatform (0.01s)
18:06:01 [2021-12-03T18:06:01.807Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
18:06:01 [2021-12-03T18:06:01.807Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:06:01 [2021-12-03T18:06:01.807Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
18:06:01 [2021-12-03T18:06:01.807Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestContainerStartOnDaemonRestart
18:06:01 [2021-12-03T18:06:01.807Z] === PAUSE TestContainerStartOnDaemonRestart
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestDaemonRestartIpcMode
18:06:01 [2021-12-03T18:06:01.807Z] === PAUSE TestDaemonRestartIpcMode
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestDaemonHostGatewayIP
18:06:01 [2021-12-03T18:06:01.807Z] === PAUSE TestDaemonHostGatewayIP
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestRestartDaemonWithRestartingContainer
18:06:01 [2021-12-03T18:06:01.807Z] === PAUSE TestRestartDaemonWithRestartingContainer
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestContainerKillOnDaemonStart
18:06:01 [2021-12-03T18:06:01.807Z] === PAUSE TestContainerKillOnDaemonStart
18:06:01 [2021-12-03T18:06:01.807Z] === RUN   TestDiff
18:06:02 [2021-12-03T18:06:02.184Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.14s)
18:06:02 [2021-12-03T18:06:02.184Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:06:02 [2021-12-03T18:06:02.184Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:06:02 [2021-12-03T18:06:02.184Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:06:02 [2021-12-03T18:06:02.184Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:06:02 [2021-12-03T18:06:02.184Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:06:02 [2021-12-03T18:06:02.184Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:06:02 [2021-12-03T18:06:02.184Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:06:02 [2021-12-03T18:06:02.184Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:06:02 [2021-12-03T18:06:02.184Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:06:02 [2021-12-03T18:06:02.184Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:06:02 [2021-12-03T18:06:02.184Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:06:02 [2021-12-03T18:06:02.184Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:06:02 [2021-12-03T18:06:02.184Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:06:02 [2021-12-03T18:06:02.184Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:06:02 [2021-12-03T18:06:02.184Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:06:02 [2021-12-03T18:06:02.184Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:06:02 [2021-12-03T18:06:02.184Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
18:06:02 [2021-12-03T18:06:02.184Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
18:06:02 [2021-12-03T18:06:02.184Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
18:06:02 [2021-12-03T18:06:02.184Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
18:06:02 [2021-12-03T18:06:02.184Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
18:06:02 [2021-12-03T18:06:02.184Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
18:06:02 [2021-12-03T18:06:02.184Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:06:02 [2021-12-03T18:06:02.377Z] --- PASS: TestDiff (0.59s)
18:06:02 [2021-12-03T18:06:02.377Z] === RUN   TestExecWithCloseStdin
18:06:02 [2021-12-03T18:06:02.452Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s)
18:06:02 [2021-12-03T18:06:02.452Z] === RUN   TestCreateDifferentPlatform
18:06:02 [2021-12-03T18:06:02.452Z] === RUN   TestCreateDifferentPlatform/different_os
18:06:02 [2021-12-03T18:06:02.452Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:06:02 [2021-12-03T18:06:02.452Z] --- PASS: TestCreateDifferentPlatform (0.01s)
18:06:02 [2021-12-03T18:06:02.452Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
18:06:02 [2021-12-03T18:06:02.452Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:06:02 [2021-12-03T18:06:02.452Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:06:02 [2021-12-03T18:06:02.452Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
18:06:02 [2021-12-03T18:06:02.452Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
18:06:02 [2021-12-03T18:06:02.718Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
18:06:02 [2021-12-03T18:06:02.718Z] === RUN   TestContainerStartOnDaemonRestart
18:06:02 [2021-12-03T18:06:02.718Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
18:06:02 [2021-12-03T18:06:02.718Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
18:06:02 [2021-12-03T18:06:02.718Z] === RUN   TestDaemonRestartIpcMode
18:06:02 [2021-12-03T18:06:02.718Z] === PAUSE TestDaemonRestartIpcMode
18:06:02 [2021-12-03T18:06:02.718Z] === RUN   TestDaemonHostGatewayIP
18:06:02 [2021-12-03T18:06:02.718Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
18:06:02 [2021-12-03T18:06:02.718Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
18:06:02 [2021-12-03T18:06:02.718Z] === RUN   TestRestartDaemonWithRestartingContainer
18:06:02 [2021-12-03T18:06:02.718Z] === PAUSE TestRestartDaemonWithRestartingContainer
18:06:02 [2021-12-03T18:06:02.718Z] === RUN   TestContainerKillOnDaemonStart
18:06:02 [2021-12-03T18:06:02.718Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
18:06:02 [2021-12-03T18:06:02.718Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
18:06:02 [2021-12-03T18:06:02.718Z] === RUN   TestDiff
18:06:02 [2021-12-03T18:06:02.949Z] --- PASS: TestExecWithCloseStdin (0.65s)
18:06:02 [2021-12-03T18:06:02.949Z] === RUN   TestExec
18:06:02 [2021-12-03T18:06:02.988Z] --- PASS: TestDiff (0.40s)
18:06:02 [2021-12-03T18:06:02.988Z] === RUN   TestExecWithCloseStdin
18:06:03 [2021-12-03T18:06:03.568Z] --- PASS: TestExecWithCloseStdin (0.50s)
18:06:03 [2021-12-03T18:06:03.568Z] === RUN   TestExec
18:06:03 [2021-12-03T18:06:03.828Z] --- PASS: TestExec (0.43s)
18:06:03 [2021-12-03T18:06:03.828Z] === RUN   TestExecUser
18:06:03 [2021-12-03T18:06:03.889Z] --- PASS: TestExec (0.63s)
18:06:03 [2021-12-03T18:06:03.890Z] === RUN   TestExecUser
18:06:04 [2021-12-03T18:06:04.399Z] --- PASS: TestExecUser (0.46s)
18:06:04 [2021-12-03T18:06:04.399Z] === RUN   TestExportContainerAndImportImage
18:06:04 [2021-12-03T18:06:04.459Z] --- PASS: TestExecUser (0.66s)
18:06:04 [2021-12-03T18:06:04.459Z] === RUN   TestExportContainerAndImportImage
18:06:04 [2021-12-03T18:06:04.970Z] --- PASS: TestExportContainerAndImportImage (0.56s)
18:06:04 [2021-12-03T18:06:04.971Z] === RUN   TestExportContainerAfterDaemonRestart
18:06:05 [2021-12-03T18:06:05.030Z] --- PASS: TestExportContainerAndImportImage (0.71s)
18:06:05 [2021-12-03T18:06:05.030Z] === RUN   TestExportContainerAfterDaemonRestart
18:06:06 [2021-12-03T18:06:06.353Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
18:06:06 [2021-12-03T18:06:06.353Z] === RUN   TestHealthCheckWorkdir
18:06:06 [2021-12-03T18:06:06.412Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s)
18:06:06 [2021-12-03T18:06:06.412Z] === RUN   TestHealthCheckWorkdir
18:06:06 [2021-12-03T18:06:06.923Z] --- PASS: TestHealthCheckWorkdir (0.55s)
18:06:06 [2021-12-03T18:06:06.923Z] === RUN   TestHealthKillContainer
18:06:07 [2021-12-03T18:06:07.359Z] --- PASS: TestHealthCheckWorkdir (0.83s)
18:06:07 [2021-12-03T18:06:07.359Z] === RUN   TestHealthKillContainer
18:06:15 [2021-12-03T18:06:15.055Z] --- PASS: TestHealthKillContainer (7.89s)
18:06:15 [2021-12-03T18:06:15.055Z] === RUN   TestInspectCpusetInConfigPre120
18:06:15 [2021-12-03T18:06:15.055Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
18:06:15 [2021-12-03T18:06:15.055Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
18:06:15 [2021-12-03T18:06:15.055Z] === RUN   TestIpcModeNone
18:06:15 [2021-12-03T18:06:15.055Z] --- PASS: TestIpcModeNone (0.44s)
18:06:15 [2021-12-03T18:06:15.055Z] === RUN   TestIpcModePrivate
18:06:15 [2021-12-03T18:06:15.316Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
18:06:15 [2021-12-03T18:06:15.491Z] --- PASS: TestHealthKillContainer (8.25s)
18:06:15 [2021-12-03T18:06:15.491Z] === RUN   TestInspectCpusetInConfigPre120
18:06:15 [2021-12-03T18:06:15.576Z] --- PASS: TestIpcModePrivate (0.42s)
18:06:15 [2021-12-03T18:06:15.576Z] === RUN   TestIpcModeShareable
18:06:15 [2021-12-03T18:06:15.576Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:06:15 [2021-12-03T18:06:15.576Z] --- SKIP: TestIpcModeShareable (0.00s)
18:06:15 [2021-12-03T18:06:15.576Z] === RUN   TestAPIIpcModeShareableAndContainer
18:06:15 [2021-12-03T18:06:15.581Z] 8f616e6e9eec: Pull complete
18:06:16 [2021-12-03T18:06:16.061Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s)
18:06:16 [2021-12-03T18:06:16.061Z] === RUN   TestIpcModeNone
18:06:16 [2021-12-03T18:06:16.632Z] --- PASS: TestIpcModeNone (0.65s)
18:06:16 [2021-12-03T18:06:16.632Z] === RUN   TestIpcModePrivate
18:06:16 [2021-12-03T18:06:16.908Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
18:06:16 [2021-12-03T18:06:16.959Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s)
18:06:16 [2021-12-03T18:06:16.959Z] === RUN   TestAPIIpcModeHost
18:06:16 [2021-12-03T18:06:16.959Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:06:16 [2021-12-03T18:06:16.959Z] --- SKIP: TestAPIIpcModeHost (0.00s)
18:06:16 [2021-12-03T18:06:16.959Z] === RUN   TestDaemonIpcModeShareable
18:06:16 [2021-12-03T18:06:16.959Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:06:16 [2021-12-03T18:06:16.959Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
18:06:16 [2021-12-03T18:06:16.959Z] === RUN   TestDaemonIpcModePrivate
18:06:17 [2021-12-03T18:06:17.174Z] --- PASS: TestIpcModePrivate (0.62s)
18:06:17 [2021-12-03T18:06:17.174Z] === RUN   TestIpcModeShareable
18:06:17 [2021-12-03T18:06:17.448Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
18:06:17 [2021-12-03T18:06:17.716Z] --- PASS: TestIpcModeShareable (0.65s)
18:06:17 [2021-12-03T18:06:17.716Z] === RUN   TestAPIIpcModeShareableAndContainer
18:06:17 [2021-12-03T18:06:17.900Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
18:06:18 [2021-12-03T18:06:18.161Z] --- PASS: TestDaemonIpcModePrivate (1.14s)
18:06:18 [2021-12-03T18:06:18.161Z] === RUN   TestDaemonIpcModePrivateFromConfig
18:06:18 [2021-12-03T18:06:18.161Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:06:18 [2021-12-03T18:06:18.161Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
18:06:18 [2021-12-03T18:06:18.161Z] === RUN   TestDaemonIpcModeShareableFromConfig
18:06:18 [2021-12-03T18:06:18.161Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:06:18 [2021-12-03T18:06:18.161Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
18:06:18 [2021-12-03T18:06:18.161Z] === RUN   TestIpcModeOlderClient
18:06:18 [2021-12-03T18:06:18.161Z] === PAUSE TestIpcModeOlderClient
18:06:18 [2021-12-03T18:06:18.161Z] === RUN   TestKillContainerInvalidSignal
18:06:18 [2021-12-03T18:06:18.421Z] --- PASS: TestKillContainerInvalidSignal (0.38s)
18:06:18 [2021-12-03T18:06:18.421Z] === RUN   TestKillContainer
18:06:18 [2021-12-03T18:06:18.421Z] === RUN   TestKillContainer/no_signal
18:06:18 [2021-12-03T18:06:18.991Z] === RUN   TestKillContainer/non_killing_signal
18:06:18 [2021-12-03T18:06:18.991Z] === RUN   TestKillContainer/killing_signal
18:06:19 [2021-12-03T18:06:19.563Z] --- PASS: TestKillContainer (1.21s)
18:06:19 [2021-12-03T18:06:19.563Z]     --- PASS: TestKillContainer/no_signal (0.40s)
18:06:19 [2021-12-03T18:06:19.563Z]     --- PASS: TestKillContainer/non_killing_signal (0.26s)
18:06:19 [2021-12-03T18:06:19.563Z]     --- PASS: TestKillContainer/killing_signal (0.38s)
18:06:19 [2021-12-03T18:06:19.563Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:06:19 [2021-12-03T18:06:19.563Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
18:06:19 [2021-12-03T18:06:19.629Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.84s)
18:06:19 [2021-12-03T18:06:19.630Z] === RUN   TestAPIIpcModeHost
18:06:20 [2021-12-03T18:06:20.134Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
18:06:20 [2021-12-03T18:06:20.200Z] --- PASS: TestAPIIpcModeHost (0.39s)
18:06:20 [2021-12-03T18:06:20.200Z] === RUN   TestDaemonIpcModeShareable
18:06:20 [2021-12-03T18:06:20.394Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s)
18:06:20 [2021-12-03T18:06:20.394Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
18:06:20 [2021-12-03T18:06:20.394Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s)
18:06:20 [2021-12-03T18:06:20.394Z] === RUN   TestKillStoppedContainer
18:06:20 [2021-12-03T18:06:20.394Z] --- PASS: TestKillStoppedContainer (0.03s)
18:06:20 [2021-12-03T18:06:20.394Z] === RUN   TestKillStoppedContainerAPIPre120
18:06:20 [2021-12-03T18:06:20.394Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
18:06:20 [2021-12-03T18:06:20.394Z] === RUN   TestKillDifferentUserContainer
18:06:20 [2021-12-03T18:06:20.965Z] --- PASS: TestKillDifferentUserContainer (0.39s)
18:06:20 [2021-12-03T18:06:20.965Z] === RUN   TestInspectOomKilledTrue
18:06:20 [2021-12-03T18:06:20.965Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
18:06:20 [2021-12-03T18:06:20.965Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
18:06:20 [2021-12-03T18:06:20.965Z] === RUN   TestInspectOomKilledFalse
18:06:20 [2021-12-03T18:06:20.965Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:06:20 [2021-12-03T18:06:20.965Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
18:06:20 [2021-12-03T18:06:20.965Z] === RUN   TestLinksEtcHostsContentMatch
18:06:20 [2021-12-03T18:06:20.965Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
18:06:20 [2021-12-03T18:06:20.965Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
18:06:20 [2021-12-03T18:06:20.965Z] === RUN   TestLinksContainerNames
18:06:21 [2021-12-03T18:06:21.142Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
18:06:21 [2021-12-03T18:06:21.142Z] --- PASS: TestDaemonIpcModeShareable (1.18s)
18:06:21 [2021-12-03T18:06:21.142Z] === RUN   TestDaemonIpcModePrivate
18:06:21 [2021-12-03T18:06:21.905Z] --- PASS: TestLinksContainerNames (0.82s)
18:06:21 [2021-12-03T18:06:21.906Z] === RUN   TestLogsFollowTailEmpty
18:06:22 [2021-12-03T18:06:22.166Z] --- PASS: TestLogsFollowTailEmpty (0.37s)
18:06:22 [2021-12-03T18:06:22.166Z] === RUN   TestContainerNetworkMountsNoChown
18:06:22 [2021-12-03T18:06:22.426Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s)
18:06:22 [2021-12-03T18:06:22.426Z] === RUN   TestMountDaemonRoot
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/default
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/default
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/private
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/private
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rprivate
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rprivate
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/slave
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/slave
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rslave
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rslave
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/shared
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/shared
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rshared
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rshared
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/default
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/default/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/default/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/default/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/default/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/default/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/default/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/rslave
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rslave/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rslave/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/rshared
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rshared/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rshared/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/shared
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/shared/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/shared/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/rprivate
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/shared/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/shared/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/slave
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/slave/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/private
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/slave/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/private/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/slave/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/private/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/slave/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/private/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/private/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/private/mount_root
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/private/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/default/bind_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/rslave/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/default/bind_root
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/default/mount_subpath
18:06:22 [2021-12-03T18:06:22.427Z] === CONT  TestMountDaemonRoot/default/mount_root
18:06:22 [2021-12-03T18:06:22.526Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
18:06:22 [2021-12-03T18:06:22.526Z] --- PASS: TestDaemonIpcModePrivate (1.17s)
18:06:22 [2021-12-03T18:06:22.526Z] === RUN   TestDaemonIpcModePrivateFromConfig
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/rslave/mount_root
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/rshared/mount_root
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/rshared/bind_root
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/shared/mount_root
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/shared/bind_root
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/private/bind_root
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/slave/bind_root
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/private/mount_subpath
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/private/mount_root
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/private/bind_subpath
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
18:06:22 [2021-12-03T18:06:22.688Z] === CONT  TestMountDaemonRoot/slave/mount_root
18:06:22 [2021-12-03T18:06:22.949Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
18:06:22 [2021-12-03T18:06:22.949Z] --- PASS: TestMountDaemonRoot (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
18:06:22 [2021-12-03T18:06:22.949Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
18:06:22 [2021-12-03T18:06:22.949Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s)
18:06:22 [2021-12-03T18:06:22.949Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s)
18:06:22 [2021-12-03T18:06:22.949Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
18:06:22 [2021-12-03T18:06:22.949Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s)
18:06:22 [2021-12-03T18:06:22.949Z] === RUN   TestContainerBindMountNonRecursive
18:06:22 [2021-12-03T18:06:22.949Z]     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)
18:06:22 [2021-12-03T18:06:22.949Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
18:06:22 [2021-12-03T18:06:22.949Z] === RUN   TestContainerVolumesMountedAsShared
18:06:22 [2021-12-03T18:06:22.949Z]     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)
18:06:22 [2021-12-03T18:06:22.949Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
18:06:22 [2021-12-03T18:06:22.949Z] === RUN   TestContainerVolumesMountedAsSlave
18:06:22 [2021-12-03T18:06:22.949Z]     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)
18:06:22 [2021-12-03T18:06:22.949Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
18:06:22 [2021-12-03T18:06:22.949Z] === RUN   TestNetworkNat
18:06:23 [2021-12-03T18:06:23.214Z] --- PASS: TestNetworkNat (0.48s)
18:06:23 [2021-12-03T18:06:23.214Z] === RUN   TestNetworkLocalhostTCPNat
18:06:23 [2021-12-03T18:06:23.466Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
18:06:23 [2021-12-03T18:06:23.466Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s)
18:06:23 [2021-12-03T18:06:23.466Z] === RUN   TestDaemonIpcModeShareableFromConfig
18:06:23 [2021-12-03T18:06:23.785Z] --- PASS: TestNetworkLocalhostTCPNat (0.39s)
18:06:23 [2021-12-03T18:06:23.785Z] === RUN   TestNetworkLoopbackNat
18:06:24 [2021-12-03T18:06:24.886Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
18:06:24 [2021-12-03T18:06:24.887Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.21s)
18:06:24 [2021-12-03T18:06:24.887Z] === RUN   TestIpcModeOlderClient
18:06:24 [2021-12-03T18:06:24.887Z] === PAUSE TestIpcModeOlderClient
18:06:24 [2021-12-03T18:06:24.887Z] === RUN   TestKillContainerInvalidSignal
18:06:25 [2021-12-03T18:06:25.147Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
18:06:25 [2021-12-03T18:06:25.147Z] === RUN   TestKillContainer
18:06:25 [2021-12-03T18:06:25.147Z] === RUN   TestKillContainer/no_signal
18:06:25 [2021-12-03T18:06:25.717Z] === RUN   TestKillContainer/non_killing_signal
18:06:25 [2021-12-03T18:06:25.979Z] === RUN   TestKillContainer/killing_signal
18:06:26 [2021-12-03T18:06:26.353Z] --- PASS: TestNetworkLoopbackNat (2.52s)
18:06:26 [2021-12-03T18:06:26.353Z] === RUN   TestPause
18:06:26 [2021-12-03T18:06:26.353Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
18:06:26 [2021-12-03T18:06:26.353Z] --- SKIP: TestPause (0.00s)
18:06:26 [2021-12-03T18:06:26.353Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:06:26 [2021-12-03T18:06:26.353Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:06:26 [2021-12-03T18:06:26.353Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
18:06:26 [2021-12-03T18:06:26.353Z] === RUN   TestPauseStopPausedContainer
18:06:26 [2021-12-03T18:06:26.353Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
18:06:26 [2021-12-03T18:06:26.353Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
18:06:26 [2021-12-03T18:06:26.353Z] === RUN   TestPidHost
18:06:26 [2021-12-03T18:06:26.370Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
18:06:26 [2021-12-03T18:06:26.551Z] --- PASS: TestKillContainer (1.30s)
18:06:26 [2021-12-03T18:06:26.551Z]     --- PASS: TestKillContainer/no_signal (0.43s)
18:06:26 [2021-12-03T18:06:26.551Z]     --- PASS: TestKillContainer/non_killing_signal (0.27s)
18:06:26 [2021-12-03T18:06:26.551Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
18:06:26 [2021-12-03T18:06:26.551Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:06:26 [2021-12-03T18:06:26.551Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
18:06:26 [2021-12-03T18:06:26.812Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
18:06:27 [2021-12-03T18:06:27.295Z] --- PASS: TestPidHost (0.88s)
18:06:27 [2021-12-03T18:06:27.295Z] === RUN   TestPsFilter
18:06:27 [2021-12-03T18:06:27.295Z] --- PASS: TestPsFilter (0.09s)
18:06:27 [2021-12-03T18:06:27.295Z] === RUN   TestRemoveContainerWithRemovedVolume
18:06:27 [2021-12-03T18:06:27.382Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s)
18:06:27 [2021-12-03T18:06:27.382Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
18:06:27 [2021-12-03T18:06:27.382Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.31s)
18:06:27 [2021-12-03T18:06:27.382Z] === RUN   TestKillStoppedContainer
18:06:27 [2021-12-03T18:06:27.382Z] --- PASS: TestKillStoppedContainer (0.05s)
18:06:27 [2021-12-03T18:06:27.382Z] === RUN   TestKillStoppedContainerAPIPre120
18:06:27 [2021-12-03T18:06:27.382Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
18:06:27 [2021-12-03T18:06:27.382Z] === RUN   TestKillDifferentUserContainer
18:06:27 [2021-12-03T18:06:27.555Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s)
18:06:27 [2021-12-03T18:06:27.555Z] === RUN   TestRemoveContainerWithVolume
18:06:27 [2021-12-03T18:06:27.954Z] --- PASS: TestKillDifferentUserContainer (0.45s)
18:06:27 [2021-12-03T18:06:27.954Z] === RUN   TestInspectOomKilledTrue
18:06:27 [2021-12-03T18:06:27.954Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
18:06:27 [2021-12-03T18:06:27.954Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
18:06:27 [2021-12-03T18:06:27.954Z] === RUN   TestInspectOomKilledFalse
18:06:28 [2021-12-03T18:06:28.126Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
18:06:28 [2021-12-03T18:06:28.126Z] === RUN   TestRemoveContainerRunning
18:06:28 [2021-12-03T18:06:28.216Z] --- PASS: TestInspectOomKilledFalse (0.39s)
18:06:28 [2021-12-03T18:06:28.216Z] === RUN   TestLinksEtcHostsContentMatch
18:06:28 [2021-12-03T18:06:28.386Z] --- PASS: TestRemoveContainerRunning (0.38s)
18:06:28 [2021-12-03T18:06:28.386Z] === RUN   TestRemoveContainerForceRemoveRunning
18:06:28 [2021-12-03T18:06:28.647Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.37s)
18:06:28 [2021-12-03T18:06:28.647Z] === RUN   TestRemoveInvalidContainer
18:06:28 [2021-12-03T18:06:28.647Z] --- PASS: TestRemoveInvalidContainer (0.01s)
18:06:28 [2021-12-03T18:06:28.647Z] === RUN   TestRenameLinkedContainer
18:06:28 [2021-12-03T18:06:28.786Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s)
18:06:28 [2021-12-03T18:06:28.786Z] === RUN   TestLinksContainerNames
18:06:29 [2021-12-03T18:06:29.728Z] --- PASS: TestLinksContainerNames (0.88s)
18:06:29 [2021-12-03T18:06:29.728Z] === RUN   TestLogsFollowTailEmpty
18:06:29 [2021-12-03T18:06:29.988Z] --- PASS: TestLogsFollowTailEmpty (0.40s)
18:06:29 [2021-12-03T18:06:29.988Z] === RUN   TestContainerNetworkMountsNoChown
18:06:30 [2021-12-03T18:06:30.250Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/default
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/default
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/private
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/private
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/rprivate
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/rprivate
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/slave
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/slave
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/rslave
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/rslave
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/shared
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/shared
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/rshared
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/rshared
18:06:30 [2021-12-03T18:06:30.250Z] === CONT  TestMountDaemonRoot/default
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/default/bind_root
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/default/bind_root
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/default/bind_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/default/mount_root
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/default/mount_root
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/default/mount_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === CONT  TestMountDaemonRoot/default/bind_root
18:06:30 [2021-12-03T18:06:30.250Z] === CONT  TestMountDaemonRoot/rprivate
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
18:06:30 [2021-12-03T18:06:30.250Z] === CONT  TestMountDaemonRoot/private
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/private/bind_root
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/private/bind_root
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/private/bind_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/private/mount_root
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/private/mount_root
18:06:30 [2021-12-03T18:06:30.250Z] === RUN   TestMountDaemonRoot/private/mount_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === CONT  TestMountDaemonRoot/default/mount_subpath
18:06:30 [2021-12-03T18:06:30.250Z] === CONT  TestMountDaemonRoot/default/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/default/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/shared
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/shared/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/shared/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/shared/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/shared/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/rshared
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/rshared/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/rshared/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/rslave
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/rslave/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/rslave/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/slave
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/slave/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/slave/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/slave/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/slave/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/private/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/private/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/private/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/private/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/shared/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/shared/mount_root
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/rslave/bind_root
18:06:30 [2021-12-03T18:06:30.512Z] === CONT  TestMountDaemonRoot/rshared/mount_root
18:06:30 [2021-12-03T18:06:30.558Z] --- PASS: TestRenameLinkedContainer (1.61s)
18:06:30 [2021-12-03T18:06:30.558Z] === RUN   TestRenameStoppedContainer
18:06:30 [2021-12-03T18:06:30.773Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
18:06:30 [2021-12-03T18:06:30.773Z] === CONT  TestMountDaemonRoot/rshared/bind_root
18:06:30 [2021-12-03T18:06:30.773Z] === CONT  TestMountDaemonRoot/slave/bind_root
18:06:30 [2021-12-03T18:06:30.773Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
18:06:30 [2021-12-03T18:06:30.773Z] === CONT  TestMountDaemonRoot/rslave/mount_root
18:06:30 [2021-12-03T18:06:30.773Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
18:06:30 [2021-12-03T18:06:30.773Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
18:06:30 [2021-12-03T18:06:30.773Z] === CONT  TestMountDaemonRoot/slave/mount_root
18:06:30 [2021-12-03T18:06:30.773Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
18:06:30 [2021-12-03T18:06:30.773Z] --- PASS: TestMountDaemonRoot (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
18:06:30 [2021-12-03T18:06:30.773Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
18:06:30 [2021-12-03T18:06:30.773Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
18:06:30 [2021-12-03T18:06:30.773Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
18:06:30 [2021-12-03T18:06:30.773Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
18:06:30 [2021-12-03T18:06:30.773Z] === RUN   TestContainerBindMountNonRecursive
18:06:30 [2021-12-03T18:06:30.818Z] --- PASS: TestRenameStoppedContainer (0.38s)
18:06:30 [2021-12-03T18:06:30.818Z] === RUN   TestRenameRunningContainerAndReuse
18:06:31 [2021-12-03T18:06:31.759Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s)
18:06:31 [2021-12-03T18:06:31.759Z] === RUN   TestRenameInvalidName
18:06:32 [2021-12-03T18:06:32.020Z] --- PASS: TestRenameInvalidName (0.42s)
18:06:32 [2021-12-03T18:06:32.020Z] === RUN   TestRenameAnonymousContainer
18:06:32 [2021-12-03T18:06:32.156Z] --- PASS: TestContainerBindMountNonRecursive (1.30s)
18:06:32 [2021-12-03T18:06:32.156Z] === RUN   TestContainerVolumesMountedAsShared
18:06:32 [2021-12-03T18:06:32.417Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
18:06:32 [2021-12-03T18:06:32.417Z] === RUN   TestContainerVolumesMountedAsSlave
18:06:32 [2021-12-03T18:06:32.989Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s)
18:06:32 [2021-12-03T18:06:32.989Z] === RUN   TestNetworkNat
18:06:33 [2021-12-03T18:06:33.249Z] --- PASS: TestNetworkNat (0.47s)
18:06:33 [2021-12-03T18:06:33.249Z] === RUN   TestNetworkLocalhostTCPNat
18:06:33 [2021-12-03T18:06:33.402Z] --- PASS: TestRenameAnonymousContainer (1.43s)
18:06:33 [2021-12-03T18:06:33.402Z] === RUN   TestRenameContainerWithSameName
18:06:33 [2021-12-03T18:06:33.822Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s)
18:06:33 [2021-12-03T18:06:33.822Z] === RUN   TestNetworkLoopbackNat
18:06:33 [2021-12-03T18:06:33.973Z] --- PASS: TestRenameContainerWithSameName (0.41s)
18:06:33 [2021-12-03T18:06:33.973Z] === RUN   TestRenameContainerWithLinkedContainer
18:06:34 [2021-12-03T18:06:34.544Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s)
18:06:34 [2021-12-03T18:06:34.544Z] === RUN   TestResize
18:06:35 [2021-12-03T18:06:35.115Z] --- PASS: TestResize (0.41s)
18:06:35 [2021-12-03T18:06:35.115Z] === RUN   TestResizeWithInvalidSize
18:06:35 [2021-12-03T18:06:35.376Z] --- PASS: TestResizeWithInvalidSize (0.42s)
18:06:35 [2021-12-03T18:06:35.376Z] === RUN   TestResizeWhenContainerNotStarted
18:06:35 [2021-12-03T18:06:35.947Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s)
18:06:35 [2021-12-03T18:06:35.947Z] === RUN   TestDaemonRestartKillContainers
18:06:35 [2021-12-03T18:06:35.947Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
18:06:35 [2021-12-03T18:06:35.947Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
18:06:35 [2021-12-03T18:06:35.947Z] === RUN   TestCgroupNamespacesRun
18:06:36 [2021-12-03T18:06:36.362Z] --- PASS: TestNetworkLoopbackNat (2.58s)
18:06:36 [2021-12-03T18:06:36.362Z] === RUN   TestPause
18:06:36 [2021-12-03T18:06:36.889Z] --- PASS: TestCgroupNamespacesRun (1.13s)
18:06:36 [2021-12-03T18:06:36.889Z] === RUN   TestCgroupNamespacesRunPrivileged
18:06:36 [2021-12-03T18:06:36.932Z] --- PASS: TestPause (0.46s)
18:06:36 [2021-12-03T18:06:36.932Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:06:36 [2021-12-03T18:06:36.932Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:06:36 [2021-12-03T18:06:36.932Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
18:06:36 [2021-12-03T18:06:36.932Z] === RUN   TestPauseStopPausedContainer
18:06:37 [2021-12-03T18:06:37.193Z] --- PASS: TestPauseStopPausedContainer (0.45s)
18:06:37 [2021-12-03T18:06:37.193Z] === RUN   TestPidHost
18:06:38 [2021-12-03T18:06:38.134Z] --- PASS: TestPidHost (1.00s)
18:06:38 [2021-12-03T18:06:38.134Z] === RUN   TestPsFilter
18:06:38 [2021-12-03T18:06:38.272Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s)
18:06:38 [2021-12-03T18:06:38.273Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
18:06:38 [2021-12-03T18:06:38.395Z] --- PASS: TestPsFilter (0.13s)
18:06:38 [2021-12-03T18:06:38.395Z] === RUN   TestRemoveContainerWithRemovedVolume
18:06:38 [2021-12-03T18:06:38.966Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s)
18:06:38 [2021-12-03T18:06:38.966Z] === RUN   TestRemoveContainerWithVolume
18:06:39 [2021-12-03T18:06:39.214Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s)
18:06:39 [2021-12-03T18:06:39.214Z] === RUN   TestCgroupNamespacesRunHostMode
18:06:39 [2021-12-03T18:06:39.226Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
18:06:39 [2021-12-03T18:06:39.227Z] === RUN   TestRemoveContainerRunning
18:06:39 [2021-12-03T18:06:39.796Z] --- PASS: TestRemoveContainerRunning (0.43s)
18:06:39 [2021-12-03T18:06:39.796Z] === RUN   TestRemoveContainerForceRemoveRunning
18:06:40 [2021-12-03T18:06:40.057Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s)
18:06:40 [2021-12-03T18:06:40.057Z] === RUN   TestRemoveInvalidContainer
18:06:40 [2021-12-03T18:06:40.057Z] --- PASS: TestRemoveInvalidContainer (0.01s)
18:06:40 [2021-12-03T18:06:40.057Z] === RUN   TestRenameLinkedContainer
18:06:40 [2021-12-03T18:06:40.597Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s)
18:06:40 [2021-12-03T18:06:40.597Z] === RUN   TestCgroupNamespacesRunPrivateMode
18:06:41 [2021-12-03T18:06:41.538Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s)
18:06:41 [2021-12-03T18:06:41.538Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
18:06:41 [2021-12-03T18:06:41.971Z] --- PASS: TestRenameLinkedContainer (1.71s)
18:06:41 [2021-12-03T18:06:41.971Z] === RUN   TestRenameStoppedContainer
18:06:42 [2021-12-03T18:06:42.231Z] --- PASS: TestRenameStoppedContainer (0.43s)
18:06:42 [2021-12-03T18:06:42.231Z] === RUN   TestRenameRunningContainerAndReuse
18:06:42 [2021-12-03T18:06:42.443Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.998156047s with top 10 stages: buildssa: 1m37.918858558s, goimports: 21.570639299s, unconvert: 13.886430537s, gosec: 10.396077493s, golint: 6.247621405s, ineffassign: 5.035651682s, misspell: 4.777918968s, inspect: 4.016219691s, vrp: 2.451091479s, printf: 1.804591845s 
18:06:42 [2021-12-03T18:06:42.443Z] INFO [runner] Issues before processing: 2759, after processing: 0 
18:06:42 [2021-12-03T18:06:42.443Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/78, exclude: 1790/1790, filename_unadjuster: 2178/2178, path_prettifier: 2178/2178, skip_files: 2178/2178, exclude-rules: 78/1790, autogenerated_exclude: 1790/2178, identifier_marker: 1790/1790, cgo: 2178/2759, skip_dirs: 2178/2178 
18:06:42 [2021-12-03T18:06:42.444Z] INFO [runner] processing took 139.06418ms with stages: nolint: 47.919263ms, identifier_marker: 45.790406ms, path_prettifier: 26.180136ms, autogenerated_exclude: 7.76397ms, exclude-rules: 5.083357ms, skip_dirs: 4.617838ms, filename_unadjuster: 1.455172ms, cgo: 248.906µs, max_same_issues: 1.639µs, diff: 650ns, uniq_by_line: 544ns, source_code: 464ns, max_from_linter: 437ns, exclude: 422ns, skip_files: 394ns, max_per_file_from_linter: 299ns, path_shortener: 283ns 
18:06:42 [2021-12-03T18:06:42.444Z] INFO [runner] linters took 1m46.45656229s with stages: goanalysis_metalinter: 1m23.712792026s, unused: 22.603973523s 
18:06:42 [2021-12-03T18:06:42.444Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
18:06:42 [2021-12-03T18:06:42.444Z] INFO Memory: 2516 samples, avg is 1937.3MB, max is 5298.8MB 
18:06:42 [2021-12-03T18:06:42.444Z] INFO Execution took 4m11.44401811s                
18:06:42 [2021-12-03T18:06:42.444Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
18:06:42 [2021-12-03T18:06:42.480Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.09s)
18:06:42 [2021-12-03T18:06:42.480Z] === RUN   TestCgroupNamespacesRunInvalidMode
[Pipeline] sh
18:06:42 [2021-12-03T18:06:42.773Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=68ae4200aae45d763b2c4977dc11f39844c39dae -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:68ae4200aae45d763b2c4977dc11f39844c39dae hack/make.sh dynbinary test-docker-py
18:06:43 [2021-12-03T18:06:43.174Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s)
18:06:43 [2021-12-03T18:06:43.174Z] === RUN   TestRenameInvalidName
18:06:43 [2021-12-03T18:06:43.420Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
18:06:43 [2021-12-03T18:06:43.420Z] === RUN   TestCgroupNamespacesRunOlderClient
18:06:43 [2021-12-03T18:06:43.434Z] --- PASS: TestRenameInvalidName (0.42s)
18:06:43 [2021-12-03T18:06:43.434Z] === RUN   TestRenameAnonymousContainer
18:06:43 [2021-12-03T18:06:43.709Z] 
18:06:43 [2021-12-03T18:06:43.709Z] Removing bundles/
18:06:43 [2021-12-03T18:06:43.709Z] 
18:06:43 [2021-12-03T18:06:43.709Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
18:06:43 [2021-12-03T18:06:43.709Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:06:43 [2021-12-03T18:06:43.709Z] GOOS="" GOARCH="" GOARM=""
18:06:44 [2021-12-03T18:06:44.366Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s)
18:06:44 [2021-12-03T18:06:44.366Z] === RUN   TestNISDomainname
18:06:44 [2021-12-03T18:06:44.366Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
18:06:44 [2021-12-03T18:06:44.366Z] --- SKIP: TestNISDomainname (0.01s)
18:06:44 [2021-12-03T18:06:44.366Z] === RUN   TestHostnameDnsResolution
18:06:44 [2021-12-03T18:06:44.937Z] --- PASS: TestHostnameDnsResolution (0.60s)
18:06:44 [2021-12-03T18:06:44.937Z] === RUN   TestUnprivilegedPortsAndPing
18:06:44 [2021-12-03T18:06:44.937Z]     run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
18:06:44 [2021-12-03T18:06:44.937Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s)
18:06:44 [2021-12-03T18:06:44.937Z] === RUN   TestStats
18:06:44 [2021-12-03T18:06:44.937Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
18:06:44 [2021-12-03T18:06:44.937Z] --- SKIP: TestStats (0.00s)
18:06:44 [2021-12-03T18:06:44.937Z] === RUN   TestStopContainerWithTimeout
18:06:44 [2021-12-03T18:06:44.937Z] === RUN   TestStopContainerWithTimeout/0
18:06:44 [2021-12-03T18:06:44.937Z] === PAUSE TestStopContainerWithTimeout/0
18:06:44 [2021-12-03T18:06:44.937Z] === RUN   TestStopContainerWithTimeout/1
18:06:44 [2021-12-03T18:06:44.937Z] === PAUSE TestStopContainerWithTimeout/1
18:06:44 [2021-12-03T18:06:44.937Z] === RUN   TestStopContainerWithTimeout/3
18:06:44 [2021-12-03T18:06:44.937Z] === PAUSE TestStopContainerWithTimeout/3
18:06:44 [2021-12-03T18:06:44.937Z] === RUN   TestStopContainerWithTimeout/-1
18:06:44 [2021-12-03T18:06:44.937Z] === PAUSE TestStopContainerWithTimeout/-1
18:06:44 [2021-12-03T18:06:44.937Z] === CONT  TestStopContainerWithTimeout/0
18:06:44 [2021-12-03T18:06:44.937Z] === CONT  TestStopContainerWithTimeout/-1
18:06:45 [2021-12-03T18:06:45.343Z] --- PASS: TestRenameAnonymousContainer (1.55s)
18:06:45 [2021-12-03T18:06:45.343Z] === RUN   TestRenameContainerWithSameName
18:06:45 [2021-12-03T18:06:45.603Z] --- PASS: TestRenameContainerWithSameName (0.44s)
18:06:45 [2021-12-03T18:06:45.603Z] === RUN   TestRenameContainerWithLinkedContainer
18:06:45 [2021-12-03T18:06:45.878Z] === CONT  TestStopContainerWithTimeout/3
18:06:46 [2021-12-03T18:06:46.545Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s)
18:06:46 [2021-12-03T18:06:46.545Z] === RUN   TestResize
18:06:46 [2021-12-03T18:06:46.806Z] --- PASS: TestResize (0.45s)
18:06:46 [2021-12-03T18:06:46.806Z] === RUN   TestResizeWithInvalidSize
18:06:47 [2021-12-03T18:06:47.376Z] --- PASS: TestResizeWithInvalidSize (0.40s)
18:06:47 [2021-12-03T18:06:47.376Z] === RUN   TestResizeWhenContainerNotStarted
18:06:47 [2021-12-03T18:06:47.637Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s)
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:06:47 [2021-12-03T18:06:47.637Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
18:06:47 [2021-12-03T18:06:47.787Z] === CONT  TestStopContainerWithTimeout/1
18:06:49 [2021-12-03T18:06:49.168Z] --- PASS: TestStopContainerWithTimeout (0.01s)
18:06:49 [2021-12-03T18:06:49.168Z]     --- PASS: TestStopContainerWithTimeout/0 (0.69s)
18:06:49 [2021-12-03T18:06:49.168Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.67s)
18:06:49 [2021-12-03T18:06:49.168Z]     --- PASS: TestStopContainerWithTimeout/3 (2.38s)
18:06:49 [2021-12-03T18:06:49.168Z]     --- PASS: TestStopContainerWithTimeout/1 (1.40s)
18:06:49 [2021-12-03T18:06:49.168Z] === RUN   TestDeleteDevicemapper
18:06:49 [2021-12-03T18:06:49.168Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:06:49 [2021-12-03T18:06:49.168Z] --- SKIP: TestDeleteDevicemapper (0.00s)
18:06:49 [2021-12-03T18:06:49.168Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:06:49 [2021-12-03T18:06:49.554Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:06:50 [2021-12-03T18:06:50.110Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.15s)
18:06:50 [2021-12-03T18:06:50.110Z] === RUN   TestUpdateMemory
18:06:50 [2021-12-03T18:06:50.110Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
18:06:50 [2021-12-03T18:06:50.110Z] --- SKIP: TestUpdateMemory (0.00s)
18:06:50 [2021-12-03T18:06:50.110Z] === RUN   TestUpdateCPUQuota
18:06:50 [2021-12-03T18:06:50.110Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
18:06:50 [2021-12-03T18:06:50.110Z] --- SKIP: TestUpdateCPUQuota (0.00s)
18:06:50 [2021-12-03T18:06:50.110Z] === RUN   TestUpdatePidsLimit
18:06:50 [2021-12-03T18:06:50.110Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
18:06:50 [2021-12-03T18:06:50.110Z] --- SKIP: TestUpdatePidsLimit (0.00s)
18:06:50 [2021-12-03T18:06:50.110Z] === RUN   TestUpdateRestartPolicy
18:06:50 [2021-12-03T18:06:50.937Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:06:51 [2021-12-03T18:06:51.877Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:06:52 [2021-12-03T18:06:52.137Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:06:53 [2021-12-03T18:06:53.079Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
18:06:53 [2021-12-03T18:06:53.340Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
18:06:56 [2021-12-03T18:06:56.642Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
18:06:56 [2021-12-03T18:06:56.642Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:06:58 [2021-12-03T18:06:58.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
18:06:58 [2021-12-03T18:06:58.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
18:06:58 [2021-12-03T18:06:58.559Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:06:59 [2021-12-03T18:06:59.574Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.645s	coverage: 60.5% of statements
18:06:59 [2021-12-03T18:06:59.574Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
18:06:59 [2021-12-03T18:06:59.574Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
18:06:59 [2021-12-03T18:06:59.574Z] ok  	github.com/docker/docker/libnetwork/osl	4.296s	coverage: 39.7% of statements
18:06:59 [2021-12-03T18:06:59.574Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.002s	coverage: 20.0% of statements
18:06:59 [2021-12-03T18:06:59.574Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.009s	coverage: 86.1% of statements
18:06:59 [2021-12-03T18:06:59.574Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.274s	coverage: 48.6% of statements
18:06:59 [2021-12-03T18:06:59.574Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
18:06:59 [2021-12-03T18:06:59.574Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
18:06:59 [2021-12-03T18:06:59.831Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
18:06:59 [2021-12-03T18:06:59.831Z] 
18:06:59 [2021-12-03T18:06:59.831Z] === Skipped
18:06:59 [2021-12-03T18:06:59.831Z] === SKIP: libnetwork TestParallel3 (0.00s)
18:06:59 [2021-12-03T18:06:59.831Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
18:06:59 [2021-12-03T18:06:59.831Z] 
18:06:59 [2021-12-03T18:06:59.831Z] === SKIP: libnetwork TestParallel2 (0.00s)
18:06:59 [2021-12-03T18:06:59.831Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
18:06:59 [2021-12-03T18:06:59.831Z] 
18:06:59 [2021-12-03T18:06:59.831Z] === SKIP: libnetwork TestParallel1 (0.00s)
18:06:59 [2021-12-03T18:06:59.831Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
18:06:59 [2021-12-03T18:06:59.831Z] 
18:06:59 [2021-12-03T18:06:59.831Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
18:06:59 [2021-12-03T18:06:59.831Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:06:59 [2021-12-03T18:06:59.831Z] 
18:06:59 [2021-12-03T18:06:59.831Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
18:06:59 [2021-12-03T18:06:59.831Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:06:59 [2021-12-03T18:06:59.831Z] 
18:06:59 [2021-12-03T18:06:59.831Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
18:06:59 [2021-12-03T18:06:59.831Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:06:59 [2021-12-03T18:06:59.831Z] 
18:06:59 [2021-12-03T18:06:59.831Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
18:06:59 [2021-12-03T18:06:59.831Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:06:59 [2021-12-03T18:06:59.831Z] 
18:06:59 [2021-12-03T18:06:59.831Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
18:06:59 [2021-12-03T18:06:59.831Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:06:59 [2021-12-03T18:06:59.831Z] 
18:06:59 [2021-12-03T18:06:59.831Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
18:06:59 [2021-12-03T18:06:59.831Z]     firewalld_test.go:14: firewalld is not running
18:06:59 [2021-12-03T18:06:59.831Z] 
18:06:59 [2021-12-03T18:06:59.831Z] DONE 331 tests, 9 skipped in 200.923s
18:06:59 [2021-12-03T18:06:59.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
18:07:00 [2021-12-03T18:07:00.470Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:07:00 [2021-12-03T18:07:00.470Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
Post stage
[Pipeline] junit
18:07:00 [2021-12-03T18:07:00.784Z] Recording test results
18:07:02 [2021-12-03T18:07:02.244Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
18:07:02 [2021-12-03T18:07:02.333Z] --- PASS: TestUpdateRestartPolicy (10.82s)
18:07:02 [2021-12-03T18:07:02.333Z] === RUN   TestUpdateRestartWithAutoRemove
18:07:02 [2021-12-03T18:07:02.333Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
18:07:02 [2021-12-03T18:07:02.333Z] === RUN   TestWaitNonBlocked
18:07:02 [2021-12-03T18:07:02.333Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:07:02 [2021-12-03T18:07:02.333Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:07:02 [2021-12-03T18:07:02.333Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:07:02 [2021-12-03T18:07:02.333Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:07:02 [2021-12-03T18:07:02.333Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:07:02 [2021-12-03T18:07:02.333Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:07:02 [2021-12-03T18:07:02.333Z] --- PASS: TestWaitNonBlocked (0.01s)
18:07:02 [2021-12-03T18:07:02.333Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.55s)
18:07:02 [2021-12-03T18:07:02.333Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.61s)
18:07:02 [2021-12-03T18:07:02.333Z] === RUN   TestWaitBlocked
18:07:02 [2021-12-03T18:07:02.333Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
18:07:02 [2021-12-03T18:07:02.333Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
18:07:02 [2021-12-03T18:07:02.333Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
18:07:02 [2021-12-03T18:07:02.333Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
18:07:02 [2021-12-03T18:07:02.333Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
18:07:02 [2021-12-03T18:07:02.333Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
18:07:02 [2021-12-03T18:07:02.367Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
18:07:02 [2021-12-03T18:07:02.388Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:07:02 [2021-12-03T18:07:02.632Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=871659e5ff10dd9479122ff345eaaf77a1a6c9c9 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:871659e5ff10dd9479122ff345eaaf77a1a6c9c9 hack/make.sh dynbinary test-integration
18:07:02 [2021-12-03T18:07:02.648Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:07:02 [2021-12-03T18:07:02.903Z] --- PASS: TestWaitBlocked (0.01s)
18:07:02 [2021-12-03T18:07:02.903Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s)
18:07:02 [2021-12-03T18:07:02.903Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s)
18:07:02 [2021-12-03T18:07:02.903Z] === CONT  TestDaemonRestartIpcMode
18:07:02 [2021-12-03T18:07:02.903Z] === CONT  TestIpcModeOlderClient
18:07:02 [2021-12-03T18:07:02.903Z] --- PASS: TestIpcModeOlderClient (0.05s)
18:07:02 [2021-12-03T18:07:02.903Z] === CONT  TestRestartDaemonWithRestartingContainer
18:07:02 [2021-12-03T18:07:02.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
18:07:03 [2021-12-03T18:07:03.194Z] 
18:07:03 [2021-12-03T18:07:03.194Z] Removing bundles/
18:07:03 [2021-12-03T18:07:03.194Z] 
18:07:03 [2021-12-03T18:07:03.194Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
18:07:03 [2021-12-03T18:07:03.194Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:07:03 [2021-12-03T18:07:03.194Z] GOOS="" GOARCH="" GOARM=""
18:07:04 [2021-12-03T18:07:04.032Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:07:05 [2021-12-03T18:07:05.449Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.28s)
18:07:05 [2021-12-03T18:07:05.449Z] --- PASS: TestDaemonRestartIpcMode (2.73s)
18:07:05 [2021-12-03T18:07:05.449Z] PASS
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === Skipped
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
18:07:05 [2021-12-03T18:07:05.449Z]     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)
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     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)
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     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)
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestPause (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
18:07:05 [2021-12-03T18:07:05.449Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
18:07:05 [2021-12-03T18:07:05.449Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestStats (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
18:07:05 [2021-12-03T18:07:05.449Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
18:07:05 [2021-12-03T18:07:05.449Z] 
18:07:05 [2021-12-03T18:07:05.449Z] DONE 177 tests, 27 skipped in 70.049s
18:07:05 [2021-12-03T18:07:05.450Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
18:07:05 [2021-12-03T18:07:05.710Z] === RUN   TestConfigDaemonLibtrustID
18:07:05 [2021-12-03T18:07:05.943Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.99s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.11s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.37s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.93s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.70s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.98s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.01s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.20s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.77s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.82s)
18:07:05 [2021-12-03T18:07:05.943Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.49s)
18:07:05 [2021-12-03T18:07:05.943Z] === RUN   TestCgroupNamespacesRun
18:07:06 [2021-12-03T18:07:06.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
18:07:06 [2021-12-03T18:07:06.280Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
18:07:06 [2021-12-03T18:07:06.280Z] === RUN   TestDaemonConfigValidation
18:07:06 [2021-12-03T18:07:06.280Z] === RUN   TestDaemonConfigValidation/config_with_no_content
18:07:06 [2021-12-03T18:07:06.280Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
18:07:06 [2021-12-03T18:07:06.280Z] === RUN   TestDaemonConfigValidation/config_with_{}
18:07:06 [2021-12-03T18:07:06.280Z] === PAUSE TestDaemonConfigValidation/config_with_{}
18:07:06 [2021-12-03T18:07:06.280Z] === RUN   TestDaemonConfigValidation/invalid_config
18:07:06 [2021-12-03T18:07:06.280Z] === PAUSE TestDaemonConfigValidation/invalid_config
18:07:06 [2021-12-03T18:07:06.280Z] === RUN   TestDaemonConfigValidation/malformed_config
18:07:06 [2021-12-03T18:07:06.280Z] === PAUSE TestDaemonConfigValidation/malformed_config
18:07:06 [2021-12-03T18:07:06.280Z] === RUN   TestDaemonConfigValidation/valid_config
18:07:06 [2021-12-03T18:07:06.280Z] === PAUSE TestDaemonConfigValidation/valid_config
18:07:06 [2021-12-03T18:07:06.280Z] === CONT  TestDaemonConfigValidation/config_with_no_content
18:07:06 [2021-12-03T18:07:06.280Z] === CONT  TestDaemonConfigValidation/malformed_config
18:07:06 [2021-12-03T18:07:06.280Z] === CONT  TestDaemonConfigValidation/invalid_config
18:07:06 [2021-12-03T18:07:06.280Z] === CONT  TestDaemonConfigValidation/config_with_{}
18:07:06 [2021-12-03T18:07:06.280Z] === CONT  TestDaemonConfigValidation/valid_config
18:07:06 [2021-12-03T18:07:06.541Z] --- PASS: TestDaemonConfigValidation (0.00s)
18:07:06 [2021-12-03T18:07:06.541Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
18:07:06 [2021-12-03T18:07:06.541Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
18:07:06 [2021-12-03T18:07:06.541Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
18:07:06 [2021-12-03T18:07:06.541Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s)
18:07:06 [2021-12-03T18:07:06.541Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
18:07:06 [2021-12-03T18:07:06.541Z] === RUN   TestConfigDaemonSeccompProfiles
18:07:06 [2021-12-03T18:07:06.541Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
18:07:06 [2021-12-03T18:07:06.885Z] --- PASS: TestCgroupNamespacesRun (1.21s)
18:07:06 [2021-12-03T18:07:06.885Z] === RUN   TestCgroupNamespacesRunPrivileged
18:07:06 [2021-12-03T18:07:06.885Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
18:07:06 [2021-12-03T18:07:06.885Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
18:07:06 [2021-12-03T18:07:06.885Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
18:07:07 [2021-12-03T18:07:07.481Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
18:07:08 [2021-12-03T18:07:08.269Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s)
18:07:08 [2021-12-03T18:07:08.269Z] === RUN   TestCgroupNamespacesRunHostMode
18:07:08 [2021-12-03T18:07:08.864Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
18:07:09 [2021-12-03T18:07:09.209Z] --- PASS: TestCgroupNamespacesRunHostMode (1.20s)
18:07:09 [2021-12-03T18:07:09.209Z] === RUN   TestCgroupNamespacesRunPrivateMode
18:07:09 [2021-12-03T18:07:09.826Z] === CONT  TestConfigDaemonSeccompProfiles
18:07:09 [2021-12-03T18:07:09.826Z]     daemon_test.go:156: [d64643b22c525] daemon is not started
18:07:09 [2021-12-03T18:07:09.826Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s)
18:07:09 [2021-12-03T18:07:09.826Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s)
18:07:09 [2021-12-03T18:07:09.826Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s)
18:07:09 [2021-12-03T18:07:09.826Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s)
18:07:09 [2021-12-03T18:07:09.826Z] === RUN   TestDaemonProxy
18:07:09 [2021-12-03T18:07:09.826Z]     daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
18:07:09 [2021-12-03T18:07:09.826Z] --- SKIP: TestDaemonProxy (0.00s)
18:07:09 [2021-12-03T18:07:09.826Z] PASS
18:07:09 [2021-12-03T18:07:09.826Z] 
18:07:09 [2021-12-03T18:07:09.826Z] === Skipped
18:07:09 [2021-12-03T18:07:09.826Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s)
18:07:09 [2021-12-03T18:07:09.826Z]     daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
18:07:09 [2021-12-03T18:07:09.826Z] 
18:07:09 [2021-12-03T18:07:09.826Z] DONE 12 tests, 1 skipped in 4.175s
18:07:09 [2021-12-03T18:07:09.826Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
18:07:09 [2021-12-03T18:07:09.826Z] INFO: Testing against a local daemon
18:07:09 [2021-12-03T18:07:09.826Z] === RUN   TestCommitInheritsEnv
18:07:10 [2021-12-03T18:07:10.619Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s)
18:07:10 [2021-12-03T18:07:10.619Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
18:07:11 [2021-12-03T18:07:11.229Z] --- PASS: TestCommitInheritsEnv (1.30s)
18:07:11 [2021-12-03T18:07:11.229Z] === RUN   TestImportExtremelyLargeImageWorks
18:07:11 [2021-12-03T18:07:11.229Z] === PAUSE TestImportExtremelyLargeImageWorks
18:07:11 [2021-12-03T18:07:11.229Z] === RUN   TestImagesFilterMultiReference
18:07:11 [2021-12-03T18:07:11.229Z] --- PASS: TestImagesFilterMultiReference (0.05s)
18:07:11 [2021-12-03T18:07:11.229Z] === RUN   TestImagePullPlatformInvalid
18:07:11 [2021-12-03T18:07:11.229Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
18:07:11 [2021-12-03T18:07:11.229Z] === RUN   TestRemoveImageOrphaning
18:07:11 [2021-12-03T18:07:11.575Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s)
18:07:11 [2021-12-03T18:07:11.575Z] === RUN   TestCgroupNamespacesRunInvalidMode
18:07:12 [2021-12-03T18:07:12.145Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
18:07:12 [2021-12-03T18:07:12.145Z] === RUN   TestCgroupNamespacesRunOlderClient
18:07:13 [2021-12-03T18:07:13.138Z] --- PASS: TestRemoveImageOrphaning (1.94s)
18:07:13 [2021-12-03T18:07:13.139Z] === RUN   TestRemoveImageGarbageCollector
18:07:13 [2021-12-03T18:07:13.139Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
18:07:13 [2021-12-03T18:07:13.139Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
18:07:13 [2021-12-03T18:07:13.139Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:07:13 [2021-12-03T18:07:13.139Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
18:07:13 [2021-12-03T18:07:13.139Z] === RUN   TestTagInvalidReference
18:07:13 [2021-12-03T18:07:13.139Z] --- PASS: TestTagInvalidReference (0.01s)
18:07:13 [2021-12-03T18:07:13.139Z] === RUN   TestTagValidPrefixedRepo
18:07:13 [2021-12-03T18:07:13.139Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
18:07:13 [2021-12-03T18:07:13.139Z] === RUN   TestTagExistedNameWithoutForce
18:07:13 [2021-12-03T18:07:13.139Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
18:07:13 [2021-12-03T18:07:13.139Z] === RUN   TestTagOfficialNames
18:07:13 [2021-12-03T18:07:13.403Z] --- PASS: TestTagOfficialNames (0.04s)
18:07:13 [2021-12-03T18:07:13.404Z] === RUN   TestTagMatchesDigest
18:07:13 [2021-12-03T18:07:13.404Z] --- PASS: TestTagMatchesDigest (0.01s)
18:07:13 [2021-12-03T18:07:13.404Z] === CONT  TestImportExtremelyLargeImageWorks
18:07:13 [2021-12-03T18:07:13.529Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s)
18:07:13 [2021-12-03T18:07:13.529Z] === RUN   TestNISDomainname
18:07:14 [2021-12-03T18:07:14.099Z] --- PASS: TestNISDomainname (0.55s)
18:07:14 [2021-12-03T18:07:14.099Z] === RUN   TestHostnameDnsResolution
18:07:14 [2021-12-03T18:07:14.337Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
18:07:14 [2021-12-03T18:07:14.669Z] --- PASS: TestHostnameDnsResolution (0.71s)
18:07:14 [2021-12-03T18:07:14.669Z] === RUN   TestUnprivilegedPortsAndPing
18:07:15 [2021-12-03T18:07:15.241Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s)
18:07:15 [2021-12-03T18:07:15.241Z] === RUN   TestStats
18:07:16 [2021-12-03T18:07:16.872Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
18:07:17 [2021-12-03T18:07:17.781Z] --- PASS: TestStats (2.48s)
18:07:17 [2021-12-03T18:07:17.781Z] === RUN   TestStopContainerWithTimeout
18:07:17 [2021-12-03T18:07:17.781Z] === RUN   TestStopContainerWithTimeout/0
18:07:17 [2021-12-03T18:07:17.781Z] === PAUSE TestStopContainerWithTimeout/0
18:07:17 [2021-12-03T18:07:17.781Z] === RUN   TestStopContainerWithTimeout/1
18:07:17 [2021-12-03T18:07:17.781Z] === PAUSE TestStopContainerWithTimeout/1
18:07:17 [2021-12-03T18:07:17.781Z] === RUN   TestStopContainerWithTimeout/3
18:07:17 [2021-12-03T18:07:17.781Z] === PAUSE TestStopContainerWithTimeout/3
18:07:17 [2021-12-03T18:07:17.781Z] === RUN   TestStopContainerWithTimeout/-1
18:07:17 [2021-12-03T18:07:17.781Z] === PAUSE TestStopContainerWithTimeout/-1
18:07:17 [2021-12-03T18:07:17.781Z] === CONT  TestStopContainerWithTimeout/0
18:07:17 [2021-12-03T18:07:17.781Z] === CONT  TestStopContainerWithTimeout/-1
18:07:18 [2021-12-03T18:07:18.351Z] === CONT  TestStopContainerWithTimeout/3
18:07:19 [2021-12-03T18:07:19.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
18:07:20 [2021-12-03T18:07:20.261Z] === CONT  TestStopContainerWithTimeout/1
18:07:20 [2021-12-03T18:07:20.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
18:07:22 [2021-12-03T18:07:22.172Z] --- PASS: TestStopContainerWithTimeout (0.02s)
18:07:22 [2021-12-03T18:07:22.172Z]     --- PASS: TestStopContainerWithTimeout/0 (0.71s)
18:07:22 [2021-12-03T18:07:22.172Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.68s)
18:07:22 [2021-12-03T18:07:22.172Z]     --- PASS: TestStopContainerWithTimeout/3 (2.39s)
18:07:22 [2021-12-03T18:07:22.172Z]     --- PASS: TestStopContainerWithTimeout/1 (1.43s)
18:07:22 [2021-12-03T18:07:22.172Z] === RUN   TestDeleteDevicemapper
18:07:22 [2021-12-03T18:07:22.172Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:07:22 [2021-12-03T18:07:22.172Z] --- SKIP: TestDeleteDevicemapper (0.00s)
18:07:22 [2021-12-03T18:07:22.172Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:07:23 [2021-12-03T18:07:23.321Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
18:07:23 [2021-12-03T18:07:23.556Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.83s)
18:07:23 [2021-12-03T18:07:23.556Z] === RUN   TestUpdateMemory
18:07:24 [2021-12-03T18:07:24.126Z] --- PASS: TestUpdateMemory (0.59s)
18:07:24 [2021-12-03T18:07:24.126Z] === RUN   TestUpdateCPUQuota
18:07:25 [2021-12-03T18:07:25.067Z] --- PASS: TestUpdateCPUQuota (0.95s)
18:07:25 [2021-12-03T18:07:25.067Z] === RUN   TestUpdatePidsLimit
18:07:25 [2021-12-03T18:07:25.067Z] === RUN   TestUpdatePidsLimit/update_from_none
18:07:25 [2021-12-03T18:07:25.328Z] === RUN   TestUpdatePidsLimit/no_change
18:07:25 [2021-12-03T18:07:25.588Z] === RUN   TestUpdatePidsLimit/update_lower
18:07:25 [2021-12-03T18:07:25.849Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
18:07:25 [2021-12-03T18:07:25.854Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
18:07:26 [2021-12-03T18:07:26.110Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
18:07:26 [2021-12-03T18:07:26.371Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
18:07:26 [2021-12-03T18:07:26.631Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
18:07:27 [2021-12-03T18:07:27.573Z] --- PASS: TestUpdatePidsLimit (2.23s)
18:07:27 [2021-12-03T18:07:27.573Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
18:07:27 [2021-12-03T18:07:27.573Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
18:07:27 [2021-12-03T18:07:27.573Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.23s)
18:07:27 [2021-12-03T18:07:27.573Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
18:07:27 [2021-12-03T18:07:27.573Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
18:07:27 [2021-12-03T18:07:27.573Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.27s)
18:07:27 [2021-12-03T18:07:27.573Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.29s)
18:07:27 [2021-12-03T18:07:27.573Z] === RUN   TestUpdateRestartPolicy
18:07:29 [2021-12-03T18:07:29.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
18:07:31 [2021-12-03T18:07:31.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
18:07:33 [2021-12-03T18:07:33.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
18:07:36 [2021-12-03T18:07:36.159Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:07:36 [2021-12-03T18:07:36.159Z] Using test binary docker
18:07:36 [2021-12-03T18:07:36.159Z] +++ /etc/init.d/apparmor start
18:07:36 [2021-12-03T18:07:36.159Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:07:36 [2021-12-03T18:07:36.159Z] INFO: Waiting for daemon to start...
18:07:36 [2021-12-03T18:07:36.159Z] Starting dockerd
18:07:36 [2021-12-03T18:07:36.159Z] +++ 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
18:07:38 [2021-12-03T18:07:38.715Z] .
18:07:38 [2021-12-03T18:07:38.715Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:07:38 [2021-12-03T18:07:38.715Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:07:38 [2021-12-03T18:07:38.715Z] Error: No such image: emptyfs
18:07:38 [2021-12-03T18:07:38.716Z] ++++ docker load
18:07:38 [2021-12-03T18:07:38.716Z] ++++ tar -cC bundles/test-integration/emptyfs .
18:07:38 [2021-12-03T18:07:38.976Z] Running integration-test (iteration 1)
18:07:38 [2021-12-03T18:07:38.976Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
18:07:38 [2021-12-03T18:07:38.976Z] ++ 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
18:07:38 [2021-12-03T18:07:38.976Z] ++ set -e
18:07:38 [2021-12-03T18:07:38.976Z] ++ '[' -n 0 ']'
18:07:38 [2021-12-03T18:07:38.976Z] ++ set -x
18:07:38 [2021-12-03T18:07:38.976Z] ++ env -i DEST=/go/src/github.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
18:07:39 [2021-12-03T18:07:39.803Z] --- PASS: TestUpdateRestartPolicy (11.09s)
18:07:39 [2021-12-03T18:07:39.803Z] === RUN   TestUpdateRestartWithAutoRemove
18:07:39 [2021-12-03T18:07:39.803Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
18:07:39 [2021-12-03T18:07:39.803Z] === RUN   TestWaitNonBlocked
18:07:39 [2021-12-03T18:07:39.803Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:07:39 [2021-12-03T18:07:39.803Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:07:39 [2021-12-03T18:07:39.803Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:07:39 [2021-12-03T18:07:39.803Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:07:39 [2021-12-03T18:07:39.803Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:07:39 [2021-12-03T18:07:39.803Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:07:39 [2021-12-03T18:07:39.803Z] --- PASS: TestWaitNonBlocked (0.01s)
18:07:39 [2021-12-03T18:07:39.803Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s)
18:07:39 [2021-12-03T18:07:39.803Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s)
18:07:39 [2021-12-03T18:07:39.803Z] === RUN   TestWaitBlocked
18:07:39 [2021-12-03T18:07:39.803Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
18:07:39 [2021-12-03T18:07:39.803Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
18:07:39 [2021-12-03T18:07:39.803Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
18:07:39 [2021-12-03T18:07:39.803Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
18:07:39 [2021-12-03T18:07:39.803Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
18:07:39 [2021-12-03T18:07:39.803Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
18:07:39 [2021-12-03T18:07:39.926Z] Loaded image: busybox:latest
18:07:40 [2021-12-03T18:07:40.184Z] Loaded image: busybox:glibc
18:07:40 [2021-12-03T18:07:40.374Z] --- PASS: TestWaitBlocked (0.01s)
18:07:40 [2021-12-03T18:07:40.374Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s)
18:07:40 [2021-12-03T18:07:40.374Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s)
18:07:40 [2021-12-03T18:07:40.374Z] === CONT  TestContainerStartOnDaemonRestart
18:07:40 [2021-12-03T18:07:40.374Z] === CONT  TestRestartDaemonWithRestartingContainer
18:07:41 [2021-12-03T18:07:41.989Z] a0eb404f1860: Pull complete
18:07:41 [2021-12-03T18:07:41.989Z] Digest: sha256:35b987eaca23cce6456c07adea57a155352dce50adf0539fd57e68f3af3e8e29
18:07:41 [2021-12-03T18:07:41.989Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022
18:07:41 [2021-12-03T18:07:41.989Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully
18:07:41 [2021-12-03T18:07:41.989Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test
18:07:41 [2021-12-03T18:07:41.989Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.350'
18:07:41 [2021-12-03T18:07:41.989Z] WARN: Skipping validation tests
18:07:41 [2021-12-03T18:07:41.989Z] INFO: Running unit tests at 12/03/2021 18:07:31...
18:07:41 [2021-12-03T18:07:41.989Z] INFO: make.ps1 starting at 12/03/2021 18:07:34
18:07:41 [2021-12-03T18:07:41.989Z] INFO: Git commit (8cd32c521d) assumed from DOCKER_GITCOMMIT environment variable
18:07:41 [2021-12-03T18:07:41.989Z] INFO: Invoking autogen...
18:07:41 [2021-12-03T18:07:41.989Z] INFO: Running unit tests...
18:07:41 [2021-12-03T18:07:41.989Z] 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/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles 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/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/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/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/stack 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
18:07:42 [2021-12-03T18:07:42.917Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s)
18:07:42 [2021-12-03T18:07:42.918Z] === CONT  TestIpcModeOlderClient
18:07:42 [2021-12-03T18:07:42.918Z] --- PASS: TestContainerStartOnDaemonRestart (2.39s)
18:07:42 [2021-12-03T18:07:42.918Z] === CONT  TestContainerKillOnDaemonStart
18:07:42 [2021-12-03T18:07:42.918Z] --- PASS: TestIpcModeOlderClient (0.11s)
18:07:42 [2021-12-03T18:07:42.918Z] === CONT  TestDaemonHostGatewayIP
18:07:45 [2021-12-03T18:07:45.452Z] Loaded image: debian:bullseye-slim
18:07:45 [2021-12-03T18:07:45.452Z] Loaded image: hello-world:latest
18:07:45 [2021-12-03T18:07:45.452Z] Loaded image: arm32v7/hello-world:latest
18:07:45 [2021-12-03T18:07:45.452Z] INFO: Testing against a local daemon
18:07:45 [2021-12-03T18:07:45.452Z] === RUN   TestCgroupNamespacesBuild
18:07:45 [2021-12-03T18:07:45.467Z] --- PASS: TestDaemonHostGatewayIP (2.48s)
18:07:45 [2021-12-03T18:07:45.467Z] === CONT  TestDaemonRestartIpcMode
18:07:47 [2021-12-03T18:07:47.988Z] --- PASS: TestCgroupNamespacesBuild (2.26s)
18:07:47 [2021-12-03T18:07:47.988Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
18:07:48 [2021-12-03T18:07:48.008Z] --- PASS: TestDaemonRestartIpcMode (2.26s)
18:07:49 [2021-12-03T18:07:49.136Z] ?   	github.com/docker/docker/api	[no test files]
18:07:49 [2021-12-03T18:07:49.893Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.04s)
18:07:49 [2021-12-03T18:07:49.893Z] === RUN   TestBuildWithSession
18:07:49 [2021-12-03T18:07:49.893Z]     build_session_test.go:25: TODO: BuildKit
18:07:49 [2021-12-03T18:07:49.893Z] --- SKIP: TestBuildWithSession (0.00s)
18:07:49 [2021-12-03T18:07:49.893Z] === RUN   TestBuildSquashParent
18:07:54 [2021-12-03T18:07:54.583Z] --- PASS: TestContainerKillOnDaemonStart (11.70s)
18:07:54 [2021-12-03T18:07:54.583Z] PASS
18:07:54 [2021-12-03T18:07:54.583Z] 
18:07:54 [2021-12-03T18:07:54.583Z] === Skipped
18:07:54 [2021-12-03T18:07:54.583Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
18:07:54 [2021-12-03T18:07:54.583Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:07:54 [2021-12-03T18:07:54.583Z] 
18:07:54 [2021-12-03T18:07:54.583Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
18:07:54 [2021-12-03T18:07:54.583Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
18:07:54 [2021-12-03T18:07:54.583Z] 
18:07:54 [2021-12-03T18:07:54.583Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
18:07:54 [2021-12-03T18:07:54.583Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:07:54 [2021-12-03T18:07:54.583Z] 
18:07:54 [2021-12-03T18:07:54.583Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
18:07:54 [2021-12-03T18:07:54.583Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
18:07:54 [2021-12-03T18:07:54.583Z] 
18:07:54 [2021-12-03T18:07:54.583Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
18:07:54 [2021-12-03T18:07:54.583Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:07:54 [2021-12-03T18:07:54.583Z] 
18:07:54 [2021-12-03T18:07:54.583Z] DONE 200 tests, 5 skipped in 118.621s
18:07:54 [2021-12-03T18:07:54.583Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
18:07:54 [2021-12-03T18:07:54.583Z] === RUN   TestConfigDaemonLibtrustID
18:07:55 [2021-12-03T18:07:55.154Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
18:07:55 [2021-12-03T18:07:55.154Z] === RUN   TestDaemonConfigValidation
18:07:55 [2021-12-03T18:07:55.154Z] === RUN   TestDaemonConfigValidation/config_with_no_content
18:07:55 [2021-12-03T18:07:55.154Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
18:07:55 [2021-12-03T18:07:55.154Z] === RUN   TestDaemonConfigValidation/config_with_{}
18:07:55 [2021-12-03T18:07:55.154Z] === PAUSE TestDaemonConfigValidation/config_with_{}
18:07:55 [2021-12-03T18:07:55.154Z] === RUN   TestDaemonConfigValidation/invalid_config
18:07:55 [2021-12-03T18:07:55.154Z] === PAUSE TestDaemonConfigValidation/invalid_config
18:07:55 [2021-12-03T18:07:55.154Z] === RUN   TestDaemonConfigValidation/malformed_config
18:07:55 [2021-12-03T18:07:55.154Z] === PAUSE TestDaemonConfigValidation/malformed_config
18:07:55 [2021-12-03T18:07:55.154Z] === RUN   TestDaemonConfigValidation/valid_config
18:07:55 [2021-12-03T18:07:55.154Z] === PAUSE TestDaemonConfigValidation/valid_config
18:07:55 [2021-12-03T18:07:55.154Z] === CONT  TestDaemonConfigValidation/config_with_no_content
18:07:55 [2021-12-03T18:07:55.154Z] === CONT  TestDaemonConfigValidation/malformed_config
18:07:55 [2021-12-03T18:07:55.154Z] === CONT  TestDaemonConfigValidation/valid_config
18:07:55 [2021-12-03T18:07:55.154Z] === CONT  TestDaemonConfigValidation/invalid_config
18:07:55 [2021-12-03T18:07:55.154Z] === CONT  TestDaemonConfigValidation/config_with_{}
18:07:55 [2021-12-03T18:07:55.415Z] --- PASS: TestDaemonConfigValidation (0.00s)
18:07:55 [2021-12-03T18:07:55.415Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
18:07:55 [2021-12-03T18:07:55.415Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
18:07:55 [2021-12-03T18:07:55.415Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
18:07:55 [2021-12-03T18:07:55.415Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.10s)
18:07:55 [2021-12-03T18:07:55.415Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
18:07:55 [2021-12-03T18:07:55.415Z] === RUN   TestConfigDaemonSeccompProfiles
18:07:55 [2021-12-03T18:07:55.415Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
18:07:56 [2021-12-03T18:07:56.356Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
18:07:57 [2021-12-03T18:07:57.299Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
18:07:58 [2021-12-03T18:07:58.013Z] --- PASS: TestBuildSquashParent (7.95s)
18:07:58 [2021-12-03T18:07:58.013Z] === RUN   TestBuildWithRemoveAndForceRemove
18:07:58 [2021-12-03T18:07:58.013Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:07:58 [2021-12-03T18:07:58.013Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:07:58 [2021-12-03T18:07:58.013Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:07:58 [2021-12-03T18:07:58.013Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:07:58 [2021-12-03T18:07:58.013Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:07:58 [2021-12-03T18:07:58.013Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:07:58 [2021-12-03T18:07:58.013Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:07:58 [2021-12-03T18:07:58.013Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:07:58 [2021-12-03T18:07:58.013Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:07:58 [2021-12-03T18:07:58.013Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:07:58 [2021-12-03T18:07:58.013Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:07:58 [2021-12-03T18:07:58.013Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:07:58 [2021-12-03T18:07:58.013Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:07:58 [2021-12-03T18:07:58.013Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:07:58 [2021-12-03T18:07:58.684Z] === CONT  TestConfigDaemonSeccompProfiles
18:07:58 [2021-12-03T18:07:58.684Z]     daemon_test.go:156: [d68f292cc0d4f] daemon is not started
18:07:58 [2021-12-03T18:07:58.684Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s)
18:07:58 [2021-12-03T18:07:58.684Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
18:07:58 [2021-12-03T18:07:58.684Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
18:07:58 [2021-12-03T18:07:58.684Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s)
18:07:58 [2021-12-03T18:07:58.684Z] === RUN   TestDaemonProxy
18:07:58 [2021-12-03T18:07:58.684Z] === RUN   TestDaemonProxy/environment_variables
18:08:00 [2021-12-03T18:08:00.593Z] === RUN   TestDaemonProxy/command-line_options
18:08:01 [2021-12-03T18:08:01.299Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:08:01 [2021-12-03T18:08:01.299Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:08:01 [2021-12-03T18:08:01.613Z] === RUN   TestMiddlewares
18:08:01 [2021-12-03T18:08:01.613Z] --- PASS: TestMiddlewares (0.00s)
18:08:01 [2021-12-03T18:08:01.613Z] PASS
18:08:01 [2021-12-03T18:08:01.613Z] coverage: 9.0% of statements
18:08:01 [2021-12-03T18:08:01.613Z] ok  	github.com/docker/docker/api/server	0.035s	coverage: 9.0% of statements
18:08:01 [2021-12-03T18:08:01.974Z] === RUN   TestDaemonProxy/configuration_file
18:08:03 [2021-12-03T18:08:03.827Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:08:03 [2021-12-03T18:08:03.827Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:08:03 [2021-12-03T18:08:03.885Z] === RUN   TestDaemonProxy/conflicting_options
18:08:04 [2021-12-03T18:08:04.145Z] === RUN   TestDaemonProxy/reload_sanitized
18:08:04 [2021-12-03T18:08:04.716Z] --- PASS: TestDaemonProxy (6.32s)
18:08:04 [2021-12-03T18:08:04.716Z]     --- PASS: TestDaemonProxy/environment_variables (1.84s)
18:08:04 [2021-12-03T18:08:04.716Z]     --- PASS: TestDaemonProxy/command-line_options (1.72s)
18:08:04 [2021-12-03T18:08:04.716Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
18:08:04 [2021-12-03T18:08:04.716Z]     --- PASS: TestDaemonProxy/conflicting_options (0.51s)
18:08:04 [2021-12-03T18:08:04.716Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
18:08:04 [2021-12-03T18:08:04.716Z] PASS
18:08:04 [2021-12-03T18:08:04.716Z] 
18:08:04 [2021-12-03T18:08:04.716Z] DONE 17 tests in 10.247s
18:08:04 [2021-12-03T18:08:04.716Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
18:08:04 [2021-12-03T18:08:04.716Z] INFO: Testing against a local daemon
18:08:04 [2021-12-03T18:08:04.716Z] === RUN   TestCommitInheritsEnv
18:08:05 [2021-12-03T18:08:05.287Z] --- PASS: TestCommitInheritsEnv (0.30s)
18:08:05 [2021-12-03T18:08:05.287Z] === RUN   TestImportExtremelyLargeImageWorks
18:08:05 [2021-12-03T18:08:05.287Z] === PAUSE TestImportExtremelyLargeImageWorks
18:08:05 [2021-12-03T18:08:05.287Z] === RUN   TestImagesFilterMultiReference
18:08:05 [2021-12-03T18:08:05.287Z] --- PASS: TestImagesFilterMultiReference (0.07s)
18:08:05 [2021-12-03T18:08:05.287Z] === RUN   TestImagePullPlatformInvalid
18:08:05 [2021-12-03T18:08:05.287Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
18:08:05 [2021-12-03T18:08:05.287Z] === RUN   TestRemoveImageOrphaning
18:08:05 [2021-12-03T18:08:05.549Z] --- PASS: TestRemoveImageOrphaning (0.26s)
18:08:05 [2021-12-03T18:08:05.549Z] === RUN   TestRemoveImageGarbageCollector
18:08:07 [2021-12-03T18:08:07.113Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
18:08:07 [2021-12-03T18:08:07.113Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.16s)
18:08:07 [2021-12-03T18:08:07.113Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.22s)
18:08:07 [2021-12-03T18:08:07.113Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.93s)
18:08:07 [2021-12-03T18:08:07.113Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.04s)
18:08:07 [2021-12-03T18:08:07.113Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.18s)
18:08:07 [2021-12-03T18:08:07.113Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.10s)
18:08:07 [2021-12-03T18:08:07.113Z] === RUN   TestBuildMultiStageCopy
18:08:07 [2021-12-03T18:08:07.113Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:08:07 [2021-12-03T18:08:07.462Z] --- PASS: TestRemoveImageGarbageCollector (1.87s)
18:08:07 [2021-12-03T18:08:07.462Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:08:07 [2021-12-03T18:08:07.462Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
18:08:07 [2021-12-03T18:08:07.462Z] === RUN   TestTagInvalidReference
18:08:07 [2021-12-03T18:08:07.462Z] --- PASS: TestTagInvalidReference (0.01s)
18:08:07 [2021-12-03T18:08:07.462Z] === RUN   TestTagValidPrefixedRepo
18:08:07 [2021-12-03T18:08:07.462Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
18:08:07 [2021-12-03T18:08:07.462Z] === RUN   TestTagExistedNameWithoutForce
18:08:07 [2021-12-03T18:08:07.462Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
18:08:07 [2021-12-03T18:08:07.462Z] === RUN   TestTagOfficialNames
18:08:07 [2021-12-03T18:08:07.462Z] --- PASS: TestTagOfficialNames (0.04s)
18:08:07 [2021-12-03T18:08:07.462Z] === RUN   TestTagMatchesDigest
18:08:07 [2021-12-03T18:08:07.462Z] --- PASS: TestTagMatchesDigest (0.01s)
18:08:07 [2021-12-03T18:08:07.462Z] === CONT  TestImportExtremelyLargeImageWorks
18:08:09 [2021-12-03T18:08:09.647Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:08:09 [2021-12-03T18:08:09.906Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:08:10 [2021-12-03T18:08:10.474Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:08:11 [2021-12-03T18:08:11.041Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:08:11 [2021-12-03T18:08:11.608Z] --- PASS: TestBuildMultiStageCopy (4.54s)
18:08:11 [2021-12-03T18:08:11.608Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.46s)
18:08:11 [2021-12-03T18:08:11.608Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s)
18:08:11 [2021-12-03T18:08:11.608Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s)
18:08:11 [2021-12-03T18:08:11.608Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s)
18:08:11 [2021-12-03T18:08:11.608Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.51s)
18:08:11 [2021-12-03T18:08:11.608Z] === RUN   TestBuildMultiStageParentConfig
18:08:12 [2021-12-03T18:08:12.986Z] --- PASS: TestBuildMultiStageParentConfig (1.22s)
18:08:12 [2021-12-03T18:08:12.986Z] === RUN   TestBuildLabelWithTargets
18:08:14 [2021-12-03T18:08:14.890Z] --- PASS: TestBuildLabelWithTargets (1.96s)
18:08:14 [2021-12-03T18:08:14.890Z] === RUN   TestBuildWithEmptyLayers
18:08:15 [2021-12-03T18:08:15.824Z] --- PASS: TestBuildWithEmptyLayers (1.15s)
18:08:15 [2021-12-03T18:08:15.824Z] === RUN   TestBuildMultiStageOnBuild
18:08:19 [2021-12-03T18:08:19.106Z] --- PASS: TestBuildMultiStageOnBuild (2.81s)
18:08:19 [2021-12-03T18:08:19.107Z] === RUN   TestBuildUncleanTarFilenames
18:08:20 [2021-12-03T18:08:20.099Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:08:20 [2021-12-03T18:08:20.099Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
18:08:20 [2021-12-03T18:08:20.099Z] GOOS="" GOARCH="" GOARM=""
18:08:20 [2021-12-03T18:08:20.099Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
18:08:20 [2021-12-03T18:08:20.099Z] 
18:08:20 [2021-12-03T18:08:20.099Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
18:08:20 [2021-12-03T18:08:20.099Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
18:08:20 [2021-12-03T18:08:20.099Z] Using test binary docker
18:08:20 [2021-12-03T18:08:20.099Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
18:08:20 [2021-12-03T18:08:20.099Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:08:20 [2021-12-03T18:08:20.099Z] INFO: Waiting for daemon to start...
18:08:20 [2021-12-03T18:08:20.099Z] Starting dockerd
18:08:20 [2021-12-03T18:08:20.480Z] --- PASS: TestBuildUncleanTarFilenames (1.61s)
18:08:20 [2021-12-03T18:08:20.480Z] === RUN   TestBuildMultiStageLayerLeak
18:08:21 [2021-12-03T18:08:21.462Z] .
18:08:21 [2021-12-03T18:08:21.462Z] INFO: Building docker-sdk-python3:5.0.3...
18:08:23 [2021-12-03T18:08:23.769Z] --- PASS: TestBuildMultiStageLayerLeak (2.96s)
18:08:23 [2021-12-03T18:08:23.769Z] === RUN   TestBuildWithHugeFile
18:08:24 [2021-12-03T18:08:24.585Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:08:24 [2021-12-03T18:08:24.585Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
18:08:24 [2021-12-03T18:08:24.585Z] GOOS="" GOARCH="" GOARM=""
18:08:24 [2021-12-03T18:08:24.585Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
18:08:24 [2021-12-03T18:08:24.585Z] 
18:08:24 [2021-12-03T18:08:24.585Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:08:24 [2021-12-03T18:08:24.585Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:08:24 [2021-12-03T18:08:24.585Z] HOSTNAME=8d773f784fb9
18:08:24 [2021-12-03T18:08:24.585Z] TESTDEBUG=0
18:08:24 [2021-12-03T18:08:24.585Z] DEST=bundles/test-integration
18:08:24 [2021-12-03T18:08:24.585Z] PWD=/go/src/github.com/docker/docker
18:08:24 [2021-12-03T18:08:24.585Z] DOCKER_GITCOMMIT=871659e5ff10dd9479122ff345eaaf77a1a6c9c9
18:08:24 [2021-12-03T18:08:24.585Z] container=docker
18:08:24 [2021-12-03T18:08:24.585Z] HOME=/root
18:08:24 [2021-12-03T18:08:24.585Z] GOLANG_VERSION=1.17.3
18:08:24 [2021-12-03T18:08:24.585Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:08:24 [2021-12-03T18:08:24.585Z] VALIDATE_BRANCH=master
18:08:24 [2021-12-03T18:08:24.585Z] TERM=xterm
18:08:24 [2021-12-03T18:08:24.585Z] DOCKER_PKG=github.com/docker/docker
18:08:24 [2021-12-03T18:08:24.585Z] SHLVL=1
18:08:24 [2021-12-03T18:08:24.585Z] TIMEOUT=120m
18:08:24 [2021-12-03T18:08:24.585Z] DOCKER_BUILDTAGS=apparmor seccomp journald
18:08:24 [2021-12-03T18:08:24.585Z] DOCKER_GRAPHDRIVER=overlay2
18:08:24 [2021-12-03T18:08:24.585Z] GO111MODULE=off
18:08:24 [2021-12-03T18:08:24.585Z] DOCKER_EXPERIMENTAL=1
18:08:24 [2021-12-03T18:08:24.585Z] TEST_SKIP_INTEGRATION_CLI=1
18:08:24 [2021-12-03T18:08:24.585Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:08:24 [2021-12-03T18:08:24.585Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:08:24 [2021-12-03T18:08:24.585Z] GOPATH=/go
18:08:24 [2021-12-03T18:08:24.585Z] PKG_CONFIG=pkg-config
18:08:24 [2021-12-03T18:08:24.585Z] _=/usr/bin/env
18:08:24 [2021-12-03T18:08:24.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
18:08:49 [2021-12-03T18:08:49.890Z] --- PASS: TestImportExtremelyLargeImageWorks (89.58s)
18:08:49 [2021-12-03T18:08:49.890Z] PASS
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === Skipped
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] DONE 12 tests, 1 skipped in 93.172s
18:08:49 [2021-12-03T18:08:49.890Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
18:08:49 [2021-12-03T18:08:49.890Z] INFO: Testing against a local daemon
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestNetworkCreateDelete
18:08:49 [2021-12-03T18:08:49.890Z] --- PASS: TestNetworkCreateDelete (0.14s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestDockerNetworkDeletePreferID
18:08:49 [2021-12-03T18:08:49.890Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestDaemonDNSFallback
18:08:49 [2021-12-03T18:08:49.890Z] --- PASS: TestDaemonDNSFallback (6.28s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestInspectNetwork
18:08:49 [2021-12-03T18:08:49.890Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestInspectNetwork (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestRunContainerWithBridgeNone
18:08:49 [2021-12-03T18:08:49.890Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestNetworkInvalidJSON
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestNetworkInvalidJSON//networks/create
18:08:49 [2021-12-03T18:08:49.890Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:08:49 [2021-12-03T18:08:49.890Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:08:49 [2021-12-03T18:08:49.890Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:08:49 [2021-12-03T18:08:49.890Z] === CONT  TestNetworkInvalidJSON//networks/create
18:08:49 [2021-12-03T18:08:49.890Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:08:49 [2021-12-03T18:08:49.890Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:08:49 [2021-12-03T18:08:49.890Z] --- PASS: TestNetworkInvalidJSON (0.01s)
18:08:49 [2021-12-03T18:08:49.890Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestNetworkList
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestNetworkList//networks
18:08:49 [2021-12-03T18:08:49.890Z] === PAUSE TestNetworkList//networks
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestNetworkList//networks/
18:08:49 [2021-12-03T18:08:49.890Z] === PAUSE TestNetworkList//networks/
18:08:49 [2021-12-03T18:08:49.890Z] === CONT  TestNetworkList//networks
18:08:49 [2021-12-03T18:08:49.890Z] === CONT  TestNetworkList//networks/
18:08:49 [2021-12-03T18:08:49.890Z] --- PASS: TestNetworkList (0.01s)
18:08:49 [2021-12-03T18:08:49.890Z]     --- PASS: TestNetworkList//networks/ (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     --- PASS: TestNetworkList//networks (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestHostIPv4BridgeLabel
18:08:49 [2021-12-03T18:08:49.890Z]     network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestDaemonRestartWithLiveRestore
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestDaemonDefaultNetworkPools
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestDaemonRestartWithExistingNetwork
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestServiceWithPredefinedNetwork
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:243: FLAKY_TEST
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestServiceWithDataPathPortInit
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] PASS
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === Skipped
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:243: FLAKY_TEST
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] DONE 22 tests, 12 skipped in 6.927s
18:08:49 [2021-12-03T18:08:49.890Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
18:08:49 [2021-12-03T18:08:49.890Z] INFO: Testing against a local daemon
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestDockerNetworkIpvlanPersistance
18:08:49 [2021-12-03T18:08:49.890Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] === RUN   TestDockerNetworkIpvlan
18:08:49 [2021-12-03T18:08:49.890Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:08:49 [2021-12-03T18:08:49.890Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z] PASS
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === Skipped
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
18:08:49 [2021-12-03T18:08:49.890Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:08:49 [2021-12-03T18:08:49.890Z] 
18:08:49 [2021-12-03T18:08:49.890Z] DONE 2 tests, 2 skipped in 0.089s
18:08:49 [2021-12-03T18:08:49.890Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
18:08:50 [2021-12-03T18:08:50.151Z] INFO: Testing against a local daemon
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestDockerNetworkMacvlanPersistance
18:08:50 [2021-12-03T18:08:50.151Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestDockerNetworkMacvlan
18:08:50 [2021-12-03T18:08:50.151Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] PASS
18:08:50 [2021-12-03T18:08:50.151Z] 
18:08:50 [2021-12-03T18:08:50.151Z] === Skipped
18:08:50 [2021-12-03T18:08:50.151Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:50 [2021-12-03T18:08:50.151Z] 
18:08:50 [2021-12-03T18:08:50.151Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
18:08:50 [2021-12-03T18:08:50.151Z] 
18:08:50 [2021-12-03T18:08:50.151Z] DONE 2 tests, 2 skipped in 0.095s
18:08:50 [2021-12-03T18:08:50.151Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
18:08:50 [2021-12-03T18:08:50.151Z] testing: warning: no tests to run
18:08:50 [2021-12-03T18:08:50.151Z] PASS
18:08:50 [2021-12-03T18:08:50.151Z] 
18:08:50 [2021-12-03T18:08:50.151Z] DONE 0 tests in 0.022s
18:08:50 [2021-12-03T18:08:50.151Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
18:08:50 [2021-12-03T18:08:50.151Z] INFO: Testing against a local daemon
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginAllowRequest
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginTLS
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginTLS (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginDenyRequest
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginAPIDenyResponse
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginDenyResponse
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginAllowEventStream
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginErrorResponse
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginErrorRequest
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginHeader
18:08:50 [2021-12-03T18:08:50.151Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.151Z] --- SKIP: TestAuthZPluginHeader (0.00s)
18:08:50 [2021-12-03T18:08:50.151Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.13s)
18:08:50 [2021-12-03T18:08:50.412Z] === RUN   TestAuthZPluginV2Disable
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
18:08:50 [2021-12-03T18:08:50.412Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
18:08:50 [2021-12-03T18:08:50.412Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
18:08:50 [2021-12-03T18:08:50.412Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s)
18:08:50 [2021-12-03T18:08:50.412Z] PASS
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === Skipped
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.13s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s)
18:08:50 [2021-12-03T18:08:50.412Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] DONE 17 tests, 17 skipped in 0.290s
18:08:50 [2021-12-03T18:08:50.412Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
18:08:50 [2021-12-03T18:08:50.412Z] INFO: Testing against a local daemon
18:08:50 [2021-12-03T18:08:50.412Z] === RUN   TestPluginInvalidJSON
18:08:50 [2021-12-03T18:08:50.412Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:08:50 [2021-12-03T18:08:50.412Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:08:50 [2021-12-03T18:08:50.412Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:08:50 [2021-12-03T18:08:50.412Z] --- PASS: TestPluginInvalidJSON (0.01s)
18:08:50 [2021-12-03T18:08:50.412Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z] === RUN   TestPluginInstall
18:08:50 [2021-12-03T18:08:50.412Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] --- SKIP: TestPluginInstall (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z] === RUN   TestPluginsWithRuntimes
18:08:50 [2021-12-03T18:08:50.412Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
18:08:50 [2021-12-03T18:08:50.412Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z] === RUN   TestPluginBackCompatMediaTypes
18:08:50 [2021-12-03T18:08:50.412Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
18:08:50 [2021-12-03T18:08:50.412Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z] PASS
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === Skipped
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
18:08:50 [2021-12-03T18:08:50.412Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
18:08:50 [2021-12-03T18:08:50.412Z] 
18:08:50 [2021-12-03T18:08:50.412Z] DONE 5 tests, 3 skipped in 0.118s
18:08:50 [2021-12-03T18:08:50.412Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
18:08:50 [2021-12-03T18:08:50.672Z] INFO: Testing against a local daemon
18:08:50 [2021-12-03T18:08:50.673Z] === RUN   TestExternalGraphDriver
18:08:50 [2021-12-03T18:08:50.673Z]     external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
18:08:50 [2021-12-03T18:08:50.673Z] --- SKIP: TestExternalGraphDriver (0.04s)
18:08:50 [2021-12-03T18:08:50.673Z] === RUN   TestGraphdriverPluginV2
18:08:51 [2021-12-03T18:08:51.097Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
18:08:51 [2021-12-03T18:08:51.097Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestBoolValue
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestBoolValue (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestBoolValueOrDefault
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestBoolValueOrDefault (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestInt64ValueOrZero
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestInt64ValueOrZero (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestInt64ValueOrDefault
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestInt64ValueOrDefault (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestInt64ValueOrDefaultWithError
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestJsonContentType
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestJsonContentType (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] PASS
18:08:52 [2021-12-03T18:08:52.459Z] coverage: 14.7% of statements
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ok  	github.com/docker/docker/api/server/httputils	0.083s	coverage: 14.7% of statements
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestMaskSecretKeys
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestMaskSecretKeys (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestVersionMiddlewareVersion
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] PASS
18:08:52 [2021-12-03T18:08:52.459Z] coverage: 37.7% of statements
18:08:52 [2021-12-03T18:08:52.459Z] ok  	github.com/docker/docker/api/server/middleware	0.059s	coverage: 37.7% of statements
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestToJSON
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestToJSON (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestToParamWithVersion
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestToParamWithVersion (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestFromJSON
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestFromJSON (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestEmpty
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestEmpty (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestArgsMatchKVListEmptySources
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestArgsMatchKVList
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestArgsMatchKVList (0.00s)
18:08:52 [2021-12-03T18:08:52.459Z] === RUN   TestArgsMatch
18:08:52 [2021-12-03T18:08:52.459Z] --- PASS: TestArgsMatch (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestAdd
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestAdd (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDel
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestDel (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestLen
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestLen (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestExactMatch
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestExactMatch (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestOnlyOneExactMatch
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestOnlyOneExactMatch (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestContains
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestContains (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestValidate
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestValidate (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestWalkValues
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestWalkValues (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestFuzzyMatch
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestFuzzyMatch (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestClone
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestClone (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] PASS
18:08:52 [2021-12-03T18:08:52.460Z] coverage: 92.2% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ok  	github.com/docker/docker/api/types/filters	0.036s	coverage: 92.2% of statements
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestAdjustForAPIVersion
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestAdjustForAPIVersion (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] PASS
18:08:52 [2021-12-03T18:08:52.460Z] coverage: 5.7% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ok  	github.com/docker/docker/api/server/router/swarm	0.052s	coverage: 5.7% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/container	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/events	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/image	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/network	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestStrSliceMarshalJSON
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestStrSliceUnmarshalJSON
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestStrSliceUnmarshalString
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestStrSliceUnmarshalSlice
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] PASS
18:08:52 [2021-12-03T18:08:52.460Z] coverage: 90.0% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ok  	github.com/docker/docker/api/types/strslice	0.031s	coverage: 90.0% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDurationToSecondsString
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestDurationToSecondsString (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestGetTimestamp
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestGetTimestamp (0.10s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseTimestamps
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestParseTimestamps (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] PASS
18:08:52 [2021-12-03T18:08:52.460Z] coverage: 100.0% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ok  	github.com/docker/docker/api/types/time	0.129s	coverage: 100.0% of statements
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestCompareVersion
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestCompareVersion (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] PASS
18:08:52 [2021-12-03T18:08:52.460Z] coverage: 77.3% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ok  	github.com/docker/docker/api/types/versions	0.030s	coverage: 77.3% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/builder	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestParseRemoteURL (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestCloneArgsSmartHttp
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestCloneArgsDumbHttp
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestCloneArgsGit
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestCloneArgsGit (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestCheckoutGit
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestEnable
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestEnable (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDisable
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestDisable (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestEnabled
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestEnabled (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] PASS
18:08:52 [2021-12-03T18:08:52.460Z] coverage: 100.0% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ok  	github.com/docker/docker/cli/debug	0.030s	coverage: 100.0% of statements
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestProcessNoDockerignore
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestProcessNoDockerignore (0.01s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestProcessShouldLeaveAllFiles
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDetectContentType
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestDetectContentType (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestSelectAcceptableMIME
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestSelectAcceptableMIME (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestInspectEmptyResponse
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestInspectEmptyResponse (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestInspectResponseBinary
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestInspectResponseBinary (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestResponseUnsupportedContentType
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestInspectResponseTextSimple
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestInspectResponseTextSimple (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestInspectResponseEmptyContentType
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestUnknownContentLength
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestUnknownContentLength (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDownloadRemote
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestDownloadRemote (0.05s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestGetWithStatusError
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestGetWithStatusError (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestCloseRootDirectory
18:08:52 [2021-12-03T18:08:52.460Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
18:08:52 [2021-12-03T18:08:52.460Z] --- SKIP: TestCloseRootDirectory (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestHashFile
18:08:52 [2021-12-03T18:08:52.460Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
18:08:52 [2021-12-03T18:08:52.460Z] --- SKIP: TestHashFile (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestHashSubdir
18:08:52 [2021-12-03T18:08:52.460Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
18:08:52 [2021-12-03T18:08:52.460Z] --- SKIP: TestHashSubdir (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestRemoveDirectory
18:08:52 [2021-12-03T18:08:52.460Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
18:08:52 [2021-12-03T18:08:52.460Z] --- SKIP: TestRemoveDirectory (0.04s)
18:08:52 [2021-12-03T18:08:52.460Z] PASS
18:08:52 [2021-12-03T18:08:52.460Z] coverage: 9.3% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ok  	github.com/docker/docker/builder/remotecontext	0.191s	coverage: 9.3% of statements
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestGetAllAllowed
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestGetAllAllowed (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestGetAllMeta
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestGetAllMeta (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestWarnOnUnusedBuildArgs
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestIsUnreferencedBuiltin
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestIsExistingDirectory
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestIsExistingDirectory (0.02s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestGetFilenameForDownload
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestGetFilenameForDownload (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestEnv2Variables
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestEnv2Variables (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestEnvValueWithExistingRunConfigEnv
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestMaintainer
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestMaintainer (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestLabel
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestLabel (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestFromScratch
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestFromScratch (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestFromWithArg
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestFromWithArg (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestFromWithArgButBuildArgsNotGiven
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestFromWithUndefinedArg
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestFromWithUndefinedArg (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestFromMultiStageWithNamedStage
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestOnbuild
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestOnbuild (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestWorkdir
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestWorkdir (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestCmd
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestCmd (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestHealthcheckNone
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestHealthcheckNone (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestHealthcheckCmd
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestHealthcheckCmd (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestEntrypoint
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestEntrypoint (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestExpose
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestExpose (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestUser
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestUser (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestVolume
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestVolume (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestStopSignal
18:08:52 [2021-12-03T18:08:52.460Z]     dispatchers_test.go:377: Windows does not support stopsignal
18:08:52 [2021-12-03T18:08:52.460Z] --- SKIP: TestStopSignal (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestArg
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestArg (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestShell
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestShell (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestPrependEnvOnCmd
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestPrependEnvOnCmd (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestRunWithBuildArgs
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestRunWithBuildArgs (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestRunIgnoresHealthcheck
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatchUnsupportedOptions
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestNormalizeWorkdir
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestNormalizeWorkdir (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatch
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatch/ADD_multiple_files_to_file
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatch/COPY_multiple_files_to_file
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatch/COPY_wildcard_no_files
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDispatch/COPY_url
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestDispatch (0.06s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z]     --- PASS: TestDispatch/COPY_url (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestAddScratchImageAddsToMounts
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestAddFromScratchPopulatesPlatform
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestImageSourceGetAddsToMounts
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestEmptyDockerfile
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestEmptyDockerfile (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestSymlinkDockerfile
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestSymlinkDockerfile (0.01s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDockerfileOutsideTheBuildContext
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestNonExistingDockerfile
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestNonExistingDockerfile (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestCopyRunConfig
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestCopyRunConfig (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestDeepCopyRunConfig
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestDeepCopyRunConfig (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestExportImage
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestExportImage (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestNormalizeDest
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestNormalizeDest (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] PASS
18:08:52 [2021-12-03T18:08:52.460Z] coverage: 46.8% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ok  	github.com/docker/docker/builder/dockerfile	0.176s	coverage: 46.8% of statements
18:08:52 [2021-12-03T18:08:52.460Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestTCP4Proxy
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestTCP4Proxy (0.01s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestTCP4ProxyHalfClose
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestTCP4ProxyHalfClose (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestTCP6Proxy
18:08:52 [2021-12-03T18:08:52.460Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
18:08:52 [2021-12-03T18:08:52.460Z] --- SKIP: TestTCP6Proxy (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestTCPDualStackProxy
18:08:52 [2021-12-03T18:08:52.460Z]     network_proxy_test.go:208: No support for dual stack yet
18:08:52 [2021-12-03T18:08:52.460Z] --- SKIP: TestTCPDualStackProxy (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestUDP4Proxy
18:08:52 [2021-12-03T18:08:52.460Z] --- PASS: TestUDP4Proxy (0.00s)
18:08:52 [2021-12-03T18:08:52.460Z] === RUN   TestUDP6Proxy
18:08:52 [2021-12-03T18:08:52.461Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
18:08:52 [2021-12-03T18:08:52.461Z] --- SKIP: TestUDP6Proxy (0.00s)
18:08:52 [2021-12-03T18:08:52.461Z] === RUN   TestUDPWriteError
18:08:52 [2021-12-03T18:08:52.461Z] --- PASS: TestUDPWriteError (0.00s)
18:08:52 [2021-12-03T18:08:52.461Z] === RUN   TestSCTP4Proxy
18:08:52 [2021-12-03T18:08:52.461Z]     network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows
18:08:52 [2021-12-03T18:08:52.461Z] --- SKIP: TestSCTP4Proxy (0.00s)
18:08:52 [2021-12-03T18:08:52.461Z] === RUN   TestSCTP6Proxy
18:08:52 [2021-12-03T18:08:52.461Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
18:08:52 [2021-12-03T18:08:52.461Z] --- SKIP: TestSCTP6Proxy (0.00s)
18:08:52 [2021-12-03T18:08:52.461Z] PASS
18:08:52 [2021-12-03T18:08:52.461Z] coverage: 49.4% of statements
18:08:52 [2021-12-03T18:08:52.461Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.072s	coverage: 49.4% of statements
18:08:54 [2021-12-03T18:08:54.883Z] --- PASS: TestGraphdriverPluginV2 (3.59s)
18:08:54 [2021-12-03T18:08:54.883Z] PASS
18:08:54 [2021-12-03T18:08:54.883Z] 
18:08:54 [2021-12-03T18:08:54.883Z] === Skipped
18:08:54 [2021-12-03T18:08:54.883Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.04s)
18:08:54 [2021-12-03T18:08:54.883Z]     external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
18:08:54 [2021-12-03T18:08:54.883Z] 
18:08:54 [2021-12-03T18:08:54.883Z] DONE 2 tests, 1 skipped in 3.719s
18:08:54 [2021-12-03T18:08:54.883Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
18:08:54 [2021-12-03T18:08:54.883Z] INFO: Testing against a local daemon
18:08:54 [2021-12-03T18:08:54.883Z] === RUN   TestContinueAfterPluginCrash
18:08:54 [2021-12-03T18:08:54.883Z] === PAUSE TestContinueAfterPluginCrash
18:08:54 [2021-12-03T18:08:54.883Z] === RUN   TestReadPluginNoRead
18:08:54 [2021-12-03T18:08:54.883Z] === PAUSE TestReadPluginNoRead
18:08:54 [2021-12-03T18:08:54.884Z] === RUN   TestDaemonStartWithLogOpt
18:08:54 [2021-12-03T18:08:54.884Z] === PAUSE TestDaemonStartWithLogOpt
18:08:54 [2021-12-03T18:08:54.884Z] === CONT  TestContinueAfterPluginCrash
18:08:54 [2021-12-03T18:08:54.884Z] === CONT  TestDaemonStartWithLogOpt
18:08:59 [2021-12-03T18:08:59.088Z] --- PASS: TestDaemonStartWithLogOpt (4.29s)
18:08:59 [2021-12-03T18:08:59.088Z] === CONT  TestReadPluginNoRead
18:08:59 [2021-12-03T18:08:59.612Z] === RUN   TestCheckpointCreateError
18:08:59 [2021-12-03T18:08:59.612Z] --- PASS: TestCheckpointCreateError (0.00s)
18:08:59 [2021-12-03T18:08:59.612Z] === RUN   TestCheckpointCreate
18:08:59 [2021-12-03T18:08:59.612Z] --- PASS: TestCheckpointCreate (0.00s)
18:08:59 [2021-12-03T18:08:59.612Z] === RUN   TestCheckpointDeleteError
18:08:59 [2021-12-03T18:08:59.612Z] --- PASS: TestCheckpointDeleteError (0.00s)
18:08:59 [2021-12-03T18:08:59.612Z] === RUN   TestCheckpointDelete
18:08:59 [2021-12-03T18:08:59.612Z] --- PASS: TestCheckpointDelete (0.00s)
18:08:59 [2021-12-03T18:08:59.612Z] === RUN   TestCheckpointListError
18:08:59 [2021-12-03T18:08:59.612Z] --- PASS: TestCheckpointListError (0.00s)
18:08:59 [2021-12-03T18:08:59.612Z] === RUN   TestCheckpointList
18:08:59 [2021-12-03T18:08:59.612Z] --- PASS: TestCheckpointList (0.00s)
18:08:59 [2021-12-03T18:08:59.612Z] === RUN   TestCheckpointListContainerNotFound
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestNewClientWithOpsFromEnv
18:08:59 [2021-12-03T18:08:59.613Z]     client_test.go:23: runtime.GOOS == "windows"
18:08:59 [2021-12-03T18:08:59.613Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestGetAPIPath
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestGetAPIPath (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestParseHostURL
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestParseHostURL (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestNegotiateAPIVersionEmpty
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestNegotiateAPIVersion
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestNegotiateAPIVersion (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestNegotiateAPVersionOverride
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestNegotiateAPIVersionAutomatic
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestClientRedirect
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestClientRedirect (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigCreateUnsupported
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigCreateUnsupported (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigCreateError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigCreateError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigCreate
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigCreate (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigInspectNotFound
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigInspectNotFound (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigInspectWithEmptyID
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigInspectUnsupported
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigInspectUnsupported (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigInspectError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigInspectError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigInspectConfigNotFound
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigInspect
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigInspect (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigListUnsupported
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigListUnsupported (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigListError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigListError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigList
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigList (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigRemoveUnsupported
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigRemoveError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigRemoveError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigRemove
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigRemove (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigUpdateUnsupported
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigUpdateError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigUpdateError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestConfigUpdate
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestConfigUpdate (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerCommitError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerCommitError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerCommit
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerCommit (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerStatPathError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerStatPathError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerStatPathNotFoundError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerStatPathNoHeaderError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerStatPath
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerStatPath (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestCopyToContainerError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestCopyToContainerError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestCopyToContainerNotFoundError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestCopyToContainerNotStatusOKError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestCopyToContainer
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestCopyToContainer (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestCopyFromContainerError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestCopyFromContainerError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestCopyFromContainerNotFoundError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestCopyFromContainerNotStatusOKError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestCopyFromContainerNoHeaderError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestCopyFromContainer
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestCopyFromContainer (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerCreateError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerCreateError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerCreateImageNotFound
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerCreateWithName
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerCreateWithName (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerCreateAutoRemove
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerDiffError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerDiffError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerDiff
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerDiff (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerExecCreateError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerExecCreateError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerExecCreate
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerExecCreate (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerExecStartError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerExecStartError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerExecStart
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerExecStart (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerExecInspectError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerExecInspectError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerExecInspect
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerExecInspect (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerExportError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerExportError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerExport
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerExport (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerInspectError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerInspectError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerInspectContainerNotFound
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerInspectWithEmptyID
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerInspect
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerInspect (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerInspectNode
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerInspectNode (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerKillError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerKillError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerKill
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerKill (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerListError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerListError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerList
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerList (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerLogsNotFoundError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerLogsError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerLogsError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerLogs
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerLogs (0.10s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerPauseError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerPauseError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerPause
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerPause (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainersPruneError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainersPruneError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainersPrune
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainersPrune (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerRemoveError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerRemoveError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerRemoveNotFoundError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerRemove
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerRemove (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerRenameError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerRenameError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerRename
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerRename (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerResizeError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerResizeError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerExecResizeError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerExecResizeError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerResize
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerResize (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerExecResize
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerExecResize (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerRestartError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerRestartError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerRestart
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerRestart (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerStartError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerStartError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerStart
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerStart (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerStatsError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerStatsError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerStats
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerStats (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerStopError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerStopError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerStop
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerStop (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerTopError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerTopError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerTop
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerTop (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerUnpauseError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerUnpauseError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerUnpause
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerUnpause (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerUpdateError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerUpdateError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerUpdate
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerUpdate (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerWaitError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerWaitError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestContainerWait
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestContainerWait (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestDiskUsageError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestDiskUsageError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestDiskUsage
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestDiskUsage (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestDistributionInspectUnsupported
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestDistributionInspectWithEmptyID
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestEventsErrorInOptions
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestEventsErrorInOptions (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestEventsErrorFromServer
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestEventsErrorFromServer (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestEvents
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestEvents (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestTLSCloseWriter
18:08:59 [2021-12-03T18:08:59.613Z] === PAUSE TestTLSCloseWriter
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageBuildError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageBuildError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageBuild
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageBuild (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestGetDockerOS
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestGetDockerOS (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageCreateError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageCreateError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageCreate
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageCreate (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageHistoryError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageHistoryError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageHistory
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageHistory (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageImportError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageImportError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageImport
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageImport (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageInspectError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageInspectError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageInspectImageNotFound
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageInspectImageNotFound (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageInspectWithEmptyID
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageInspect
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageInspect (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageListError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageListError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageList
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageList (0.01s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageListApiBefore125
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageListApiBefore125 (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageLoadError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageLoadError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageLoad
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageLoad (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagesPruneError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagesPruneError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagesPrune
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagesPrune (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePullReferenceParseError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePullReferenceParseError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePullAnyError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePullAnyError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePullStatusUnauthorizedError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePullWithPrivilegedFuncNoError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePullWithoutErrors
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePullWithoutErrors (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushReferenceError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePushReferenceError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushAnyError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePushAnyError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushStatusUnauthorizedError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushWithPrivilegedFuncNoError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushWithoutErrors
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImagePushWithoutErrors (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageRemoveError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageRemoveError (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageRemoveImageNotFound
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageRemove
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageRemove (0.00s)
18:08:59 [2021-12-03T18:08:59.613Z] === RUN   TestImageSaveError
18:08:59 [2021-12-03T18:08:59.613Z] --- PASS: TestImageSaveError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageSave
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageSave (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageSearchAnyError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageSearchAnyError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageSearchStatusUnauthorizedError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageSearchWithoutErrors
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageTagError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageTagError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageTagInvalidReference
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageTagInvalidReference (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageTagInvalidSourceImageName
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageTagHexSource
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageTagHexSource (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestImageTag
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestImageTag (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestInfoServerError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestInfoServerError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestInfoInvalidResponseJSONError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestInfo
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestInfo (0.01s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkConnectError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkConnectError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkConnect
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkConnect (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkCreateError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkCreateError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkCreate
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkCreate (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkDisconnectError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkDisconnectError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkDisconnect
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkDisconnect (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkInspect
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkInspect/empty_ID
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkInspect/no_options
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkInspect/verbose
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkInspect/global_scope
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkInspect/unknown_network
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkInspect/server_error
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkInspect (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z]     --- PASS: TestNetworkInspect/empty_ID (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z]     --- PASS: TestNetworkInspect/no_options (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z]     --- PASS: TestNetworkInspect/verbose (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z]     --- PASS: TestNetworkInspect/global_scope (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z]     --- PASS: TestNetworkInspect/unknown_network (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z]     --- PASS: TestNetworkInspect/server_error (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkListError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkListError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkList
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkList (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworksPruneError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworksPruneError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworksPrune
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworksPrune (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkRemoveError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkRemoveError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNetworkRemove
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNetworkRemove (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNodeInspectError
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNodeInspectError (0.00s)
18:08:59 [2021-12-03T18:08:59.614Z] === RUN   TestNodeInspectNodeNotFound
18:08:59 [2021-12-03T18:08:59.614Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestNodeInspectWithEmptyID
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestNodeInspect
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestNodeInspect (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestNodeListError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestNodeListError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestNodeList
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestNodeList (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestNodeRemoveError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestNodeRemoveError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestNodeRemove
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestNodeRemove (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestNodeUpdateError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestNodeUpdateError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestNodeUpdate
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestNodeUpdate (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestOptionWithTimeout
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestOptionWithTimeout (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPingFail
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPingFail (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPingWithError
18:09:00 [2021-12-03T18:09:00.081Z] 2021/12/03 18:08:59 RoundTripper returned a response & error; ignoring response
18:09:00 [2021-12-03T18:09:00.081Z] 2021/12/03 18:08:59 RoundTripper returned a response & error; ignoring response
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPingWithError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPingSuccess
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPingSuccess (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPingHeadFallback
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPingHeadFallback/OK
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPingHeadFallback/Internal_Server_Error
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPingHeadFallback/Not_Found
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPingHeadFallback (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginDisableError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginDisableError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginDisable
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginDisable (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginEnableError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginEnableError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginEnable
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginEnable (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginInspectError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginInspectError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginInspectWithEmptyID
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginInspect
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginInspect (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginListError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginListError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginList
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginList (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginPushError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginPushError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginPush
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginPush (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginRemoveError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginRemoveError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginRemove
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginRemove (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginSetError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginSetError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPluginSet
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPluginSet (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestSetHostHeader
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestSetHostHeader (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestPlainTextError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestPlainTextError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestInfiniteError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestInfiniteError (0.04s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestCanceledContext
18:09:00 [2021-12-03T18:09:00.081Z] 2021/12/03 18:08:59 RoundTripper returned a response & error; ignoring response
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestCanceledContext (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestDeadlineExceededContext
18:09:00 [2021-12-03T18:09:00.081Z] 2021/12/03 18:08:59 RoundTripper returned a response & error; ignoring response
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestDeadlineExceededContext (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestSecretCreateUnsupported
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestSecretCreateUnsupported (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestSecretCreateError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestSecretCreateError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestSecretCreate
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestSecretCreate (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestSecretInspectUnsupported
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestSecretInspectUnsupported (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestSecretInspectError
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestSecretInspectError (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestSecretInspectSecretNotFound
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestSecretInspectWithEmptyID
18:09:00 [2021-12-03T18:09:00.081Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
18:09:00 [2021-12-03T18:09:00.081Z] === RUN   TestSecretInspect
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestSecretInspect (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestSecretListUnsupported
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestSecretListUnsupported (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestSecretListError
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestSecretListError (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestSecretList
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestSecretList (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestSecretRemoveUnsupported
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestSecretRemoveError
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestSecretRemoveError (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestSecretRemove
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestSecretRemove (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestSecretUpdateUnsupported
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestSecretUpdateError
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestSecretUpdateError (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestSecretUpdate
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestSecretUpdate (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestServiceCreateError
18:09:00 [2021-12-03T18:09:00.082Z] --- PASS: TestServiceCreateError (0.00s)
18:09:00 [2021-12-03T18:09:00.082Z] === RUN   TestServiceCreate
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceCreate (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceCreateCompatiblePlatforms
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceCreateDigestPinning
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceInspectError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceInspectError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceInspectServiceNotFound
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceInspectWithEmptyID
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceInspect
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceInspect (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceListError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceListError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceList
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceList (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceLogsError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceLogsError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceLogs
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceLogs (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceRemoveError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceRemoveError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceRemoveNotFoundError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceRemove
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceRemove (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceUpdateError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceUpdateError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestServiceUpdate
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestServiceUpdate (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmGetUnlockKeyError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmGetUnlockKey
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmInitError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmInitError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmInit
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmInit (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmInspectError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmInspectError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmInspect
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmInspect (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmJoinError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmJoinError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmJoin
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmJoin (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmLeaveError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmLeaveError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmLeave
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmLeave (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmUnlockError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmUnlockError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmUnlock
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmUnlock (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmUpdateError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmUpdateError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestSwarmUpdate
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestSwarmUpdate (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestTaskInspectError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestTaskInspectError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestTaskInspectWithEmptyID
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestTaskInspect
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestTaskInspect (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestTaskListError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestTaskListError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestTaskList
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestTaskList (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestVolumeCreateError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestVolumeCreateError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestVolumeCreate
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestVolumeCreate (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestVolumeInspectError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestVolumeInspectError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestVolumeInspectNotFound
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestVolumeInspectNotFound (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestVolumeInspectWithEmptyID
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestVolumeInspect
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestVolumeInspect (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestVolumeListError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestVolumeListError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestVolumeList
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestVolumeList (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestVolumeRemoveError
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestVolumeRemoveError (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === RUN   TestVolumeRemove
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestVolumeRemove (0.00s)
18:09:00 [2021-12-03T18:09:00.549Z] === CONT  TestTLSCloseWriter
18:09:00 [2021-12-03T18:09:00.549Z] --- PASS: TestTLSCloseWriter (0.01s)
18:09:00 [2021-12-03T18:09:00.549Z] PASS
18:09:00 [2021-12-03T18:09:00.549Z] coverage: 75.1% of statements
18:09:00 [2021-12-03T18:09:00.549Z] ok  	github.com/docker/docker/client	0.287s	coverage: 75.1% of statements
18:09:01 [2021-12-03T18:09:01.003Z] === RUN   TestReadPluginNoRead/default
18:09:01 [2021-12-03T18:09:01.944Z] === RUN   TestReadPluginNoRead/disabled_caching
18:09:03 [2021-12-03T18:09:03.327Z] --- PASS: TestContinueAfterPluginCrash (8.89s)
18:09:03 [2021-12-03T18:09:03.327Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
18:09:04 [2021-12-03T18:09:04.709Z] === CONT  TestReadPluginNoRead
18:09:04 [2021-12-03T18:09:04.709Z]     read_test.go:92: [ddbd0f6c5d7a7] daemon is not started
18:09:04 [2021-12-03T18:09:04.709Z] --- PASS: TestReadPluginNoRead (5.95s)
18:09:04 [2021-12-03T18:09:04.709Z]     --- PASS: TestReadPluginNoRead/default (1.21s)
18:09:04 [2021-12-03T18:09:04.709Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.33s)
18:09:04 [2021-12-03T18:09:04.709Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s)
18:09:04 [2021-12-03T18:09:04.709Z] PASS
18:09:04 [2021-12-03T18:09:04.710Z] 
18:09:04 [2021-12-03T18:09:04.710Z] DONE 6 tests in 10.330s
18:09:04 [2021-12-03T18:09:04.710Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
18:09:04 [2021-12-03T18:09:04.710Z] testing: warning: no tests to run
18:09:04 [2021-12-03T18:09:04.710Z] PASS
18:09:04 [2021-12-03T18:09:04.710Z] 
18:09:04 [2021-12-03T18:09:04.710Z] DONE 0 tests in 0.030s
18:09:04 [2021-12-03T18:09:04.710Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
18:09:04 [2021-12-03T18:09:04.710Z] INFO: Testing against a local daemon
18:09:04 [2021-12-03T18:09:04.710Z] === RUN   TestPluginWithDevMounts
18:09:04 [2021-12-03T18:09:04.710Z]     mounts_test.go:20: (*Execution).IsRootless-fm
18:09:04 [2021-12-03T18:09:04.710Z] --- SKIP: TestPluginWithDevMounts (0.00s)
18:09:04 [2021-12-03T18:09:04.710Z] PASS
18:09:04 [2021-12-03T18:09:04.710Z] 
18:09:04 [2021-12-03T18:09:04.710Z] === Skipped
18:09:04 [2021-12-03T18:09:04.710Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
18:09:04 [2021-12-03T18:09:04.710Z]     mounts_test.go:20: (*Execution).IsRootless-fm
18:09:04 [2021-12-03T18:09:04.710Z] 
18:09:04 [2021-12-03T18:09:04.710Z] DONE 1 tests, 1 skipped in 0.094s
18:09:04 [2021-12-03T18:09:04.710Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
18:09:04 [2021-12-03T18:09:04.710Z] INFO: Testing against a local daemon
18:09:04 [2021-12-03T18:09:04.710Z] === RUN   TestSecretInspect
18:09:04 [2021-12-03T18:09:04.710Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestSecretInspect (0.02s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestSecretList
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestSecretList (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestSecretsCreateAndDelete
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestSecretsUpdate
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestSecretsUpdate (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestTemplatedSecret
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestTemplatedSecret (0.00s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestSecretCreateResolve
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestSecretCreateResolve (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z] PASS
18:09:04 [2021-12-03T18:09:04.971Z] 
18:09:04 [2021-12-03T18:09:04.971Z] === Skipped
18:09:04 [2021-12-03T18:09:04.971Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] 
18:09:04 [2021-12-03T18:09:04.971Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] 
18:09:04 [2021-12-03T18:09:04.971Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] 
18:09:04 [2021-12-03T18:09:04.971Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] 
18:09:04 [2021-12-03T18:09:04.971Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] 
18:09:04 [2021-12-03T18:09:04.971Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] 
18:09:04 [2021-12-03T18:09:04.971Z] DONE 6 tests, 6 skipped in 0.157s
18:09:04 [2021-12-03T18:09:04.971Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
18:09:04 [2021-12-03T18:09:04.971Z] INFO: Testing against a local daemon
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestServiceCreateInit
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:09:04 [2021-12-03T18:09:04.971Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:09:04 [2021-12-03T18:09:04.971Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- PASS: TestServiceCreateInit (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
18:09:04 [2021-12-03T18:09:04.971Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestCreateServiceMultipleTimes
18:09:04 [2021-12-03T18:09:04.971Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestCreateServiceConflict
18:09:04 [2021-12-03T18:09:04.971Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestCreateServiceConflict (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestCreateServiceMaxReplicas
18:09:04 [2021-12-03T18:09:04.971Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestCreateWithDuplicateNetworkNames
18:09:04 [2021-12-03T18:09:04.971Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestCreateServiceSecretFileMode
18:09:04 [2021-12-03T18:09:04.971Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:04 [2021-12-03T18:09:04.971Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
18:09:04 [2021-12-03T18:09:04.971Z] === RUN   TestCreateServiceConfigFileMode
18:09:05 [2021-12-03T18:09:05.232Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:05 [2021-12-03T18:09:05.232Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s)
18:09:05 [2021-12-03T18:09:05.232Z] === RUN   TestCreateServiceSysctls
18:09:05 [2021-12-03T18:09:05.232Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:05 [2021-12-03T18:09:05.232Z] --- SKIP: TestCreateServiceSysctls (0.02s)
18:09:05 [2021-12-03T18:09:05.232Z] === RUN   TestCreateServiceCapabilities
18:09:05 [2021-12-03T18:09:05.232Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:05 [2021-12-03T18:09:05.232Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
18:09:05 [2021-12-03T18:09:05.232Z] === RUN   TestInspect
18:09:05 [2021-12-03T18:09:05.232Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:05 [2021-12-03T18:09:05.232Z] --- SKIP: TestInspect (0.01s)
18:09:05 [2021-12-03T18:09:05.232Z] === RUN   TestCreateJob
18:09:05 [2021-12-03T18:09:05.232Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:05 [2021-12-03T18:09:05.232Z] --- SKIP: TestCreateJob (0.01s)
18:09:05 [2021-12-03T18:09:05.232Z] === RUN   TestReplicatedJob
18:09:05 [2021-12-03T18:09:05.232Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:05 [2021-12-03T18:09:05.232Z] --- SKIP: TestReplicatedJob (0.01s)
18:09:05 [2021-12-03T18:09:05.232Z] === RUN   TestUpdateReplicatedJob
18:09:05 [2021-12-03T18:09:05.232Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:05 [2021-12-03T18:09:05.232Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
18:09:05 [2021-12-03T18:09:05.232Z] === RUN   TestServiceListWithStatuses
18:09:05 [2021-12-03T18:09:05.232Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:09:05 [2021-12-03T18:09:05.232Z] --- SKIP: TestServiceListWithStatuses (0.00s)
18:09:05 [2021-12-03T18:09:05.232Z] === RUN   TestDockerNetworkConnectAlias
18:09:05 [2021-12-03T18:09:05.232Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:05 [2021-12-03T18:09:05.232Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
18:09:05 [2021-12-03T18:09:05.232Z] === RUN   TestDockerNetworkReConnect
18:09:05 [2021-12-03T18:09:05.232Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:05 [2021-12-03T18:09:05.232Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
18:09:05 [2021-12-03T18:09:05.232Z] === RUN   TestServicePlugin
18:09:07 [2021-12-03T18:09:07.145Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] --- SKIP: TestServicePlugin (1.92s)
18:09:07 [2021-12-03T18:09:07.145Z] === RUN   TestServiceUpdateLabel
18:09:07 [2021-12-03T18:09:07.145Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] --- SKIP: TestServiceUpdateLabel (0.02s)
18:09:07 [2021-12-03T18:09:07.145Z] === RUN   TestServiceUpdateSecrets
18:09:07 [2021-12-03T18:09:07.145Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] --- SKIP: TestServiceUpdateSecrets (0.03s)
18:09:07 [2021-12-03T18:09:07.145Z] === RUN   TestServiceUpdateConfigs
18:09:07 [2021-12-03T18:09:07.145Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] --- SKIP: TestServiceUpdateConfigs (0.02s)
18:09:07 [2021-12-03T18:09:07.145Z] === RUN   TestServiceUpdateNetwork
18:09:07 [2021-12-03T18:09:07.145Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z] === RUN   TestServiceUpdatePidsLimit
18:09:07 [2021-12-03T18:09:07.145Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s)
18:09:07 [2021-12-03T18:09:07.145Z] PASS
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === Skipped
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
18:09:07 [2021-12-03T18:09:07.145Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
18:09:07 [2021-12-03T18:09:07.145Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s)
18:09:07 [2021-12-03T18:09:07.145Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s)
18:09:07 [2021-12-03T18:09:07.145Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
18:09:07 [2021-12-03T18:09:07.145Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
18:09:07 [2021-12-03T18:09:07.145Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestInspect (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
18:09:07 [2021-12-03T18:09:07.145Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestServicePlugin (1.92s)
18:09:07 [2021-12-03T18:09:07.145Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s)
18:09:07 [2021-12-03T18:09:07.145Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.03s)
18:09:07 [2021-12-03T18:09:07.145Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s)
18:09:07 [2021-12-03T18:09:07.145Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
18:09:07 [2021-12-03T18:09:07.145Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s)
18:09:07 [2021-12-03T18:09:07.145Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:09:07 [2021-12-03T18:09:07.145Z] 
18:09:07 [2021-12-03T18:09:07.145Z] DONE 24 tests, 23 skipped in 2.329s
18:09:07 [2021-12-03T18:09:07.145Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
18:09:07 [2021-12-03T18:09:07.406Z] INFO: Testing against a local daemon
18:09:07 [2021-12-03T18:09:07.406Z] === RUN   TestSessionCreate
18:09:07 [2021-12-03T18:09:07.406Z] --- PASS: TestSessionCreate (0.03s)
18:09:07 [2021-12-03T18:09:07.406Z] === RUN   TestSessionCreateWithBadUpgrade
18:09:07 [2021-12-03T18:09:07.406Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
18:09:07 [2021-12-03T18:09:07.406Z] PASS
18:09:07 [2021-12-03T18:09:07.406Z] 
18:09:07 [2021-12-03T18:09:07.406Z] DONE 2 tests in 0.149s
18:09:07 [2021-12-03T18:09:07.406Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
18:09:07 [2021-12-03T18:09:07.406Z] INFO: Testing against a local daemon
18:09:07 [2021-12-03T18:09:07.406Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:09:07 [2021-12-03T18:09:07.406Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:09:07 [2021-12-03T18:09:07.406Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:09:07 [2021-12-03T18:09:07.406Z] === RUN   TestDiskUsage
18:09:07 [2021-12-03T18:09:07.406Z] === PAUSE TestDiskUsage
18:09:07 [2021-12-03T18:09:07.406Z] === RUN   TestEventsExecDie
18:09:07 [2021-12-03T18:09:07.977Z] --- PASS: TestEventsExecDie (0.49s)
18:09:07 [2021-12-03T18:09:07.977Z] === RUN   TestEventsBackwardsCompatible
18:09:07 [2021-12-03T18:09:07.977Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
18:09:07 [2021-12-03T18:09:07.977Z] === RUN   TestEventsVolumeCreate
18:09:07 [2021-12-03T18:09:07.977Z] --- PASS: TestEventsVolumeCreate (0.04s)
18:09:07 [2021-12-03T18:09:07.977Z] === RUN   TestInfoBinaryCommits
18:09:08 [2021-12-03T18:09:08.087Z] sha256:914eaf70f9d9fd31bc96a5502a60c3839c09dbae2e18daf4ba0552ac2a02a7f9
18:09:08 [2021-12-03T18:09:08.087Z] INFO: Starting docker-py tests...
18:09:08 [2021-12-03T18:09:08.087Z] ============================= test session starts ==============================
18:09:08 [2021-12-03T18:09:08.087Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
18:09:08 [2021-12-03T18:09:08.087Z] rootdir: /src, inifile: pytest.ini
18:09:08 [2021-12-03T18:09:08.087Z] plugins: cov-2.6.1, timeout-1.3.3
18:09:08 [2021-12-03T18:09:08.087Z] collected 395 items / 1 deselected / 394 selected
18:09:08 [2021-12-03T18:09:08.087Z] 
18:09:08 [2021-12-03T18:09:08.240Z] --- PASS: TestInfoBinaryCommits (0.02s)
18:09:08 [2021-12-03T18:09:08.240Z] === RUN   TestInfoAPIVersioned
18:09:08 [2021-12-03T18:09:08.240Z] --- PASS: TestInfoAPIVersioned (0.01s)
18:09:08 [2021-12-03T18:09:08.240Z] === RUN   TestInfoDiscoveryBackend
18:09:08 [2021-12-03T18:09:08.810Z] --- PASS: TestInfoDiscoveryBackend (0.56s)
18:09:08 [2021-12-03T18:09:08.810Z] === RUN   TestInfoDiscoveryInvalidAdvertise
18:09:09 [2021-12-03T18:09:09.148Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
18:09:12 [2021-12-03T18:09:12.105Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s)
18:09:12 [2021-12-03T18:09:12.105Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
18:09:12 [2021-12-03T18:09:12.105Z]     info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network
18:09:12 [2021-12-03T18:09:12.105Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
18:09:12 [2021-12-03T18:09:12.105Z] === RUN   TestInfoAPI
18:09:12 [2021-12-03T18:09:12.105Z] --- PASS: TestInfoAPI (0.02s)
18:09:12 [2021-12-03T18:09:12.105Z] === RUN   TestInfoAPIWarnings
18:09:15 [2021-12-03T18:09:15.469Z] --- PASS: TestCheckoutGit (24.61s)
18:09:15 [2021-12-03T18:09:15.469Z] === RUN   TestValidGitTransport
18:09:15 [2021-12-03T18:09:15.469Z] --- PASS: TestValidGitTransport (0.00s)
18:09:15 [2021-12-03T18:09:15.469Z] === RUN   TestGitInvalidRef
18:09:15 [2021-12-03T18:09:15.469Z] --- PASS: TestGitInvalidRef (0.14s)
18:09:15 [2021-12-03T18:09:15.469Z] PASS
18:09:15 [2021-12-03T18:09:15.469Z] coverage: 86.3% of statements
18:09:15 [2021-12-03T18:09:15.469Z] ok  	github.com/docker/docker/builder/remotecontext/git	24.798s	coverage: 86.3% of statements
18:09:15 [2021-12-03T18:09:15.469Z] ?   	github.com/docker/docker/cli	[no test files]
18:09:15 [2021-12-03T18:09:15.469Z] ?   	github.com/docker/docker/cli/config	[no test files]
18:09:18 [2021-12-03T18:09:18.215Z] tests/integration/api_build_test.py .......................X             [  6%]
18:09:19 [2021-12-03T18:09:19.031Z] tests/integration/api_client_test.py .....                               [  7%]
18:09:19 [2021-12-03T18:09:19.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonCliConfigWithTLS
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonCliConfigWithConflicts
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.02s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.01s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonCliWithConflictingLabels
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.02s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestConfigureDaemonLogs
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestConfigureDaemonLogs (0.00s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestCommonOptionsInstallFlags
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
18:09:19 [2021-12-03T18:09:19.253Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
18:09:19 [2021-12-03T18:09:19.253Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
18:09:19 [2021-12-03T18:09:19.253Z] PASS
18:09:19 [2021-12-03T18:09:19.253Z] coverage: 18.6% of statements
18:09:19 [2021-12-03T18:09:19.253Z] ok  	github.com/docker/docker/cmd/dockerd	0.256s	coverage: 18.6% of statements
18:09:19 [2021-12-03T18:09:19.253Z] ?   	github.com/docker/docker/cmd/dockerd/trap	[no test files]
18:09:19 [2021-12-03T18:09:19.253Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestContainerStopSignal
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestContainerStopSignal (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestContainerStopTimeout
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestContainerStopTimeout (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestContainerSecretReferenceDestTarget
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestContainerLogPathSetForJSONFileLogger
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestContainerLogPathSetForRingLogger
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestReplaceAndAppendEnvVars
18:09:19 [2021-12-03T18:09:19.720Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestNewMemoryStore
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestNewMemoryStore (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestAddContainers
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestAddContainers (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestGetContainer
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestGetContainer (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestDeleteContainer
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestDeleteContainer (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestListContainers
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestListContainers (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestFirstContainer
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestFirstContainer (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestApplyAllContainer
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestApplyAllContainer (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestIsValidHealthString
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestIsValidHealthString (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestStateRunStop
18:09:19 [2021-12-03T18:09:19.720Z] --- PASS: TestStateRunStop (0.00s)
18:09:19 [2021-12-03T18:09:19.720Z] === RUN   TestStateTimeoutWait
18:09:20 [2021-12-03T18:09:20.187Z]     state_test.go:141: Stop callback fired
18:09:20 [2021-12-03T18:09:20.187Z]     state_test.go:165: Stop callback fired
18:09:20 [2021-12-03T18:09:20.187Z] --- PASS: TestStateTimeoutWait (0.10s)
18:09:20 [2021-12-03T18:09:20.187Z] === RUN   TestIsValidStateString
18:09:20 [2021-12-03T18:09:20.187Z] --- PASS: TestIsValidStateString (0.00s)
18:09:20 [2021-12-03T18:09:20.188Z] === RUN   TestViewSaveDelete
18:09:20 [2021-12-03T18:09:20.188Z] --- PASS: TestViewSaveDelete (0.01s)
18:09:20 [2021-12-03T18:09:20.188Z] === RUN   TestViewAll
18:09:20 [2021-12-03T18:09:20.188Z] --- PASS: TestViewAll (0.01s)
18:09:20 [2021-12-03T18:09:20.188Z] === RUN   TestViewGet
18:09:20 [2021-12-03T18:09:20.188Z] --- PASS: TestViewGet (0.00s)
18:09:20 [2021-12-03T18:09:20.188Z] === RUN   TestNames
18:09:20 [2021-12-03T18:09:20.188Z] --- PASS: TestNames (0.00s)
18:09:20 [2021-12-03T18:09:20.188Z] === RUN   TestViewWithHealthCheck
18:09:20 [2021-12-03T18:09:20.188Z] --- PASS: TestViewWithHealthCheck (0.01s)
18:09:20 [2021-12-03T18:09:20.188Z] PASS
18:09:20 [2021-12-03T18:09:20.188Z] coverage: 41.7% of statements
18:09:20 [2021-12-03T18:09:20.188Z] ok  	github.com/docker/docker/container	0.199s	coverage: 41.7% of statements
18:09:20 [2021-12-03T18:09:20.188Z] ?   	github.com/docker/docker/container/stream	[no test files]
18:09:20 [2021-12-03T18:09:20.188Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
18:09:20 [2021-12-03T18:09:20.188Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
18:09:20 [2021-12-03T18:09:20.188Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
18:09:20 [2021-12-03T18:09:20.520Z] tests/integration/api_config_test.py ......                              [  8%]
18:09:21 [2021-12-03T18:09:21.170Z] === RUN   TestPrepare
18:09:21 [2021-12-03T18:09:21.171Z] --- PASS: TestPrepare (0.00s)
18:09:21 [2021-12-03T18:09:21.171Z] === RUN   TestStart
18:09:21 [2021-12-03T18:09:21.171Z] --- PASS: TestStart (0.00s)
18:09:21 [2021-12-03T18:09:21.171Z] === RUN   TestWaitCancel
18:09:21 [2021-12-03T18:09:21.171Z] --- PASS: TestWaitCancel (0.00s)
18:09:21 [2021-12-03T18:09:21.171Z] === RUN   TestWaitDisabled
18:09:21 [2021-12-03T18:09:21.171Z] --- PASS: TestWaitDisabled (0.00s)
18:09:21 [2021-12-03T18:09:21.171Z] === RUN   TestWaitEnabled
18:09:21 [2021-12-03T18:09:21.171Z] --- PASS: TestWaitEnabled (0.00s)
18:09:21 [2021-12-03T18:09:21.171Z] === RUN   TestRemove
18:09:21 [2021-12-03T18:09:21.171Z] --- PASS: TestRemove (0.00s)
18:09:21 [2021-12-03T18:09:21.171Z] PASS
18:09:21 [2021-12-03T18:09:21.171Z] coverage: 65.3% of statements
18:09:21 [2021-12-03T18:09:21.171Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.046s	coverage: 65.3% of statements
18:09:22 [2021-12-03T18:09:22.155Z] === RUN   TestNewListSecretsFilters
18:09:22 [2021-12-03T18:09:22.155Z] --- PASS: TestNewListSecretsFilters (0.00s)
18:09:22 [2021-12-03T18:09:22.155Z] === RUN   TestNewListConfigsFilters
18:09:22 [2021-12-03T18:09:22.155Z] --- PASS: TestNewListConfigsFilters (0.00s)
18:09:22 [2021-12-03T18:09:22.155Z] PASS
18:09:22 [2021-12-03T18:09:22.155Z] coverage: 0.5% of statements
18:09:22 [2021-12-03T18:09:22.155Z] ok  	github.com/docker/docker/daemon/cluster	0.280s	coverage: 0.5% of statements
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.11s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCContainerRuntime
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCIsolation
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCIsolation/empty
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCIsolation/default
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCIsolation/process
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCIsolation
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCIsolation/default
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCIsolation/process
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCCredentialSpec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCConfigs
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCConfigs/file
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCConfigs
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCConfigs/file
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
18:09:22 [2021-12-03T18:09:22.622Z] === RUN   TestServiceConvertToGRPCConfigs/none
18:09:22 [2021-12-03T18:09:22.622Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
18:09:22 [2021-12-03T18:09:22.622Z] PASS
18:09:22 [2021-12-03T18:09:22.622Z] coverage: 35.9% of statements
18:09:22 [2021-12-03T18:09:22.622Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.561s	coverage: 35.9% of statements
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestBuilderGC
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestBuilderGC (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestDaemonConfigurationNotFound
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestDaemonBrokenConfiguration
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestParseClusterAdvertiseSettings
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestFindConfigurationConflicts
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestFindConfigurationConflicts (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestDaemonConfigurationMergeConflicts
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestDaemonConfigurationMergeConcurrent
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestDaemonConfigurationMergeConcurrentError
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestFindConfigurationConflictsWithMergedValues
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestValidateConfigurationErrors (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfiguration
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfiguration/with_label
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfiguration/with_dns
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfiguration/with_dns-search
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfiguration/with_max-download-attempts
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestValidateConfiguration/with_node_generic_resources
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestValidateConfiguration (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestModifiedDiscoverySettings
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestReloadSetConfigFileNotExist
18:09:25 [2021-12-03T18:09:25.569Z] time="2021-12-03T18:09:24Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestReloadSetConfigFileNotExist (0.09s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestReloadDefaultConfigNotExist
18:09:25 [2021-12-03T18:09:25.569Z]     config_test.go:526: os.Getuid() != 0: skipping test that requires root
18:09:25 [2021-12-03T18:09:25.569Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestReloadBadDefaultConfig
18:09:25 [2021-12-03T18:09:25.569Z] time="2021-12-03T18:09:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1235801358"
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestReloadWithConflictingLabels
18:09:25 [2021-12-03T18:09:25.569Z] time="2021-12-03T18:09:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3131529134"
18:09:25 [2021-12-03T18:09:25.569Z] --- PASS: TestReloadWithConflictingLabels (0.04s)
18:09:25 [2021-12-03T18:09:25.569Z] === RUN   TestReloadWithDuplicateLabels
18:09:25 [2021-12-03T18:09:25.570Z] time="2021-12-03T18:09:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-371459181"
18:09:25 [2021-12-03T18:09:25.570Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
18:09:25 [2021-12-03T18:09:25.570Z] === RUN   TestMaskURLCredentials
18:09:25 [2021-12-03T18:09:25.570Z] --- PASS: TestMaskURLCredentials (0.00s)
18:09:25 [2021-12-03T18:09:25.570Z] === RUN   TestDaemonConfigurationMerge
18:09:25 [2021-12-03T18:09:25.570Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
18:09:25 [2021-12-03T18:09:25.570Z] PASS
18:09:25 [2021-12-03T18:09:25.570Z] coverage: 80.0% of statements
18:09:25 [2021-12-03T18:09:25.570Z] ok  	github.com/docker/docker/daemon/config	0.362s	coverage: 80.0% of statements
18:09:25 [2021-12-03T18:09:25.570Z] === RUN   TestDiscoveryOptsErrors
18:09:25 [2021-12-03T18:09:25.570Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
18:09:25 [2021-12-03T18:09:25.570Z] === RUN   TestDiscoveryOpts
18:09:25 [2021-12-03T18:09:25.570Z] --- PASS: TestDiscoveryOpts (0.00s)
18:09:25 [2021-12-03T18:09:25.570Z] PASS
18:09:25 [2021-12-03T18:09:25.570Z] coverage: 30.0% of statements
18:09:25 [2021-12-03T18:09:25.570Z] ok  	github.com/docker/docker/daemon/discovery	0.039s	coverage: 30.0% of statements
18:09:25 [2021-12-03T18:09:25.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
18:09:26 [2021-12-03T18:09:26.036Z] === RUN   TestWaitNodeAttachment
18:09:26 [2021-12-03T18:09:26.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
18:09:26 [2021-12-03T18:09:26.503Z] --- PASS: TestWaitNodeAttachment (0.41s)
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestIsolationConversion
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestIsolationConversion/default
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestIsolationConversion/process
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestIsolationConversion/hyperv
18:09:26 [2021-12-03T18:09:26.503Z] --- PASS: TestIsolationConversion (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z]     --- PASS: TestIsolationConversion/default (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z]     --- PASS: TestIsolationConversion/process (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestContainerLabels
18:09:26 [2021-12-03T18:09:26.503Z] --- PASS: TestContainerLabels (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestCredentialSpecConversion
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestCredentialSpecConversion/none
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestCredentialSpecConversion/config
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestCredentialSpecConversion/file
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestCredentialSpecConversion/registry
18:09:26 [2021-12-03T18:09:26.503Z] --- PASS: TestCredentialSpecConversion (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestControllerValidateMountBind
18:09:26 [2021-12-03T18:09:26.503Z] --- PASS: TestControllerValidateMountBind (0.01s)
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestControllerValidateMountVolume
18:09:26 [2021-12-03T18:09:26.503Z] --- PASS: TestControllerValidateMountVolume (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestControllerValidateMountTarget
18:09:26 [2021-12-03T18:09:26.503Z] --- PASS: TestControllerValidateMountTarget (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestControllerValidateMountTmpfs
18:09:26 [2021-12-03T18:09:26.503Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestControllerValidateMountInvalidType
18:09:26 [2021-12-03T18:09:26.503Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestControllerValidateMountNamedPipe
18:09:26 [2021-12-03T18:09:26.503Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
18:09:26 [2021-12-03T18:09:26.503Z] PASS
18:09:26 [2021-12-03T18:09:26.503Z] coverage: 11.0% of statements
18:09:26 [2021-12-03T18:09:26.503Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.556s	coverage: 11.0% of statements
18:09:26 [2021-12-03T18:09:26.503Z] === RUN   TestEventsLog
18:09:26 [2021-12-03T18:09:26.504Z] --- PASS: TestEventsLog (0.00s)
18:09:26 [2021-12-03T18:09:26.504Z] === RUN   TestEventsLogTimeout
18:09:26 [2021-12-03T18:09:26.504Z] --- PASS: TestEventsLogTimeout (0.00s)
18:09:26 [2021-12-03T18:09:26.504Z] === RUN   TestLogEvents
18:09:26 [2021-12-03T18:09:26.504Z] --- PASS: TestLogEvents (0.05s)
18:09:26 [2021-12-03T18:09:26.504Z] === RUN   TestLoadBufferedEvents
18:09:26 [2021-12-03T18:09:26.504Z] --- PASS: TestLoadBufferedEvents (0.09s)
18:09:26 [2021-12-03T18:09:26.504Z] === RUN   TestLoadBufferedEventsOnlyFromPast
18:09:26 [2021-12-03T18:09:26.504Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
18:09:26 [2021-12-03T18:09:26.504Z] === RUN   TestIgnoreBufferedWhenNoTimes
18:09:26 [2021-12-03T18:09:26.504Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
18:09:26 [2021-12-03T18:09:26.504Z] PASS
18:09:26 [2021-12-03T18:09:26.504Z] coverage: 50.0% of statements
18:09:26 [2021-12-03T18:09:26.504Z] ok  	github.com/docker/docker/daemon/events	0.185s	coverage: 50.0% of statements
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestVerifyNetworkingConfig
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestGetContainer
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestGetContainer (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestValidContainerNames
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestValidContainerNames (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestContainerInitDNS
18:09:26 [2021-12-03T18:09:26.971Z]     daemon_test.go:146: root required
18:09:26 [2021-12-03T18:09:26.971Z] --- SKIP: TestContainerInitDNS (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestMerge
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestMerge (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestValidateContainerIsolation
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestValidateContainerIsolation (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestFindNetworkErrorType
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestFindNetworkErrorType (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestEnsureServicesExist
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestEnsureServicesExist (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestEnsureServicesExistErrors
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestContainerDelete
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestContainerDelete (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestContainerDoubleDelete
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestContainerDoubleDelete (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestLogContainerEventCopyLabels
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestLogContainerEventWithAttributes
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestNoneHealthcheck
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestNoneHealthcheck (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestHealthStates
18:09:26 [2021-12-03T18:09:26.971Z] time="2021-12-03T18:09:26Z" 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"
18:09:26 [2021-12-03T18:09:26.971Z] time="2021-12-03T18:09:26Z" 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"
18:09:26 [2021-12-03T18:09:26.971Z] time="2021-12-03T18:09:26Z" 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"
18:09:26 [2021-12-03T18:09:26.971Z] time="2021-12-03T18:09:26Z" 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"
18:09:26 [2021-12-03T18:09:26.971Z] time="2021-12-03T18:09:26Z" 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"
18:09:26 [2021-12-03T18:09:26.971Z] time="2021-12-03T18:09:26Z" 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"
18:09:26 [2021-12-03T18:09:26.971Z] time="2021-12-03T18:09:26Z" 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"
18:09:26 [2021-12-03T18:09:26.971Z] time="2021-12-03T18:09:26Z" 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"
18:09:26 [2021-12-03T18:09:26.971Z] time="2021-12-03T18:09:26Z" 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"
18:09:26 [2021-12-03T18:09:26.971Z] time="2021-12-03T18:09:26Z" 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"
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestHealthStates (0.10s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestGetInspectData
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestGetInspectData (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestFillLicense
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestFillLicense (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestListInvalidFilter
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestListInvalidFilter (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestNameFilter
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestNameFilter (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
18:09:26 [2021-12-03T18:09:26.971Z] === 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
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- 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)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestDaemonReloadLabels
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestDaemonReloadLabels (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestDaemonReloadMirrors
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestDaemonReloadMirrors (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestDaemonReloadInsecureRegistries
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestDaemonReloadNotAffectOthers
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestDaemonDiscoveryReload
18:09:26 [2021-12-03T18:09:26.971Z] === RUN   TestIsEmptyDir
18:09:26 [2021-12-03T18:09:26.971Z] --- PASS: TestIsEmptyDir (0.01s)
18:09:26 [2021-12-03T18:09:26.971Z] PASS
18:09:26 [2021-12-03T18:09:26.971Z] coverage: 2.3% of statements
18:09:26 [2021-12-03T18:09:26.971Z] ok  	github.com/docker/docker/daemon/graphdriver	0.068s	coverage: 2.3% of statements
18:09:27 [2021-12-03T18:09:27.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
18:09:27 [2021-12-03T18:09:27.438Z] === RUN   TestLinkNaming
18:09:27 [2021-12-03T18:09:27.438Z] --- PASS: TestLinkNaming (0.00s)
18:09:27 [2021-12-03T18:09:27.438Z] === RUN   TestLinkNew
18:09:27 [2021-12-03T18:09:27.438Z] --- PASS: TestLinkNew (0.00s)
18:09:27 [2021-12-03T18:09:27.438Z] === RUN   TestLinkEnv
18:09:27 [2021-12-03T18:09:27.438Z] --- PASS: TestLinkEnv (0.00s)
18:09:27 [2021-12-03T18:09:27.438Z] === RUN   TestLinkMultipleEnv
18:09:27 [2021-12-03T18:09:27.438Z] --- PASS: TestLinkMultipleEnv (0.00s)
18:09:27 [2021-12-03T18:09:27.438Z] === RUN   TestLinkPortRangeEnv
18:09:27 [2021-12-03T18:09:27.438Z] --- PASS: TestLinkPortRangeEnv (0.00s)
18:09:27 [2021-12-03T18:09:27.438Z] PASS
18:09:27 [2021-12-03T18:09:27.438Z] coverage: 93.0% of statements
18:09:27 [2021-12-03T18:09:27.438Z] ok  	github.com/docker/docker/daemon/links	0.030s	coverage: 93.0% of statements
18:09:27 [2021-12-03T18:09:27.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
18:09:27 [2021-12-03T18:09:27.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
18:09:27 [2021-12-03T18:09:27.906Z] --- PASS: TestDaemonDiscoveryReload (1.02s)
18:09:27 [2021-12-03T18:09:27.906Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
18:09:28 [2021-12-03T18:09:28.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestAdapterReadLogs
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestAdapterReadLogs (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestCopier
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestCopier (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestCopierLongLines
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestCopierLongLines (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestCopierSlow
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestCopierSlow (0.20s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestCopierWithSized
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestCopierWithSized/as_is
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestCopierWithSized/With_RingLogger
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestCopierWithSized (0.01s)
18:09:28 [2021-12-03T18:09:28.890Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestCopierWithPartial
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestCopierWithPartial (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestRingLogger
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestRingLogger (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestRingCap
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestRingCap (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestRingClose
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestRingClose (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestRingDrain
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestRingDrain (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] PASS
18:09:28 [2021-12-03T18:09:28.890Z] coverage: 43.8% of statements
18:09:28 [2021-12-03T18:09:28.890Z] ok  	github.com/docker/docker/daemon/logger	0.254s	coverage: 43.8% of statements
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
18:09:28 [2021-12-03T18:09:28.890Z]     reload_test.go:520: root required
18:09:28 [2021-12-03T18:09:28.890Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
18:09:28 [2021-12-03T18:09:28.890Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s)
18:09:28 [2021-12-03T18:09:28.890Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
18:09:29 [2021-12-03T18:09:29.358Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
18:09:29 [2021-12-03T18:09:29.358Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
18:09:29 [2021-12-03T18:09:29.358Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s)
18:09:29 [2021-12-03T18:09:29.358Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
18:09:29 [2021-12-03T18:09:29.358Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
18:09:29 [2021-12-03T18:09:29.358Z] === RUN   TestParseVolumesFrom
18:09:29 [2021-12-03T18:09:29.358Z] --- PASS: TestParseVolumesFrom (0.00s)
18:09:29 [2021-12-03T18:09:29.358Z] PASS
18:09:29 [2021-12-03T18:09:29.358Z] coverage: 9.0% of statements
18:09:29 [2021-12-03T18:09:29.358Z] ok  	github.com/docker/docker/daemon	2.284s	coverage: 9.0% of statements
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
18:09:29 [2021-12-03T18:09:29.358Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewStreamConfig
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewStreamConfig/defaults
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewStreamConfig/invalid_create_group
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewStreamConfig/invalid_flush_interval
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewStreamConfig/flush_interval_at_15
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestNewStreamConfig (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewAWSLogsClientUserAgentHandler
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler/json/emf
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler/#00
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestNewAWSLogsClientRegionDetect
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestSearchRegistryForImagesErrors
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestSearchRegistryForImages
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestSearchRegistryForImages (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestOnlyPlatformWithFallback
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestImageDelete
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestImageDelete/no_lease
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestImageDelete/lease_exists
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestImageDelete (0.02s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestImageDelete/no_lease (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestImageDelete/lease_exists (0.01s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestContentStoreForPull
18:09:29 [2021-12-03T18:09:29.825Z] time="2021-12-03T18:09:29Z" level=info msg="Trying to get region from EC2 Metadata"
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.10s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCreateSuccess
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCreateSuccess (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCreateStreamSkipped
18:09:29 [2021-12-03T18:09:29.825Z] time="2021-12-03T18:09:29Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCreateStreamSkipped (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCreateLogGroupSuccess
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCreateError
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCreateError (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCreateAlreadyExists
18:09:29 [2021-12-03T18:09:29.825Z] time="2021-12-03T18:09:29Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCreateAlreadyExists (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestLogClosed
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestLogClosed (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestLogBlocking
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestLogBlocking (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestLogNonBlockingBufferEmpty
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestLogNonBlockingBufferFull
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestPublishBatchSuccess
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestPublishBatchSuccess (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestPublishBatchError
18:09:29 [2021-12-03T18:09:29.825Z] time="2021-12-03T18:09:29Z" level=error msg=Error
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestPublishBatchError (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestPublishBatchInvalidSeqSuccess
18:09:29 [2021-12-03T18:09:29.825Z] time="2021-12-03T18:09:29Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestPublishBatchAlreadyAccepted
18:09:29 [2021-12-03T18:09:29.825Z] time="2021-12-03T18:09:29Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
18:09:29 [2021-12-03T18:09:29.825Z] time="2021-12-03T18:09:29Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchSimple
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchSimple (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchTicker
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchTicker (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchMultilinePattern
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchClose
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchClose (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestEffectiveLen
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestEffectiveLen/0/Hello
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestEffectiveLen/2/🙃
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestEffectiveLen/3/����
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestEffectiveLen/4/He��o
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestEffectiveLen/5/
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestEffectiveLen (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestFindValidSplit
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestFindValidSplit/0/
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1105: 
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1106: 
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestFindValidSplit/1/Hello
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1105: Hello
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1106: 
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestFindValidSplit/2/Hello
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1105: He
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1106: llo
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestFindValidSplit/3/Hello
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1105: 
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1106: Hello
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestFindValidSplit/4/🙃
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1105: 
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1106: 🙃
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestFindValidSplit/5/🙃
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1105: 🙃
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1106: 
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestFindValidSplit/6/a�
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1105: a
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1106: �
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestFindValidSplit/7/a�
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1105: a�
18:09:29 [2021-12-03T18:09:29.825Z]     cloudwatchlogs_test.go:1106: 
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestFindValidSplit (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestProcessEventEmoji
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestProcessEventEmoji (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchLineSplit
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchLineSplit (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchLineSplitWithBinary
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchMaxEvents
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchMaxEvents (0.03s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchMaxTotalBytes
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestCollectBatchWithDuplicateTimestamps
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestContentStoreForPull (0.13s)
18:09:29 [2021-12-03T18:09:29.825Z] PASS
18:09:29 [2021-12-03T18:09:29.825Z] coverage: 6.7% of statements
18:09:29 [2021-12-03T18:09:29.825Z] ok  	github.com/docker/docker/daemon/images	0.235s	coverage: 6.7% of statements
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestParseLogOptionsMultilinePattern
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestParseLogOptionsDatetimeFormat
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
18:09:29 [2021-12-03T18:09:29.825Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
18:09:29 [2021-12-03T18:09:29.825Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
18:09:29 [2021-12-03T18:09:29.825Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
18:09:29 [2021-12-03T18:09:29.826Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
18:09:29 [2021-12-03T18:09:29.826Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
18:09:29 [2021-12-03T18:09:29.826Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsFormat
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsFormat/0/json/emf
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsFormat/1/random
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsFormat/2/
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsFormat/3/json/emf
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestValidateLogOptionsFormat/4/json/emf
18:09:29 [2021-12-03T18:09:29.826Z] --- PASS: TestValidateLogOptionsFormat (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsFormat/1/random (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsFormat/2/ (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z]     --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestCreateTagSuccess
18:09:29 [2021-12-03T18:09:29.826Z] --- PASS: TestCreateTagSuccess (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
18:09:29 [2021-12-03T18:09:29.826Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
18:09:29 [2021-12-03T18:09:29.826Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
18:09:29 [2021-12-03T18:09:29.826Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
18:09:29 [2021-12-03T18:09:29.826Z] PASS
18:09:29 [2021-12-03T18:09:29.826Z] coverage: 78.0% of statements
18:09:29 [2021-12-03T18:09:29.826Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.312s	coverage: 78.0% of statements
18:09:29 [2021-12-03T18:09:29.826Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
18:09:29 [2021-12-03T18:09:29.826Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
18:09:29 [2021-12-03T18:09:29.826Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
18:09:29 [2021-12-03T18:09:29.826Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
18:09:29 [2021-12-03T18:09:29.826Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
18:09:29 [2021-12-03T18:09:29.826Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
18:09:29 [2021-12-03T18:09:29.826Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
18:09:30 [2021-12-03T18:09:30.210Z] --- PASS: TestInfoAPIWarnings (16.36s)
18:09:30 [2021-12-03T18:09:30.210Z] === RUN   TestInfoDebug
18:09:30 [2021-12-03T18:09:30.210Z] --- PASS: TestInfoDebug (0.54s)
18:09:30 [2021-12-03T18:09:30.210Z] === RUN   TestInfoInsecureRegistries
18:09:30 [2021-12-03T18:09:30.210Z] --- PASS: TestInfoInsecureRegistries (0.54s)
18:09:30 [2021-12-03T18:09:30.210Z] === RUN   TestInfoRegistryMirrors
18:09:30 [2021-12-03T18:09:30.210Z] --- PASS: TestInfoRegistryMirrors (0.54s)
18:09:30 [2021-12-03T18:09:30.210Z] === RUN   TestLoginFailsWithBadCredentials
18:09:30 [2021-12-03T18:09:30.210Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s)
18:09:30 [2021-12-03T18:09:30.210Z] === RUN   TestPingCacheHeaders
18:09:30 [2021-12-03T18:09:30.210Z] --- PASS: TestPingCacheHeaders (0.02s)
18:09:30 [2021-12-03T18:09:30.210Z] === RUN   TestPingGet
18:09:30 [2021-12-03T18:09:30.210Z] --- PASS: TestPingGet (0.02s)
18:09:30 [2021-12-03T18:09:30.210Z] === RUN   TestPingHead
18:09:30 [2021-12-03T18:09:30.210Z] --- PASS: TestPingHead (0.02s)
18:09:30 [2021-12-03T18:09:30.210Z] === RUN   TestVersion
18:09:30 [2021-12-03T18:09:30.210Z] --- PASS: TestVersion (0.02s)
18:09:30 [2021-12-03T18:09:30.210Z] === CONT  TestDiskUsage
18:09:30 [2021-12-03T18:09:30.293Z] === RUN   TestJSONLogsMarshalJSONBuf
18:09:30 [2021-12-03T18:09:30.293Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
18:09:30 [2021-12-03T18:09:30.293Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
18:09:30 [2021-12-03T18:09:30.293Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.10s)
18:09:30 [2021-12-03T18:09:30.293Z] === RUN   TestFastTimeMarshalJSON
18:09:30 [2021-12-03T18:09:30.293Z] --- PASS: TestFastTimeMarshalJSON (0.04s)
18:09:30 [2021-12-03T18:09:30.293Z] PASS
18:09:30 [2021-12-03T18:09:30.293Z] coverage: 87.2% of statements
18:09:30 [2021-12-03T18:09:30.293Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.195s	coverage: 87.2% of statements
18:09:30 [2021-12-03T18:09:30.293Z] === RUN   TestJSONFileLogger
18:09:30 [2021-12-03T18:09:30.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
18:09:30 [2021-12-03T18:09:30.760Z] --- PASS: TestJSONFileLogger (0.00s)
18:09:30 [2021-12-03T18:09:30.760Z] === RUN   TestJSONFileLoggerWithTags
18:09:30 [2021-12-03T18:09:30.760Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
18:09:30 [2021-12-03T18:09:30.760Z] === RUN   TestJSONFileLoggerWithOpts
18:09:30 [2021-12-03T18:09:30.760Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
18:09:30 [2021-12-03T18:09:30.760Z] === RUN   TestJSONFileLoggerWithLabelsEnv
18:09:30 [2021-12-03T18:09:30.760Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
18:09:30 [2021-12-03T18:09:30.760Z] === RUN   TestEncodeDecode
18:09:30 [2021-12-03T18:09:30.760Z] === PAUSE TestEncodeDecode
18:09:30 [2021-12-03T18:09:30.760Z] === RUN   TestUnexpectedEOF
18:09:30 [2021-12-03T18:09:30.760Z] time="2021-12-03T18:09:30Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
18:09:30 [2021-12-03T18:09:30.760Z] time="2021-12-03T18:09:30Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
18:09:30 [2021-12-03T18:09:30.760Z] --- PASS: TestUnexpectedEOF (0.10s)
18:09:30 [2021-12-03T18:09:30.760Z] === CONT  TestEncodeDecode
18:09:30 [2021-12-03T18:09:30.760Z] --- PASS: TestEncodeDecode (0.00s)
18:09:30 [2021-12-03T18:09:30.760Z] PASS
18:09:30 [2021-12-03T18:09:30.760Z] coverage: 69.9% of statements
18:09:30 [2021-12-03T18:09:30.760Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.165s	coverage: 69.9% of statements
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty/container_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty/image_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty/volume_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty/build-cache_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty/container,_volume_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
18:09:30 [2021-12-03T18:09:30.780Z] === RUN   TestDiskUsage/after_container.Run
18:09:31 [2021-12-03T18:09:31.041Z] === RUN   TestDiskUsage/after_container.Run/container_types
18:09:31 [2021-12-03T18:09:31.041Z] === RUN   TestDiskUsage/after_container.Run/image_types
18:09:31 [2021-12-03T18:09:31.041Z] === RUN   TestDiskUsage/after_container.Run/volume_types
18:09:31 [2021-12-03T18:09:31.041Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
18:09:31 [2021-12-03T18:09:31.041Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestWriteLog
18:09:31 [2021-12-03T18:09:31.227Z] === PAUSE TestWriteLog
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestReadLog
18:09:31 [2021-12-03T18:09:31.227Z] === PAUSE TestReadLog
18:09:31 [2021-12-03T18:09:31.227Z] === CONT  TestWriteLog
18:09:31 [2021-12-03T18:09:31.227Z] === CONT  TestReadLog
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestWriteLog (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestReadLog/tail_exact
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestOpenFileDelete
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestOpenFileDelete (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestReadLog/tail_less_than_available
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestOpenFileRename
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestOpenFileRename (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestReadLog/tail_more_than_available
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestParseLogTagDefaultTag
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestParseLogTag
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestParseLogTag (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestParseLogTagEmptyTag
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestTailFiles
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestTailFiles (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestFollowLogsConsumerGone
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestFollowLogsProducerGone
18:09:31 [2021-12-03T18:09:31.227Z]     logfile_test.go:231: messages sent: 4098, received: 4098
18:09:31 [2021-12-03T18:09:31.227Z]     logfile_test.go:178: logDecode() closed after sending 4098 messages
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestFollowLogsProducerGone (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestCheckCapacityAndRotate
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
18:09:31 [2021-12-03T18:09:31.227Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestReadLog (0.11s)
18:09:31 [2021-12-03T18:09:31.227Z]     --- PASS: TestReadLog/tail_exact (0.10s)
18:09:31 [2021-12-03T18:09:31.227Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z] PASS
18:09:31 [2021-12-03T18:09:31.227Z] coverage: 75.2% of statements
18:09:31 [2021-12-03T18:09:31.227Z] ok  	github.com/docker/docker/daemon/logger/local	0.165s	coverage: 75.2% of statements
18:09:31 [2021-12-03T18:09:31.227Z] --- PASS: TestCheckCapacityAndRotate (0.03s)
18:09:31 [2021-12-03T18:09:31.227Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
18:09:31 [2021-12-03T18:09:31.227Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s)
18:09:31 [2021-12-03T18:09:31.227Z] PASS
18:09:31 [2021-12-03T18:09:31.227Z] coverage: 53.7% of statements
18:09:31 [2021-12-03T18:09:31.227Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
18:09:31 [2021-12-03T18:09:31.227Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.074s	coverage: 53.7% of statements
18:09:31 [2021-12-03T18:09:31.302Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
18:09:31 [2021-12-03T18:09:31.302Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
18:09:31 [2021-12-03T18:09:31.302Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
18:09:31 [2021-12-03T18:09:31.302Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
18:09:31 [2021-12-03T18:09:31.302Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
18:09:31 [2021-12-03T18:09:31.302Z] --- PASS: TestDiskUsage (1.16s)
18:09:31 [2021-12-03T18:09:31.302Z]     --- PASS: TestDiskUsage/empty (0.01s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]     --- PASS: TestDiskUsage/after_container.Run (0.33s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s)
18:09:31 [2021-12-03T18:09:31.302Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s)
18:09:31 [2021-12-03T18:09:31.302Z] PASS
18:09:31 [2021-12-03T18:09:31.302Z] 
18:09:31 [2021-12-03T18:09:31.302Z] === Skipped
18:09:31 [2021-12-03T18:09:31.302Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:09:31 [2021-12-03T18:09:31.302Z] 
18:09:31 [2021-12-03T18:09:31.302Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
18:09:31 [2021-12-03T18:09:31.302Z]     info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network
18:09:31 [2021-12-03T18:09:31.302Z] 
18:09:31 [2021-12-03T18:09:31.302Z] DONE 53 tests, 2 skipped in 23.940s
18:09:31 [2021-12-03T18:09:31.302Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
18:09:31 [2021-12-03T18:09:31.563Z] INFO: Testing against a local daemon
18:09:31 [2021-12-03T18:09:31.563Z] === RUN   TestVolumesCreateAndList
18:09:31 [2021-12-03T18:09:31.563Z] --- PASS: TestVolumesCreateAndList (0.02s)
18:09:31 [2021-12-03T18:09:31.563Z] === RUN   TestVolumesRemove
18:09:31 [2021-12-03T18:09:31.563Z] --- PASS: TestVolumesRemove (0.04s)
18:09:31 [2021-12-03T18:09:31.563Z] === RUN   TestVolumesInspect
18:09:31 [2021-12-03T18:09:31.563Z] --- PASS: TestVolumesInspect (0.01s)
18:09:31 [2021-12-03T18:09:31.563Z] === RUN   TestVolumesInvalidJSON
18:09:31 [2021-12-03T18:09:31.563Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:09:31 [2021-12-03T18:09:31.563Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:09:31 [2021-12-03T18:09:31.563Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:09:31 [2021-12-03T18:09:31.563Z] --- PASS: TestVolumesInvalidJSON (0.01s)
18:09:31 [2021-12-03T18:09:31.563Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:09:31 [2021-12-03T18:09:31.563Z] PASS
18:09:31 [2021-12-03T18:09:31.563Z] 
18:09:31 [2021-12-03T18:09:31.563Z] DONE 5 tests in 0.179s
18:09:31 [2021-12-03T18:09:31.563Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:09:31 [2021-12-03T18:09:31.563Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13418 is not a child of this shell
18:09:31 [2021-12-03T18:09:31.563Z] warning: PID 13418 from bundles/test-integration/docker.pid had a nonzero exit code
18:09:31 [2021-12-03T18:09:31.694Z] === RUN   TestLog
18:09:31 [2021-12-03T18:09:31.694Z] --- PASS: TestLog (0.00s)
18:09:31 [2021-12-03T18:09:31.694Z] PASS
18:09:31 [2021-12-03T18:09:31.694Z] coverage: 31.5% of statements
18:09:31 [2021-12-03T18:09:31.694Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.049s	coverage: 31.5% of statements
18:09:31 [2021-12-03T18:09:31.824Z] Leaving: AppArmorNo profiles have been unloaded.
18:09:31 [2021-12-03T18:09:31.824Z] 
18:09:31 [2021-12-03T18:09:31.824Z] Unloading profiles will leave already running processes permanently
18:09:31 [2021-12-03T18:09:31.824Z] unconfined, which can lead to unexpected situations.
18:09:31 [2021-12-03T18:09:31.824Z] 
18:09:31 [2021-12-03T18:09:31.824Z] To set a process to complain mode, use the command line tool
18:09:31 [2021-12-03T18:09:31.824Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:09:31 [2021-12-03T18:09:31.824Z] Removing test suite binaries
18:09:31 [2021-12-03T18:09:31.824Z] exiting test-integration
18:09:31 [2021-12-03T18:09:31.824Z] ++ exit 0
18:09:31 [2021-12-03T18:09:31.824Z] 
18:09:31 [2021-12-03T18:09:31.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestNewParse
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestNewParse (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] PASS
18:09:32 [2021-12-03T18:09:32.161Z] coverage: 8.3% of statements
18:09:32 [2021-12-03T18:09:32.161Z] ok  	github.com/docker/docker/daemon/logger/templates	0.032s	coverage: 8.3% of statements
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestValidateLogOpt
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestValidateLogOpt (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestNewMissedConfig
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestNewMissedConfig (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestNewMissedUrl
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestNewMissedUrl (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestNewMissedToken
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestNewMissedToken (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestNewWithProxy
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestNewWithProxy (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestDefault
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestDefault (0.01s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestInlineFormatWithNonDefaultOptions
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestJsonFormat
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestJsonFormat (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestRawFormat
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestRawFormat (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestRawFormatWithLabels
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestRawFormatWithLabels (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestRawFormatWithoutTag
18:09:32 [2021-12-03T18:09:32.161Z] --- PASS: TestRawFormatWithoutTag (0.00s)
18:09:32 [2021-12-03T18:09:32.161Z] === RUN   TestBatching
18:09:32 [2021-12-03T18:09:32.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestParseLogFormat
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestParseLogFormat (0.00s)
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestValidateLogOptEmpty
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestValidateLogOptEmpty (0.00s)
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestValidateSyslogAddress
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestValidateSyslogAddress (0.00s)
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestParseAddressDefaultPort
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestParseAddressDefaultPort (0.00s)
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestValidateSyslogFacility
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestValidateSyslogFacility (0.00s)
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestValidateLogOptSyslogFormat
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestValidateLogOpt
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestValidateLogOpt (0.00s)
18:09:32 [2021-12-03T18:09:32.629Z] PASS
18:09:32 [2021-12-03T18:09:32.629Z] coverage: 46.8% of statements
18:09:32 [2021-12-03T18:09:32.629Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.068s	coverage: 46.8% of statements
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestBatching (0.20s)
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestFrequency
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestFrequency (0.18s)
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestOneMessagePerRequest
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestOneMessagePerRequest (0.00s)
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestVerify
18:09:32 [2021-12-03T18:09:32.629Z] --- PASS: TestVerify (0.00s)
18:09:32 [2021-12-03T18:09:32.629Z] === RUN   TestSkipVerify
18:09:32 [2021-12-03T18:09:32.629Z] time="2021-12-03T18:09:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:32 [2021-12-03T18:09:32.629Z] time="2021-12-03T18:09:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:32 [2021-12-03T18:09:32.742Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
Post stage
[Pipeline] junit
18:09:32 [2021-12-03T18:09:32.785Z] Recording test results
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] --- PASS: TestSkipVerify (0.64s)
18:09:33 [2021-12-03T18:09:33.096Z] === RUN   TestBufferMaximum
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1638554973.030433\",\"host\":\"7545f50fa965\"}'"
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1638554973.030433\",\"host\":\"7545f50fa965\"}'"
18:09:33 [2021-12-03T18:09:33.096Z] --- PASS: TestBufferMaximum (0.00s)
18:09:33 [2021-12-03T18:09:33.096Z] === RUN   TestServerAlwaysDown
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1638554973.032447\",\"host\":\"7545f50fa965\"}'"
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1638554973.032447\",\"host\":\"7545f50fa965\"}'"
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1638554973.032447\",\"host\":\"7545f50fa965\"}'"
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1638554973.032447\",\"host\":\"7545f50fa965\"}'"
18:09:33 [2021-12-03T18:09:33.096Z] time="2021-12-03T18:09:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1638554973.032447\",\"host\":\"7545f50fa965\"}'"
18:09:33 [2021-12-03T18:09:33.096Z] --- PASS: TestServerAlwaysDown (0.00s)
18:09:33 [2021-12-03T18:09:33.096Z] === RUN   TestCannotSendAfterClose
18:09:33 [2021-12-03T18:09:33.096Z] --- PASS: TestCannotSendAfterClose (0.00s)
18:09:33 [2021-12-03T18:09:33.096Z] === RUN   TestDeadlockOnBlockedEndpoint
18:09:33 [2021-12-03T18:09:33.571Z] === RUN   TestV1IDService
18:09:33 [2021-12-03T18:09:33.571Z] --- PASS: TestV1IDService (0.01s)
18:09:33 [2021-12-03T18:09:33.571Z] === RUN   TestV2MetadataService
18:09:33 [2021-12-03T18:09:33.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
18:09:34 [2021-12-03T18:09:34.039Z] --- PASS: TestV2MetadataService (0.58s)
18:09:34 [2021-12-03T18:09:34.039Z] PASS
18:09:34 [2021-12-03T18:09:34.039Z] coverage: 48.2% of statements
18:09:34 [2021-12-03T18:09:34.039Z] ok  	github.com/docker/docker/distribution/metadata	0.667s	coverage: 48.2% of statements
18:09:34 [2021-12-03T18:09:34.234Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
18:09:34 [2021-12-03T18:09:34.483Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
18:09:34 [2021-12-03T18:09:34.510Z] time="2021-12-03T18:09:34Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk
18:09:34 [2021-12-03T18:09:34.510Z] time="2021-12-03T18:09:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"7545f50fa965\"}'"
18:09:34 [2021-12-03T18:09:34.510Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
18:09:34 [2021-12-03T18:09:34.510Z] PASS
18:09:34 [2021-12-03T18:09:34.510Z] coverage: 82.5% of statements
18:09:34 [2021-12-03T18:09:34.510Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.098s	coverage: 82.5% of statements
18:09:34 [2021-12-03T18:09:34.510Z] ?   	github.com/docker/docker/daemon/names	[no test files]
18:09:34 [2021-12-03T18:09:34.510Z] ?   	github.com/docker/docker/daemon/network	[no test files]
18:09:34 [2021-12-03T18:09:34.510Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestContinueOnError_NonMirrorEndpoint
18:09:34 [2021-12-03T18:09:34.510Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestContinueOnError_MirrorEndpoint
18:09:34 [2021-12-03T18:09:34.510Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestContinueOnError_NeverContinue
18:09:34 [2021-12-03T18:09:34.510Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/no_remote_or_local
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestSuccessfulDownload
18:09:34 [2021-12-03T18:09:34.510Z]     download_test.go:267: Needs fixing on Windows
18:09:34 [2021-12-03T18:09:34.510Z] --- SKIP: TestSuccessfulDownload (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestCancelledDownload
18:09:34 [2021-12-03T18:09:34.510Z] --- PASS: TestCancelledDownload (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestMaxDownloadAttempts
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
18:09:34 [2021-12-03T18:09:34.510Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
18:09:34 [2021-12-03T18:09:34.510Z] time="2021-12-03T18:09:34Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local4283592187\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/no_local_cache
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/with_local_cache
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/unknown_media_type
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/unknown_media_type/no_cache
18:09:34 [2021-12-03T18:09:34.510Z] time="2021-12-03T18:09:34Z" level=warning msg="reference for unknown type: "
18:09:34 [2021-12-03T18:09:34.510Z] time="2021-12-03T18:09:34Z" level=warning msg="reference for unknown type: "
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/unknown_media_type/with_cache
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
18:09:34 [2021-12-03T18:09:34.510Z] time="2021-12-03T18:09:34Z" level=warning msg="reference for unknown type: "
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
18:09:34 [2021-12-03T18:09:34.510Z] time="2021-12-03T18:09:34Z" level=warning msg="reference for unknown type: "
18:09:34 [2021-12-03T18:09:34.510Z] time="2021-12-03T18:09:34Z" level=warning msg="reference for unknown type: "
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/error_persisting_manifest
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
18:09:34 [2021-12-03T18:09:34.510Z] time="2021-12-03T18:09:34Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
18:09:34 [2021-12-03T18:09:34.510Z] --- PASS: TestManifestStore (0.27s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestManifestStore/no_remote_or_local (0.11s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestManifestStore/with_local_cache (0.01s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestManifestStore/unknown_media_type (0.09s)
18:09:34 [2021-12-03T18:09:34.510Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s)
18:09:34 [2021-12-03T18:09:34.510Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.08s)
18:09:34 [2021-12-03T18:09:34.510Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s)
18:09:34 [2021-12-03T18:09:34.510Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.05s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
18:09:34 [2021-12-03T18:09:34.510Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s)
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaType
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaType/schema1
18:09:34 [2021-12-03T18:09:34.510Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaTypeInvalid
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers
18:09:34 [2021-12-03T18:09:34.510Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:09:34 [2021-12-03T18:09:34.844Z] + echo Ensuring container killed.
18:09:34 [2021-12-03T18:09:34.844Z] Ensuring container killed.
18:09:34 [2021-12-03T18:09:34.844Z] + docker rm -vf docker-pr3
18:09:34 [2021-12-03T18:09:34.844Z] Error: No such container: docker-pr3
[Pipeline] sh
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/config_and_manifests
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests
18:09:34 [2021-12-03T18:09:34.978Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestFixManifestLayers
18:09:34 [2021-12-03T18:09:34.978Z] --- PASS: TestFixManifestLayers (0.01s)
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestFixManifestLayersBaseLayerParent
18:09:34 [2021-12-03T18:09:34.978Z]     pull_v2_test.go:73: Needs fixing on Windows
18:09:34 [2021-12-03T18:09:34.978Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestFixManifestLayersBadParent
18:09:34 [2021-12-03T18:09:34.978Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestValidateManifest
18:09:34 [2021-12-03T18:09:34.978Z]     pull_v2_test.go:118: Needs fixing on Windows
18:09:34 [2021-12-03T18:09:34.978Z] --- SKIP: TestValidateManifest (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestFormatPlatform
18:09:34 [2021-12-03T18:09:34.978Z] --- PASS: TestFormatPlatform (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestGetRepositoryMountCandidates
18:09:34 [2021-12-03T18:09:34.978Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestLayerAlreadyExists
18:09:34 [2021-12-03T18:09:34.978Z]     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}
18:09:34 [2021-12-03T18:09:34.978Z]     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}
18:09:34 [2021-12-03T18:09:34.978Z]     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}
18:09:34 [2021-12-03T18:09:34.978Z]     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}
18:09:34 [2021-12-03T18:09:34.978Z]     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}
18:09:34 [2021-12-03T18:09:34.978Z]     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}
18:09:34 [2021-12-03T18:09:34.978Z] --- PASS: TestLayerAlreadyExists (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestWhenEmptyAuthConfig
18:09:34 [2021-12-03T18:09:34.978Z] time="2021-12-03T18:09:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
18:09:34 [2021-12-03T18:09:34.978Z] time="2021-12-03T18:09:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
18:09:34 [2021-12-03T18:09:34.978Z] time="2021-12-03T18:09:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
18:09:34 [2021-12-03T18:09:34.978Z] time="2021-12-03T18:09:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
18:09:34 [2021-12-03T18:09:34.978Z] --- PASS: TestMaxDownloadAttempts (0.00s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.40s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.40s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.40s)
18:09:34 [2021-12-03T18:09:34.978Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.40s)
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestTransfer
18:09:34 [2021-12-03T18:09:34.978Z] --- PASS: TestTransfer (0.13s)
18:09:34 [2021-12-03T18:09:34.978Z] === RUN   TestConcurrencyLimit
18:09:35 [2021-12-03T18:09:35.133Z] + echo Chowning /workspace to jenkins user
18:09:35 [2021-12-03T18:09:35.133Z] Chowning /workspace to jenkins user
18:09:35 [2021-12-03T18:09:35.133Z] + id -u
18:09:35 [2021-12-03T18:09:35.133Z] + id -g
18:09:35 [2021-12-03T18:09:35.133Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42981:/workspace busybox chown -R 1000:1000 /workspace
18:09:35 [2021-12-03T18:09:35.133Z] Unable to find image 'busybox:latest' locally
18:09:35 [2021-12-03T18:09:35.133Z] latest: Pulling from library/busybox
18:09:35 [2021-12-03T18:09:35.133Z] 3aab638df1a9: Pulling fs layer
18:09:35 [2021-12-03T18:09:35.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
18:09:35 [2021-12-03T18:09:35.394Z] 3aab638df1a9: Verifying Checksum
18:09:35 [2021-12-03T18:09:35.394Z] 3aab638df1a9: Download complete
18:09:35 [2021-12-03T18:09:35.394Z] 3aab638df1a9: Pull complete
18:09:35 [2021-12-03T18:09:35.394Z] Digest: sha256:52817dece4cfe26f581c834d27a8e1bcc82194f914afe6d50afad5a101234ef1
18:09:35 [2021-12-03T18:09:35.394Z] Status: Downloaded newer image for busybox:latest
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestConcurrencyLimit (0.43s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestInactiveJobs
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestNotFound
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestNotFound (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestConflict
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestConflict (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestForbidden
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestForbidden (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestInvalidParameter
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestInvalidParameter (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestNotImplemented
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestNotImplemented (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestNotModified
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestNotModified (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestUnauthorized
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestUnauthorized (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestUnknown
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestUnknown (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestCancelled
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestCancelled (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestDeadline
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestDeadline (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestDataLoss
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestDataLoss (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestUnavailable
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestUnavailable (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestSystem
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestSystem (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Not_Found
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Bad_Request
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Conflict
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Unauthorized
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Service_Unavailable
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Forbidden
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Not_Modified
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Not_Implemented
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Internal_Server_Error
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestFromStatusCode (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
18:09:35 [2021-12-03T18:09:35.447Z] PASS
18:09:35 [2021-12-03T18:09:35.447Z] coverage: 53.1% of statements
18:09:35 [2021-12-03T18:09:35.447Z] ok  	github.com/docker/docker/errdefs	0.064s	coverage: 53.1% of statements
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFSGetInvalidData
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestFSGetInvalidData (0.01s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFSInvalidSet
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestFSInvalidSet (0.01s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFSInvalidRoot
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestFSInvalidRoot (0.01s)
18:09:35 [2021-12-03T18:09:35.447Z] === RUN   TestFSMetadataGetSet
18:09:35 [2021-12-03T18:09:35.447Z] --- PASS: TestFSMetadataGetSet (0.05s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestFSInvalidWalker
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestFSInvalidWalker (0.01s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestFSGetSet
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestFSGetSet (0.01s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestFSGetUnsetKey
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestFSGetUnsetKey (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestFSGetEmptyData
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestFSGetEmptyData (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestFSDelete
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestFSDelete (0.01s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestFSWalker
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestFSWalker (0.01s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestFSWalkerStopOnError
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestFSWalkerStopOnError (0.01s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestNewFromJSON
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestNewFromJSON (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestNewFromJSONWithInvalidJSON
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestMarshalKeyOrder
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestMarshalKeyOrder (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestHistoryEqual
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestInactiveJobs (0.40s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestWatchRelease
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestWatchRelease (0.04s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestWatchFinishedTransfer
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestWatchFinishedTransfer (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestDuplicateTransfer
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestWhenEmptyAuthConfig (1.13s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestTokenPassThru
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestTokenPassThru (0.01s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestTokenPassThruDifferentHost
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestTokenPassThruDifferentHost (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] PASS
18:09:35 [2021-12-03T18:09:35.914Z] coverage: 24.6% of statements
18:09:35 [2021-12-03T18:09:35.914Z] ok  	github.com/docker/docker/distribution	1.498s	coverage: 24.6% of statements
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestHistoryEqual (0.10s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestImage
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestImage (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestImageOSNotEmpty
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestImageOSNotEmpty (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestNewChildImageFromImageWithRootFS
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestCreate
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestCreate (0.01s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestRestore
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestDuplicateTransfer (0.06s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestSuccessfulUpload
18:09:35 [2021-12-03T18:09:35.914Z] time="2021-12-03T18:09:35Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestRestore (0.02s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestAddDelete
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestAddDelete (0.02s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestSearchAfterDelete
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestSearchAfterDelete (0.01s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestParentReset
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestParentReset (0.02s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestGetAndSetLastUpdated
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestGetAndSetLastUpdated (0.01s)
18:09:35 [2021-12-03T18:09:35.914Z] === RUN   TestStoreLen
18:09:35 [2021-12-03T18:09:35.914Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
18:09:35 [2021-12-03T18:09:35.914Z] --- PASS: TestStoreLen (0.04s)
18:09:35 [2021-12-03T18:09:35.914Z] PASS
18:09:35 [2021-12-03T18:09:35.914Z] coverage: 86.6% of statements
18:09:35 [2021-12-03T18:09:35.914Z] ok  	github.com/docker/docker/image	0.444s	coverage: 86.6% of statements
18:09:35 [2021-12-03T18:09:35.914Z] time="2021-12-03T18:09:35Z" level=error msg="Upload failed, retrying: simulating retry"
18:09:36 [2021-12-03T18:09:36.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
18:09:36 [2021-12-03T18:09:36.382Z] --- PASS: TestSuccessfulUpload (0.46s)
18:09:36 [2021-12-03T18:09:36.382Z] === RUN   TestCancelledUpload
18:09:36 [2021-12-03T18:09:36.382Z] --- PASS: TestCancelledUpload (0.00s)
18:09:36 [2021-12-03T18:09:36.382Z] PASS
18:09:36 [2021-12-03T18:09:36.382Z] coverage: 77.3% of statements
18:09:36 [2021-12-03T18:09:36.382Z] ok  	github.com/docker/docker/distribution/xfer	1.976s	coverage: 77.3% of statements
18:09:36 [2021-12-03T18:09:36.382Z] ?   	github.com/docker/docker/dockerversion	[no test files]
18:09:36 [2021-12-03T18:09:36.382Z] === RUN   TestCompare
18:09:36 [2021-12-03T18:09:36.382Z] --- PASS: TestCompare (0.00s)
18:09:36 [2021-12-03T18:09:36.382Z] PASS
18:09:36 [2021-12-03T18:09:36.382Z] coverage: 19.2% of statements
18:09:36 [2021-12-03T18:09:36.382Z] ok  	github.com/docker/docker/image/cache	0.056s	coverage: 19.2% of statements
18:09:36 [2021-12-03T18:09:36.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
18:09:37 [2021-12-03T18:09:37.220Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:09:37 [2021-12-03T18:09:37.220Z] Using test binary docker
18:09:37 [2021-12-03T18:09:37.220Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
18:09:37 [2021-12-03T18:09:37.220Z] +++ /etc/init.d/apparmor start
18:09:37 [2021-12-03T18:09:37.220Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:09:37 [2021-12-03T18:09:37.220Z] Starting dockerd
18:09:37 [2021-12-03T18:09:37.220Z] INFO: Waiting for daemon to start...
18:09:37 [2021-12-03T18:09:37.220Z] +++ 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
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:09:37 [2021-12-03T18:09:37.365Z] === RUN   TestValidateManifest
18:09:37 [2021-12-03T18:09:37.365Z] === RUN   TestValidateManifest/nil
18:09:37 [2021-12-03T18:09:37.365Z] === RUN   TestValidateManifest/non-nil
18:09:37 [2021-12-03T18:09:37.365Z] --- PASS: TestValidateManifest (0.00s)
18:09:37 [2021-12-03T18:09:37.365Z]     --- PASS: TestValidateManifest/nil (0.00s)
18:09:37 [2021-12-03T18:09:37.365Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
18:09:37 [2021-12-03T18:09:37.365Z] PASS
18:09:37 [2021-12-03T18:09:37.365Z] coverage: 0.7% of statements
18:09:37 [2021-12-03T18:09:37.365Z] ok  	github.com/docker/docker/image/tarexport	0.064s	coverage: 0.7% of statements
18:09:37 [2021-12-03T18:09:37.365Z] === RUN   TestMakeV1ConfigFromConfig
18:09:37 [2021-12-03T18:09:37.365Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
18:09:37 [2021-12-03T18:09:37.365Z] PASS
18:09:37 [2021-12-03T18:09:37.365Z] coverage: 25.0% of statements
18:09:37 [2021-12-03T18:09:37.365Z] ok  	github.com/docker/docker/image/v1	0.060s	coverage: 25.0% of statements
18:09:37 [2021-12-03T18:09:37.365Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
18:09:37 [2021-12-03T18:09:37.617Z] + bundleName=amd64-rootless
18:09:37 [2021-12-03T18:09:37.617Z] + echo Creating amd64-rootless-bundles.tar.gz
18:09:37 [2021-12-03T18:09:37.617Z] Creating amd64-rootless-bundles.tar.gz
18:09:37 [2021-12-03T18:09:37.617Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
18:09:37 [2021-12-03T18:09:37.617Z] + 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
18:09:37 [2021-12-03T18:09:37.631Z] Archiving artifacts
18:09:37 [2021-12-03T18:09:37.832Z] === RUN   TestEnvironmentParsing
18:09:37 [2021-12-03T18:09:37.832Z] --- PASS: TestEnvironmentParsing (0.00s)
18:09:37 [2021-12-03T18:09:37.832Z] PASS
18:09:37 [2021-12-03T18:09:37.832Z] coverage: 1.2% of statements
18:09:37 [2021-12-03T18:09:37.832Z] ok  	github.com/docker/docker/libcontainerd/local	0.046s	coverage: 1.2% of statements
18:09:37 [2021-12-03T18:09:37.832Z] === RUN   TestSerialization
18:09:38 [2021-12-03T18:09:38.299Z] --- PASS: TestSerialization (0.02s)
18:09:38 [2021-12-03T18:09:38.299Z] PASS
18:09:38 [2021-12-03T18:09:38.299Z] coverage: 100.0% of statements
18:09:38 [2021-12-03T18:09:38.299Z] ok  	github.com/docker/docker/libcontainerd/queue	0.051s	coverage: 100.0% of statements
18:09:38 [2021-12-03T18:09:38.299Z] === RUN   TestEmptyLayer
18:09:38 [2021-12-03T18:09:38.299Z] --- PASS: TestEmptyLayer (0.00s)
18:09:38 [2021-12-03T18:09:38.299Z] === RUN   TestCommitFailure
18:09:38 [2021-12-03T18:09:38.299Z] --- PASS: TestCommitFailure (0.01s)
18:09:38 [2021-12-03T18:09:38.299Z] === RUN   TestStartTransactionFailure
18:09:38 [2021-12-03T18:09:38.299Z] --- PASS: TestStartTransactionFailure (0.00s)
18:09:38 [2021-12-03T18:09:38.299Z] === RUN   TestGetOrphan
18:09:38 [2021-12-03T18:09:38.299Z] --- PASS: TestGetOrphan (0.01s)
18:09:38 [2021-12-03T18:09:38.299Z] === RUN   TestMountAndRegister
18:09:38 [2021-12-03T18:09:38.299Z]     layer_test.go:270: Layer size: 14
18:09:38 [2021-12-03T18:09:38.299Z] --- PASS: TestMountAndRegister (0.03s)
18:09:38 [2021-12-03T18:09:38.299Z] === RUN   TestLayerRelease
18:09:38 [2021-12-03T18:09:38.299Z]     layer_test.go:303: Failing on Windows
18:09:38 [2021-12-03T18:09:38.299Z] --- SKIP: TestLayerRelease (0.00s)
18:09:38 [2021-12-03T18:09:38.299Z] === RUN   TestStoreRestore
18:09:38 [2021-12-03T18:09:38.299Z]     layer_test.go:352: Failing on Windows
18:09:38 [2021-12-03T18:09:38.299Z] --- SKIP: TestStoreRestore (0.00s)
18:09:38 [2021-12-03T18:09:38.299Z] === RUN   TestTarStreamStability
18:09:38 [2021-12-03T18:09:38.299Z]     layer_test.go:467: Failing on Windows
18:09:38 [2021-12-03T18:09:38.299Z] --- SKIP: TestTarStreamStability (0.00s)
18:09:38 [2021-12-03T18:09:38.299Z] === RUN   TestRegisterExistingLayer
18:09:38 [2021-12-03T18:09:38.766Z] --- PASS: TestRegisterExistingLayer (0.07s)
18:09:38 [2021-12-03T18:09:38.766Z] === RUN   TestTarStreamVerification
18:09:38 [2021-12-03T18:09:38.766Z]     layer_test.go:696: Failing on Windows
18:09:38 [2021-12-03T18:09:38.766Z] --- SKIP: TestTarStreamVerification (0.00s)
18:09:38 [2021-12-03T18:09:38.766Z] === RUN   TestLayerMigration
18:09:38 [2021-12-03T18:09:38.766Z]     migration_test.go:45: Failing on Windows
18:09:38 [2021-12-03T18:09:38.766Z] --- SKIP: TestLayerMigration (0.00s)
18:09:38 [2021-12-03T18:09:38.766Z] === RUN   TestLayerMigrationNoTarsplit
18:09:38 [2021-12-03T18:09:38.766Z]     migration_test.go:181: Failing on Windows
18:09:38 [2021-12-03T18:09:38.766Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
18:09:38 [2021-12-03T18:09:38.766Z] === RUN   TestMountInit
18:09:38 [2021-12-03T18:09:38.766Z]     mount_test.go:17: Failing on Windows
18:09:38 [2021-12-03T18:09:38.766Z] --- SKIP: TestMountInit (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestMountSize
18:09:38 [2021-12-03T18:09:38.767Z]     mount_test.go:76: Failing on Windows
18:09:38 [2021-12-03T18:09:38.767Z] --- SKIP: TestMountSize (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestMountChanges
18:09:38 [2021-12-03T18:09:38.767Z]     mount_test.go:125: Failing on Windows
18:09:38 [2021-12-03T18:09:38.767Z] --- SKIP: TestMountChanges (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestMountApply
18:09:38 [2021-12-03T18:09:38.767Z]     mount_test.go:212: Failing on Windows
18:09:38 [2021-12-03T18:09:38.767Z] --- SKIP: TestMountApply (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] PASS
18:09:38 [2021-12-03T18:09:38.767Z] coverage: 30.1% of statements
18:09:38 [2021-12-03T18:09:38.767Z] ok  	github.com/docker/docker/layer	0.209s	coverage: 30.1% of statements
18:09:38 [2021-12-03T18:09:38.767Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
18:09:38 [2021-12-03T18:09:38.767Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
18:09:38 [2021-12-03T18:09:38.767Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
18:09:38 [2021-12-03T18:09:38.767Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestSequenceGetAvailableBit
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestSequenceGetAvailableBit (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestSequenceEqual
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestSequenceEqual (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestSequenceCopy
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestSequenceCopy (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestGetFirstAvailable
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestGetFirstAvailable (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestFindSequence
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestFindSequence (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestCheckIfAvailable
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestCheckIfAvailable (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestMergeSequences
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestMergeSequences (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestPushReservation
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestPushReservation (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestSerializeDeserialize
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestSerializeDeserialize (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestSet
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestSet (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestSetUnset
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestSetUnset (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestOffsetSetUnset
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestOffsetSetUnset (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestSetInRange
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestSetInRange (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestSetAnyInRange
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestSetAnyInRange (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestMethods
18:09:38 [2021-12-03T18:09:38.767Z] --- PASS: TestMethods (0.00s)
18:09:38 [2021-12-03T18:09:38.767Z] === RUN   TestRandomAllocateDeallocate
18:09:39 [2021-12-03T18:09:39.657Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42981/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:09:39 [2021-12-03T18:09:39.973Z] + make clean
18:09:40 [2021-12-03T18:09:40.235Z] docker volume rm -f docker-dev-cache
18:09:40 [2021-12-03T18:09:40.235Z] docker-dev-cache
[Pipeline] deleteDir
18:09:40 [2021-12-03T18:09:40.328Z] === RUN   TestInvalidConfig
18:09:40 [2021-12-03T18:09:40.328Z] --- PASS: TestInvalidConfig (0.00s)
18:09:40 [2021-12-03T18:09:40.328Z] === RUN   TestConfig
18:09:40 [2021-12-03T18:09:40.328Z] --- PASS: TestConfig (0.00s)
18:09:40 [2021-12-03T18:09:40.328Z] === RUN   TestOptionsLabels
18:09:40 [2021-12-03T18:09:40.328Z] --- PASS: TestOptionsLabels (0.00s)
18:09:40 [2021-12-03T18:09:40.328Z] === RUN   TestValidName
18:09:40 [2021-12-03T18:09:40.328Z] --- PASS: TestValidName (0.00s)
18:09:40 [2021-12-03T18:09:40.328Z] === RUN   TestTLSConfiguration
18:09:40 [2021-12-03T18:09:40.328Z] time="2021-12-03T18:09:40Z" level=info msg="Option Initializing KV with TLS"
18:09:40 [2021-12-03T18:09:40.328Z] --- PASS: TestTLSConfiguration (0.10s)
18:09:40 [2021-12-03T18:09:40.328Z] PASS
18:09:40 [2021-12-03T18:09:40.328Z] coverage: 24.0% of statements
18:09:40 [2021-12-03T18:09:40.328Z] ok  	github.com/docker/docker/libnetwork/config	0.154s	coverage: 24.0% of statements
18:09:40 [2021-12-03T18:09:40.796Z] === RUN   TestKey
18:09:40 [2021-12-03T18:09:40.796Z] --- PASS: TestKey (0.00s)
18:09:40 [2021-12-03T18:09:40.796Z] === RUN   TestParseKey
18:09:40 [2021-12-03T18:09:40.796Z] --- PASS: TestParseKey (0.00s)
18:09:40 [2021-12-03T18:09:40.796Z] === RUN   TestInvalidDataStore
18:09:40 [2021-12-03T18:09:40.796Z] --- PASS: TestInvalidDataStore (0.00s)
18:09:40 [2021-12-03T18:09:40.796Z] === RUN   TestKVObjectFlatKey
18:09:40 [2021-12-03T18:09:40.796Z] --- PASS: TestKVObjectFlatKey (0.00s)
18:09:40 [2021-12-03T18:09:40.796Z] === RUN   TestAtomicKVObjectFlatKey
18:09:40 [2021-12-03T18:09:40.796Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s)
18:09:40 [2021-12-03T18:09:40.796Z] PASS
18:09:40 [2021-12-03T18:09:40.796Z] coverage: 21.9% of statements
18:09:40 [2021-12-03T18:09:40.796Z] ok  	github.com/docker/docker/libnetwork/datastore	0.033s	coverage: 21.9% of statements
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:09:41 [2021-12-03T18:09:41.263Z] === RUN   TestIPDataMarshalling
18:09:41 [2021-12-03T18:09:41.263Z] --- PASS: TestIPDataMarshalling (0.00s)
18:09:41 [2021-12-03T18:09:41.263Z] === RUN   TestValidateAndIsV6
18:09:41 [2021-12-03T18:09:41.263Z] --- PASS: TestValidateAndIsV6 (0.00s)
18:09:41 [2021-12-03T18:09:41.263Z] PASS
18:09:41 [2021-12-03T18:09:41.263Z] coverage: 68.9% of statements
18:09:41 [2021-12-03T18:09:41.263Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.039s	coverage: 68.9% of statements
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestErrorInterfaces
18:09:41 [2021-12-03T18:09:41.730Z] --- PASS: TestErrorInterfaces (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestNetworkMarshalling
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestDriver
18:09:41 [2021-12-03T18:09:41.730Z] --- PASS: TestDriver (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] PASS
18:09:41 [2021-12-03T18:09:41.730Z] coverage: 34.8% of statements
18:09:41 [2021-12-03T18:09:41.730Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.031s	coverage: 34.8% of statements
18:09:41 [2021-12-03T18:09:41.730Z] --- PASS: TestNetworkMarshalling (0.10s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestEndpointMarshalling
18:09:41 [2021-12-03T18:09:41.730Z] --- PASS: TestEndpointMarshalling (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestAuxAddresses
18:09:41 [2021-12-03T18:09:41.730Z] time="2021-12-03T18:09:41Z" level=info msg="Restoring existing overlay networks from HNS into docker"
18:09:41 [2021-12-03T18:09:41.730Z] --- PASS: TestAuxAddresses (0.01s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestSRVServiceQuery
18:09:41 [2021-12-03T18:09:41.730Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
18:09:41 [2021-12-03T18:09:41.730Z] --- SKIP: TestSRVServiceQuery (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestServiceVIPReuse
18:09:41 [2021-12-03T18:09:41.730Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
18:09:41 [2021-12-03T18:09:41.730Z] --- SKIP: TestServiceVIPReuse (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestIpamReleaseOnNetDriverFailures
18:09:41 [2021-12-03T18:09:41.730Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
18:09:41 [2021-12-03T18:09:41.730Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestDNSIPQuery
18:09:41 [2021-12-03T18:09:41.730Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
18:09:41 [2021-12-03T18:09:41.730Z] --- SKIP: TestDNSIPQuery (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestDNSProxyServFail
18:09:41 [2021-12-03T18:09:41.730Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
18:09:41 [2021-12-03T18:09:41.730Z] --- SKIP: TestDNSProxyServFail (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestSandboxAddEmpty
18:09:41 [2021-12-03T18:09:41.730Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
18:09:41 [2021-12-03T18:09:41.730Z] --- SKIP: TestSandboxAddEmpty (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestSandboxAddMultiPrio
18:09:41 [2021-12-03T18:09:41.730Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
18:09:41 [2021-12-03T18:09:41.730Z] --- SKIP: TestSandboxAddMultiPrio (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestSandboxAddSamePrio
18:09:41 [2021-12-03T18:09:41.730Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
18:09:41 [2021-12-03T18:09:41.730Z] --- SKIP: TestSandboxAddSamePrio (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestCleanupServiceDiscovery
18:09:41 [2021-12-03T18:09:41.730Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
18:09:41 [2021-12-03T18:09:41.730Z] --- SKIP: TestCleanupServiceDiscovery (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestDNSOptions
18:09:41 [2021-12-03T18:09:41.730Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
18:09:41 [2021-12-03T18:09:41.730Z] --- SKIP: TestDNSOptions (0.00s)
18:09:41 [2021-12-03T18:09:41.730Z] === RUN   TestMultipleControllersWithSameStore
18:09:41 [2021-12-03T18:09:41.730Z] time="2021-12-03T18:09:41Z" level=info msg="Restoring existing overlay networks from HNS into docker"
18:09:41 [2021-12-03T18:09:41.730Z] time="2021-12-03T18:09:41Z" level=info msg="Restoring existing overlay networks from HNS into docker"
18:09:41 [2021-12-03T18:09:41.730Z] --- PASS: TestMultipleControllersWithSameStore (0.03s)
18:09:41 [2021-12-03T18:09:41.730Z] PASS
18:09:41 [2021-12-03T18:09:41.730Z] coverage: 8.6% of statements
18:09:41 [2021-12-03T18:09:41.730Z] ok  	github.com/docker/docker/libnetwork	0.237s	coverage: 8.6% of statements
18:09:42 [2021-12-03T18:09:42.197Z] === RUN   TestDriver
18:09:42 [2021-12-03T18:09:42.197Z] --- PASS: TestDriver (0.00s)
18:09:42 [2021-12-03T18:09:42.197Z] PASS
18:09:42 [2021-12-03T18:09:42.197Z] coverage: 34.8% of statements
18:09:42 [2021-12-03T18:09:42.197Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.030s	coverage: 34.8% of statements
18:09:42 [2021-12-03T18:09:42.665Z] === RUN   TestNetworkAllocateFree
18:09:42 [2021-12-03T18:09:42.665Z] --- PASS: TestNetworkAllocateFree (0.00s)
18:09:42 [2021-12-03T18:09:42.665Z] === RUN   TestNetworkAllocateUserDefinedVNIs
18:09:42 [2021-12-03T18:09:42.665Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s)
18:09:42 [2021-12-03T18:09:42.665Z] PASS
18:09:42 [2021-12-03T18:09:42.665Z] coverage: 63.6% of statements
18:09:42 [2021-12-03T18:09:42.665Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.084s	coverage: 63.6% of statements
18:09:42 [2021-12-03T18:09:42.665Z] === RUN   TestGetEmptyCapabilities
18:09:42 [2021-12-03T18:09:42.665Z] --- PASS: TestGetEmptyCapabilities (0.01s)
18:09:42 [2021-12-03T18:09:42.665Z] === RUN   TestGetExtraCapabilities
18:09:42 [2021-12-03T18:09:42.665Z] --- PASS: TestGetExtraCapabilities (0.00s)
18:09:42 [2021-12-03T18:09:42.665Z] === RUN   TestGetInvalidCapabilities
18:09:42 [2021-12-03T18:09:42.665Z] --- PASS: TestGetInvalidCapabilities (0.00s)
18:09:42 [2021-12-03T18:09:42.665Z] === RUN   TestRemoteDriver
18:09:42 [2021-12-03T18:09:42.665Z] --- PASS: TestRemoteDriver (0.00s)
18:09:42 [2021-12-03T18:09:42.665Z] === RUN   TestDriverError
18:09:42 [2021-12-03T18:09:42.665Z] --- PASS: TestDriverError (0.00s)
18:09:42 [2021-12-03T18:09:42.665Z] === RUN   TestMissingValues
18:09:42 [2021-12-03T18:09:42.665Z] --- PASS: TestMissingValues (0.00s)
18:09:42 [2021-12-03T18:09:42.665Z] === RUN   TestRollback
18:09:42 [2021-12-03T18:09:42.665Z] --- PASS: TestRollback (0.00s)
18:09:42 [2021-12-03T18:09:42.665Z] PASS
18:09:42 [2021-12-03T18:09:42.665Z] coverage: 57.4% of statements
18:09:42 [2021-12-03T18:09:42.665Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.077s	coverage: 57.4% of statements
18:09:43 [2021-12-03T18:09:43.132Z] --- PASS: TestRandomAllocateDeallocate (4.11s)
18:09:43 [2021-12-03T18:09:43.132Z] === RUN   TestAllocateRandomDeallocate
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestNAT
18:09:43 [2021-12-03T18:09:43.599Z]     windows_test.go:58: Test does not work on CI and was never running to begin with
18:09:43 [2021-12-03T18:09:43.599Z] --- SKIP: TestNAT (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestTransparent
18:09:43 [2021-12-03T18:09:43.599Z]     windows_test.go:63: Test does not work on CI and was never running to begin with
18:09:43 [2021-12-03T18:09:43.599Z] --- SKIP: TestTransparent (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] PASS
18:09:43 [2021-12-03T18:09:43.599Z] coverage: 0.0% of statements
18:09:43 [2021-12-03T18:09:43.599Z] ok  	github.com/docker/docker/libnetwork/drivers/windows	0.053s	coverage: 0.0% of statements
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestNew
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestNew (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestAddDriver
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestAddDriver (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestAddDuplicateDriver
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestAddDuplicateDriver (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestIPAMDefaultAddressSpaces
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestDriver
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestDriver (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestIPAM
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestIPAM (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestWalkIPAMs
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestWalkIPAMs (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestWalkDrivers
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestWalkDrivers (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] PASS
18:09:43 [2021-12-03T18:09:43.599Z] coverage: 82.4% of statements
18:09:43 [2021-12-03T18:09:43.599Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.052s	coverage: 82.4% of statements
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestBuildDefault
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestBuildDefault (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestBuildHostnameDomainname
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestBuildHostnameDomainname (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestBuildHostname
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestBuildHostname (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestBuildHostnameFQDN
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestBuildHostnameFQDN (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestBuildNoIP
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestBuildNoIP (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestUpdate
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestUpdate (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestUpdateIgnoresPrefixedHostname
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestDeleteIgnoresPrefixedHostname
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestAddEmpty
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestAddEmpty (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestAdd
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestAdd (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestDeleteEmpty
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestDeleteEmpty (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestDeleteNewline
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestDeleteNewline (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestDelete
18:09:43 [2021-12-03T18:09:43.599Z] --- PASS: TestDelete (0.00s)
18:09:43 [2021-12-03T18:09:43.599Z] === RUN   TestConcurrentWrites
18:09:44 [2021-12-03T18:09:44.012Z] .
18:09:44 [2021-12-03T18:09:44.012Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:09:44 [2021-12-03T18:09:44.012Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:09:44 [2021-12-03T18:09:44.012Z] Error: No such image: emptyfs
18:09:44 [2021-12-03T18:09:44.012Z] ++++ tar -cC bundles/test-integration/emptyfs .
18:09:44 [2021-12-03T18:09:44.012Z] ++++ docker load
18:09:44 [2021-12-03T18:09:44.012Z] Running integration-test (iteration 1)
18:09:44 [2021-12-03T18:09:44.012Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
18:09:44 [2021-12-03T18:09:44.012Z] ++ 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
18:09:44 [2021-12-03T18:09:44.012Z] ++ set -e
18:09:44 [2021-12-03T18:09:44.012Z] ++ '[' -n 0 ']'
18:09:44 [2021-12-03T18:09:44.012Z] ++ set -x
18:09:44 [2021-12-03T18:09:44.012Z] ++ env -i DEST=/go/src/github.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
18:09:44 [2021-12-03T18:09:44.012Z] Loaded image: busybox:latest
18:09:44 [2021-12-03T18:09:44.012Z] Loaded image: busybox:glibc
18:09:44 [2021-12-03T18:09:44.019Z] --- PASS: TestImportExtremelyLargeImageWorks (91.37s)
18:09:44 [2021-12-03T18:09:44.019Z] PASS
18:09:44 [2021-12-03T18:09:44.019Z] 
18:09:44 [2021-12-03T18:09:44.019Z] DONE 12 tests in 94.095s
18:09:44 [2021-12-03T18:09:44.019Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
18:09:44 [2021-12-03T18:09:44.019Z] INFO: Testing against a local daemon
18:09:44 [2021-12-03T18:09:44.019Z] === RUN   TestNetworkCreateDelete
18:09:44 [2021-12-03T18:09:44.019Z] --- PASS: TestNetworkCreateDelete (0.14s)
18:09:44 [2021-12-03T18:09:44.019Z] === RUN   TestDockerNetworkDeletePreferID
18:09:44 [2021-12-03T18:09:44.019Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
18:09:44 [2021-12-03T18:09:44.019Z] === RUN   TestDaemonDNSFallback
18:09:44 [2021-12-03T18:09:44.067Z] --- PASS: TestConcurrentWrites (0.14s)
18:09:44 [2021-12-03T18:09:44.067Z] PASS
18:09:44 [2021-12-03T18:09:44.067Z] coverage: 81.2% of statements
18:09:44 [2021-12-03T18:09:44.067Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.186s	coverage: 81.2% of statements
18:09:44 [2021-12-03T18:09:44.534Z] --- PASS: TestAllocateRandomDeallocate (1.25s)
18:09:44 [2021-12-03T18:09:44.534Z] === RUN   TestAllocateRandomDeallocateSerialize
18:09:44 [2021-12-03T18:09:44.534Z] === RUN   TestNew
18:09:44 [2021-12-03T18:09:44.534Z] --- PASS: TestNew (0.00s)
18:09:44 [2021-12-03T18:09:44.534Z] === RUN   TestAllocate
18:09:44 [2021-12-03T18:09:44.534Z] --- PASS: TestAllocate (0.00s)
18:09:44 [2021-12-03T18:09:44.534Z] === RUN   TestUninitialized
18:09:44 [2021-12-03T18:09:44.534Z] --- PASS: TestUninitialized (0.00s)
18:09:44 [2021-12-03T18:09:44.534Z] === RUN   TestAllocateInRange
18:09:44 [2021-12-03T18:09:44.534Z] --- PASS: TestAllocateInRange (0.00s)
18:09:44 [2021-12-03T18:09:44.534Z] === RUN   TestAllocateSerial
18:09:44 [2021-12-03T18:09:44.534Z] --- PASS: TestAllocateSerial (0.00s)
18:09:44 [2021-12-03T18:09:44.534Z] PASS
18:09:44 [2021-12-03T18:09:44.534Z] coverage: 87.5% of statements
18:09:44 [2021-12-03T18:09:44.534Z] ok  	github.com/docker/docker/libnetwork/idm	0.034s	coverage: 87.5% of statements
18:09:44 [2021-12-03T18:09:44.534Z] === RUN   TestDiff
18:09:44 [2021-12-03T18:09:44.534Z] --- PASS: TestDiff (0.00s)
18:09:44 [2021-12-03T18:09:44.534Z] === RUN   TestAddedCallback
18:09:44 [2021-12-03T18:09:44.534Z] --- PASS: TestAddedCallback (0.00s)
18:09:44 [2021-12-03T18:09:44.534Z] === RUN   TestRemovedCallback
18:09:44 [2021-12-03T18:09:44.534Z] --- PASS: TestRemovedCallback (0.00s)
18:09:44 [2021-12-03T18:09:44.534Z] === RUN   TestNoCallback
18:09:44 [2021-12-03T18:09:44.534Z] --- PASS: TestNoCallback (0.00s)
18:09:44 [2021-12-03T18:09:44.534Z] PASS
18:09:44 [2021-12-03T18:09:44.534Z] coverage: 48.1% of statements
18:09:44 [2021-12-03T18:09:44.534Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.035s	coverage: 48.1% of statements
18:09:44 [2021-12-03T18:09:44.941Z] Loaded image: debian:bullseye-slim
18:09:45 [2021-12-03T18:09:45.002Z] === RUN   TestCaller
18:09:45 [2021-12-03T18:09:45.002Z] --- PASS: TestCaller (0.00s)
18:09:45 [2021-12-03T18:09:45.002Z] PASS
18:09:45 [2021-12-03T18:09:45.002Z] coverage: 100.0% of statements
18:09:45 [2021-12-03T18:09:45.002Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.030s	coverage: 100.0% of statements
18:09:45 [2021-12-03T18:09:45.002Z] === RUN   TestSetSerialInsertDelete
18:09:45 [2021-12-03T18:09:45.002Z] --- PASS: TestSetSerialInsertDelete (0.00s)
18:09:45 [2021-12-03T18:09:45.002Z] === RUN   TestSetParallelInsertDelete
18:09:45 [2021-12-03T18:09:45.002Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.73s)
18:09:45 [2021-12-03T18:09:45.002Z] === RUN   TestRetrieveFromStore
18:09:45 [2021-12-03T18:09:45.196Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:09:45 [2021-12-03T18:09:45.196Z] Using test binary docker
18:09:45 [2021-12-03T18:09:45.196Z] +++ /etc/init.d/apparmor start
18:09:45 [2021-12-03T18:09:45.196Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:09:45 [2021-12-03T18:09:45.196Z] INFO: Waiting for daemon to start...
18:09:45 [2021-12-03T18:09:45.196Z] Starting dockerd
18:09:45 [2021-12-03T18:09:45.196Z] +++ 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
18:09:45 [2021-12-03T18:09:45.196Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:09:45 [2021-12-03T18:09:45.196Z] Using test binary docker
18:09:45 [2021-12-03T18:09:45.197Z] Loaded image: hello-world:latest
18:09:45 [2021-12-03T18:09:45.197Z] Loaded image: arm32v7/hello-world:latest
18:09:45 [2021-12-03T18:09:45.197Z] INFO: Testing against a local daemon
18:09:45 [2021-12-03T18:09:45.197Z] === RUN   TestCgroupNamespacesBuild
18:09:45 [2021-12-03T18:09:45.455Z] +++ /etc/init.d/apparmor start
18:09:45 [2021-12-03T18:09:45.455Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:09:45 [2021-12-03T18:09:45.455Z] INFO: Waiting for daemon to start...
18:09:45 [2021-12-03T18:09:45.455Z] Starting dockerd
18:09:45 [2021-12-03T18:09:45.455Z] +++ 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
18:09:45 [2021-12-03T18:09:45.469Z] === RUN   TestPoolRequest
18:09:45 [2021-12-03T18:09:45.469Z] --- PASS: TestPoolRequest (0.00s)
18:09:45 [2021-12-03T18:09:45.469Z] === RUN   TestOtherRequests
18:09:45 [2021-12-03T18:09:45.469Z] --- PASS: TestOtherRequests (0.00s)
18:09:45 [2021-12-03T18:09:45.469Z] PASS
18:09:45 [2021-12-03T18:09:45.469Z] coverage: 57.1% of statements
18:09:45 [2021-12-03T18:09:45.469Z] --- PASS: TestRetrieveFromStore (0.54s)
18:09:45 [2021-12-03T18:09:45.469Z] === RUN   TestIsCorrupted
18:09:45 [2021-12-03T18:09:45.469Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.038s	coverage: 57.1% of statements
18:09:45 [2021-12-03T18:09:45.469Z] --- PASS: TestIsCorrupted (0.01s)
18:09:45 [2021-12-03T18:09:45.469Z] === RUN   TestSetRollover
18:09:45 [2021-12-03T18:09:45.927Z] --- PASS: TestDaemonDNSFallback (6.32s)
18:09:45 [2021-12-03T18:09:45.927Z] === RUN   TestInspectNetwork
18:09:45 [2021-12-03T18:09:45.936Z] === RUN   TestInt2IP2IntConversion
18:09:46 [2021-12-03T18:09:46.390Z] .
18:09:46 [2021-12-03T18:09:46.390Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:09:46 [2021-12-03T18:09:46.390Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:09:46 [2021-12-03T18:09:46.390Z] Error: No such image: emptyfs
18:09:46 [2021-12-03T18:09:46.390Z] ++++ tar -cC bundles/test-integration/emptyfs .
18:09:46 [2021-12-03T18:09:46.390Z] ++++ docker load
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestInt2IP2IntConversion (0.51s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestGetAddressVersion
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestGetAddressVersion (0.00s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestKeyString
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestKeyString (0.00s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestPoolDataMarshal
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestPoolDataMarshal (0.00s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestSubnetsMarshal
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestSubnetsMarshal (0.02s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestAddSubnets
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestGetCapabilities
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestGetCapabilities (0.01s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestGetCapabilitiesFromLegacyDriver
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestGetDefaultAddressSpaces
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestGetDefaultAddressSpaces (0.00s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestRemoteDriver
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestRemoteDriver (0.00s)
18:09:46 [2021-12-03T18:09:46.403Z] PASS
18:09:46 [2021-12-03T18:09:46.403Z] coverage: 47.4% of statements
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestAddSubnets (0.03s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestDoublePoolRelease
18:09:46 [2021-12-03T18:09:46.403Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.051s	coverage: 47.4% of statements
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestDoublePoolRelease (0.01s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestAddReleasePoolID
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestSetRollover (0.88s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestSetRolloverSerial
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestAddReleasePoolID (0.04s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestPredefinedPool
18:09:46 [2021-12-03T18:09:46.403Z] --- PASS: TestPredefinedPool (0.02s)
18:09:46 [2021-12-03T18:09:46.403Z] === RUN   TestRemoveSubnet
18:09:46 [2021-12-03T18:09:46.564Z] --- PASS: TestCgroupNamespacesBuild (1.09s)
18:09:46 [2021-12-03T18:09:46.564Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
18:09:46 [2021-12-03T18:09:46.649Z] Running integration-test (iteration 1)
18:09:46 [2021-12-03T18:09:46.649Z] 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)/
18:09:46 [2021-12-03T18:09:46.649Z] ++ 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)/'
18:09:46 [2021-12-03T18:09:46.649Z] ++ set -e
18:09:46 [2021-12-03T18:09:46.649Z] ++ '[' -n 0 ']'
18:09:46 [2021-12-03T18:09:46.649Z] ++ set -x
18:09:46 [2021-12-03T18:09:46.649Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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)/'
18:09:46 [2021-12-03T18:09:46.870Z] --- PASS: TestRemoveSubnet (0.13s)
18:09:46 [2021-12-03T18:09:46.870Z] === RUN   TestGetSameAddress
18:09:46 [2021-12-03T18:09:46.870Z] --- PASS: TestGetSameAddress (0.02s)
18:09:46 [2021-12-03T18:09:46.870Z] === RUN   TestPoolAllocationReuse
18:09:47 [2021-12-03T18:09:47.215Z] Loaded image: busybox:latest
18:09:47 [2021-12-03T18:09:47.337Z] === RUN   TestWindowsIPAM
18:09:47 [2021-12-03T18:09:47.337Z] --- PASS: TestWindowsIPAM (0.00s)
18:09:47 [2021-12-03T18:09:47.337Z] PASS
18:09:47 [2021-12-03T18:09:47.337Z] coverage: 71.4% of statements
18:09:47 [2021-12-03T18:09:47.337Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.035s	coverage: 71.4% of statements
18:09:47 [2021-12-03T18:09:47.337Z] --- PASS: TestSetRolloverSerial (0.95s)
18:09:47 [2021-12-03T18:09:47.337Z] === RUN   TestGetFirstAvailableFromCurrent
18:09:47 [2021-12-03T18:09:47.337Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s)
18:09:47 [2021-12-03T18:09:47.337Z] PASS
18:09:47 [2021-12-03T18:09:47.337Z] coverage: 84.4% of statements
18:09:47 [2021-12-03T18:09:47.337Z] ok  	github.com/docker/docker/libnetwork/bitseq	8.512s	coverage: 84.4% of statements
18:09:47 [2021-12-03T18:09:47.474Z] Loaded image: busybox:glibc
18:09:47 [2021-12-03T18:09:47.474Z] 
18:09:47 [2021-12-03T18:09:47.474Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:09:47 [2021-12-03T18:09:47.474Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:09:47 [2021-12-03T18:09:47.474Z] Error: No such image: emptyfs
18:09:47 [2021-12-03T18:09:47.474Z] ++++ docker load
18:09:47 [2021-12-03T18:09:47.474Z] ++++ tar -cC bundles/test-integration/emptyfs .
18:09:47 [2021-12-03T18:09:47.493Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.08s)
18:09:47 [2021-12-03T18:09:47.493Z] === RUN   TestBuildWithSession
18:09:47 [2021-12-03T18:09:47.493Z]     build_session_test.go:25: TODO: BuildKit
18:09:47 [2021-12-03T18:09:47.493Z] --- SKIP: TestBuildWithSession (0.00s)
18:09:47 [2021-12-03T18:09:47.493Z] === RUN   TestBuildSquashParent
18:09:47 [2021-12-03T18:09:47.803Z] --- PASS: TestPoolAllocationReuse (1.01s)
18:09:47 [2021-12-03T18:09:47.803Z] === RUN   TestGetAddressSubPoolEqualPool
18:09:47 [2021-12-03T18:09:47.803Z] --- PASS: TestGetAddressSubPoolEqualPool (0.01s)
18:09:47 [2021-12-03T18:09:47.803Z] === RUN   TestRequestReleaseAddressFromSubPool
18:09:47 [2021-12-03T18:09:47.803Z] === RUN   TestDefaultNetwork
18:09:47 [2021-12-03T18:09:47.803Z] --- PASS: TestDefaultNetwork (0.21s)
18:09:47 [2021-12-03T18:09:47.804Z] === RUN   TestConfigGlobalScopeDefaultNetworks
18:09:48 [2021-12-03T18:09:48.040Z] Running integration-test (iteration 1)
18:09:48 [2021-12-03T18:09:48.040Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
18:09:48 [2021-12-03T18:09:48.040Z] ++ 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)/'
18:09:48 [2021-12-03T18:09:48.040Z] ++ set -e
18:09:48 [2021-12-03T18:09:48.040Z] ++ '[' -n 0 ']'
18:09:48 [2021-12-03T18:09:48.040Z] ++ set -x
18:09:48 [2021-12-03T18:09:48.041Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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)/'
18:09:48 [2021-12-03T18:09:48.270Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.21s)
18:09:48 [2021-12-03T18:09:48.271Z] === RUN   TestInitAddressPools
18:09:48 [2021-12-03T18:09:48.271Z] --- PASS: TestInitAddressPools (0.00s)
18:09:48 [2021-12-03T18:09:48.271Z] PASS
18:09:48 [2021-12-03T18:09:48.271Z] coverage: 74.0% of statements
18:09:48 [2021-12-03T18:09:48.271Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.472s	coverage: 74.0% of statements
18:09:48 [2021-12-03T18:09:48.468Z] === RUN   TestInspectNetwork/full_network_id
18:09:48 [2021-12-03T18:09:48.468Z] === RUN   TestInspectNetwork/partial_network_id
18:09:48 [2021-12-03T18:09:48.468Z] === RUN   TestInspectNetwork/network_name
18:09:48 [2021-12-03T18:09:48.468Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
18:09:48 [2021-12-03T18:09:48.737Z] === RUN   TestKeyValue
18:09:48 [2021-12-03T18:09:48.737Z] --- PASS: TestKeyValue (0.00s)
18:09:48 [2021-12-03T18:09:48.737Z] PASS
18:09:48 [2021-12-03T18:09:48.737Z] coverage: 60.0% of statements
18:09:48 [2021-12-03T18:09:48.737Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.031s	coverage: 60.0% of statements
18:09:48 [2021-12-03T18:09:48.975Z] Loaded image: busybox:latest
18:09:49 [2021-12-03T18:09:49.205Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.33s)
18:09:49 [2021-12-03T18:09:49.205Z] === RUN   TestSerializeRequestReleaseAddressFromSubPool
18:09:49 [2021-12-03T18:09:49.233Z] Loaded image: busybox:glibc
18:09:49 [2021-12-03T18:09:49.724Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
18:09:50 [2021-12-03T18:09:50.189Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
18:09:50 [2021-12-03T18:09:50.655Z] === RUN   TestNetworkDBSimple
18:09:50 [2021-12-03T18:09:50.655Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.71s)
18:09:50 [2021-12-03T18:09:50.655Z] === RUN   TestGetAddress
18:09:51 [2021-12-03T18:09:51.122Z] === RUN   TestGenerate
18:09:51 [2021-12-03T18:09:51.122Z] --- PASS: TestGenerate (0.00s)
18:09:51 [2021-12-03T18:09:51.122Z] === RUN   TestGeneratePtr
18:09:51 [2021-12-03T18:09:51.122Z] --- PASS: TestGeneratePtr (0.00s)
18:09:51 [2021-12-03T18:09:51.122Z] === RUN   TestGenerateMissingField
18:09:51 [2021-12-03T18:09:51.122Z] --- PASS: TestGenerateMissingField (0.00s)
18:09:51 [2021-12-03T18:09:51.122Z] === RUN   TestFieldCannotBeSet
18:09:51 [2021-12-03T18:09:51.122Z] --- PASS: TestFieldCannotBeSet (0.00s)
18:09:51 [2021-12-03T18:09:51.122Z] === RUN   TestTypeMismatchError
18:09:51 [2021-12-03T18:09:51.122Z] --- PASS: TestTypeMismatchError (0.00s)
18:09:51 [2021-12-03T18:09:51.122Z] PASS
18:09:51 [2021-12-03T18:09:51.122Z] coverage: 100.0% of statements
18:09:51 [2021-12-03T18:09:51.122Z] ok  	github.com/docker/docker/libnetwork/options	0.032s	coverage: 100.0% of statements
18:09:51 [2021-12-03T18:09:51.589Z] 2021/12/03 18:09:51 Closing DB instances...
18:09:51 [2021-12-03T18:09:51.589Z] testing: warning: no tests to run
18:09:51 [2021-12-03T18:09:51.589Z] PASS
18:09:51 [2021-12-03T18:09:51.589Z] coverage: 0.0% of statements
18:09:51 [2021-12-03T18:09:51.589Z] ok  	github.com/docker/docker/libnetwork/osl	0.030s	coverage: 0.0% of statements [no tests to run]
18:09:51 [2021-12-03T18:09:51.660Z] --- PASS: TestBuildSquashParent (3.84s)
18:09:51 [2021-12-03T18:09:51.660Z] === RUN   TestBuildWithRemoveAndForceRemove
18:09:51 [2021-12-03T18:09:51.660Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:09:51 [2021-12-03T18:09:51.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:09:51 [2021-12-03T18:09:51.660Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:09:51 [2021-12-03T18:09:51.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:09:51 [2021-12-03T18:09:51.660Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:09:51 [2021-12-03T18:09:51.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:09:51 [2021-12-03T18:09:51.660Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:09:51 [2021-12-03T18:09:51.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:09:51 [2021-12-03T18:09:51.660Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:09:51 [2021-12-03T18:09:51.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:09:51 [2021-12-03T18:09:51.660Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:09:51 [2021-12-03T18:09:51.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:09:51 [2021-12-03T18:09:51.660Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:09:51 [2021-12-03T18:09:51.660Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:09:51 [2021-12-03T18:09:51.763Z] Loaded image: debian:bullseye-slim
18:09:52 [2021-12-03T18:09:52.022Z] Loaded image: hello-world:latest
18:09:52 [2021-12-03T18:09:52.022Z] Loaded image: arm32v7/hello-world:latest
18:09:52 [2021-12-03T18:09:52.022Z] INFO: Testing against a local daemon
18:09:52 [2021-12-03T18:09:52.022Z] === RUN   TestDockerSuite
18:09:52 [2021-12-03T18:09:52.022Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestRequestNewPort
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestRequestNewPort (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestRequestSpecificPort
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestRequestSpecificPort (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestReleasePort
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestReleasePort (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestReuseReleasedPort
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestReuseReleasedPort (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestReleaseUnreadledPort
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestReleaseUnreadledPort (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestUnknowProtocol
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestUnknowProtocol (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestAllocateAllPorts
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestAllocateAllPorts (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestPortAllocation
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestPortAllocation (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestPortAllocationWithCustomRange
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestPortAllocationWithCustomRange (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestNoDuplicateBPR
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestNoDuplicateBPR (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] === RUN   TestChangePortRange
18:09:52 [2021-12-03T18:09:52.056Z]     portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0
18:09:52 [2021-12-03T18:09:52.056Z]     portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0
18:09:52 [2021-12-03T18:09:52.056Z]     portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0
18:09:52 [2021-12-03T18:09:52.056Z]     portallocator_test.go:343: test: port allocate range 60100-65010, setErr=<nil>, reqPort=60100
18:09:52 [2021-12-03T18:09:52.056Z]     portallocator_test.go:343: test: port allocate range 0-0, setErr=<nil>, reqPort=60000
18:09:52 [2021-12-03T18:09:52.056Z]     portallocator_test.go:343: test: port allocate range 59900-65000, setErr=<nil>, reqPort=60001
18:09:52 [2021-12-03T18:09:52.056Z] --- PASS: TestChangePortRange (0.00s)
18:09:52 [2021-12-03T18:09:52.056Z] PASS
18:09:52 [2021-12-03T18:09:52.056Z] coverage: 88.6% of statements
18:09:52 [2021-12-03T18:09:52.056Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.033s	coverage: 88.6% of statements
18:09:52 [2021-12-03T18:09:52.280Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
18:09:52 [2021-12-03T18:09:52.280Z] === RUN   TestDockerSuite/TestAPIErrorJSON
18:09:52 [2021-12-03T18:09:52.280Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
18:09:52 [2021-12-03T18:09:52.280Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
18:09:52 [2021-12-03T18:09:52.280Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
18:09:52 [2021-12-03T18:09:52.280Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
18:09:52 [2021-12-03T18:09:52.280Z] === RUN   TestDockerSuite/TestAPIImagesDelete
18:09:52 [2021-12-03T18:09:52.523Z] --- PASS: TestNetworkDBSimple (2.03s)
18:09:52 [2021-12-03T18:09:52.523Z] === RUN   TestNetworkDBJoinLeaveNetwork
18:09:52 [2021-12-03T18:09:52.588Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:09:52 [2021-12-03T18:09:52.588Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:09:52 [2021-12-03T18:09:52.666Z] --- PASS: TestInspectNetwork (6.80s)
18:09:52 [2021-12-03T18:09:52.666Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
18:09:52 [2021-12-03T18:09:52.666Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
18:09:52 [2021-12-03T18:09:52.666Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
18:09:52 [2021-12-03T18:09:52.666Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
18:09:52 [2021-12-03T18:09:52.666Z] === RUN   TestRunContainerWithBridgeNone
18:09:52 [2021-12-03T18:09:52.990Z] testing: warning: no tests to run
18:09:52 [2021-12-03T18:09:52.990Z] PASS
18:09:52 [2021-12-03T18:09:52.990Z] coverage: 0.0% of statements
18:09:52 [2021-12-03T18:09:52.990Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.032s	coverage: 0.0% of statements [no tests to run]
18:09:53 [2021-12-03T18:09:53.457Z] === RUN   TestHashData
18:09:53 [2021-12-03T18:09:53.457Z] --- PASS: TestHashData (0.00s)
18:09:53 [2021-12-03T18:09:53.457Z] PASS
18:09:53 [2021-12-03T18:09:53.457Z] coverage: 2.8% of statements
18:09:53 [2021-12-03T18:09:53.457Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.031s	coverage: 2.8% of statements
18:09:53 [2021-12-03T18:09:53.517Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:09:53 [2021-12-03T18:09:53.657Z] Loaded image: debian:bullseye-slim
18:09:53 [2021-12-03T18:09:53.774Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:09:53 [2021-12-03T18:09:53.916Z] Loaded image: hello-world:latest
18:09:53 [2021-12-03T18:09:53.916Z] Loaded image: arm32v7/hello-world:latest
18:09:53 [2021-12-03T18:09:53.923Z] 2021/12/03 18:09:53 Closing DB instances...
18:09:53 [2021-12-03T18:09:53.923Z] === RUN   TestErrorConstructors
18:09:53 [2021-12-03T18:09:53.923Z] --- PASS: TestErrorConstructors (0.00s)
18:09:53 [2021-12-03T18:09:53.923Z] === RUN   TestCompareIPMask
18:09:53 [2021-12-03T18:09:53.923Z] --- PASS: TestCompareIPMask (0.00s)
18:09:53 [2021-12-03T18:09:53.923Z] === RUN   TestUtilGetHostPartIP
18:09:53 [2021-12-03T18:09:53.924Z] --- PASS: TestUtilGetHostPartIP (0.00s)
18:09:53 [2021-12-03T18:09:53.924Z] === RUN   TestUtilGetBroadcastIP
18:09:53 [2021-12-03T18:09:53.924Z] --- PASS: TestUtilGetBroadcastIP (0.00s)
18:09:53 [2021-12-03T18:09:53.924Z] === RUN   TestParseCIDR
18:09:53 [2021-12-03T18:09:53.924Z] --- PASS: TestParseCIDR (0.00s)
18:09:53 [2021-12-03T18:09:53.924Z] PASS
18:09:53 [2021-12-03T18:09:53.924Z] coverage: 37.3% of statements
18:09:53 [2021-12-03T18:09:53.924Z] ok  	github.com/docker/docker/libnetwork/types	0.033s	coverage: 37.3% of statements
18:09:54 [2021-12-03T18:09:54.175Z] INFO: Testing against a local daemon
18:09:54 [2021-12-03T18:09:54.175Z] === RUN   TestDockerDaemonSuite
18:09:54 [2021-12-03T18:09:54.175Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
18:09:54 [2021-12-03T18:09:54.576Z] --- PASS: TestRunContainerWithBridgeNone (1.76s)
18:09:54 [2021-12-03T18:09:54.576Z] === RUN   TestNetworkInvalidJSON
18:09:54 [2021-12-03T18:09:54.576Z] === RUN   TestNetworkInvalidJSON//networks/create
18:09:54 [2021-12-03T18:09:54.576Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:09:54 [2021-12-03T18:09:54.576Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:09:54 [2021-12-03T18:09:54.576Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:09:54 [2021-12-03T18:09:54.576Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:09:54 [2021-12-03T18:09:54.576Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:09:54 [2021-12-03T18:09:54.576Z] === CONT  TestNetworkInvalidJSON//networks/create
18:09:54 [2021-12-03T18:09:54.576Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:09:54 [2021-12-03T18:09:54.576Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:09:54 [2021-12-03T18:09:54.576Z] --- PASS: TestNetworkInvalidJSON (0.01s)
18:09:54 [2021-12-03T18:09:54.576Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
18:09:54 [2021-12-03T18:09:54.576Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
18:09:54 [2021-12-03T18:09:54.576Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
18:09:54 [2021-12-03T18:09:54.576Z] === RUN   TestNetworkList
18:09:54 [2021-12-03T18:09:54.576Z] === RUN   TestNetworkList//networks
18:09:54 [2021-12-03T18:09:54.576Z] === PAUSE TestNetworkList//networks
18:09:54 [2021-12-03T18:09:54.576Z] === RUN   TestNetworkList//networks/
18:09:54 [2021-12-03T18:09:54.576Z] === PAUSE TestNetworkList//networks/
18:09:54 [2021-12-03T18:09:54.576Z] === CONT  TestNetworkList//networks
18:09:54 [2021-12-03T18:09:54.576Z] === CONT  TestNetworkList//networks/
18:09:54 [2021-12-03T18:09:54.576Z] --- PASS: TestNetworkList (0.01s)
18:09:54 [2021-12-03T18:09:54.576Z]     --- PASS: TestNetworkList//networks/ (0.00s)
18:09:54 [2021-12-03T18:09:54.576Z]     --- PASS: TestNetworkList//networks (0.00s)
18:09:54 [2021-12-03T18:09:54.576Z] === RUN   TestHostIPv4BridgeLabel
18:09:54 [2021-12-03T18:09:54.836Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
18:09:54 [2021-12-03T18:09:54.836Z] === RUN   TestDaemonRestartWithLiveRestore
18:09:54 [2021-12-03T18:09:54.907Z] --- PASS: TestSetParallelInsertDelete (10.00s)
18:09:54 [2021-12-03T18:09:54.907Z] PASS
18:09:54 [2021-12-03T18:09:54.907Z] coverage: 100.0% of statements
18:09:54 [2021-12-03T18:09:54.907Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.032s	coverage: 100.0% of statements
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
18:09:54 [2021-12-03T18:09:54.907Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
18:09:54 [2021-12-03T18:09:54.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
18:09:54 [2021-12-03T18:09:54.907Z] PASS
18:09:54 [2021-12-03T18:09:54.907Z] coverage: 50.0% of statements
18:09:54 [2021-12-03T18:09:54.907Z] ok  	github.com/docker/docker/oci	0.036s	coverage: 50.0% of statements
18:09:55 [2021-12-03T18:09:55.140Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
18:09:55 [2021-12-03T18:09:55.140Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.24s)
18:09:55 [2021-12-03T18:09:55.140Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.42s)
18:09:55 [2021-12-03T18:09:55.140Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.08s)
18:09:55 [2021-12-03T18:09:55.140Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.26s)
18:09:55 [2021-12-03T18:09:55.140Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.32s)
18:09:55 [2021-12-03T18:09:55.140Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.14s)
18:09:55 [2021-12-03T18:09:55.140Z] === RUN   TestBuildMultiStageCopy
18:09:55 [2021-12-03T18:09:55.140Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:09:55 [2021-12-03T18:09:55.374Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s)
18:09:55 [2021-12-03T18:09:55.374Z] === RUN   TestNetworkDBJoinLeaveNetworks
18:09:55 [2021-12-03T18:09:55.374Z] === RUN   TestParseVersion
18:09:55 [2021-12-03T18:09:55.374Z] --- PASS: TestParseVersion (0.00s)
18:09:55 [2021-12-03T18:09:55.374Z] PASS
18:09:55 [2021-12-03T18:09:55.374Z] coverage: 52.9% of statements
18:09:55 [2021-12-03T18:09:55.374Z] ok  	github.com/docker/docker/pkg/aaparser	0.030s	coverage: 52.9% of statements
18:09:55 [2021-12-03T18:09:55.609Z] === RUN   TestDockerSuite/TestAPIImagesFilter
18:09:55 [2021-12-03T18:09:55.610Z] === RUN   TestDockerSuite/TestAPIImagesHistory
18:09:55 [2021-12-03T18:09:55.777Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
18:09:55 [2021-12-03T18:09:55.777Z] === RUN   TestDaemonDefaultNetworkPools
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestAddressPoolOpt
18:09:55 [2021-12-03T18:09:55.849Z] --- PASS: TestAddressPoolOpt (0.00s)
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/a
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/something
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/_=a
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/env1=value1
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/_env1=value1
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/env2=value2=value3
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/env3=abc!qwe
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/env_4=value_4
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/PATH
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/=a
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/PATH=
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/PATH=something
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/asd!qwe
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/1asd
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/123
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/some_space
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/__some_space_before
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/some_space_after__
18:09:55 [2021-12-03T18:09:55.849Z] === RUN   TestValidateEnv/=
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateEnv/PaTh
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestValidateEnv (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/a (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/something (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/_=a (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/PATH (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/=a (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/1asd (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/123 (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/some_space (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/= (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestParseHost
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestParseHost (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestParseDockerDaemonHost
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestParseDockerDaemonHost (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestParseTCP
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestParseTCP (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestParseInvalidUnixAddrInvalid
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateExtraHosts
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestValidateExtraHosts (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestIpOptString
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestIpOptString (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestNewIpOptInvalidDefaultVal
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestNewIpOptValidDefaultVal
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestIpOptSetInvalidVal
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateIPAddress
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestValidateIPAddress (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestMapOpts
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestMapOpts (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestListOptsWithoutValidator
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestListOptsWithoutValidator (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestListOptsWithValidator
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestListOptsWithValidator (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateDNSSearch
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestValidateDNSSearch (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_general_format
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_more_than_one_=
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_one_more
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestValidateLabel (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestNamedListOpts
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestNamedListOpts (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestNamedMapOpts
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestNamedMapOpts (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestParseLink
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestParseLink (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestQuotedStringSetWithQuotes
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestQuotedStringSetWithNoQuotes
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] === RUN   TestUlimitOpt
18:09:55 [2021-12-03T18:09:55.850Z] --- PASS: TestUlimitOpt (0.00s)
18:09:55 [2021-12-03T18:09:55.850Z] PASS
18:09:55 [2021-12-03T18:09:55.850Z] coverage: 67.1% of statements
18:09:55 [2021-12-03T18:09:55.850Z] ok  	github.com/docker/docker/opts	0.053s	coverage: 67.1% of statements
18:09:56 [2021-12-03T18:09:56.069Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:09:56 [2021-12-03T18:09:56.195Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
18:09:56 [2021-12-03T18:09:56.195Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
18:09:56 [2021-12-03T18:09:56.317Z] 2021/12/03 18:09:56 Closing DB instances...
18:09:56 [2021-12-03T18:09:56.325Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:09:56 [2021-12-03T18:09:56.325Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:09:56 [2021-12-03T18:09:56.581Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:09:56 [2021-12-03T18:09:56.718Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
18:09:56 [2021-12-03T18:09:56.718Z] === RUN   TestDaemonRestartWithExistingNetwork
18:09:56 [2021-12-03T18:09:56.762Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
18:09:56 [2021-12-03T18:09:56.837Z] --- PASS: TestBuildMultiStageCopy (1.74s)
18:09:56 [2021-12-03T18:09:56.837Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.02s)
18:09:56 [2021-12-03T18:09:56.837Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s)
18:09:56 [2021-12-03T18:09:56.837Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s)
18:09:56 [2021-12-03T18:09:56.837Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.18s)
18:09:56 [2021-12-03T18:09:56.837Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s)
18:09:56 [2021-12-03T18:09:56.837Z] === RUN   TestBuildMultiStageParentConfig
18:09:57 [2021-12-03T18:09:57.020Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
18:09:57 [2021-12-03T18:09:57.020Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
18:09:57 [2021-12-03T18:09:57.301Z] === RUN   TestIsArchivePathDir
18:09:57 [2021-12-03T18:09:57.301Z] === RUN   TestPeerCertificateMarshalJSON
18:09:57 [2021-12-03T18:09:57.301Z] --- PASS: TestIsArchivePathDir (0.15s)
18:09:57 [2021-12-03T18:09:57.301Z] === RUN   TestIsArchivePathInvalidFile
18:09:57 [2021-12-03T18:09:57.400Z] --- PASS: TestBuildMultiStageParentConfig (0.51s)
18:09:57 [2021-12-03T18:09:57.400Z] === RUN   TestBuildLabelWithTargets
18:09:57 [2021-12-03T18:09:57.659Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
18:09:57 [2021-12-03T18:09:57.659Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:09:57 [2021-12-03T18:09:57.768Z] --- PASS: TestIsArchivePathInvalidFile (0.11s)
18:09:57 [2021-12-03T18:09:57.768Z] === RUN   TestIsArchivePathTar
18:09:57 [2021-12-03T18:09:57.768Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
18:09:57 [2021-12-03T18:09:57.768Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
18:09:57 [2021-12-03T18:09:57.768Z] --- PASS: TestPeerCertificateMarshalJSON (0.25s)
18:09:57 [2021-12-03T18:09:57.768Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
18:09:57 [2021-12-03T18:09:57.768Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
18:09:57 [2021-12-03T18:09:57.768Z] === RUN   TestMiddleware
18:09:57 [2021-12-03T18:09:57.768Z] --- PASS: TestMiddleware (0.00s)
18:09:57 [2021-12-03T18:09:57.768Z] === RUN   TestNewResponseModifier
18:09:57 [2021-12-03T18:09:57.768Z] --- PASS: TestNewResponseModifier (0.00s)
18:09:57 [2021-12-03T18:09:57.768Z] PASS
18:09:57 [2021-12-03T18:09:57.768Z] coverage: 26.8% of statements
18:09:57 [2021-12-03T18:09:57.768Z] ok  	github.com/docker/docker/pkg/authorization	0.284s	coverage: 26.8% of statements
18:09:57 [2021-12-03T18:09:57.768Z] --- PASS: TestIsArchivePathTar (0.23s)
18:09:57 [2021-12-03T18:09:57.768Z] === RUN   TestDecompressStreamGzip
18:09:57 [2021-12-03T18:09:57.768Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s)
18:09:57 [2021-12-03T18:09:57.768Z] === RUN   TestNetworkDBCRUDTableEntry
18:09:57 [2021-12-03T18:09:57.768Z] --- PASS: TestDecompressStreamGzip (0.21s)
18:09:57 [2021-12-03T18:09:57.768Z] === RUN   TestDecompressStreamBzip2
18:09:57 [2021-12-03T18:09:57.962Z] --- PASS: TestBuildLabelWithTargets (0.82s)
18:09:57 [2021-12-03T18:09:57.962Z] === RUN   TestBuildWithEmptyLayers
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestUnbuffered
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestUnbuffered (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestRaceUnbuffered
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestRaceUnbuffered (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] PASS
18:09:58 [2021-12-03T18:09:58.235Z] coverage: 100.0% of statements
18:09:58 [2021-12-03T18:09:58.235Z] ok  	github.com/docker/docker/pkg/broadcaster	0.031s	coverage: 100.0% of statements
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestDecompressStreamBzip2 (0.09s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestDecompressStreamXz
18:09:58 [2021-12-03T18:09:58.235Z]     archive_test.go:133: Xz not present in msys2
18:09:58 [2021-12-03T18:09:58.235Z] --- SKIP: TestDecompressStreamXz (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestDecompressStreamZstd
18:09:58 [2021-12-03T18:09:58.235Z]     archive_test.go:140: zstd not installed
18:09:58 [2021-12-03T18:09:58.235Z] --- SKIP: TestDecompressStreamZstd (0.02s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestCompressStreamXzUnsupported
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestCompressStreamBzip2Unsupported
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestCompressStreamInvalid
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestCompressStreamInvalid (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestExtensionInvalid
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestExtensionInvalid (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestExtensionUncompressed
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestExtensionUncompressed (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestExtensionBzip2
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestExtensionBzip2 (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestExtensionGzip
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestExtensionGzip (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestExtensionXz
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestExtensionXz (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestExtensionZstd
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestExtensionZstd (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestCmdStreamLargeStderr
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestCmdStreamLargeStderr (0.06s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestCmdStreamBad
18:09:58 [2021-12-03T18:09:58.235Z]     archive_test.go:252: Failing on Windows CI machines
18:09:58 [2021-12-03T18:09:58.235Z] --- SKIP: TestCmdStreamBad (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestCmdStreamGood
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestCmdStreamGood (0.03s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestUntarPathWithInvalidDest
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestUntarPathWithInvalidDest (0.06s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestUntarPathWithInvalidSrc
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestUntarPath
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestUntarPath (0.15s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestUntarPathWithDestinationFile
18:09:58 [2021-12-03T18:09:58.235Z] --- PASS: TestUntarPathWithDestinationFile (0.04s)
18:09:58 [2021-12-03T18:09:58.235Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
18:09:58 [2021-12-03T18:09:58.394Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
18:09:58 [2021-12-03T18:09:58.395Z] === RUN   TestDockerSuite/TestAPINetworkFilter
18:09:58 [2021-12-03T18:09:58.395Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
18:09:58 [2021-12-03T18:09:58.395Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
18:09:58 [2021-12-03T18:09:58.530Z] --- PASS: TestBuildWithEmptyLayers (0.37s)
18:09:58 [2021-12-03T18:09:58.530Z] === RUN   TestBuildMultiStageOnBuild
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[[]]
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[[foo]]
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[[bar]_[foo]]
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[[foo_bar]]
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[[qux]_[foo]]
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[]
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[]#01
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[[qux]]
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[[foo_bar_qux]]
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[[qux]_[baz]]
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestMatch/[[foo_baz]]
18:09:58 [2021-12-03T18:09:58.702Z] --- PASS: TestMatch (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[[]] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[[foo]] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[]#01 (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[[qux]] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z] PASS
18:09:58 [2021-12-03T18:09:58.702Z] coverage: 87.5% of statements
18:09:58 [2021-12-03T18:09:58.702Z] ok  	github.com/docker/docker/pkg/capabilities	0.030s	coverage: 87.5% of statements
18:09:58 [2021-12-03T18:09:58.702Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s)
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestCopyWithTarInvalidSrc
18:09:58 [2021-12-03T18:09:58.702Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
18:09:58 [2021-12-03T18:09:58.702Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestCopyWithTarSrcFile
18:09:58 [2021-12-03T18:09:58.702Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestCopyWithTarSrcFolder
18:09:58 [2021-12-03T18:09:58.702Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestCopyFileWithTarInvalidSrc
18:09:58 [2021-12-03T18:09:58.702Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
18:09:58 [2021-12-03T18:09:58.702Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestCopyFileWithTarSrcFolder
18:09:58 [2021-12-03T18:09:58.702Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestCopyFileWithTarSrcFile
18:09:58 [2021-12-03T18:09:58.702Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s)
18:09:58 [2021-12-03T18:09:58.702Z] === RUN   TestTarFiles
18:09:59 [2021-12-03T18:09:59.041Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
18:09:59 [2021-12-03T18:09:59.041Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:09:59 [2021-12-03T18:09:59.168Z] === RUN   TestChrootTarUntar
18:09:59 [2021-12-03T18:09:59.168Z]     archive_test.go:44: os.Getuid() != 0: skipping test that requires root
18:09:59 [2021-12-03T18:09:59.168Z] --- SKIP: TestChrootTarUntar (0.00s)
18:09:59 [2021-12-03T18:09:59.168Z] === RUN   TestChrootUntarWithHugeExcludesList
18:09:59 [2021-12-03T18:09:59.168Z]     archive_test.go:76: os.Getuid() != 0: skipping test that requires root
18:09:59 [2021-12-03T18:09:59.168Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
18:09:59 [2021-12-03T18:09:59.168Z] === RUN   TestChrootUntarEmptyArchive
18:09:59 [2021-12-03T18:09:59.168Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
18:09:59 [2021-12-03T18:09:59.168Z] === RUN   TestChrootTarUntarWithSymlink
18:09:59 [2021-12-03T18:09:59.168Z]     archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:09:59 [2021-12-03T18:09:59.168Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
18:09:59 [2021-12-03T18:09:59.168Z] === RUN   TestChrootCopyWithTar
18:09:59 [2021-12-03T18:09:59.168Z]     archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:09:59 [2021-12-03T18:09:59.168Z] --- SKIP: TestChrootCopyWithTar (0.00s)
18:09:59 [2021-12-03T18:09:59.168Z] === RUN   TestChrootCopyFileWithTar
18:09:59 [2021-12-03T18:09:59.168Z]     archive_test.go:248: os.Getuid() != 0: skipping test that requires root
18:09:59 [2021-12-03T18:09:59.168Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
18:09:59 [2021-12-03T18:09:59.168Z] === RUN   TestChrootUntarPath
18:09:59 [2021-12-03T18:09:59.168Z]     archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:09:59 [2021-12-03T18:09:59.168Z] --- SKIP: TestChrootUntarPath (0.00s)
18:09:59 [2021-12-03T18:09:59.168Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
18:09:59 [2021-12-03T18:09:59.168Z]     archive_test.go:355: os.Getuid() != 0: skipping test that requires root
18:09:59 [2021-12-03T18:09:59.168Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
18:09:59 [2021-12-03T18:09:59.168Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
18:09:59 [2021-12-03T18:09:59.168Z]     archive_test.go:372: os.Getuid() != 0: skipping test that requires root
18:09:59 [2021-12-03T18:09:59.168Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
18:09:59 [2021-12-03T18:09:59.168Z] === RUN   TestChrootApplyDotDotFile
18:09:59 [2021-12-03T18:09:59.168Z]     archive_test.go:389: os.Getuid() != 0: skipping test that requires root
18:09:59 [2021-12-03T18:09:59.168Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
18:09:59 [2021-12-03T18:09:59.168Z] PASS
18:09:59 [2021-12-03T18:09:59.168Z] coverage: 15.1% of statements
18:09:59 [2021-12-03T18:09:59.168Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.065s	coverage: 15.1% of statements
18:09:59 [2021-12-03T18:09:59.330Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
18:09:59 [2021-12-03T18:09:59.330Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
18:09:59 [2021-12-03T18:09:59.612Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
18:09:59 [2021-12-03T18:09:59.612Z] === RUN   TestServiceWithPredefinedNetwork
18:09:59 [2021-12-03T18:09:59.897Z] --- PASS: TestBuildMultiStageOnBuild (1.21s)
18:09:59 [2021-12-03T18:09:59.897Z] === RUN   TestBuildUncleanTarFilenames
18:10:00 [2021-12-03T18:10:00.152Z] === RUN   TestSizeEmpty
18:10:00 [2021-12-03T18:10:00.152Z] --- PASS: TestSizeEmpty (0.00s)
18:10:00 [2021-12-03T18:10:00.152Z] === RUN   TestSizeEmptyFile
18:10:00 [2021-12-03T18:10:00.152Z] --- PASS: TestSizeEmptyFile (0.00s)
18:10:00 [2021-12-03T18:10:00.152Z] === RUN   TestSizeNonemptyFile
18:10:00 [2021-12-03T18:10:00.152Z] --- PASS: TestSizeNonemptyFile (0.00s)
18:10:00 [2021-12-03T18:10:00.152Z] === RUN   TestSizeNestedDirectoryEmpty
18:10:00 [2021-12-03T18:10:00.152Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
18:10:00 [2021-12-03T18:10:00.152Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
18:10:00 [2021-12-03T18:10:00.152Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
18:10:00 [2021-12-03T18:10:00.152Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
18:10:00 [2021-12-03T18:10:00.152Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
18:10:00 [2021-12-03T18:10:00.152Z] === RUN   TestMoveToSubdir
18:10:00 [2021-12-03T18:10:00.152Z] --- PASS: TestMoveToSubdir (0.00s)
18:10:00 [2021-12-03T18:10:00.152Z] === RUN   TestSizeNonExistingDirectory
18:10:00 [2021-12-03T18:10:00.152Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
18:10:00 [2021-12-03T18:10:00.152Z] PASS
18:10:00 [2021-12-03T18:10:00.152Z] coverage: 80.0% of statements
18:10:00 [2021-12-03T18:10:00.152Z] ok  	github.com/docker/docker/pkg/directory	0.038s	coverage: 80.0% of statements
18:10:00 [2021-12-03T18:10:00.152Z] 2021/12/03 18:09:59 Closing DB instances...
18:10:00 [2021-12-03T18:10:00.154Z] --- PASS: TestBuildUncleanTarFilenames (0.53s)
18:10:00 [2021-12-03T18:10:00.154Z] === RUN   TestBuildMultiStageLayerLeak
18:10:00 [2021-12-03T18:10:00.264Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
18:10:00 [2021-12-03T18:10:00.522Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
18:10:00 [2021-12-03T18:10:00.522Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
18:10:00 [2021-12-03T18:10:00.522Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestContainsEntry
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestCreateEntries
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestEntriesDiff
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestEntriesEquality
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestGeneratorNotGenerate
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestGeneratorWithPort
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestGeneratorWithPortNotGenerate
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestNewEntry
18:10:00 [2021-12-03T18:10:00.619Z] === RUN   Test/TestParse
18:10:00 [2021-12-03T18:10:00.619Z] --- PASS: Test (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestContainsEntry (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestCreateEntries (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestEntriesDiff (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestEntriesEquality (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestNewEntry (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z]     --- PASS: Test/TestParse (0.00s)
18:10:00 [2021-12-03T18:10:00.619Z] PASS
18:10:00 [2021-12-03T18:10:00.619Z] coverage: 58.3% of statements
18:10:00 [2021-12-03T18:10:00.619Z] ok  	github.com/docker/docker/pkg/discovery	0.036s	coverage: 58.3% of statements
18:10:01 [2021-12-03T18:10:01.093Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
18:10:01 [2021-12-03T18:10:01.521Z] --- PASS: TestBuildMultiStageLayerLeak (1.39s)
18:10:01 [2021-12-03T18:10:01.521Z] === RUN   TestBuildWithHugeFile
18:10:01 [2021-12-03T18:10:01.602Z] === RUN   Test
18:10:01 [2021-12-03T18:10:01.603Z] === RUN   Test/TestContent
18:10:01 [2021-12-03T18:10:01.603Z] === RUN   Test/TestInitialize
18:10:01 [2021-12-03T18:10:01.603Z] === RUN   Test/TestNew
18:10:01 [2021-12-03T18:10:01.603Z] === RUN   Test/TestParsingContentsWithComments
18:10:01 [2021-12-03T18:10:01.603Z] === RUN   Test/TestRegister
18:10:01 [2021-12-03T18:10:01.603Z] === RUN   Test/TestWatch
18:10:01 [2021-12-03T18:10:01.603Z] --- PASS: Test (0.00s)
18:10:01 [2021-12-03T18:10:01.603Z]     --- PASS: Test/TestContent (0.00s)
18:10:01 [2021-12-03T18:10:01.603Z]     --- PASS: Test/TestInitialize (0.00s)
18:10:01 [2021-12-03T18:10:01.603Z]     --- PASS: Test/TestNew (0.00s)
18:10:01 [2021-12-03T18:10:01.603Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
18:10:01 [2021-12-03T18:10:01.603Z]     --- PASS: Test/TestRegister (0.00s)
18:10:01 [2021-12-03T18:10:01.603Z]     --- PASS: Test/TestWatch (0.00s)
18:10:01 [2021-12-03T18:10:01.603Z] PASS
18:10:01 [2021-12-03T18:10:01.603Z] coverage: 97.6% of statements
18:10:01 [2021-12-03T18:10:01.603Z] ok  	github.com/docker/docker/pkg/discovery/file	0.042s	coverage: 97.6% of statements
18:10:01 [2021-12-03T18:10:01.603Z] --- PASS: TestTarFiles (3.27s)
18:10:01 [2021-12-03T18:10:01.603Z] === RUN   TestDetectCompressionZstd
18:10:01 [2021-12-03T18:10:01.603Z] --- PASS: TestDetectCompressionZstd (0.00s)
18:10:01 [2021-12-03T18:10:01.603Z] === RUN   TestTarUntar
18:10:01 [2021-12-03T18:10:01.603Z] --- PASS: TestTarUntar (0.03s)
18:10:01 [2021-12-03T18:10:01.603Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
18:10:01 [2021-12-03T18:10:01.603Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
18:10:01 [2021-12-03T18:10:01.603Z] === RUN   TestTarWithOptions
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestTarWithOptions (0.02s)
18:10:02 [2021-12-03T18:10:02.069Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
18:10:02 [2021-12-03T18:10:02.069Z] === RUN   TestUntarUstarGnuConflict
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestUntarUstarGnuConflict (0.01s)
18:10:02 [2021-12-03T18:10:02.069Z] === RUN   TestUntarInvalidFilenames
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames528528272\\dest"
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestUntarInvalidFilenames (0.13s)
18:10:02 [2021-12-03T18:10:02.069Z] === RUN   TestUntarHardlinkToSymlink
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
18:10:02 [2021-12-03T18:10:02.069Z] === RUN   TestUntarInvalidHardlink
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2284828543\\victim\\hello" -> "../victim/hello"
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3641482251\\victim\\hello" -> "/../victim/hello"
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink546231576\\victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink90290959\\victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2127649039\\victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3655069321\\victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestUntarInvalidHardlink (0.02s)
18:10:02 [2021-12-03T18:10:02.069Z] === RUN   TestUntarInvalidSymlink
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1693758412\\dest\\dotdot" -> "../victim/hello"
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3260274524\\dest\\slash-dotdot" -> "/../victim/hello"
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3689088010\\dest\\loophole-victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestNetworkDBCRUDTableEntry (4.04s)
18:10:02 [2021-12-03T18:10:02.069Z] === RUN   TestNetworkDBCRUDTableEntries
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink810383288\\dest\\loophole-victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1585463539\\dest\\loophole-victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4072668950\\dest\\loophole-victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.069Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1253916413\\dest\\dir\\loophole" -> "../../victim"
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestUntarInvalidSymlink (0.03s)
18:10:02 [2021-12-03T18:10:02.069Z] === RUN   TestTempArchiveCloseMultipleTimes
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
18:10:02 [2021-12-03T18:10:02.069Z] === RUN   TestXGlobalNoParent
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestXGlobalNoParent (0.00s)
18:10:02 [2021-12-03T18:10:02.069Z] === RUN   TestReplaceFileTarWrapper
18:10:02 [2021-12-03T18:10:02.069Z] --- PASS: TestReplaceFileTarWrapper (0.13s)
18:10:02 [2021-12-03T18:10:02.070Z] === RUN   TestPrefixHeaderReadable
18:10:02 [2021-12-03T18:10:02.070Z] --- PASS: TestPrefixHeaderReadable (0.05s)
18:10:02 [2021-12-03T18:10:02.070Z] === RUN   TestDisablePigz
18:10:02 [2021-12-03T18:10:02.070Z]     archive_test.go:1372: Test will not check full path when Pigz not installed
18:10:02 [2021-12-03T18:10:02.152Z] --- PASS: TestServiceWithPredefinedNetwork (2.22s)
18:10:02 [2021-12-03T18:10:02.152Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:10:02 [2021-12-03T18:10:02.152Z]     service_test.go:243: FLAKY_TEST
18:10:02 [2021-12-03T18:10:02.152Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:10:02 [2021-12-03T18:10:02.152Z] === RUN   TestServiceWithDataPathPortInit
18:10:02 [2021-12-03T18:10:02.536Z] --- PASS: TestDisablePigz (0.11s)
18:10:02 [2021-12-03T18:10:02.536Z] === RUN   TestPigz
18:10:02 [2021-12-03T18:10:02.536Z]     archive_test.go:1401: Tested whether Pigz is not used, as it not installed
18:10:02 [2021-12-03T18:10:02.536Z] --- PASS: TestPigz (0.12s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestCopyFileWithInvalidDest
18:10:02 [2021-12-03T18:10:02.537Z]     archive_windows_test.go:16: Currently fails
18:10:02 [2021-12-03T18:10:02.537Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestCanonicalTarNameForPath
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestCanonicalTarName
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestCanonicalTarName (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChmodTarEntry
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestChmodTarEntry (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestHardLinkOrder
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   Test
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   Test/TestInitialize
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestHardLinkOrder (0.06s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChangeString
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestChangeString (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChangesWithNoChanges
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestChangesWithNoChanges (0.02s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChangesWithChanges
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestChangesWithChanges (0.02s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChangesWithChangesGH13590
18:10:02 [2021-12-03T18:10:02.537Z]     changes_test.go:195: needs more investigation
18:10:02 [2021-12-03T18:10:02.537Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChangesDirsEmpty
18:10:02 [2021-12-03T18:10:02.537Z]     changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846
18:10:02 [2021-12-03T18:10:02.537Z] --- SKIP: TestChangesDirsEmpty (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChangesDirsMutated
18:10:02 [2021-12-03T18:10:02.537Z]     changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846
18:10:02 [2021-12-03T18:10:02.537Z] --- SKIP: TestChangesDirsMutated (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestApplyLayer
18:10:02 [2021-12-03T18:10:02.537Z]     changes_test.go:432: needs further investigation
18:10:02 [2021-12-03T18:10:02.537Z] --- SKIP: TestApplyLayer (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChangesSizeWithHardlinks
18:10:02 [2021-12-03T18:10:02.537Z]     changes_test.go:468: needs further investigation
18:10:02 [2021-12-03T18:10:02.537Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChangesSizeWithNoChanges
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestChangesSize
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestChangesSize (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestApplyLayerInvalidFilenames
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1581287165\\dest"
18:10:02 [2021-12-03T18:10:02.537Z] time="2021-12-03T18:10:02Z" level=info msg="Initializing discovery without TLS"
18:10:02 [2021-12-03T18:10:02.537Z] time="2021-12-03T18:10:02Z" level=info msg="Initializing discovery without TLS"
18:10:02 [2021-12-03T18:10:02.537Z] time="2021-12-03T18:10:02Z" level=info msg="Initializing discovery without TLS"
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   Test/TestInitializeWithCerts
18:10:02 [2021-12-03T18:10:02.537Z] time="2021-12-03T18:10:02Z" level=info msg="Initializing discovery with TLS"
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   Test/TestWatch
18:10:02 [2021-12-03T18:10:02.537Z] time="2021-12-03T18:10:02Z" level=info msg="Initializing discovery without TLS"
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestApplyLayerInvalidHardlink
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4972664\\victim\\hello" -> "../victim/hello"
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3347865899\\victim\\hello" -> "/../victim/hello"
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2288196882\\victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3256079711\\victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1721384226\\victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3972316014\\victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestApplyLayerInvalidSymlink
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3794930178\\dest\\dotdot" -> "../victim/hello"
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2891981309\\dest\\slash-dotdot" -> "/../victim/hello"
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink284719625\\dest\\loophole-victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3182255438\\dest\\loophole-victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink910442906\\dest\\loophole-victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2673836504\\dest\\loophole-victim" -> "../victim"
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestApplyLayerWhiteouts
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestApplyLayerWhiteouts (0.05s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestGenerateEmptyFile
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestGenerateEmptyFile (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] === RUN   TestGenerateWithContent
18:10:02 [2021-12-03T18:10:02.537Z] --- PASS: TestGenerateWithContent (0.00s)
18:10:02 [2021-12-03T18:10:02.537Z] PASS
18:10:02 [2021-12-03T18:10:02.537Z] coverage: 62.0% of statements
18:10:02 [2021-12-03T18:10:02.537Z] ok  	github.com/docker/docker/pkg/archive	5.374s	coverage: 62.0% of statements
18:10:04 [2021-12-03T18:10:04.100Z] 2021/12/03 18:10:03 Closing DB instances...
18:10:05 [2021-12-03T18:10:05.660Z] --- PASS: Test (3.10s)
18:10:05 [2021-12-03T18:10:05.660Z]     --- PASS: Test/TestInitialize (0.10s)
18:10:05 [2021-12-03T18:10:05.660Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
18:10:05 [2021-12-03T18:10:05.660Z]     --- PASS: Test/TestWatch (3.00s)
18:10:05 [2021-12-03T18:10:05.660Z] PASS
18:10:05 [2021-12-03T18:10:05.660Z] coverage: 84.1% of statements
18:10:05 [2021-12-03T18:10:05.660Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.148s	coverage: 84.1% of statements
18:10:05 [2021-12-03T18:10:05.660Z] --- PASS: TestNetworkDBCRUDTableEntries (3.62s)
18:10:05 [2021-12-03T18:10:05.660Z] === RUN   TestNetworkDBNodeLeave
18:10:06 [2021-12-03T18:10:06.128Z] === RUN   Test
18:10:06 [2021-12-03T18:10:06.128Z] === RUN   Test/TestWatch
18:10:06 [2021-12-03T18:10:06.128Z] --- PASS: Test (0.00s)
18:10:06 [2021-12-03T18:10:06.128Z]     --- PASS: Test/TestWatch (0.00s)
18:10:06 [2021-12-03T18:10:06.128Z] PASS
18:10:06 [2021-12-03T18:10:06.128Z] coverage: 92.3% of statements
18:10:06 [2021-12-03T18:10:06.128Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.032s	coverage: 92.3% of statements
18:10:06 [2021-12-03T18:10:06.595Z] === RUN   Test
18:10:06 [2021-12-03T18:10:06.595Z] === RUN   Test/TestInitialize
18:10:06 [2021-12-03T18:10:06.595Z] === RUN   Test/TestInitializeWithPattern
18:10:06 [2021-12-03T18:10:06.595Z] === RUN   Test/TestRegister
18:10:06 [2021-12-03T18:10:06.595Z] === RUN   Test/TestWatch
18:10:06 [2021-12-03T18:10:06.595Z] --- PASS: Test (0.00s)
18:10:06 [2021-12-03T18:10:06.595Z]     --- PASS: Test/TestInitialize (0.00s)
18:10:06 [2021-12-03T18:10:06.595Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
18:10:06 [2021-12-03T18:10:06.595Z]     --- PASS: Test/TestRegister (0.00s)
18:10:06 [2021-12-03T18:10:06.595Z]     --- PASS: Test/TestWatch (0.00s)
18:10:06 [2021-12-03T18:10:06.595Z] PASS
18:10:06 [2021-12-03T18:10:06.595Z] coverage: 93.8% of statements
18:10:06 [2021-12-03T18:10:06.595Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.036s	coverage: 93.8% of statements
18:10:07 [2021-12-03T18:10:07.579Z] === RUN   TestPollerAddRemove
18:10:07 [2021-12-03T18:10:07.579Z] --- PASS: TestPollerAddRemove (0.00s)
18:10:07 [2021-12-03T18:10:07.579Z] === RUN   TestPollerEvent
18:10:07 [2021-12-03T18:10:07.579Z]     poller_test.go:40: No chmod on Windows
18:10:07 [2021-12-03T18:10:07.579Z] --- SKIP: TestPollerEvent (0.00s)
18:10:07 [2021-12-03T18:10:07.579Z] === RUN   TestPollerClose
18:10:07 [2021-12-03T18:10:07.579Z] --- PASS: TestPollerClose (0.00s)
18:10:07 [2021-12-03T18:10:07.579Z] PASS
18:10:07 [2021-12-03T18:10:07.579Z] coverage: 45.7% of statements
18:10:07 [2021-12-03T18:10:07.579Z] ok  	github.com/docker/docker/pkg/filenotify	0.035s	coverage: 45.7% of statements
18:10:07 [2021-12-03T18:10:07.663Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestCopyFileWithInvalidSrc
18:10:08 [2021-12-03T18:10:08.046Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestCopyFileWithInvalidDest
18:10:08 [2021-12-03T18:10:08.046Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestCopyFileWithSameSrcAndDest
18:10:08 [2021-12-03T18:10:08.046Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
18:10:08 [2021-12-03T18:10:08.046Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestCopyFile
18:10:08 [2021-12-03T18:10:08.046Z] --- PASS: TestCopyFile (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
18:10:08 [2021-12-03T18:10:08.046Z]     fileutils_test.go:133: Needs porting to Windows
18:10:08 [2021-12-03T18:10:08.046Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
18:10:08 [2021-12-03T18:10:08.046Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestReadSymlinkedDirectoryToFile
18:10:08 [2021-12-03T18:10:08.046Z]     fileutils_test.go:179: Needs porting to Windows
18:10:08 [2021-12-03T18:10:08.046Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestWildcardMatches
18:10:08 [2021-12-03T18:10:08.046Z] --- PASS: TestWildcardMatches (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestPatternMatches
18:10:08 [2021-12-03T18:10:08.046Z] --- PASS: TestPatternMatches (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestExclusionPatternMatchesPatternBefore
18:10:08 [2021-12-03T18:10:08.046Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestPatternMatchesFolderExclusions
18:10:08 [2021-12-03T18:10:08.046Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
18:10:08 [2021-12-03T18:10:08.046Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestPatternMatchesFolderWildcardExclusions
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestExclusionPatternMatchesPatternAfter
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestExclusionPatternMatchesWholeDirectory
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestSingleExclamationError
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestSingleExclamationError (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestMatchesWithNoPatterns
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestMatchesWithMalformedPatterns
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestMatches
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestMatches/MatchesOrParentMatches
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestMatches/MatchesUsingParentResult
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestMatches/MatchesUsingParentResults
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestMatches/MatchesUsingParentResultsNoContext
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestMatches (0.01s)
18:10:08 [2021-12-03T18:10:08.513Z]     --- PASS: TestMatches/MatchesOrParentMatches (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z]     --- PASS: TestMatches/MatchesUsingParentResult (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z]     --- PASS: TestMatches/MatchesUsingParentResults (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z]     --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestCleanPatterns
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestCleanPatterns (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestCleanPatternsStripEmptyPatterns
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestCleanPatternsExceptionFlag
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestCleanPatternsErrorSingleException
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestCreateIfNotExistsDir
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestCreateIfNotExistsFile
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestMatch
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestMatch (0.00s)
18:10:08 [2021-12-03T18:10:08.513Z] PASS
18:10:08 [2021-12-03T18:10:08.513Z] coverage: 84.0% of statements
18:10:08 [2021-12-03T18:10:08.513Z] ok  	github.com/docker/docker/pkg/fileutils	0.059s	coverage: 84.0% of statements
18:10:08 [2021-12-03T18:10:08.513Z] --- PASS: TestNetworkDBNodeLeave (2.84s)
18:10:08 [2021-12-03T18:10:08.513Z] === RUN   TestNetworkDBWatch
18:10:08 [2021-12-03T18:10:08.981Z] === RUN   TestGet
18:10:08 [2021-12-03T18:10:08.981Z] --- PASS: TestGet (0.00s)
18:10:08 [2021-12-03T18:10:08.981Z] === RUN   TestGetShortcutString
18:10:08 [2021-12-03T18:10:08.981Z] --- PASS: TestGetShortcutString (0.00s)
18:10:08 [2021-12-03T18:10:08.981Z] PASS
18:10:08 [2021-12-03T18:10:08.981Z] coverage: 42.9% of statements
18:10:08 [2021-12-03T18:10:08.981Z] ok  	github.com/docker/docker/pkg/homedir	0.031s	coverage: 42.9% of statements
18:10:09 [2021-12-03T18:10:09.448Z] === RUN   TestCreateIDMapOrder
18:10:09 [2021-12-03T18:10:09.448Z] --- PASS: TestCreateIDMapOrder (0.00s)
18:10:09 [2021-12-03T18:10:09.448Z] PASS
18:10:09 [2021-12-03T18:10:09.448Z] coverage: 7.2% of statements
18:10:09 [2021-12-03T18:10:09.448Z] ok  	github.com/docker/docker/pkg/idtools	0.032s	coverage: 7.2% of statements
18:10:09 [2021-12-03T18:10:09.448Z] --- PASS: TestGetAddress (18.90s)
18:10:09 [2021-12-03T18:10:09.448Z] === RUN   TestRequestSyntaxCheck
18:10:09 [2021-12-03T18:10:09.448Z] --- PASS: TestRequestSyntaxCheck (0.01s)
18:10:09 [2021-12-03T18:10:09.448Z] === RUN   TestRequest
18:10:09 [2021-12-03T18:10:09.915Z] 2021/12/03 18:10:09 Closing DB instances...
18:10:10 [2021-12-03T18:10:10.382Z] === RUN   TestFixedBufferCap
18:10:10 [2021-12-03T18:10:10.382Z] --- PASS: TestFixedBufferCap (0.00s)
18:10:10 [2021-12-03T18:10:10.382Z] === RUN   TestFixedBufferLen
18:10:10 [2021-12-03T18:10:10.382Z] --- PASS: TestFixedBufferLen (0.00s)
18:10:10 [2021-12-03T18:10:10.382Z] === RUN   TestFixedBufferString
18:10:10 [2021-12-03T18:10:10.382Z] --- PASS: TestFixedBufferString (0.00s)
18:10:10 [2021-12-03T18:10:10.382Z] === RUN   TestFixedBufferWrite
18:10:10 [2021-12-03T18:10:10.382Z] --- PASS: TestFixedBufferWrite (0.00s)
18:10:10 [2021-12-03T18:10:10.382Z] === RUN   TestFixedBufferRead
18:10:10 [2021-12-03T18:10:10.382Z] --- PASS: TestFixedBufferRead (0.00s)
18:10:10 [2021-12-03T18:10:10.382Z] === RUN   TestBytesPipeRead
18:10:10 [2021-12-03T18:10:10.382Z] --- PASS: TestBytesPipeRead (0.00s)
18:10:10 [2021-12-03T18:10:10.382Z] === RUN   TestBytesPipeWrite
18:10:10 [2021-12-03T18:10:10.382Z] --- PASS: TestBytesPipeWrite (0.00s)
18:10:10 [2021-12-03T18:10:10.382Z] === RUN   TestBytesPipeWriteRandomChunks
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestBytesPipeWriteRandomChunks (0.39s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestAtomicWriteToFile
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestAtomicWriteToFile (0.00s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestAtomicWriteSetCommit
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestAtomicWriteSetCommit (0.00s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestAtomicWriteSetCancel
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestAtomicWriteSetCancel (0.00s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestReadCloserWrapperClose
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestReadCloserWrapperClose (0.00s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestReaderErrWrapperReadOnError
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestReaderErrWrapperRead
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestReaderErrWrapperRead (0.00s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestCancelReadCloser
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestCancelReadCloser (0.10s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestWriteCloserWrapperClose
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestNopWriteCloser
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestNopWriteCloser (0.00s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestNopWriter
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestNopWriter (0.00s)
18:10:10 [2021-12-03T18:10:10.849Z] === RUN   TestWriteCounter
18:10:10 [2021-12-03T18:10:10.849Z] --- PASS: TestWriteCounter (0.00s)
18:10:10 [2021-12-03T18:10:10.849Z] PASS
18:10:10 [2021-12-03T18:10:10.849Z] coverage: 69.2% of statements
18:10:10 [2021-12-03T18:10:10.849Z] ok  	github.com/docker/docker/pkg/ioutils	0.533s	coverage: 69.2% of statements
18:10:11 [2021-12-03T18:10:11.316Z] --- PASS: TestNetworkDBWatch (3.04s)
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestNetworkDBBulkSync
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestError
18:10:11 [2021-12-03T18:10:11.316Z] --- PASS: TestError (0.00s)
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestProgressString
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestProgressString/no_progress
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestProgressString/progress_1
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestProgressString/some_progress_with_a_start_time
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestProgressString/some_progress_without_a_start_time
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestProgressString/with_units
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestProgressString/hide_counts
18:10:11 [2021-12-03T18:10:11.316Z] --- PASS: TestProgressString (0.00s)
18:10:11 [2021-12-03T18:10:11.316Z]     --- PASS: TestProgressString/no_progress (0.00s)
18:10:11 [2021-12-03T18:10:11.316Z]     --- PASS: TestProgressString/progress_1 (0.00s)
18:10:11 [2021-12-03T18:10:11.316Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
18:10:11 [2021-12-03T18:10:11.316Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
18:10:11 [2021-12-03T18:10:11.316Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
18:10:11 [2021-12-03T18:10:11.316Z]     --- PASS: TestProgressString/with_units (0.00s)
18:10:11 [2021-12-03T18:10:11.316Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
18:10:11 [2021-12-03T18:10:11.316Z]     --- PASS: TestProgressString/hide_counts (0.00s)
18:10:11 [2021-12-03T18:10:11.316Z] === RUN   TestJSONMessageDisplay
18:10:11 [2021-12-03T18:10:11.784Z] --- PASS: TestJSONMessageDisplay (0.10s)
18:10:11 [2021-12-03T18:10:11.784Z] === RUN   TestJSONMessageDisplayWithJSONError
18:10:11 [2021-12-03T18:10:11.784Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
18:10:11 [2021-12-03T18:10:11.784Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
18:10:11 [2021-12-03T18:10:11.784Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
18:10:11 [2021-12-03T18:10:11.784Z] === RUN   TestDisplayJSONMessagesStream
18:10:11 [2021-12-03T18:10:11.784Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
18:10:11 [2021-12-03T18:10:11.784Z] PASS
18:10:11 [2021-12-03T18:10:11.784Z] coverage: 91.7% of statements
18:10:11 [2021-12-03T18:10:11.784Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.137s	coverage: 91.7% of statements
18:10:11 [2021-12-03T18:10:11.849Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
18:10:12 [2021-12-03T18:10:12.251Z] === RUN   TestStandardLongPath
18:10:12 [2021-12-03T18:10:12.251Z] --- PASS: TestStandardLongPath (0.00s)
18:10:12 [2021-12-03T18:10:12.251Z] === RUN   TestUNCLongPath
18:10:12 [2021-12-03T18:10:12.251Z] --- PASS: TestUNCLongPath (0.00s)
18:10:12 [2021-12-03T18:10:12.251Z] PASS
18:10:12 [2021-12-03T18:10:12.251Z] coverage: 100.0% of statements
18:10:12 [2021-12-03T18:10:12.251Z] ok  	github.com/docker/docker/pkg/longpath	0.028s	coverage: 100.0% of statements
18:10:12 [2021-12-03T18:10:12.726Z] === RUN   TestNameFormat
18:10:12 [2021-12-03T18:10:12.726Z] --- PASS: TestNameFormat (0.00s)
18:10:12 [2021-12-03T18:10:12.726Z] === RUN   TestNameRetries
18:10:12 [2021-12-03T18:10:12.726Z] --- PASS: TestNameRetries (0.00s)
18:10:12 [2021-12-03T18:10:12.726Z] PASS
18:10:12 [2021-12-03T18:10:12.726Z] coverage: 85.7% of statements
18:10:12 [2021-12-03T18:10:12.726Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.032s	coverage: 85.7% of statements
18:10:12 [2021-12-03T18:10:12.726Z] 2021/12/03 18:10:12 Closing DB instances...
18:10:13 [2021-12-03T18:10:13.193Z] === RUN   TestParseKeyValueOpt
18:10:13 [2021-12-03T18:10:13.193Z] --- PASS: TestParseKeyValueOpt (0.00s)
18:10:13 [2021-12-03T18:10:13.193Z] === RUN   TestParseUintList
18:10:13 [2021-12-03T18:10:13.193Z] --- PASS: TestParseUintList (0.00s)
18:10:13 [2021-12-03T18:10:13.193Z] === RUN   TestParseUintListMaximumLimits
18:10:13 [2021-12-03T18:10:13.193Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
18:10:13 [2021-12-03T18:10:13.193Z] PASS
18:10:13 [2021-12-03T18:10:13.193Z] coverage: 97.0% of statements
18:10:13 [2021-12-03T18:10:13.193Z] ok  	github.com/docker/docker/pkg/parsers	0.027s	coverage: 97.0% of statements
18:10:13 [2021-12-03T18:10:13.660Z] === RUN   TestNewAndRemove
18:10:13 [2021-12-03T18:10:13.660Z] --- PASS: TestNewAndRemove (0.00s)
18:10:13 [2021-12-03T18:10:13.660Z] === RUN   TestRemoveInvalidPath
18:10:13 [2021-12-03T18:10:13.660Z] --- PASS: TestRemoveInvalidPath (0.00s)
18:10:13 [2021-12-03T18:10:13.660Z] PASS
18:10:13 [2021-12-03T18:10:13.660Z] coverage: 82.6% of statements
18:10:13 [2021-12-03T18:10:13.660Z] ok  	github.com/docker/docker/pkg/pidfile	0.030s	coverage: 82.6% of statements
18:10:14 [2021-12-03T18:10:14.128Z] --- PASS: TestNetworkDBBulkSync (2.82s)
18:10:14 [2021-12-03T18:10:14.128Z] === RUN   TestNetworkDBCRUDMediumCluster
18:10:14 [2021-12-03T18:10:14.379Z] --- PASS: TestBuildWithHugeFile (111.13s)
18:10:14 [2021-12-03T18:10:14.379Z] === RUN   TestBuildWCOWSandboxSize
18:10:14 [2021-12-03T18:10:14.379Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
18:10:14 [2021-12-03T18:10:14.379Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
18:10:14 [2021-12-03T18:10:14.379Z] === RUN   TestBuildWithEmptyDockerfile
18:10:14 [2021-12-03T18:10:14.379Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:10:14 [2021-12-03T18:10:14.379Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:10:14 [2021-12-03T18:10:14.379Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:10:14 [2021-12-03T18:10:14.379Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:10:14 [2021-12-03T18:10:14.379Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:10:14 [2021-12-03T18:10:14.379Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:10:14 [2021-12-03T18:10:14.379Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:10:14 [2021-12-03T18:10:14.379Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:10:14 [2021-12-03T18:10:14.379Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
18:10:14 [2021-12-03T18:10:14.379Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:10:14 [2021-12-03T18:10:14.638Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
18:10:14 [2021-12-03T18:10:14.638Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s)
18:10:14 [2021-12-03T18:10:14.638Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
18:10:14 [2021-12-03T18:10:14.638Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
18:10:14 [2021-12-03T18:10:14.638Z] === RUN   TestBuildPreserveOwnership
18:10:14 [2021-12-03T18:10:14.638Z] === RUN   TestBuildPreserveOwnership/copy_from
18:10:15 [2021-12-03T18:10:15.112Z] === RUN   TestFailedConnection
18:10:15 [2021-12-03T18:10:15.112Z] --- PASS: TestRequest (5.44s)
18:10:15 [2021-12-03T18:10:15.112Z] === RUN   TestOverlappingRequests
18:10:15 [2021-12-03T18:10:15.112Z] --- PASS: TestOverlappingRequests (0.22s)
18:10:15 [2021-12-03T18:10:15.112Z] === RUN   TestRelease
18:10:16 [2021-12-03T18:10:16.096Z] --- PASS: TestRelease (0.94s)
18:10:16 [2021-12-03T18:10:16.096Z] === RUN   TestAllocateRandomDeallocate
18:10:16 [2021-12-03T18:10:16.538Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
18:10:16 [2021-12-03T18:10:16.796Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
18:10:17 [2021-12-03T18:10:17.051Z] --- PASS: TestServiceWithDataPathPortInit (13.75s)
18:10:17 [2021-12-03T18:10:17.051Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:10:17 [2021-12-03T18:10:17.055Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
18:10:17 [2021-12-03T18:10:17.079Z] --- PASS: TestFailedConnection (2.13s)
18:10:17 [2021-12-03T18:10:17.079Z] === RUN   TestFailOnce
18:10:17 [2021-12-03T18:10:17.079Z] 2021/12/03 18:10:16 http: panic serving 127.0.0.1:49284: Plugin not ready
18:10:17 [2021-12-03T18:10:17.079Z] goroutine 36 [running]:
18:10:17 [2021-12-03T18:10:17.079Z] net/http.(*conn).serve.func1()
18:10:17 [2021-12-03T18:10:17.079Z] 	c:/go/src/net/http/server.go:1801 +0xb9
18:10:17 [2021-12-03T18:10:17.079Z] panic({0xa2ac60, 0xb37350})
18:10:17 [2021-12-03T18:10:17.079Z] 	c:/go/src/runtime/panic.go:1047 +0x266
18:10:17 [2021-12-03T18:10:17.079Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x328a733bd7e6620a}, 0xc00004fa98)
18:10:17 [2021-12-03T18:10:17.079Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d
18:10:17 [2021-12-03T18:10:17.079Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xb440d0, 0xc0001be000}, 0x97ef46)
18:10:17 [2021-12-03T18:10:17.079Z] 	c:/go/src/net/http/server.go:2046 +0x2f
18:10:17 [2021-12-03T18:10:17.079Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xb440d0, 0xc0001be000}, 0xc0001b0000)
18:10:17 [2021-12-03T18:10:17.079Z] 	c:/go/src/net/http/server.go:2424 +0x149
18:10:17 [2021-12-03T18:10:17.079Z] net/http.serverHandler.ServeHTTP({0xb426d0}, {0xb440d0, 0xc0001be000}, 0xc0001b0000)
18:10:17 [2021-12-03T18:10:17.079Z] 	c:/go/src/net/http/server.go:2878 +0x43b
18:10:17 [2021-12-03T18:10:17.079Z] net/http.(*conn).serve(0xc0001a4000, {0xb45fa0, 0xc0000960c0})
18:10:17 [2021-12-03T18:10:17.079Z] 	c:/go/src/net/http/server.go:1929 +0xb08
18:10:17 [2021-12-03T18:10:17.079Z] created by net/http.(*Server).Serve
18:10:17 [2021-12-03T18:10:17.079Z] 	c:/go/src/net/http/server.go:3033 +0x4e8
18:10:17 [2021-12-03T18:10:17.079Z] time="2021-12-03T18:10:16Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49283/Test.FailOnce: Post \"http://127.0.0.1:49283/Test.FailOnce\": EOF, retrying in 1s"
18:10:17 [2021-12-03T18:10:17.079Z] 2021/12/03 18:10:16 Closing DB instances...
18:10:17 [2021-12-03T18:10:17.313Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
18:10:17 [2021-12-03T18:10:17.547Z] === RUN   TestParseEmptyInterface
18:10:17 [2021-12-03T18:10:17.547Z] --- PASS: TestParseEmptyInterface (0.00s)
18:10:17 [2021-12-03T18:10:17.547Z] === RUN   TestParseNonInterfaceType
18:10:17 [2021-12-03T18:10:17.547Z] --- PASS: TestParseNonInterfaceType (0.00s)
18:10:17 [2021-12-03T18:10:17.547Z] === RUN   TestParseWithOneFunction
18:10:17 [2021-12-03T18:10:17.547Z] --- PASS: TestParseWithOneFunction (0.00s)
18:10:17 [2021-12-03T18:10:17.547Z] === RUN   TestParseWithMultipleFuncs
18:10:17 [2021-12-03T18:10:17.547Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
18:10:17 [2021-12-03T18:10:17.547Z] === RUN   TestParseWithUnnamedReturn
18:10:17 [2021-12-03T18:10:17.547Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
18:10:17 [2021-12-03T18:10:17.547Z] === RUN   TestEmbeddedInterface
18:10:17 [2021-12-03T18:10:17.547Z] --- PASS: TestEmbeddedInterface (0.00s)
18:10:17 [2021-12-03T18:10:17.547Z] === RUN   TestParsedImports
18:10:17 [2021-12-03T18:10:17.547Z] time="2021-12-03T18:10:17Z" level=error msg="node: 05bc954f3d44 is unknown to memberlist"
18:10:17 [2021-12-03T18:10:17.547Z] --- PASS: TestParsedImports (0.00s)
18:10:17 [2021-12-03T18:10:17.547Z] === RUN   TestAliasedImports
18:10:17 [2021-12-03T18:10:17.547Z] --- PASS: TestAliasedImports (0.00s)
18:10:17 [2021-12-03T18:10:17.547Z] PASS
18:10:17 [2021-12-03T18:10:17.547Z] coverage: 56.8% of statements
18:10:17 [2021-12-03T18:10:17.547Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.038s	coverage: 56.8% of statements
18:10:17 [2021-12-03T18:10:17.547Z] time="2021-12-03T18:10:17Z" level=error msg="node: 05bc954f3d44 is unknown to memberlist"
18:10:17 [2021-12-03T18:10:17.883Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
18:10:17 [2021-12-03T18:10:17.991Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yvr0g36xrk8xvhfykqi8nwrqn Created:2021-12-03 18:10:16.796099305 +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[fb3d03ed51480f8c3095eebdd5b861d9e9eca601c53ecc4c311dac1569638615:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.39oztpn3l61ul5xz34xzbu6nm EndpointID:3dc68947a318044b968d4635043bbf02c1357202b655cd1db9d4446ded9e2b21 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8c575aa87cbda69c05fb83db1dd274038671b210c6cbbad3ca06b3ee15d7be44 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:929df75a0653 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.39oztpn3l61ul5xz34xzbu6nm EndpointID:3dc68947a318044b968d4635043bbf02c1357202b655cd1db9d4446ded9e2b21 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
18:10:18 [2021-12-03T18:10:18.014Z] === RUN   TestHTTPTransport
18:10:18 [2021-12-03T18:10:18.014Z] --- PASS: TestHTTPTransport (0.00s)
18:10:18 [2021-12-03T18:10:18.014Z] PASS
18:10:18 [2021-12-03T18:10:18.014Z] coverage: 85.7% of statements
18:10:18 [2021-12-03T18:10:18.014Z] --- PASS: TestFailOnce (1.10s)
18:10:18 [2021-12-03T18:10:18.014Z] === RUN   TestEchoInputOutput
18:10:18 [2021-12-03T18:10:18.014Z] --- PASS: TestEchoInputOutput (0.00s)
18:10:18 [2021-12-03T18:10:18.014Z] === RUN   TestBackoff
18:10:18 [2021-12-03T18:10:18.014Z] --- PASS: TestBackoff (0.00s)
18:10:18 [2021-12-03T18:10:18.014Z] === RUN   TestAbortRetry
18:10:18 [2021-12-03T18:10:18.014Z] --- PASS: TestAbortRetry (0.00s)
18:10:18 [2021-12-03T18:10:18.014Z] === RUN   TestClientScheme
18:10:18 [2021-12-03T18:10:18.014Z] --- PASS: TestClientScheme (0.00s)
18:10:18 [2021-12-03T18:10:18.014Z] === RUN   TestNewClientWithTimeout
18:10:18 [2021-12-03T18:10:18.014Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.030s	coverage: 85.7% of statements
18:10:18 [2021-12-03T18:10:18.142Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
18:10:18 [2021-12-03T18:10:18.481Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
18:10:18 [2021-12-03T18:10:18.481Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
18:10:18 [2021-12-03T18:10:18.481Z] === RUN   TestBufioReaderPoolPutAndGet
18:10:18 [2021-12-03T18:10:18.481Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
18:10:18 [2021-12-03T18:10:18.481Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
18:10:18 [2021-12-03T18:10:18.481Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
18:10:18 [2021-12-03T18:10:18.481Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
18:10:18 [2021-12-03T18:10:18.481Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
18:10:18 [2021-12-03T18:10:18.481Z] === RUN   TestBufioWriterPoolPutAndGet
18:10:18 [2021-12-03T18:10:18.481Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
18:10:18 [2021-12-03T18:10:18.481Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
18:10:18 [2021-12-03T18:10:18.481Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
18:10:18 [2021-12-03T18:10:18.481Z] === RUN   TestBufferPoolPutAndGet
18:10:18 [2021-12-03T18:10:18.481Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
18:10:18 [2021-12-03T18:10:18.481Z] PASS
18:10:18 [2021-12-03T18:10:18.481Z] coverage: 88.2% of statements
18:10:18 [2021-12-03T18:10:18.481Z] ok  	github.com/docker/docker/pkg/pools	0.027s	coverage: 88.2% of statements
18:10:18 [2021-12-03T18:10:18.481Z] time="2021-12-03T18:10:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
18:10:18 [2021-12-03T18:10:18.709Z] --- PASS: TestBuildPreserveOwnership (4.00s)
18:10:18 [2021-12-03T18:10:18.709Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.51s)
18:10:18 [2021-12-03T18:10:18.709Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.47s)
18:10:18 [2021-12-03T18:10:18.709Z] === RUN   TestBuildPlatformInvalid
18:10:18 [2021-12-03T18:10:18.709Z] --- PASS: TestBuildPlatformInvalid (0.16s)
18:10:18 [2021-12-03T18:10:18.709Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
18:10:18 [2021-12-03T18:10:18.709Z] === RUN   TestDockerSuite/TestAttachAfterDetach
18:10:18 [2021-12-03T18:10:18.948Z] === RUN   TestOutputOnPrematureClose
18:10:18 [2021-12-03T18:10:18.948Z] --- PASS: TestOutputOnPrematureClose (0.00s)
18:10:18 [2021-12-03T18:10:18.948Z] === RUN   TestCompleteSilently
18:10:18 [2021-12-03T18:10:18.948Z] --- PASS: TestCompleteSilently (0.00s)
18:10:18 [2021-12-03T18:10:18.948Z] PASS
18:10:18 [2021-12-03T18:10:18.948Z] coverage: 75.9% of statements
18:10:18 [2021-12-03T18:10:18.948Z] ok  	github.com/docker/docker/pkg/progress	0.027s	coverage: 75.9% of statements
18:10:18 [2021-12-03T18:10:18.948Z] --- PASS: TestAllocateRandomDeallocate (2.74s)
18:10:18 [2021-12-03T18:10:18.948Z] === RUN   TestRetrieveFromStore
18:10:19 [2021-12-03T18:10:19.415Z] === RUN   TestSendToOneSub
18:10:19 [2021-12-03T18:10:19.415Z] --- PASS: TestSendToOneSub (0.00s)
18:10:19 [2021-12-03T18:10:19.415Z] === RUN   TestSendToMultipleSubs
18:10:19 [2021-12-03T18:10:19.415Z] --- PASS: TestSendToMultipleSubs (0.00s)
18:10:19 [2021-12-03T18:10:19.415Z] === RUN   TestEvictOneSub
18:10:19 [2021-12-03T18:10:19.415Z] --- PASS: TestEvictOneSub (0.00s)
18:10:19 [2021-12-03T18:10:19.415Z] === RUN   TestClosePublisher
18:10:19 [2021-12-03T18:10:19.415Z] --- PASS: TestClosePublisher (0.00s)
18:10:19 [2021-12-03T18:10:19.415Z] === RUN   TestPubSubRace
18:10:19 [2021-12-03T18:10:19.643Z]     docker_cli_daemon_test.go:1455: [d6e4e3a4a12bd] daemon is not started
18:10:19 [2021-12-03T18:10:19.882Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.46s)
18:10:19 [2021-12-03T18:10:19.882Z] === RUN   TestNetworkDBNodeJoinLeaveIteration
18:10:19 [2021-12-03T18:10:19.882Z] --- PASS: TestRetrieveFromStore (0.81s)
18:10:19 [2021-12-03T18:10:19.882Z] === RUN   TestRequestReleaseAddressDuplicate
18:10:19 [2021-12-03T18:10:19.882Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s)
18:10:19 [2021-12-03T18:10:19.882Z] === RUN   TestParallelPredefinedRequest1
18:10:19 [2021-12-03T18:10:19.882Z] === PAUSE TestParallelPredefinedRequest1
18:10:19 [2021-12-03T18:10:19.882Z] === RUN   TestParallelPredefinedRequest2
18:10:19 [2021-12-03T18:10:19.882Z] === PAUSE TestParallelPredefinedRequest2
18:10:19 [2021-12-03T18:10:19.882Z] === RUN   TestParallelPredefinedRequest3
18:10:19 [2021-12-03T18:10:19.882Z] === PAUSE TestParallelPredefinedRequest3
18:10:19 [2021-12-03T18:10:19.882Z] === RUN   TestParallelPredefinedRequest4
18:10:19 [2021-12-03T18:10:19.882Z] === PAUSE TestParallelPredefinedRequest4
18:10:19 [2021-12-03T18:10:19.882Z] === RUN   TestParallelPredefinedRequest5
18:10:19 [2021-12-03T18:10:19.882Z] === PAUSE TestParallelPredefinedRequest5
18:10:19 [2021-12-03T18:10:19.882Z] === RUN   TestDebug
18:10:19 [2021-12-03T18:10:19.882Z] --- PASS: TestDebug (0.00s)
18:10:19 [2021-12-03T18:10:19.882Z] === RUN   TestRequestPoolParallel
18:10:19 [2021-12-03T18:10:19.882Z] time="2021-12-03T18:10:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
18:10:19 [2021-12-03T18:10:19.901Z] Loaded image: busybox:latest
18:10:20 [2021-12-03T18:10:20.159Z] Loaded image: busybox:glibc
18:10:20 [2021-12-03T18:10:20.159Z]     check_test.go:308: [dec27ef7e0844] daemon is not started
18:10:20 [2021-12-03T18:10:20.159Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
18:10:20 [2021-12-03T18:10:20.349Z] --- PASS: TestRequestPoolParallel (0.34s)
18:10:20 [2021-12-03T18:10:20.349Z] === RUN   TestFullAllocateRelease
18:10:20 [2021-12-03T18:10:20.349Z] --- PASS: TestPubSubRace (1.04s)
18:10:20 [2021-12-03T18:10:20.349Z] PASS
18:10:20 [2021-12-03T18:10:20.349Z] coverage: 75.0% of statements
18:10:20 [2021-12-03T18:10:20.349Z] ok  	github.com/docker/docker/pkg/pubsub	1.065s	coverage: 75.0% of statements
18:10:20 [2021-12-03T18:10:20.349Z] --- PASS: TestFullAllocateRelease (0.38s)
18:10:20 [2021-12-03T18:10:20.349Z] === RUN   TestOddAllocateRelease
18:10:20 [2021-12-03T18:10:20.727Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
18:10:20 [2021-12-03T18:10:20.816Z] --- PASS: TestOddAllocateRelease (0.20s)
18:10:20 [2021-12-03T18:10:20.816Z] === RUN   TestFullAllocateSerialReleaseParallel
18:10:20 [2021-12-03T18:10:20.816Z] 2021/12/03 18:10:20 Closing DB instances...
18:10:20 [2021-12-03T18:10:20.816Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s)
18:10:20 [2021-12-03T18:10:20.816Z] === RUN   TestOddAllocateSerialReleaseParallel
18:10:20 [2021-12-03T18:10:20.816Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s)
18:10:20 [2021-12-03T18:10:20.816Z] === RUN   TestEvenAllocateSerialReleaseParallel
18:10:20 [2021-12-03T18:10:20.816Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s)
18:10:20 [2021-12-03T18:10:20.816Z] === CONT  TestParallelPredefinedRequest1
18:10:20 [2021-12-03T18:10:20.816Z] === CONT  TestParallelPredefinedRequest4
18:10:20 [2021-12-03T18:10:20.816Z] === CONT  TestParallelPredefinedRequest5
18:10:20 [2021-12-03T18:10:20.816Z] === CONT  TestParallelPredefinedRequest3
18:10:20 [2021-12-03T18:10:20.816Z] === CONT  TestParallelPredefinedRequest1
18:10:20 [2021-12-03T18:10:20.816Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:10:20 [2021-12-03T18:10:20.816Z] === CONT  TestParallelPredefinedRequest3
18:10:20 [2021-12-03T18:10:20.816Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:10:20 [2021-12-03T18:10:20.816Z] === CONT  TestParallelPredefinedRequest5
18:10:20 [2021-12-03T18:10:20.816Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:10:20 [2021-12-03T18:10:20.816Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s)
18:10:20 [2021-12-03T18:10:20.816Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s)
18:10:20 [2021-12-03T18:10:20.816Z] === CONT  TestParallelPredefinedRequest2
18:10:20 [2021-12-03T18:10:20.816Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:10:20 [2021-12-03T18:10:20.816Z] === CONT  TestParallelPredefinedRequest4
18:10:20 [2021-12-03T18:10:20.816Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:10:20 [2021-12-03T18:10:20.816Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s)
18:10:20 [2021-12-03T18:10:20.816Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s)
18:10:20 [2021-12-03T18:10:20.816Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s)
18:10:20 [2021-12-03T18:10:20.816Z] PASS
18:10:20 [2021-12-03T18:10:20.816Z] coverage: 85.3% of statements
18:10:20 [2021-12-03T18:10:20.816Z] === RUN   TestRegister
18:10:20 [2021-12-03T18:10:20.816Z] --- PASS: TestRegister (0.00s)
18:10:20 [2021-12-03T18:10:20.816Z] === RUN   TestCommand
18:10:20 [2021-12-03T18:10:20.816Z] ok  	github.com/docker/docker/libnetwork/ipam	35.068s	coverage: 85.3% of statements
18:10:20 [2021-12-03T18:10:20.816Z] --- PASS: TestCommand (0.02s)
18:10:20 [2021-12-03T18:10:20.816Z] === RUN   TestNaiveSelf
18:10:20 [2021-12-03T18:10:20.816Z] --- PASS: TestNaiveSelf (0.02s)
18:10:20 [2021-12-03T18:10:20.816Z] PASS
18:10:20 [2021-12-03T18:10:20.816Z] coverage: 82.4% of statements
18:10:20 [2021-12-03T18:10:20.816Z] ok  	github.com/docker/docker/pkg/reexec	0.073s	coverage: 82.4% of statements
18:10:21 [2021-12-03T18:10:21.283Z] === RUN   TestDump
18:10:21 [2021-12-03T18:10:21.283Z] goroutine 6 [running]:
18:10:21 [2021-12-03T18:10:21.283Z] github.com/docker/docker/pkg/stack.dump(0x8bb477)
18:10:21 [2021-12-03T18:10:21.283Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c
18:10:21 [2021-12-03T18:10:21.283Z] github.com/docker/docker/pkg/stack.Dump(...)
18:10:21 [2021-12-03T18:10:21.283Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18
18:10:21 [2021-12-03T18:10:21.283Z] github.com/docker/docker/pkg/stack.TestDump(0x0)
18:10:21 [2021-12-03T18:10:21.283Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a
18:10:21 [2021-12-03T18:10:21.283Z] testing.tRunner(0xc00011c1a0, 0xa28e38)
18:10:21 [2021-12-03T18:10:21.283Z] 	c:/go/src/testing/testing.go:1259 +0x102
18:10:21 [2021-12-03T18:10:21.283Z] created by testing.(*T).Run
18:10:21 [2021-12-03T18:10:21.283Z] 	c:/go/src/testing/testing.go:1306 +0x35a
18:10:21 [2021-12-03T18:10:21.283Z] 
18:10:21 [2021-12-03T18:10:21.283Z] goroutine 1 [chan receive]:
18:10:21 [2021-12-03T18:10:21.283Z] testing.(*T).Run(0xc00011c000, {0xa1a4fd, 0x89a1d3}, 0xa28e38)
18:10:21 [2021-12-03T18:10:21.283Z] 	c:/go/src/testing/testing.go:1307 +0x375
18:10:21 [2021-12-03T18:10:21.283Z] testing.runTests.func1(0xc000068750)
18:10:21 [2021-12-03T18:10:21.283Z] 	c:/go/src/testing/testing.go:1598 +0x6e
18:10:21 [2021-12-03T18:10:21.283Z] testing.tRunner(0xc00011c000, 0xc000071ce0)
18:10:21 [2021-12-03T18:10:21.283Z] 	c:/go/src/testing/testing.go:1259 +0x102
18:10:21 [2021-12-03T18:10:21.283Z] testing.runTests(0xc000076080, {0xb8cba0, 0x3, 0x3}, {0x8ba6cd, 0xa1c1f7, 0xb91640})
18:10:21 [2021-12-03T18:10:21.283Z] 	c:/go/src/testing/testing.go:1596 +0x43f
18:10:21 [2021-12-03T18:10:21.283Z] testing.(*M).Run(0xc000076080)
18:10:21 [2021-12-03T18:10:21.283Z] 	c:/go/src/testing/testing.go:1504 +0x51d
18:10:21 [2021-12-03T18:10:21.283Z] main.main()
18:10:21 [2021-12-03T18:10:21.283Z] 	_testmain.go:95 +0x1f5
18:10:21 [2021-12-03T18:10:21.283Z] --- PASS: TestDump (0.00s)
18:10:21 [2021-12-03T18:10:21.283Z] === RUN   TestDumpToFile
18:10:21 [2021-12-03T18:10:21.750Z] --- PASS: TestDumpToFile (0.09s)
18:10:21 [2021-12-03T18:10:21.750Z] === RUN   TestDumpToFileWithEmptyInput
18:10:21 [2021-12-03T18:10:21.750Z] goroutine 8 [running]:
18:10:21 [2021-12-03T18:10:21.750Z] github.com/docker/docker/pkg/stack.dump(0x928434)
18:10:21 [2021-12-03T18:10:21.750Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c
18:10:21 [2021-12-03T18:10:21.750Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x9287e0})
18:10:21 [2021-12-03T18:10:21.750Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214
18:10:21 [2021-12-03T18:10:21.750Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0)
18:10:21 [2021-12-03T18:10:21.750Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26
18:10:21 [2021-12-03T18:10:21.750Z] testing.tRunner(0xc00011c680, 0xa28e28)
18:10:21 [2021-12-03T18:10:21.750Z] 	c:/go/src/testing/testing.go:1259 +0x102
18:10:21 [2021-12-03T18:10:21.750Z] created by testing.(*T).Run
18:10:21 [2021-12-03T18:10:21.750Z] 	c:/go/src/testing/testing.go:1306 +0x35a
18:10:21 [2021-12-03T18:10:21.750Z] 
18:10:21 [2021-12-03T18:10:21.750Z] goroutine 1 [chan receive]:
18:10:21 [2021-12-03T18:10:21.750Z] testing.(*T).Run(0xc00011c000, {0xa21289, 0x89a1d3}, 0xa28e28)
18:10:21 [2021-12-03T18:10:21.750Z] 	c:/go/src/testing/testing.go:1307 +0x375
18:10:21 [2021-12-03T18:10:21.750Z] testing.runTests.func1(0xc000068750)
18:10:21 [2021-12-03T18:10:21.750Z] 	c:/go/src/testing/testing.go:1598 +0x6e
18:10:21 [2021-12-03T18:10:21.750Z] testing.tRunner(0xc00011c000, 0xc000071ce0)
18:10:21 [2021-12-03T18:10:21.750Z] 	c:/go/src/testing/testing.go:1259 +0x102
18:10:21 [2021-12-03T18:10:21.750Z] testing.runTests(0xc000076080, {0xb8cba0, 0x3, 0x3}, {0x8ba6cd, 0xa1c1f7, 0xb91640})
18:10:21 [2021-12-03T18:10:21.750Z] 	c:/go/src/testing/testing.go:1596 +0x43f
18:10:21 [2021-12-03T18:10:21.750Z] testing.(*M).Run(0xc000076080)
18:10:21 [2021-12-03T18:10:21.750Z] 	c:/go/src/testing/testing.go:1504 +0x51d
18:10:21 [2021-12-03T18:10:21.750Z] main.main()
18:10:21 [2021-12-03T18:10:21.750Z] 	_testmain.go:95 +0x1f5
18:10:21 [2021-12-03T18:10:21.750Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s)
18:10:21 [2021-12-03T18:10:21.750Z] PASS
18:10:21 [2021-12-03T18:10:21.750Z] coverage: 90.9% of statements
18:10:21 [2021-12-03T18:10:21.750Z] ok  	github.com/docker/docker/pkg/stack	0.117s	coverage: 90.9% of statements
18:10:22 [2021-12-03T18:10:22.191Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.79s)
18:10:22 [2021-12-03T18:10:22.191Z] PASS
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestNewStdWriter
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestNewStdWriter (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestWriteWithUninitializedStdWriter
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestWriteWithNilBytes
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestWriteWithNilBytes (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestWrite
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestWrite (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestWriteWithWriterError
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestWriteWithWriterError (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestStdCopyWriteAndRead
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestStdCopyReturnsErrorReadingHeader
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestStdCopyReturnsErrorReadingFrame
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestStdCopyDetectsCorruptedFrame
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestStdCopyWithInvalidInputHeader
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestStdCopyWithCorruptedPrefix
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestStdCopyReturnsWriteErrors
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestStdCopyReturnsErrorFromSystem
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
18:10:22 [2021-12-03T18:10:22.217Z] PASS
18:10:22 [2021-12-03T18:10:22.217Z] coverage: 100.0% of statements
18:10:22 [2021-12-03T18:10:22.217Z] ok  	github.com/docker/docker/pkg/stdcopy	0.031s	coverage: 100.0% of statements
18:10:22 [2021-12-03T18:10:22.217Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.61s)
18:10:22 [2021-12-03T18:10:22.217Z] === RUN   TestNetworkDBGarbageCollection
18:10:22 [2021-12-03T18:10:22.452Z] 
18:10:22 [2021-12-03T18:10:22.452Z] === Skipped
18:10:22 [2021-12-03T18:10:22.452Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:10:22 [2021-12-03T18:10:22.452Z]     service_test.go:243: FLAKY_TEST
18:10:22 [2021-12-03T18:10:22.452Z] 
18:10:22 [2021-12-03T18:10:22.452Z] DONE 26 tests, 1 skipped in 43.450s
18:10:22 [2021-12-03T18:10:22.452Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
18:10:22 [2021-12-03T18:10:22.452Z] INFO: Testing against a local daemon
18:10:22 [2021-12-03T18:10:22.452Z] === RUN   TestDockerNetworkIpvlanPersistance
18:10:22 [2021-12-03T18:10:22.452Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:10:22 [2021-12-03T18:10:22.452Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
18:10:22 [2021-12-03T18:10:22.452Z] === RUN   TestDockerNetworkIpvlan
18:10:22 [2021-12-03T18:10:22.452Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:10:22 [2021-12-03T18:10:22.452Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
18:10:22 [2021-12-03T18:10:22.452Z] PASS
18:10:22 [2021-12-03T18:10:22.452Z] 
18:10:22 [2021-12-03T18:10:22.452Z] === Skipped
18:10:22 [2021-12-03T18:10:22.452Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
18:10:22 [2021-12-03T18:10:22.452Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:10:22 [2021-12-03T18:10:22.452Z] 
18:10:22 [2021-12-03T18:10:22.452Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
18:10:22 [2021-12-03T18:10:22.452Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:10:22 [2021-12-03T18:10:22.452Z] 
18:10:22 [2021-12-03T18:10:22.452Z] DONE 2 tests, 2 skipped in 0.043s
18:10:22 [2021-12-03T18:10:22.452Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
18:10:22 [2021-12-03T18:10:22.452Z] INFO: Testing against a local daemon
18:10:22 [2021-12-03T18:10:22.452Z] === RUN   TestDockerNetworkMacvlanPersistance
18:10:22 [2021-12-03T18:10:22.638Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
18:10:22 [2021-12-03T18:10:22.638Z] Loaded image: debian:bullseye-slim
18:10:22 [2021-12-03T18:10:22.638Z] === RUN   TestDockerSuite/TestAttachDetach
18:10:22 [2021-12-03T18:10:22.638Z] Loaded image: hello-world:latest
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestRawProgressFormatterFormatStatus
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestRawProgressFormatterFormatProgress
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestFormatStatus
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestFormatStatus (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestFormatError
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestFormatError (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestFormatJSONError
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestFormatJSONError (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestJsonProgressFormatterFormatProgress
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestJsonProgressFormatterFormatStatus
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestNewJSONProgressOutput
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestNewJSONProgressOutput (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestAuxFormatterEmit
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestAuxFormatterEmit (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestStreamWriterStdout
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestStreamWriterStdout (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] === RUN   TestStreamWriterStderr
18:10:22 [2021-12-03T18:10:22.684Z] --- PASS: TestStreamWriterStderr (0.00s)
18:10:22 [2021-12-03T18:10:22.684Z] PASS
18:10:22 [2021-12-03T18:10:22.684Z] coverage: 66.2% of statements
18:10:22 [2021-12-03T18:10:22.684Z] ok  	github.com/docker/docker/pkg/streamformatter	0.031s	coverage: 66.2% of statements
18:10:22 [2021-12-03T18:10:22.684Z] time="2021-12-03T18:10:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
18:10:22 [2021-12-03T18:10:22.897Z] Loaded image: arm32v7/hello-world:latest
18:10:23 [2021-12-03T18:10:23.151Z] === RUN   TestGenerateRandomID
18:10:23 [2021-12-03T18:10:23.151Z] --- PASS: TestGenerateRandomID (0.00s)
18:10:23 [2021-12-03T18:10:23.151Z] === RUN   TestShortenId
18:10:23 [2021-12-03T18:10:23.151Z] --- PASS: TestShortenId (0.00s)
18:10:23 [2021-12-03T18:10:23.151Z] === RUN   TestShortenSha256Id
18:10:23 [2021-12-03T18:10:23.151Z] --- PASS: TestShortenSha256Id (0.00s)
18:10:23 [2021-12-03T18:10:23.151Z] === RUN   TestShortenIdEmpty
18:10:23 [2021-12-03T18:10:23.151Z] --- PASS: TestShortenIdEmpty (0.00s)
18:10:23 [2021-12-03T18:10:23.151Z] === RUN   TestShortenIdInvalid
18:10:23 [2021-12-03T18:10:23.151Z] --- PASS: TestShortenIdInvalid (0.00s)
18:10:23 [2021-12-03T18:10:23.151Z] === RUN   TestIsShortIDNonHex
18:10:23 [2021-12-03T18:10:23.151Z] --- PASS: TestIsShortIDNonHex (0.00s)
18:10:23 [2021-12-03T18:10:23.151Z] === RUN   TestIsShortIDNotCorrectSize
18:10:23 [2021-12-03T18:10:23.151Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
18:10:23 [2021-12-03T18:10:23.151Z] PASS
18:10:23 [2021-12-03T18:10:23.151Z] coverage: 70.6% of statements
18:10:23 [2021-12-03T18:10:23.151Z] ok  	github.com/docker/docker/pkg/stringid	0.026s	coverage: 70.6% of statements
18:10:23 [2021-12-03T18:10:23.466Z] === RUN   TestDockerSuite/TestAttachDisconnect
18:10:23 [2021-12-03T18:10:23.619Z] === RUN   TestIsCpusetListAvailable
18:10:23 [2021-12-03T18:10:23.619Z] --- PASS: TestIsCpusetListAvailable (0.00s)
18:10:23 [2021-12-03T18:10:23.619Z] PASS
18:10:23 [2021-12-03T18:10:23.619Z] coverage: 39.4% of statements
18:10:23 [2021-12-03T18:10:23.619Z] ok  	github.com/docker/docker/pkg/sysinfo	0.027s	coverage: 39.4% of statements
18:10:23 [2021-12-03T18:10:23.835Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s)
18:10:23 [2021-12-03T18:10:23.835Z] === RUN   TestDockerNetworkMacvlan
18:10:24 [2021-12-03T18:10:24.035Z]     check_test.go:308: [dcc0366091fea] daemon is not started
18:10:24 [2021-12-03T18:10:24.035Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
18:10:24 [2021-12-03T18:10:24.294Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
18:10:24 [2021-12-03T18:10:24.405Z] === RUN   TestDockerNetworkMacvlan/Subinterface
18:10:24 [2021-12-03T18:10:24.603Z] === RUN   TestChtimes
18:10:24 [2021-12-03T18:10:24.603Z] --- PASS: TestChtimes (0.00s)
18:10:24 [2021-12-03T18:10:24.603Z] === RUN   TestChtimesWindows
18:10:24 [2021-12-03T18:10:24.603Z] --- PASS: TestChtimesWindows (0.00s)
18:10:24 [2021-12-03T18:10:24.603Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
18:10:24 [2021-12-03T18:10:24.603Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
18:10:24 [2021-12-03T18:10:24.603Z] === RUN   TestEnsureRemoveAllNotExist
18:10:24 [2021-12-03T18:10:24.603Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
18:10:24 [2021-12-03T18:10:24.603Z] === RUN   TestEnsureRemoveAllWithDir
18:10:24 [2021-12-03T18:10:24.603Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
18:10:24 [2021-12-03T18:10:24.603Z] === RUN   TestEnsureRemoveAllWithFile
18:10:24 [2021-12-03T18:10:24.603Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
18:10:24 [2021-12-03T18:10:24.603Z] === RUN   TestHasWin32KSupport
18:10:24 [2021-12-03T18:10:24.603Z]     syscall_windows_test.go:8: win32k: true
18:10:24 [2021-12-03T18:10:24.603Z] --- PASS: TestHasWin32KSupport (0.00s)
18:10:24 [2021-12-03T18:10:24.603Z] PASS
18:10:24 [2021-12-03T18:10:24.603Z] coverage: 13.0% of statements
18:10:24 [2021-12-03T18:10:24.603Z] ok  	github.com/docker/docker/pkg/system	0.038s	coverage: 13.0% of statements
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestTailFile
18:10:25 [2021-12-03T18:10:25.069Z] --- PASS: TestTailFile (0.00s)
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestTailFileManyLines
18:10:25 [2021-12-03T18:10:25.069Z] --- PASS: TestTailFileManyLines (0.00s)
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestTailEmptyFile
18:10:25 [2021-12-03T18:10:25.069Z] --- PASS: TestTailEmptyFile (0.00s)
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestTailNegativeN
18:10:25 [2021-12-03T18:10:25.069Z] --- PASS: TestTailNegativeN (0.00s)
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader
18:10:25 [2021-12-03T18:10:25.069Z] === CONT  TestNewTailReader
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/single_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/single_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/4_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/4_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/8_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/8_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/12_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/12_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/truncated_last_line
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/truncated_last_line#01
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/truncated_last_line#02
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
18:10:25 [2021-12-03T18:10:25.069Z] === CONT  TestNewTailReader/no_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.069Z] === CONT  TestNewTailReader/4_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === CONT  TestNewTailReader/2_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.069Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.069Z] === CONT  TestNewTailReader/12_byte_delimiter
18:10:25 [2021-12-03T18:10:25.069Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/single_byte_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/8_byte_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.070Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.071Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.071Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.071Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.071Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.346Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.538Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.538Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.538Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.538Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.538Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.539Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.539Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.540Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.540Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.540Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.541Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:10:25 [2021-12-03T18:10:25.542Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:10:25 [2021-12-03T18:10:25.542Z] --- PASS: TestNewTailReader (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.542Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.01s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.01s)
18:10:25 [2021-12-03T18:10:25.543Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.543Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.01s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.544Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:10:25 [2021-12-03T18:10:25.545Z] PASS
18:10:25 [2021-12-03T18:10:25.545Z] coverage: 88.6% of statements
18:10:25 [2021-12-03T18:10:25.545Z] ok  	github.com/docker/docker/pkg/tailfile	0.126s	coverage: 88.6% of statements
18:10:25 [2021-12-03T18:10:25.915Z] === RUN   TestDockerNetworkMacvlan/NilParent
18:10:26 [2021-12-03T18:10:26.011Z] === RUN   TestTarSumRemoveNonExistent
18:10:26 [2021-12-03T18:10:26.011Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
18:10:26 [2021-12-03T18:10:26.011Z] === RUN   TestTarSumRemove
18:10:26 [2021-12-03T18:10:26.011Z] --- PASS: TestTarSumRemove (0.00s)
18:10:26 [2021-12-03T18:10:26.011Z] === RUN   TestSortFileInfoSums
18:10:26 [2021-12-03T18:10:26.011Z] --- PASS: TestSortFileInfoSums (0.00s)
18:10:26 [2021-12-03T18:10:26.011Z] === RUN   TestNewTarSumForLabelInvalid
18:10:26 [2021-12-03T18:10:26.011Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
18:10:26 [2021-12-03T18:10:26.011Z] === RUN   TestNewTarSumForLabel
18:10:26 [2021-12-03T18:10:26.011Z] --- PASS: TestNewTarSumForLabel (0.00s)
18:10:26 [2021-12-03T18:10:26.011Z] === RUN   TestEmptyTar
18:10:26 [2021-12-03T18:10:26.011Z] --- PASS: TestEmptyTar (0.00s)
18:10:26 [2021-12-03T18:10:26.011Z] === RUN   TestTarSumsReadSize
18:10:26 [2021-12-03T18:10:26.011Z] --- PASS: TestTarSumsReadSize (0.00s)
18:10:26 [2021-12-03T18:10:26.011Z] === RUN   TestTarSums
18:10:26 [2021-12-03T18:10:26.195Z] === RUN   TestDockerSuite/TestAttachPausedContainer
18:10:26 [2021-12-03T18:10:26.454Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
18:10:26 [2021-12-03T18:10:26.478Z] --- PASS: TestTarSums (0.06s)
18:10:26 [2021-12-03T18:10:26.479Z] === RUN   TestIteration
18:10:26 [2021-12-03T18:10:26.479Z] --- PASS: TestIteration (0.00s)
18:10:26 [2021-12-03T18:10:26.479Z] === RUN   TestVersionLabelForChecksum
18:10:26 [2021-12-03T18:10:26.479Z] --- PASS: TestVersionLabelForChecksum (0.00s)
18:10:26 [2021-12-03T18:10:26.479Z] === RUN   TestVersion
18:10:26 [2021-12-03T18:10:26.479Z] --- PASS: TestVersion (0.00s)
18:10:26 [2021-12-03T18:10:26.479Z] === RUN   TestGetVersion
18:10:26 [2021-12-03T18:10:26.479Z] --- PASS: TestGetVersion (0.00s)
18:10:26 [2021-12-03T18:10:26.479Z] === RUN   TestGetVersions
18:10:26 [2021-12-03T18:10:26.479Z] --- PASS: TestGetVersions (0.00s)
18:10:26 [2021-12-03T18:10:26.479Z] PASS
18:10:26 [2021-12-03T18:10:26.479Z] coverage: 89.3% of statements
18:10:26 [2021-12-03T18:10:26.479Z] ok  	github.com/docker/docker/pkg/tarsum	0.104s	coverage: 89.3% of statements
18:10:26 [2021-12-03T18:10:26.479Z] testing: warning: no tests to run
18:10:26 [2021-12-03T18:10:26.479Z] PASS
18:10:26 [2021-12-03T18:10:26.479Z] coverage: [no statements]
18:10:26 [2021-12-03T18:10:26.946Z] ok  	github.com/docker/docker/pkg/term/windows	0.023s	coverage: [no statements] [no tests to run]
18:10:26 [2021-12-03T18:10:26.946Z] time="2021-12-03T18:10:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
18:10:27 [2021-12-03T18:10:27.389Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
18:10:27 [2021-12-03T18:10:27.412Z] === RUN   TestTruncIndex
18:10:27 [2021-12-03T18:10:27.412Z] --- PASS: TestTruncIndex (0.10s)
18:10:27 [2021-12-03T18:10:27.412Z] PASS
18:10:27 [2021-12-03T18:10:27.412Z] coverage: 91.5% of statements
18:10:27 [2021-12-03T18:10:27.412Z] ok  	github.com/docker/docker/pkg/truncindex	0.137s	coverage: 91.5% of statements
18:10:27 [2021-12-03T18:10:27.827Z] === RUN   TestDockerNetworkMacvlan/InternalMode
18:10:27 [2021-12-03T18:10:27.879Z] === RUN   TestIsGIT
18:10:27 [2021-12-03T18:10:27.879Z] --- PASS: TestIsGIT (0.00s)
18:10:27 [2021-12-03T18:10:27.879Z] === RUN   TestIsTransport
18:10:27 [2021-12-03T18:10:27.879Z] --- PASS: TestIsTransport (0.00s)
18:10:27 [2021-12-03T18:10:27.879Z] PASS
18:10:27 [2021-12-03T18:10:27.879Z] coverage: 100.0% of statements
18:10:27 [2021-12-03T18:10:27.879Z] ok  	github.com/docker/docker/pkg/urlutil	0.023s	coverage: 100.0% of statements
18:10:27 [2021-12-03T18:10:27.879Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
18:10:27 [2021-12-03T18:10:27.879Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
18:10:27 [2021-12-03T18:10:27.879Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
18:10:27 [2021-12-03T18:10:27.879Z] ?   	github.com/docker/docker/libnetwork/netutils	[no test files]
18:10:27 [2021-12-03T18:10:27.879Z] === RUN   TestVersionInfo
18:10:27 [2021-12-03T18:10:27.879Z] --- PASS: TestVersionInfo (0.00s)
18:10:27 [2021-12-03T18:10:27.879Z] === RUN   TestAppendVersions
18:10:27 [2021-12-03T18:10:27.879Z] --- PASS: TestAppendVersions (0.00s)
18:10:27 [2021-12-03T18:10:27.879Z] PASS
18:10:27 [2021-12-03T18:10:27.879Z] coverage: 88.9% of statements
18:10:27 [2021-12-03T18:10:27.879Z] ok  	github.com/docker/docker/pkg/useragent	0.026s	coverage: 88.9% of statements
18:10:28 [2021-12-03T18:10:28.764Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
18:10:28 [2021-12-03T18:10:28.764Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
18:10:28 [2021-12-03T18:10:28.863Z] === RUN   TestNewSettable
18:10:28 [2021-12-03T18:10:28.863Z] --- PASS: TestNewSettable (0.00s)
18:10:28 [2021-12-03T18:10:28.863Z] === RUN   TestIsSettable
18:10:28 [2021-12-03T18:10:28.863Z] --- PASS: TestIsSettable (0.00s)
18:10:28 [2021-12-03T18:10:28.863Z] === RUN   TestUpdateSettingsEnv
18:10:28 [2021-12-03T18:10:28.863Z] --- PASS: TestUpdateSettingsEnv (0.00s)
18:10:28 [2021-12-03T18:10:28.863Z] PASS
18:10:28 [2021-12-03T18:10:28.863Z] coverage: 20.0% of statements
18:10:28 [2021-12-03T18:10:28.863Z] ok  	github.com/docker/docker/plugin/v2	0.030s	coverage: 20.0% of statements
18:10:29 [2021-12-03T18:10:29.330Z] === RUN   TestValidatePrivileges
18:10:29 [2021-12-03T18:10:29.330Z] --- PASS: TestValidatePrivileges (0.00s)
18:10:29 [2021-12-03T18:10:29.330Z] === RUN   TestFilterByCapNeg
18:10:29 [2021-12-03T18:10:29.330Z] --- PASS: TestFilterByCapNeg (0.00s)
18:10:29 [2021-12-03T18:10:29.330Z] === RUN   TestFilterByCapPos
18:10:29 [2021-12-03T18:10:29.330Z] --- PASS: TestFilterByCapPos (0.00s)
18:10:29 [2021-12-03T18:10:29.330Z] === RUN   TestStoreGetPluginNotMatchCapRefs
18:10:29 [2021-12-03T18:10:29.330Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
18:10:29 [2021-12-03T18:10:29.330Z] PASS
18:10:29 [2021-12-03T18:10:29.330Z] coverage: 12.0% of statements
18:10:29 [2021-12-03T18:10:29.330Z] ok  	github.com/docker/docker/plugin	0.047s	coverage: 12.0% of statements
18:10:29 [2021-12-03T18:10:29.330Z] === RUN   TestLoad
18:10:29 [2021-12-03T18:10:29.330Z] --- PASS: TestLoad (0.00s)
18:10:29 [2021-12-03T18:10:29.330Z] === RUN   TestSave
18:10:29 [2021-12-03T18:10:29.330Z] --- PASS: TestSave (0.02s)
18:10:29 [2021-12-03T18:10:29.330Z] === RUN   TestAddDeleteGet
18:10:29 [2021-12-03T18:10:29.739Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
18:10:29 [2021-12-03T18:10:29.797Z] --- PASS: TestAddDeleteGet (0.03s)
18:10:29 [2021-12-03T18:10:29.797Z] === RUN   TestInvalidTags
18:10:29 [2021-12-03T18:10:29.797Z] --- PASS: TestInvalidTags (0.00s)
18:10:29 [2021-12-03T18:10:29.797Z] PASS
18:10:29 [2021-12-03T18:10:29.797Z] coverage: 84.4% of statements
18:10:29 [2021-12-03T18:10:29.797Z] ok  	github.com/docker/docker/reference	0.100s	coverage: 84.4% of statements
18:10:30 [2021-12-03T18:10:30.142Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
18:10:30 [2021-12-03T18:10:30.264Z] === RUN   TestResolveAuthConfigIndexServer
18:10:30 [2021-12-03T18:10:30.264Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
18:10:30 [2021-12-03T18:10:30.264Z] === RUN   TestResolveAuthConfigFullURL
18:10:30 [2021-12-03T18:10:30.264Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
18:10:30 [2021-12-03T18:10:30.264Z] === RUN   TestLoadAllowNondistributableArtifacts
18:10:30 [2021-12-03T18:10:30.264Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
18:10:30 [2021-12-03T18:10:30.264Z] === RUN   TestValidateMirror
18:10:30 [2021-12-03T18:10:30.264Z] --- PASS: TestValidateMirror (0.00s)
18:10:30 [2021-12-03T18:10:30.264Z] === RUN   TestLoadInsecureRegistries
18:10:30 [2021-12-03T18:10:30.730Z] time="2021-12-03T18:10:30Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
18:10:30 [2021-12-03T18:10:30.730Z] time="2021-12-03T18:10:30Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
18:10:30 [2021-12-03T18:10:30.730Z] time="2021-12-03T18:10:30Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
18:10:30 [2021-12-03T18:10:30.730Z] --- PASS: TestLoadInsecureRegistries (0.09s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestNewServiceConfig
18:10:30 [2021-12-03T18:10:30.730Z] --- PASS: TestNewServiceConfig (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestValidateIndexName
18:10:30 [2021-12-03T18:10:30.730Z] --- PASS: TestValidateIndexName (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestValidateIndexNameWithError
18:10:30 [2021-12-03T18:10:30.730Z] --- PASS: TestValidateIndexNameWithError (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestEndpointParse
18:10:30 [2021-12-03T18:10:30.730Z] --- PASS: TestEndpointParse (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestEndpointParseInvalid
18:10:30 [2021-12-03T18:10:30.730Z] --- PASS: TestEndpointParseInvalid (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestValidateEndpoint
18:10:30 [2021-12-03T18:10:30.730Z] --- PASS: TestValidateEndpoint (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestPing
18:10:30 [2021-12-03T18:10:30.730Z] --- PASS: TestPing (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestPingRegistryEndpoint
18:10:30 [2021-12-03T18:10:30.730Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
18:10:30 [2021-12-03T18:10:30.730Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestEndpoint
18:10:30 [2021-12-03T18:10:30.730Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
18:10:30 [2021-12-03T18:10:30.730Z] --- SKIP: TestEndpoint (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestParseRepositoryInfo
18:10:30 [2021-12-03T18:10:30.730Z] --- PASS: TestParseRepositoryInfo (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestNewIndexInfo
18:10:30 [2021-12-03T18:10:30.730Z] --- PASS: TestNewIndexInfo (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestMirrorEndpointLookup
18:10:30 [2021-12-03T18:10:30.730Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
18:10:30 [2021-12-03T18:10:30.730Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
18:10:30 [2021-12-03T18:10:30.730Z] === RUN   TestSearchRepositories
18:10:30 [2021-12-03T18:10:30.730Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
18:10:30 [2021-12-03T18:10:30.730Z]         Host: 127.0.0.1:49305
18:10:30 [2021-12-03T18:10:30.730Z]         User-Agent: docker test client
18:10:30 [2021-12-03T18:10:30.730Z]         Authorization: Token fake-token
18:10:30 [2021-12-03T18:10:30.730Z]         X-Docker-Token: true
18:10:30 [2021-12-03T18:10:30.730Z]         Accept-Encoding: gzip
18:10:30 [2021-12-03T18:10:30.730Z]         
18:10:30 [2021-12-03T18:10:30.730Z]         
18:10:30 [2021-12-03T18:10:30.730Z]     registry_test.go:730: HTTP/1.1 200 OK
18:10:30 [2021-12-03T18:10:30.730Z]         Connection: close
18:10:30 [2021-12-03T18:10:30.730Z]         Content-Length: 144
18:10:30 [2021-12-03T18:10:30.730Z]         Cache-Control: no-cache
18:10:30 [2021-12-03T18:10:30.731Z]         Content-Type: application/json
18:10:30 [2021-12-03T18:10:30.731Z]         Date: Fri, 03 Dec 2021 18:10:30 GMT
18:10:30 [2021-12-03T18:10:30.731Z]         Expires: -1
18:10:30 [2021-12-03T18:10:30.731Z]         Pragma: no-cache
18:10:30 [2021-12-03T18:10:30.731Z]         Server: docker-tests/mock
18:10:30 [2021-12-03T18:10:30.731Z]         X-Docker-Registry-Config: mock
18:10:30 [2021-12-03T18:10:30.731Z]         X-Docker-Registry-Version: 0.0.0
18:10:30 [2021-12-03T18:10:30.731Z]         
18:10:30 [2021-12-03T18:10:30.731Z]         
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestSearchRepositories (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestTrustedLocation
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestTrustedLocation (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestAllowNondistributableArtifacts
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestIsSecureIndex
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestIsSecureIndex (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] PASS
18:10:30 [2021-12-03T18:10:30.731Z] coverage: 51.2% of statements
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestResumableRequestHeaderSimpleErrors
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
18:10:30 [2021-12-03T18:10:30.731Z] ok  	github.com/docker/docker/registry	0.152s	coverage: 51.2% of statements
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestResumableRequestHeaderTooMuchFailures
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestResumableRequestReaderWithReadError
18:10:30 [2021-12-03T18:10:30.731Z] time="2021-12-03T18:10:30Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestResumableRequestReaderWithReadError (0.09s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestResumableRequestReader
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestResumableRequestReader (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestResumableRequestReaderWithInitialResponse
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] PASS
18:10:30 [2021-12-03T18:10:30.731Z] coverage: 100.0% of statements
18:10:30 [2021-12-03T18:10:30.731Z] ok  	github.com/docker/docker/registry/resumable	0.141s	coverage: 100.0% of statements
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestRestartManagerTimeout
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestRestartManagerTimeout (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] === RUN   TestRestartManagerTimeoutReset
18:10:30 [2021-12-03T18:10:30.731Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
18:10:30 [2021-12-03T18:10:30.731Z] PASS
18:10:30 [2021-12-03T18:10:30.731Z] coverage: 50.9% of statements
18:10:30 [2021-12-03T18:10:30.731Z] ok  	github.com/docker/docker/restartmanager	0.027s	coverage: 50.9% of statements
18:10:31 [2021-12-03T18:10:31.197Z] === RUN   TestDecodeContainerConfig
18:10:31 [2021-12-03T18:10:31.197Z] --- PASS: TestDecodeContainerConfig (0.00s)
18:10:31 [2021-12-03T18:10:31.197Z] === RUN   TestDecodeContainerConfigIsolation
18:10:31 [2021-12-03T18:10:31.197Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
18:10:31 [2021-12-03T18:10:31.197Z] === RUN   TestValidatePrivileged
18:10:31 [2021-12-03T18:10:31.197Z] --- PASS: TestValidatePrivileged (0.00s)
18:10:31 [2021-12-03T18:10:31.197Z] PASS
18:10:31 [2021-12-03T18:10:31.197Z] coverage: 52.6% of statements
18:10:31 [2021-12-03T18:10:31.197Z] ok  	github.com/docker/docker/runconfig	0.030s	coverage: 52.6% of statements
18:10:31 [2021-12-03T18:10:31.517Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
18:10:31 [2021-12-03T18:10:31.517Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
18:10:31 [2021-12-03T18:10:31.664Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
18:10:31 [2021-12-03T18:10:31.664Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
18:10:31 [2021-12-03T18:10:31.664Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
18:10:31 [2021-12-03T18:10:31.664Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
18:10:31 [2021-12-03T18:10:31.664Z] PASS
18:10:31 [2021-12-03T18:10:31.664Z] coverage: 62.5% of statements
18:10:31 [2021-12-03T18:10:31.664Z] ok  	github.com/docker/docker/testutil	0.075s	coverage: 62.5% of statements
18:10:32 [2021-12-03T18:10:32.456Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
18:10:32 [2021-12-03T18:10:32.456Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
18:10:33 [2021-12-03T18:10:33.037Z] === RUN   TestDockerNetworkMacvlan/Addressing
18:10:33 [2021-12-03T18:10:33.607Z] --- PASS: TestDockerNetworkMacvlan (9.78s)
18:10:33 [2021-12-03T18:10:33.607Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
18:10:33 [2021-12-03T18:10:33.607Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
18:10:33 [2021-12-03T18:10:33.607Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.93s)
18:10:33 [2021-12-03T18:10:33.607Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s)
18:10:33 [2021-12-03T18:10:33.607Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.00s)
18:10:33 [2021-12-03T18:10:33.607Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s)
18:10:33 [2021-12-03T18:10:33.607Z] PASS
18:10:33 [2021-12-03T18:10:33.607Z] 
18:10:33 [2021-12-03T18:10:33.607Z] DONE 8 tests in 11.153s
18:10:33 [2021-12-03T18:10:33.607Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
18:10:33 [2021-12-03T18:10:33.607Z] testing: warning: no tests to run
18:10:33 [2021-12-03T18:10:33.607Z] PASS
18:10:33 [2021-12-03T18:10:33.607Z] 
18:10:33 [2021-12-03T18:10:33.607Z] DONE 0 tests in 0.019s
18:10:33 [2021-12-03T18:10:33.608Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
18:10:33 [2021-12-03T18:10:33.608Z] INFO: Testing against a local daemon
18:10:33 [2021-12-03T18:10:33.608Z] === RUN   TestAuthZPluginAllowRequest
18:10:33 [2021-12-03T18:10:33.839Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
18:10:33 [2021-12-03T18:10:33.839Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
18:10:33 [2021-12-03T18:10:33.874Z] === RUN   TestGetDriver
18:10:33 [2021-12-03T18:10:33.874Z] --- PASS: TestGetDriver (0.00s)
18:10:33 [2021-12-03T18:10:33.874Z] === RUN   TestVolumeRequestError
18:10:33 [2021-12-03T18:10:33.874Z] --- PASS: TestVolumeRequestError (0.00s)
18:10:33 [2021-12-03T18:10:33.874Z] PASS
18:10:33 [2021-12-03T18:10:33.874Z] coverage: 36.1% of statements
18:10:33 [2021-12-03T18:10:33.874Z] ok  	github.com/docker/docker/volume/drivers	0.037s	coverage: 36.1% of statements
18:10:33 [2021-12-03T18:10:33.874Z] === RUN   TestGetAddress
18:10:33 [2021-12-03T18:10:33.874Z] --- PASS: TestGetAddress (0.00s)
18:10:33 [2021-12-03T18:10:33.874Z] === RUN   TestRemove
18:10:33 [2021-12-03T18:10:33.874Z]     local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
18:10:33 [2021-12-03T18:10:33.874Z] --- SKIP: TestRemove (0.00s)
18:10:33 [2021-12-03T18:10:33.874Z] === RUN   TestInitializeWithVolumes
18:10:33 [2021-12-03T18:10:33.874Z] --- PASS: TestInitializeWithVolumes (0.00s)
18:10:33 [2021-12-03T18:10:33.874Z] === RUN   TestCreate
18:10:33 [2021-12-03T18:10:33.874Z] --- PASS: TestCreate (0.01s)
18:10:33 [2021-12-03T18:10:33.874Z] === RUN   TestValidateName
18:10:33 [2021-12-03T18:10:33.874Z] --- PASS: TestValidateName (0.00s)
18:10:33 [2021-12-03T18:10:33.874Z] === RUN   TestCreateWithOpts
18:10:33 [2021-12-03T18:10:33.874Z]     local_test.go:180: runtime.GOOS == "windows"
18:10:33 [2021-12-03T18:10:33.874Z] --- SKIP: TestCreateWithOpts (0.00s)
18:10:33 [2021-12-03T18:10:33.874Z] === RUN   TestRelaodNoOpts
18:10:33 [2021-12-03T18:10:33.874Z] --- PASS: TestRelaodNoOpts (0.01s)
18:10:33 [2021-12-03T18:10:33.874Z] PASS
18:10:33 [2021-12-03T18:10:33.874Z] coverage: 41.5% of statements
18:10:33 [2021-12-03T18:10:33.874Z] ok  	github.com/docker/docker/volume/local	0.054s	coverage: 41.5% of statements
18:10:34 [2021-12-03T18:10:34.405Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
18:10:34 [2021-12-03T18:10:34.857Z] === RUN   TestLCOWParseMountRaw
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestLCOWParseMountRaw (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/0_c:\:/foo
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/1_c:\:/foo:ro
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/2_c:\:/foo:rw
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/3_c:\:/foo:foo
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/4_name:/foo:rw
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/5_name:/foo
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/6_name:/foo:ro
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/7_name:/
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/8_driver/name:/
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestLCOWParseMountRawSplit (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRaw
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestLinuxParseMountRaw (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRawSplit
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRawSplit/0_/tmp:/tmp1
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRawSplit/4_name:/named1
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRawSplit/5_name:/named2
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRawSplit/6_name:/named3:ro
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRawSplit/7_local/name:/tmp:rw
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountRawSplit/8_/tmp:tmp
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestLinuxParseMountRawSplit (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestLinuxParseMountSpecBindWithFileinfoError
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestConvertTmpfsOptions
18:10:34 [2021-12-03T18:10:34.858Z]     linux_parser_test.go:209: data="mode=700,size=1m"
18:10:34 [2021-12-03T18:10:34.858Z]     linux_parser_test.go:209: data="ro"
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestConvertTmpfsOptions (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestParseMountSpec
18:10:34 [2021-12-03T18:10:34.858Z]     parser_test.go:62: case 0
18:10:34 [2021-12-03T18:10:34.858Z]     parser_test.go:62: case 1
18:10:34 [2021-12-03T18:10:34.858Z]     parser_test.go:62: case 2
18:10:34 [2021-12-03T18:10:34.858Z]     parser_test.go:62: case 3
18:10:34 [2021-12-03T18:10:34.858Z]     parser_test.go:62: case 4
18:10:34 [2021-12-03T18:10:34.858Z]     parser_test.go:62: case 5
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestParseMountSpec (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestValidateMount
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestValidateMount (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRaw
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestWindowsParseMountRaw (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/0_c:\:d:
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/1_c:\:d:\
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/2_c:\:d:\:ro
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/3_c:\:d:\:rw
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/4_c:\:d:\:foo
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/5_name:d::rw
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/6_name:d:
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/7_name:d::ro
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/8_name:c:
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/9_driver/name:c:
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestWindowsParseMountRawSplit (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z]     --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] === RUN   TestWindowsParseMountSpecBindWithFileinfoError
18:10:34 [2021-12-03T18:10:34.858Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s)
18:10:34 [2021-12-03T18:10:34.858Z] PASS
18:10:34 [2021-12-03T18:10:34.858Z] coverage: 67.6% of statements
18:10:34 [2021-12-03T18:10:34.858Z] ok  	github.com/docker/docker/volume/mounts	0.038s	coverage: 67.6% of statements
18:10:34 [2021-12-03T18:10:34.989Z] --- PASS: TestAuthZPluginAllowRequest (1.21s)
18:10:34 [2021-12-03T18:10:34.989Z] === RUN   TestAuthZPluginTLS
18:10:35 [2021-12-03T18:10:35.249Z] --- PASS: TestAuthZPluginTLS (0.55s)
18:10:35 [2021-12-03T18:10:35.249Z] === RUN   TestAuthZPluginDenyRequest
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestSetGetMeta
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestSetGetMeta
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestRestore
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestRestore
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestServiceCreate
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestServiceCreate
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestServiceList
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestServiceList
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestServiceRemove
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestServiceRemove
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestServiceGet
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestServiceGet
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestServicePrune
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestServicePrune
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestCreate
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestCreate
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestRemove
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestRemove
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestList
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestList
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFindByDriver
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestFindByDriver
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFindByReferenced
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestFindByReferenced
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestDerefMultipleOfSameRef
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestDerefMultipleOfSameRef
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestDefererencePluginOnCreateError
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestDefererencePluginOnCreateError
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestRefDerefRemove
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestRefDerefRemove
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestGet
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestGet
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestGetWithReference
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestGetWithReference
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFilterFunc
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFilterFunc/test_nil_list
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestFilterFunc/test_nil_list
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFilterFunc/test_empty_list
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestFilterFunc/test_empty_list
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFilterFunc/test_filter_some
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestFilterFunc/test_filter_some
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFilterFunc/test_filter_middle
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestFilterFunc/test_filter_middle
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFilterFunc/test_filter_middle_and_last
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
18:10:35 [2021-12-03T18:10:35.325Z] === RUN   TestFilterFunc/test_filter_first_and_last
18:10:35 [2021-12-03T18:10:35.325Z] === PAUSE TestFilterFunc/test_filter_first_and_last
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestFilterFunc/test_nil_list
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestFilterFunc/test_filter_first_and_last
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestFilterFunc/test_filter_some
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestFilterFunc/test_filter_middle_and_last
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestFilterFunc/test_filter_middle
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestFilterFunc/test_empty_list
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestFilterFunc (0.00s)
18:10:35 [2021-12-03T18:10:35.325Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
18:10:35 [2021-12-03T18:10:35.325Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
18:10:35 [2021-12-03T18:10:35.325Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
18:10:35 [2021-12-03T18:10:35.325Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
18:10:35 [2021-12-03T18:10:35.325Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
18:10:35 [2021-12-03T18:10:35.325Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
18:10:35 [2021-12-03T18:10:35.325Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
18:10:35 [2021-12-03T18:10:35.325Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestSetGetMeta
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestList
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestServiceGet
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestServiceList
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestSetGetMeta (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestServiceRemove
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestList (0.02s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestDefererencePluginOnCreateError
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestDefererencePluginOnCreateError (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestGetWithReference
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestGetWithReference (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestGet
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestGet (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestRefDerefRemove
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestRefDerefRemove (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestCreate
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestCreate (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestRemove
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestRemove (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestServiceCreate
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestServiceGet (0.10s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestRestore
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestServiceRemove (0.09s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestDerefMultipleOfSameRef
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestServiceList (0.11s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestServiceCreate (0.02s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestServicePrune
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestDerefMultipleOfSameRef (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestFindByReferenced
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] === CONT  TestFindByDriver
18:10:35 [2021-12-03T18:10:35.325Z] time="2021-12-03T18:10:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestRestore (0.02s)
18:10:35 [2021-12-03T18:10:35.325Z] time="2021-12-03T18:10:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
18:10:35 [2021-12-03T18:10:35.325Z] time="2021-12-03T18:10:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestFindByReferenced (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] time="2021-12-03T18:10:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestFindByDriver (0.01s)
18:10:35 [2021-12-03T18:10:35.325Z] time="2021-12-03T18:10:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
18:10:35 [2021-12-03T18:10:35.325Z] --- PASS: TestServicePrune (0.03s)
18:10:35 [2021-12-03T18:10:35.325Z] PASS
18:10:35 [2021-12-03T18:10:35.325Z] coverage: 69.0% of statements
18:10:35 [2021-12-03T18:10:35.325Z] ok  	github.com/docker/docker/volume/service	0.164s	coverage: 69.0% of statements
18:10:35 [2021-12-03T18:10:35.347Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.56s)
18:10:35 [2021-12-03T18:10:35.347Z] PASS
18:10:35 [2021-12-03T18:10:35.347Z] 
18:10:35 [2021-12-03T18:10:35.347Z] === Skipped
18:10:35 [2021-12-03T18:10:35.347Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
18:10:35 [2021-12-03T18:10:35.347Z]     build_session_test.go:25: TODO: BuildKit
18:10:35 [2021-12-03T18:10:35.347Z] 
18:10:35 [2021-12-03T18:10:35.347Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
18:10:35 [2021-12-03T18:10:35.347Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
18:10:35 [2021-12-03T18:10:35.347Z] 
18:10:35 [2021-12-03T18:10:35.347Z] DONE 34 tests, 2 skipped in 176.242s
18:10:35 [2021-12-03T18:10:35.347Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
18:10:35 [2021-12-03T18:10:35.347Z] ++ 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
18:10:35 [2021-12-03T18:10:35.347Z] ++ set -e
18:10:35 [2021-12-03T18:10:35.347Z] ++ '[' -n 0 ']'
18:10:35 [2021-12-03T18:10:35.348Z] ++ set -x
18:10:35 [2021-12-03T18:10:35.348Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
18:10:35 [2021-12-03T18:10:35.348Z] INFO: Testing against a local daemon
18:10:35 [2021-12-03T18:10:35.348Z] === RUN   TestConfigInspect
18:10:35 [2021-12-03T18:10:35.792Z] --- PASS: TestNewClientWithTimeout (17.61s)
18:10:35 [2021-12-03T18:10:35.792Z] === RUN   TestClientStream
18:10:35 [2021-12-03T18:10:35.792Z] --- PASS: TestClientStream (0.00s)
18:10:35 [2021-12-03T18:10:35.792Z] === RUN   TestClientSendFile
18:10:35 [2021-12-03T18:10:35.792Z] --- PASS: TestClientSendFile (0.00s)
18:10:35 [2021-12-03T18:10:35.792Z] === RUN   TestClientWithRequestTimeout
18:10:35 [2021-12-03T18:10:35.792Z] --- PASS: TestClientWithRequestTimeout (0.01s)
18:10:35 [2021-12-03T18:10:35.792Z] === RUN   TestFileSpecPlugin
18:10:35 [2021-12-03T18:10:35.792Z] --- PASS: TestFileSpecPlugin (0.01s)
18:10:35 [2021-12-03T18:10:35.792Z] === RUN   TestFileJSONSpecPlugin
18:10:35 [2021-12-03T18:10:35.792Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
18:10:35 [2021-12-03T18:10:35.792Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
18:10:35 [2021-12-03T18:10:35.792Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
18:10:35 [2021-12-03T18:10:35.792Z] === RUN   TestPluginAddHandler
18:10:35 [2021-12-03T18:10:35.792Z] --- PASS: TestPluginAddHandler (0.00s)
18:10:35 [2021-12-03T18:10:35.792Z] === RUN   TestPluginWaitBadPlugin
18:10:35 [2021-12-03T18:10:35.792Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
18:10:35 [2021-12-03T18:10:35.792Z] === RUN   TestGet
18:10:35 [2021-12-03T18:10:35.792Z] time="2021-12-03T18:10:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
18:10:35 [2021-12-03T18:10:35.819Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
18:10:35 [2021-12-03T18:10:35.819Z] === RUN   TestAuthZPluginAPIDenyResponse
18:10:36 [2021-12-03T18:10:36.389Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
18:10:36 [2021-12-03T18:10:36.389Z] === RUN   TestAuthZPluginDenyResponse
18:10:36 [2021-12-03T18:10:36.775Z] time="2021-12-03T18:10:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
18:10:36 [2021-12-03T18:10:36.959Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
18:10:36 [2021-12-03T18:10:36.959Z] === RUN   TestAuthZPluginAllowEventStream
18:10:37 [2021-12-03T18:10:37.248Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
18:10:38 [2021-12-03T18:10:38.340Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s)
18:10:38 [2021-12-03T18:10:38.340Z] === RUN   TestAuthZPluginErrorResponse
18:10:38 [2021-12-03T18:10:38.600Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
18:10:38 [2021-12-03T18:10:38.600Z] === RUN   TestAuthZPluginErrorRequest
18:10:38 [2021-12-03T18:10:38.623Z] --- PASS: TestConfigInspect (2.91s)
18:10:38 [2021-12-03T18:10:38.623Z] === RUN   TestConfigList
18:10:38 [2021-12-03T18:10:38.983Z] time="2021-12-03T18:10:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
18:10:39 [2021-12-03T18:10:39.173Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
18:10:39 [2021-12-03T18:10:39.173Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
18:10:39 [2021-12-03T18:10:39.743Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
18:10:39 [2021-12-03T18:10:39.743Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
18:10:40 [2021-12-03T18:10:40.526Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
18:10:41 [2021-12-03T18:10:41.094Z] --- PASS: TestConfigList (2.77s)
18:10:41 [2021-12-03T18:10:41.094Z] === RUN   TestConfigsCreateAndDelete
18:10:41 [2021-12-03T18:10:41.654Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.51s)
18:10:41 [2021-12-03T18:10:41.654Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
18:10:42 [2021-12-03T18:10:42.471Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
18:10:42 [2021-12-03T18:10:42.597Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.44s)
18:10:42 [2021-12-03T18:10:42.597Z] === RUN   TestAuthZPluginHeader
18:10:42 [2021-12-03T18:10:42.764Z] time="2021-12-03T18:10:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
18:10:42 [2021-12-03T18:10:42.928Z] ..........................xx....................                         [ 29%]
18:10:43 [2021-12-03T18:10:43.539Z] --- PASS: TestAuthZPluginHeader (0.70s)
18:10:43 [2021-12-03T18:10:43.539Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
18:10:43 [2021-12-03T18:10:43.851Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
18:10:44 [2021-12-03T18:10:44.110Z] --- PASS: TestConfigsCreateAndDelete (2.90s)
18:10:44 [2021-12-03T18:10:44.110Z] === RUN   TestConfigsUpdate
18:10:46 [2021-12-03T18:10:46.008Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
18:10:46 [2021-12-03T18:10:46.266Z]     check_test.go:308: [d6641ef66b1de] daemon is not started
18:10:46 [2021-12-03T18:10:46.266Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
18:10:46 [2021-12-03T18:10:46.835Z]     check_test.go:308: [ddda377a19ce6] daemon is not started
18:10:46 [2021-12-03T18:10:46.835Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
18:10:46 [2021-12-03T18:10:46.835Z] --- PASS: TestConfigsUpdate (2.90s)
18:10:46 [2021-12-03T18:10:46.835Z] === RUN   TestTemplatedConfig
18:10:47 [2021-12-03T18:10:47.745Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.94s)
18:10:47 [2021-12-03T18:10:47.745Z] === RUN   TestAuthZPluginV2Disable
18:10:48 [2021-12-03T18:10:48.211Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
18:10:48 [2021-12-03T18:10:48.779Z]     check_test.go:308: [da6c4b1f9fbfe] daemon is not started
18:10:48 [2021-12-03T18:10:48.779Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
18:10:49 [2021-12-03T18:10:49.346Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
18:10:49 [2021-12-03T18:10:49.912Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
18:10:50 [2021-12-03T18:10:50.170Z] --- PASS: TestTemplatedConfig (3.16s)
18:10:50 [2021-12-03T18:10:50.170Z] === RUN   TestConfigCreateResolve
18:10:51 [2021-12-03T18:10:51.041Z] --- PASS: TestAuthZPluginV2Disable (3.41s)
18:10:51 [2021-12-03T18:10:51.041Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
18:10:51 [2021-12-03T18:10:51.107Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
18:10:51 [2021-12-03T18:10:51.107Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
18:10:51 [2021-12-03T18:10:51.368Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
18:10:51 [2021-12-03T18:10:51.407Z] --- PASS: TestGet (15.01s)
18:10:51 [2021-12-03T18:10:51.407Z] === RUN   TestPluginWithNoManifest
18:10:51 [2021-12-03T18:10:51.407Z] --- PASS: TestPluginWithNoManifest (0.00s)
18:10:51 [2021-12-03T18:10:51.407Z] === RUN   TestGetAll
18:10:51 [2021-12-03T18:10:51.407Z] --- PASS: TestGetAll (0.00s)
18:10:51 [2021-12-03T18:10:51.407Z] PASS
18:10:51 [2021-12-03T18:10:51.407Z] coverage: 73.2% of statements
18:10:51 [2021-12-03T18:10:51.407Z] ok  	github.com/docker/docker/pkg/plugins	35.903s	coverage: 73.2% of statements
18:10:51 [2021-12-03T18:10:51.963Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
18:10:52 [2021-12-03T18:10:52.905Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
18:10:53 [2021-12-03T18:10:53.164Z] --- PASS: TestConfigCreateResolve (3.10s)
18:10:53 [2021-12-03T18:10:53.164Z] PASS
18:10:53 [2021-12-03T18:10:53.164Z] 
18:10:53 [2021-12-03T18:10:53.164Z] DONE 6 tests in 17.843s
18:10:53 [2021-12-03T18:10:53.164Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
18:10:53 [2021-12-03T18:10:53.164Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
18:10:53 [2021-12-03T18:10:53.164Z] ++ set -e
18:10:53 [2021-12-03T18:10:53.164Z] ++ '[' -n 0 ']'
18:10:53 [2021-12-03T18:10:53.164Z] ++ set -x
18:10:53 [2021-12-03T18:10:53.164Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
18:10:53 [2021-12-03T18:10:53.422Z] INFO: Testing against a local daemon
18:10:53 [2021-12-03T18:10:53.422Z] === RUN   TestCheckpoint
18:10:53 [2021-12-03T18:10:53.422Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:10:53 [2021-12-03T18:10:53.422Z] --- SKIP: TestCheckpoint (0.00s)
18:10:53 [2021-12-03T18:10:53.422Z] === RUN   TestContainerInvalidJSON
18:10:53 [2021-12-03T18:10:53.422Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:10:53 [2021-12-03T18:10:53.422Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:10:53 [2021-12-03T18:10:53.422Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:10:53 [2021-12-03T18:10:53.422Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:10:53 [2021-12-03T18:10:53.422Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:10:53 [2021-12-03T18:10:53.422Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:10:53 [2021-12-03T18:10:53.422Z] --- PASS: TestContainerInvalidJSON (0.01s)
18:10:53 [2021-12-03T18:10:53.422Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
18:10:53 [2021-12-03T18:10:53.422Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
18:10:53 [2021-12-03T18:10:53.422Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:10:53 [2021-12-03T18:10:53.422Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
18:10:53 [2021-12-03T18:10:53.422Z] === RUN   TestCopyFromContainerPathIsNotDir
18:10:53 [2021-12-03T18:10:53.422Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s)
18:10:53 [2021-12-03T18:10:53.422Z] === RUN   TestCopyToContainerPathDoesNotExist
18:10:53 [2021-12-03T18:10:53.684Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
18:10:53 [2021-12-03T18:10:53.684Z] === RUN   TestCopyToContainerPathIsNotDir
18:10:53 [2021-12-03T18:10:53.684Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
18:10:53 [2021-12-03T18:10:53.684Z] === RUN   TestCopyFromContainer
18:10:54 [2021-12-03T18:10:54.254Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
18:10:54 [2021-12-03T18:10:54.359Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.18s)
18:10:54 [2021-12-03T18:10:54.359Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
18:10:55 [2021-12-03T18:10:55.191Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
18:10:55 [2021-12-03T18:10:55.191Z] === RUN   TestCopyFromContainer//
18:10:55 [2021-12-03T18:10:55.449Z] === RUN   TestCopyFromContainer//bar/root
18:10:55 [2021-12-03T18:10:55.449Z] === RUN   TestCopyFromContainer//bar/root/
18:10:55 [2021-12-03T18:10:55.449Z] === RUN   TestCopyFromContainer/bar/quux
18:10:55 [2021-12-03T18:10:55.708Z] === RUN   TestCopyFromContainer/bar/quux/
18:10:55 [2021-12-03T18:10:55.708Z] === RUN   TestCopyFromContainer/bar/quux/baz
18:10:55 [2021-12-03T18:10:55.708Z] === RUN   TestCopyFromContainer/bar/filesymlink
18:10:55 [2021-12-03T18:10:55.708Z] === RUN   TestCopyFromContainer/bar/dirsymlink
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCopyFromContainer/bar/notarget
18:10:55 [2021-12-03T18:10:55.967Z] --- PASS: TestCopyFromContainer (2.38s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCopyFromContainer// (0.12s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:10:55 [2021-12-03T18:10:55.967Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:10:55 [2021-12-03T18:10:55.967Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:10:55 [2021-12-03T18:10:55.967Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:10:55 [2021-12-03T18:10:55.967Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:10:55 [2021-12-03T18:10:55.967Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:10:55 [2021-12-03T18:10:55.967Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:10:55 [2021-12-03T18:10:55.967Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
18:10:55 [2021-12-03T18:10:55.967Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCreateLinkToNonExistingContainer
18:10:55 [2021-12-03T18:10:55.967Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s)
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCreateWithInvalidEnv
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCreateWithInvalidEnv/0
18:10:55 [2021-12-03T18:10:55.967Z] === PAUSE TestCreateWithInvalidEnv/0
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCreateWithInvalidEnv/1
18:10:55 [2021-12-03T18:10:55.967Z] === PAUSE TestCreateWithInvalidEnv/1
18:10:55 [2021-12-03T18:10:55.967Z] === RUN   TestCreateWithInvalidEnv/2
18:10:55 [2021-12-03T18:10:55.967Z] === PAUSE TestCreateWithInvalidEnv/2
18:10:55 [2021-12-03T18:10:55.967Z] === CONT  TestCreateWithInvalidEnv/0
18:10:55 [2021-12-03T18:10:55.967Z] === CONT  TestCreateWithInvalidEnv/2
18:10:55 [2021-12-03T18:10:55.967Z] === CONT  TestCreateWithInvalidEnv/1
18:10:56 [2021-12-03T18:10:56.225Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
18:10:56 [2021-12-03T18:10:56.225Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:10:56 [2021-12-03T18:10:56.225Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:10:56 [2021-12-03T18:10:56.225Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:10:56 [2021-12-03T18:10:56.225Z] === RUN   TestCreateTmpfsMountsTarget
18:10:56 [2021-12-03T18:10:56.225Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
18:10:56 [2021-12-03T18:10:56.225Z] === RUN   TestCreateWithCustomMaskedPaths
18:10:56 [2021-12-03T18:10:56.225Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
18:10:56 [2021-12-03T18:10:56.791Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
18:10:56 [2021-12-03T18:10:56.791Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
18:10:57 [2021-12-03T18:10:57.726Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
18:10:57 [2021-12-03T18:10:57.726Z] --- PASS: TestCreateWithCustomMaskedPaths (1.74s)
18:10:57 [2021-12-03T18:10:57.726Z] === RUN   TestCreateWithCustomReadonlyPaths
18:10:58 [2021-12-03T18:10:58.671Z] tests/integration/api_exec_test.py .....................                 [ 34%]
18:10:59 [2021-12-03T18:10:59.628Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.73s)
18:10:59 [2021-12-03T18:10:59.629Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:10:59 [2021-12-03T18:10:59.629Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:10:59 [2021-12-03T18:10:59.629Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:10:59 [2021-12-03T18:10:59.629Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:10:59 [2021-12-03T18:10:59.629Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:10:59 [2021-12-03T18:10:59.629Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:10:59 [2021-12-03T18:10:59.629Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:10:59 [2021-12-03T18:10:59.629Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:10:59 [2021-12-03T18:10:59.629Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:10:59 [2021-12-03T18:10:59.629Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:10:59 [2021-12-03T18:10:59.629Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:10:59 [2021-12-03T18:10:59.629Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:10:59 [2021-12-03T18:10:59.629Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:10:59 [2021-12-03T18:10:59.629Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:10:59 [2021-12-03T18:10:59.629Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:10:59 [2021-12-03T18:10:59.629Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:10:59 [2021-12-03T18:10:59.629Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
18:10:59 [2021-12-03T18:10:59.629Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
18:10:59 [2021-12-03T18:10:59.629Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
18:10:59 [2021-12-03T18:10:59.629Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
18:10:59 [2021-12-03T18:10:59.629Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
18:10:59 [2021-12-03T18:10:59.629Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
18:10:59 [2021-12-03T18:10:59.629Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:11:00 [2021-12-03T18:11:00.195Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s)
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestCreateDifferentPlatform
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestCreateDifferentPlatform/different_os
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:11:00 [2021-12-03T18:11:00.195Z] --- PASS: TestCreateDifferentPlatform (0.03s)
18:11:00 [2021-12-03T18:11:00.195Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
18:11:00 [2021-12-03T18:11:00.195Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:11:00 [2021-12-03T18:11:00.195Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
18:11:00 [2021-12-03T18:11:00.195Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestContainerStartOnDaemonRestart
18:11:00 [2021-12-03T18:11:00.195Z] === PAUSE TestContainerStartOnDaemonRestart
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestDaemonRestartIpcMode
18:11:00 [2021-12-03T18:11:00.195Z] === PAUSE TestDaemonRestartIpcMode
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestDaemonHostGatewayIP
18:11:00 [2021-12-03T18:11:00.195Z] === PAUSE TestDaemonHostGatewayIP
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestRestartDaemonWithRestartingContainer
18:11:00 [2021-12-03T18:11:00.195Z] === PAUSE TestRestartDaemonWithRestartingContainer
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestContainerKillOnDaemonStart
18:11:00 [2021-12-03T18:11:00.195Z] === PAUSE TestContainerKillOnDaemonStart
18:11:00 [2021-12-03T18:11:00.195Z] === RUN   TestDiff
18:11:00 [2021-12-03T18:11:00.454Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
18:11:01 [2021-12-03T18:11:01.031Z] --- PASS: TestDiff (0.69s)
18:11:01 [2021-12-03T18:11:01.031Z] === RUN   TestExecWithCloseStdin
18:11:01 [2021-12-03T18:11:01.598Z] --- PASS: TestExecWithCloseStdin (0.64s)
18:11:01 [2021-12-03T18:11:01.598Z] === RUN   TestExec
18:11:02 [2021-12-03T18:11:02.167Z] --- PASS: TestExec (0.68s)
18:11:02 [2021-12-03T18:11:02.425Z] === RUN   TestExecUser
18:11:02 [2021-12-03T18:11:02.997Z] --- PASS: TestExecUser (0.73s)
18:11:02 [2021-12-03T18:11:02.997Z] === RUN   TestExportContainerAndImportImage
18:11:02 [2021-12-03T18:11:02.997Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
18:11:03 [2021-12-03T18:11:03.937Z] --- PASS: TestExportContainerAndImportImage (0.79s)
18:11:03 [2021-12-03T18:11:03.937Z] === RUN   TestExportContainerAfterDaemonRestart
18:11:04 [2021-12-03T18:11:04.197Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
18:11:04 [2021-12-03T18:11:04.413Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.79s)
18:11:04 [2021-12-03T18:11:04.413Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
18:11:04 [2021-12-03T18:11:04.764Z]     check_test.go:308: [db9e92f4526f1] daemon is not started
18:11:04 [2021-12-03T18:11:04.764Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
18:11:05 [2021-12-03T18:11:05.334Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
18:11:05 [2021-12-03T18:11:05.334Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s)
18:11:05 [2021-12-03T18:11:05.334Z] === RUN   TestHealthCheckWorkdir
18:11:05 [2021-12-03T18:11:05.593Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
18:11:06 [2021-12-03T18:11:06.139Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
18:11:06 [2021-12-03T18:11:06.160Z] --- PASS: TestHealthCheckWorkdir (0.93s)
18:11:06 [2021-12-03T18:11:06.160Z] === RUN   TestHealthKillContainer
18:11:06 [2021-12-03T18:11:06.160Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
18:11:06 [2021-12-03T18:11:06.419Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
18:11:06 [2021-12-03T18:11:06.419Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
18:11:08 [2021-12-03T18:11:08.320Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
18:11:08 [2021-12-03T18:11:08.886Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
18:11:10 [2021-12-03T18:11:10.786Z] === RUN   TestDockerSuite/TestBuildAddNonTar
18:11:11 [2021-12-03T18:11:11.190Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
18:11:11 [2021-12-03T18:11:11.352Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
18:11:11 [2021-12-03T18:11:11.611Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
18:11:12 [2021-12-03T18:11:12.986Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
18:11:13 [2021-12-03T18:11:13.919Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
18:11:14 [2021-12-03T18:11:14.854Z] --- PASS: TestHealthKillContainer (8.59s)
18:11:14 [2021-12-03T18:11:14.854Z] === RUN   TestInspectCpusetInConfigPre120
18:11:15 [2021-12-03T18:11:15.422Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s)
18:11:15 [2021-12-03T18:11:15.422Z] === RUN   TestIpcModeNone
18:11:15 [2021-12-03T18:11:15.422Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
18:11:15 [2021-12-03T18:11:15.422Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
18:11:15 [2021-12-03T18:11:15.422Z]     check_test.go:308: [d424fc12130b6] daemon is not started
18:11:15 [2021-12-03T18:11:15.422Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
18:11:15 [2021-12-03T18:11:15.988Z] --- PASS: TestIpcModeNone (0.64s)
18:11:15 [2021-12-03T18:11:15.988Z] === RUN   TestIpcModePrivate
18:11:16 [2021-12-03T18:11:16.556Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false
18:11:16 [2021-12-03T18:11:16.556Z] --- PASS: TestIpcModePrivate (0.68s)
18:11:16 [2021-12-03T18:11:16.556Z] === RUN   TestIpcModeShareable
18:11:16 [2021-12-03T18:11:16.667Z] 2021/12/03 18:11:14 Closing DB instances...
18:11:16 [2021-12-03T18:11:16.667Z] --- PASS: TestNetworkDBGarbageCollection (54.04s)
18:11:16 [2021-12-03T18:11:16.667Z] === RUN   TestFindNode
18:11:16 [2021-12-03T18:11:16.667Z] 2021/12/03 18:11:16 Closing DB instances...
18:11:16 [2021-12-03T18:11:16.667Z] --- PASS: TestFindNode (0.01s)
18:11:16 [2021-12-03T18:11:16.667Z] === RUN   TestChangeNodeState
18:11:16 [2021-12-03T18:11:16.667Z] 2021/12/03 18:11:16 Closing DB instances...
18:11:16 [2021-12-03T18:11:16.667Z] --- PASS: TestChangeNodeState (0.02s)
18:11:16 [2021-12-03T18:11:16.667Z] === RUN   TestNodeReincarnation
18:11:16 [2021-12-03T18:11:16.667Z] 2021/12/03 18:11:16 Closing DB instances...
18:11:17 [2021-12-03T18:11:17.124Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
18:11:17 [2021-12-03T18:11:17.124Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
18:11:17 [2021-12-03T18:11:17.382Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true
18:11:17 [2021-12-03T18:11:17.383Z] --- PASS: TestIpcModeShareable (0.87s)
18:11:17 [2021-12-03T18:11:17.383Z] === RUN   TestAPIIpcModeShareableAndContainer
18:11:17 [2021-12-03T18:11:17.953Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
18:11:19 [2021-12-03T18:11:19.327Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
18:11:19 [2021-12-03T18:11:19.327Z] === RUN   TestDockerSuite/TestBuildAddScript
18:11:19 [2021-12-03T18:11:19.893Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.51s)
18:11:19 [2021-12-03T18:11:19.893Z] === RUN   TestAPIIpcModeHost
18:11:20 [2021-12-03T18:11:20.829Z] --- PASS: TestAPIIpcModeHost (0.71s)
18:11:20 [2021-12-03T18:11:20.829Z] === RUN   TestDaemonIpcModeShareable
18:11:21 [2021-12-03T18:11:21.087Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=error msg="failed to send node leave: timed out broadcasting node event"
18:11:21 [2021-12-03T18:11:21.409Z] --- PASS: TestNodeReincarnation (5.01s)
18:11:21 [2021-12-03T18:11:21.409Z] === RUN   TestParallelCreate
18:11:21 [2021-12-03T18:11:21.409Z] 2021/12/03 18:11:21 Closing DB instances...
18:11:21 [2021-12-03T18:11:21.409Z] --- PASS: TestParallelCreate (0.01s)
18:11:21 [2021-12-03T18:11:21.409Z] === RUN   TestParallelDelete
18:11:21 [2021-12-03T18:11:21.409Z] 2021/12/03 18:11:21 Closing DB instances...
18:11:21 [2021-12-03T18:11:21.409Z] --- PASS: TestParallelDelete (0.01s)
18:11:21 [2021-12-03T18:11:21.409Z] === RUN   TestNetworkDBIslands
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:a3f902e1905e with config:&{NodeID:a3f902e1905e Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="Node a3f902e1905e/172.29.150.177, joined gossip cluster"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="Node a3f902e1905e/172.29.150.177, added to nodes list"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:08507559c112 with config:&{NodeID:08507559c112 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="Node 08507559c112/172.29.150.177, joined gossip cluster"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="Node 08507559c112/172.29.150.177, added to nodes list"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="The new bootstrap node list is:[localhost:10033]"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10033"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=debug msg="memberlist: Stream connection from=[::1]:49344"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="Node 08507559c112/172.29.150.177, joined gossip cluster"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="Node 08507559c112/172.29.150.177, added to nodes list"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="Node a3f902e1905e/172.29.150.177, joined gossip cluster"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=info msg="Node a3f902e1905e/172.29.150.177, added to nodes list"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10033"
18:11:21 [2021-12-03T18:11:21.409Z] time="2021-12-03T18:11:21Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49345"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:64fe73326619 with config:&{NodeID:64fe73326619 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=info msg="Node 64fe73326619/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=info msg="Node 64fe73326619/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=info msg="The new bootstrap node list is:[localhost:10034]"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10034"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Stream connection from=[::1]:49346"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=info msg="Node 64fe73326619/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=info msg="Node 64fe73326619/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=info msg="Node a3f902e1905e/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=info msg="Node a3f902e1905e/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=info msg="Node 08507559c112/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=info msg="Node 08507559c112/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10034"
18:11:22 [2021-12-03T18:11:22.258Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347"
18:11:22 [2021-12-03T18:11:22.462Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: true, mustBeShared: true
18:11:22 [2021-12-03T18:11:22.462Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
18:11:22 [2021-12-03T18:11:22.462Z] --- PASS: TestDaemonIpcModeShareable (1.76s)
18:11:22 [2021-12-03T18:11:22.462Z] === RUN   TestDaemonIpcModePrivate
18:11:22 [2021-12-03T18:11:22.517Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s)
18:11:22 [2021-12-03T18:11:22.517Z] PASS
18:11:22 [2021-12-03T18:11:22.517Z] 
18:11:22 [2021-12-03T18:11:22.517Z] DONE 17 tests in 46.730s
18:11:22 [2021-12-03T18:11:22.517Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
18:11:22 [2021-12-03T18:11:22.517Z] INFO: Testing against a local daemon
18:11:22 [2021-12-03T18:11:22.517Z] === RUN   TestPluginInvalidJSON
18:11:22 [2021-12-03T18:11:22.517Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:11:22 [2021-12-03T18:11:22.517Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:11:22 [2021-12-03T18:11:22.517Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:11:22 [2021-12-03T18:11:22.517Z] --- PASS: TestPluginInvalidJSON (0.01s)
18:11:22 [2021-12-03T18:11:22.517Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
18:11:22 [2021-12-03T18:11:22.517Z] === RUN   TestPluginInstall
18:11:22 [2021-12-03T18:11:22.517Z] === RUN   TestPluginInstall/no_auth
18:11:22 [2021-12-03T18:11:22.517Z] time="2021-12-03T18:11:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:11:22 [2021-12-03T18:11:22.517Z] time="2021-12-03T18:11:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bdfcb09d9046af3a30628cfc15bd444dd9385b272eb234afe1b58a8b5ad58c8c" mediatype=application/vnd.docker.plugin.v1+json size=522
18:11:22 [2021-12-03T18:11:22.517Z] time="2021-12-03T18:11:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:11:22 [2021-12-03T18:11:22.517Z] time="2021-12-03T18:11:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bdfcb09d9046af3a30628cfc15bd444dd9385b272eb234afe1b58a8b5ad58c8c" mediatype=application/vnd.docker.plugin.v1+json size=522
18:11:22 [2021-12-03T18:11:22.517Z] === RUN   TestPluginInstall/with_htpasswd
18:11:22 [2021-12-03T18:11:22.720Z]     check_test.go:308: [d0bd4a8c3148a] daemon is not started
18:11:22 [2021-12-03T18:11:22.720Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 64fe73326619/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 64fe73326619/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:29b733e91b6c with config:&{NodeID:29b733e91b6c Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 29b733e91b6c/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 29b733e91b6c/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="The new bootstrap node list is:[localhost:10035]"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10035"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Stream connection from=[::1]:49348"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 29b733e91b6c/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 29b733e91b6c/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node a3f902e1905e/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node a3f902e1905e/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 08507559c112/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 08507559c112/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 64fe73326619/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 64fe73326619/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10035"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 29b733e91b6c/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 29b733e91b6c/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 29b733e91b6c/172.29.150.177, joined gossip cluster"
18:11:22 [2021-12-03T18:11:22.733Z] time="2021-12-03T18:11:22Z" level=info msg="Node 29b733e91b6c/172.29.150.177, added to nodes list"
18:11:22 [2021-12-03T18:11:22.777Z] time="2021-12-03T18:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:11:22 [2021-12-03T18:11:22.777Z] time="2021-12-03T18:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5f8947b3ff0316afe093893a5906c73f2b2822db7a05885d9f2c0aba63f725db" mediatype=application/vnd.docker.plugin.v1+json size=522
18:11:22 [2021-12-03T18:11:22.777Z] time="2021-12-03T18:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:11:22 [2021-12-03T18:11:22.777Z] time="2021-12-03T18:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5f8947b3ff0316afe093893a5906c73f2b2822db7a05885d9f2c0aba63f725db" mediatype=application/vnd.docker.plugin.v1+json size=522
18:11:22 [2021-12-03T18:11:22.908Z] --- PASS: TestBuildWithHugeFile (68.37s)
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestBuildWCOWSandboxSize
18:11:22 [2021-12-03T18:11:22.908Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
18:11:22 [2021-12-03T18:11:22.908Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestBuildWithEmptyDockerfile
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:11:22 [2021-12-03T18:11:22.908Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:11:22 [2021-12-03T18:11:22.908Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:11:22 [2021-12-03T18:11:22.908Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:11:22 [2021-12-03T18:11:22.908Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:11:22 [2021-12-03T18:11:22.908Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:11:22 [2021-12-03T18:11:22.908Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:11:22 [2021-12-03T18:11:22.908Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
18:11:22 [2021-12-03T18:11:22.908Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s)
18:11:22 [2021-12-03T18:11:22.908Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
18:11:22 [2021-12-03T18:11:22.908Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestBuildPreserveOwnership
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestBuildPreserveOwnership/copy_from
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
18:11:22 [2021-12-03T18:11:22.908Z] --- PASS: TestBuildPreserveOwnership (2.55s)
18:11:22 [2021-12-03T18:11:22.908Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.70s)
18:11:22 [2021-12-03T18:11:22.908Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.84s)
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestBuildPlatformInvalid
18:11:22 [2021-12-03T18:11:22.908Z] --- PASS: TestBuildPlatformInvalid (0.07s)
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
18:11:22 [2021-12-03T18:11:22.908Z] Loaded image: busybox:latest
18:11:22 [2021-12-03T18:11:22.908Z] Loaded image: busybox:glibc
18:11:22 [2021-12-03T18:11:22.908Z] Loaded image: debian:bullseye-slim
18:11:22 [2021-12-03T18:11:22.908Z] Loaded image: hello-world:latest
18:11:22 [2021-12-03T18:11:22.908Z] Loaded image: arm32v7/hello-world:latest
18:11:22 [2021-12-03T18:11:22.908Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.16s)
18:11:22 [2021-12-03T18:11:22.908Z] PASS
18:11:22 [2021-12-03T18:11:22.908Z] 
18:11:22 [2021-12-03T18:11:22.908Z] === Skipped
18:11:22 [2021-12-03T18:11:22.908Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
18:11:22 [2021-12-03T18:11:22.908Z]     build_session_test.go:25: TODO: BuildKit
18:11:22 [2021-12-03T18:11:22.908Z] 
18:11:22 [2021-12-03T18:11:22.908Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
18:11:22 [2021-12-03T18:11:22.908Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
18:11:22 [2021-12-03T18:11:22.908Z] 
18:11:22 [2021-12-03T18:11:22.908Z] DONE 34 tests, 2 skipped in 98.222s
18:11:22 [2021-12-03T18:11:22.908Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
18:11:22 [2021-12-03T18:11:22.908Z] ++ 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
18:11:22 [2021-12-03T18:11:22.908Z] ++ set -e
18:11:22 [2021-12-03T18:11:22.908Z] ++ '[' -n 0 ']'
18:11:22 [2021-12-03T18:11:22.908Z] ++ set -x
18:11:22 [2021-12-03T18:11:22.908Z] ++ env -i DEST=/go/src/github.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
18:11:22 [2021-12-03T18:11:22.908Z] INFO: Testing against a local daemon
18:11:22 [2021-12-03T18:11:22.908Z] === RUN   TestConfigInspect
18:11:23 [2021-12-03T18:11:23.037Z] === RUN   TestPluginInstall/with_insecure
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:cdcacf76822e with config:&{NodeID:cdcacf76822e Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node cdcacf76822e/172.29.150.177, joined gossip cluster"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node cdcacf76822e/172.29.150.177, added to nodes list"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="The new bootstrap node list is:[localhost:10036]"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10036"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Stream connection from=[::1]:49350"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node cdcacf76822e/172.29.150.177, joined gossip cluster"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node cdcacf76822e/172.29.150.177, added to nodes list"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node 08507559c112/172.29.150.177, joined gossip cluster"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node 08507559c112/172.29.150.177, added to nodes list"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node 29b733e91b6c/172.29.150.177, joined gossip cluster"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node 29b733e91b6c/172.29.150.177, added to nodes list"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node 64fe73326619/172.29.150.177, joined gossip cluster"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node 64fe73326619/172.29.150.177, added to nodes list"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node a3f902e1905e/172.29.150.177, joined gossip cluster"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=info msg="Node a3f902e1905e/172.29.150.177, added to nodes list"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10036"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:22Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:23Z" level=info msg="Node cdcacf76822e/172.29.150.177, joined gossip cluster"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:23Z" level=info msg="Node cdcacf76822e/172.29.150.177, added to nodes list"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:23Z" level=info msg="Node cdcacf76822e/172.29.150.177, joined gossip cluster"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:23Z" level=info msg="Node cdcacf76822e/172.29.150.177, added to nodes list"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:23Z" level=info msg="Node cdcacf76822e/172.29.150.177, joined gossip cluster"
18:11:23 [2021-12-03T18:11:23.207Z] time="2021-12-03T18:11:23Z" level=info msg="Node cdcacf76822e/172.29.150.177, added to nodes list"
18:11:23 [2021-12-03T18:11:23.682Z]     networkdb_test.go:835: Re-joining: 3
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=info msg="The new bootstrap node list is:[172.29.150.177:10033 172.29.150.177:10034 172.29.150.177:10035]"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10033"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49352"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10034"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49353"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10035"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49354"
18:11:23 [2021-12-03T18:11:23.682Z]     networkdb_test.go:835: Re-joining: 4
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=info msg="The new bootstrap node list is:[172.29.150.177:10033 172.29.150.177:10034 172.29.150.177:10035]"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49355"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10033"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10034"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49356"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10035"
18:11:23 [2021-12-03T18:11:23.682Z] time="2021-12-03T18:11:23Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49357"
18:11:23 [2021-12-03T18:11:23.977Z] time="2021-12-03T18:11:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:11:23 [2021-12-03T18:11:23.977Z] time="2021-12-03T18:11:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b4ba70ff0ee3f1b5d988528028d707b5d0d2bc7cd4ee9f066a90dfc4b9832b13" mediatype=application/vnd.docker.plugin.v1+json size=522
18:11:23 [2021-12-03T18:11:23.977Z] time="2021-12-03T18:11:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:11:23 [2021-12-03T18:11:23.977Z] time="2021-12-03T18:11:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b4ba70ff0ee3f1b5d988528028d707b5d0d2bc7cd4ee9f066a90dfc4b9832b13" mediatype=application/vnd.docker.plugin.v1+json size=522
18:11:23 [2021-12-03T18:11:23.977Z]     plugin_test.go:165: [de6030d504015] daemon is not started
18:11:23 [2021-12-03T18:11:23.977Z] --- PASS: TestPluginInstall (3.61s)
18:11:23 [2021-12-03T18:11:23.977Z]     --- PASS: TestPluginInstall/no_auth (1.93s)
18:11:23 [2021-12-03T18:11:23.977Z]     --- PASS: TestPluginInstall/with_htpasswd (0.60s)
18:11:23 [2021-12-03T18:11:23.977Z]     --- PASS: TestPluginInstall/with_insecure (1.08s)
18:11:23 [2021-12-03T18:11:23.977Z] === RUN   TestPluginsWithRuntimes
18:11:24 [2021-12-03T18:11:24.099Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false
18:11:24 [2021-12-03T18:11:24.099Z] --- PASS: TestDaemonIpcModePrivate (1.65s)
18:11:24 [2021-12-03T18:11:24.099Z] === RUN   TestDaemonIpcModePrivateFromConfig
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="node 0 leaving"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="Node a3f902e1905e change state NodeActive --> NodeLeft"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="node2(08507559c112): Node leave event for a3f902e1905e/172.29.150.177"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="Node a3f902e1905e change state NodeActive --> NodeLeft"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="node4(29b733e91b6c): Node leave event for a3f902e1905e/172.29.150.177"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="Node a3f902e1905e change state NodeActive --> NodeLeft"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="node5(cdcacf76822e): Node leave event for a3f902e1905e/172.29.150.177"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="Node a3f902e1905e change state NodeActive --> NodeLeft"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="node1(a3f902e1905e): Node leave event for a3f902e1905e/172.29.150.177"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="Node a3f902e1905e change state NodeActive --> NodeLeft"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:23Z" level=info msg="node3(64fe73326619): Node leave event for a3f902e1905e/172.29.150.177"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:24Z" level=info msg="Node a3f902e1905e/172.29.150.177, left gossip cluster"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:24Z" level=info msg="Node a3f902e1905e/172.29.150.177, left gossip cluster"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:24Z" level=info msg="Node a3f902e1905e/172.29.150.177, left gossip cluster"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:24Z" level=info msg="Node a3f902e1905e/172.29.150.177, left gossip cluster"
18:11:24 [2021-12-03T18:11:24.157Z] time="2021-12-03T18:11:24Z" level=info msg="Node a3f902e1905e/172.29.150.177, left gossip cluster"
18:11:24 [2021-12-03T18:11:24.274Z] --- PASS: TestConfigInspect (2.10s)
18:11:24 [2021-12-03T18:11:24.274Z] === RUN   TestConfigList
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="node 1 leaving"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="Node 08507559c112 change state NodeActive --> NodeLeft"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="node3(64fe73326619): Node leave event for 08507559c112/172.29.150.177"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="Node 08507559c112/172.29.150.177, left gossip cluster"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="Node 08507559c112 change state NodeActive --> NodeFailed"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="Node 08507559c112/172.29.150.177, added to failed nodes list"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="Node 08507559c112 change state NodeActive --> NodeLeft"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="node5(cdcacf76822e): Node leave event for 08507559c112/172.29.150.177"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="Node 08507559c112 change state NodeActive --> NodeLeft"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="node4(29b733e91b6c): Node leave event for 08507559c112/172.29.150.177"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=error msg="node: 08507559c112 is unknown to memberlist"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="Node 08507559c112/172.29.150.177, left gossip cluster"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="Node 08507559c112/172.29.150.177, left gossip cluster"
18:11:24 [2021-12-03T18:11:24.632Z] time="2021-12-03T18:11:24Z" level=info msg="Node 08507559c112/172.29.150.177, left gossip cluster"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=info msg="node 2 leaving"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=info msg="Node 64fe73326619 change state NodeActive --> NodeLeft"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=info msg="node5(cdcacf76822e): Node leave event for 64fe73326619/172.29.150.177"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=info msg="Node 64fe73326619 change state NodeActive --> NodeLeft"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=info msg="node4(29b733e91b6c): Node leave event for 64fe73326619/172.29.150.177"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=info msg="Node 64fe73326619 change state NodeActive --> NodeLeft"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=info msg="node3(64fe73326619): Node leave event for 64fe73326619/172.29.150.177"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=debug msg="memberlist: Failed ping: 64fe73326619 (timeout reached)"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.150.177:10037: use of closed network connection"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.150.177:10036: use of closed network connection"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.150.177:10034: use of closed network connection"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49358"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=info msg="Node 64fe73326619/172.29.150.177, left gossip cluster"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:24Z" level=info msg="Node 64fe73326619/172.29.150.177, left gossip cluster"
18:11:25 [2021-12-03T18:11:25.106Z] time="2021-12-03T18:11:25Z" level=info msg="Node 64fe73326619/172.29.150.177, left gossip cluster"
18:11:25 [2021-12-03T18:11:25.360Z] === RUN   TestPluginsWithRuntimes/No_Args
18:11:25 [2021-12-03T18:11:25.580Z] time="2021-12-03T18:11:25Z" level=warning msg="memberlist: Was able to connect to 64fe73326619 but other probes failed, network may be misconfigured"
18:11:25 [2021-12-03T18:11:25.581Z]     networkdb_test.go:867: node4: OK
18:11:25 [2021-12-03T18:11:25.581Z]     networkdb_test.go:867: node5: OK
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="node 0 coming back"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:7a4fa4b8fa61 with config:&{NodeID:7a4fa4b8fa61 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, joined gossip cluster"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, added to nodes list"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="node 1 coming back"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:bb4e618c3747 with config:&{NodeID:bb4e618c3747 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="Node bb4e618c3747/172.29.150.177, joined gossip cluster"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="Node bb4e618c3747/172.29.150.177, added to nodes list"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="node 2 coming back"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:8c975f8069d4 with config:&{NodeID:8c975f8069d4 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="Node 8c975f8069d4/172.29.150.177, joined gossip cluster"
18:11:25 [2021-12-03T18:11:25.581Z] time="2021-12-03T18:11:25Z" level=info msg="Node 8c975f8069d4/172.29.150.177, added to nodes list"
18:11:26 [2021-12-03T18:11:26.000Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false
18:11:26 [2021-12-03T18:11:26.001Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
18:11:26 [2021-12-03T18:11:26.001Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s)
18:11:26 [2021-12-03T18:11:26.001Z] === RUN   TestDaemonIpcModeShareableFromConfig
18:11:26 [2021-12-03T18:11:26.164Z] --- PASS: TestConfigList (2.06s)
18:11:26 [2021-12-03T18:11:26.164Z] === RUN   TestConfigsCreateAndDelete
18:11:26 [2021-12-03T18:11:26.260Z]     check_test.go:308: [db28c2db14ff4] daemon is not started
18:11:26 [2021-12-03T18:11:26.260Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
18:11:26 [2021-12-03T18:11:26.300Z] === RUN   TestPluginsWithRuntimes/With_Args
18:11:26 [2021-12-03T18:11:26.644Z] tests/integration/api_network_test.py ............................       [ 47%]
18:11:27 [2021-12-03T18:11:27.194Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: true, mustBeShared: true
18:11:27 [2021-12-03T18:11:27.239Z] --- PASS: TestPluginsWithRuntimes (3.27s)
18:11:27 [2021-12-03T18:11:27.239Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.86s)
18:11:27 [2021-12-03T18:11:27.239Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.87s)
18:11:27 [2021-12-03T18:11:27.239Z] === RUN   TestPluginBackCompatMediaTypes
18:11:27 [2021-12-03T18:11:27.452Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.53s)
18:11:27 [2021-12-03T18:11:27.452Z] === RUN   TestIpcModeOlderClient
18:11:27 [2021-12-03T18:11:27.452Z] === PAUSE TestIpcModeOlderClient
18:11:27 [2021-12-03T18:11:27.452Z] === RUN   TestKillContainerInvalidSignal
18:11:27 [2021-12-03T18:11:27.811Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s)
18:11:27 [2021-12-03T18:11:27.811Z] PASS
18:11:27 [2021-12-03T18:11:27.811Z] 
18:11:27 [2021-12-03T18:11:27.811Z] DONE 10 tests in 7.491s
18:11:27 [2021-12-03T18:11:27.811Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
18:11:27 [2021-12-03T18:11:27.811Z] INFO: Testing against a local daemon
18:11:27 [2021-12-03T18:11:27.811Z] === RUN   TestExternalGraphDriver
18:11:27 [2021-12-03T18:11:27.811Z] === RUN   TestExternalGraphDriver/json
18:11:28 [2021-12-03T18:11:28.018Z] --- PASS: TestKillContainerInvalidSignal (0.64s)
18:11:28 [2021-12-03T18:11:28.018Z] === RUN   TestKillContainer
18:11:28 [2021-12-03T18:11:28.018Z] === RUN   TestKillContainer/no_signal
18:11:28 [2021-12-03T18:11:28.564Z] time="2021-12-03T18:11:28Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.150.177:10033 172.29.150.177:10034 172.29.150.177:10035]"
18:11:28 [2021-12-03T18:11:28.682Z] --- PASS: TestConfigsCreateAndDelete (2.09s)
18:11:28 [2021-12-03T18:11:28.682Z] === RUN   TestConfigsUpdate
18:11:28 [2021-12-03T18:11:28.954Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
18:11:28 [2021-12-03T18:11:28.954Z] === RUN   TestKillContainer/non_killing_signal
18:11:29 [2021-12-03T18:11:29.039Z] time="2021-12-03T18:11:28Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.150.177:10033 172.29.150.177:10034 172.29.150.177:10035]"
18:11:29 [2021-12-03T18:11:29.212Z]     docker_cli_daemon_plugins_test.go:80: [da611aa52ada6] daemon is not started
18:11:29 [2021-12-03T18:11:29.470Z] === RUN   TestKillContainer/killing_signal
18:11:29 [2021-12-03T18:11:29.513Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10033"
18:11:29 [2021-12-03T18:11:29.513Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49359"
18:11:29 [2021-12-03T18:11:29.513Z] time="2021-12-03T18:11:29Z" level=info msg="Node 29b733e91b6c/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.513Z] time="2021-12-03T18:11:29Z" level=info msg="Node 29b733e91b6c/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.513Z] time="2021-12-03T18:11:29Z" level=info msg="Node cdcacf76822e/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.513Z] time="2021-12-03T18:11:29Z" level=info msg="Node cdcacf76822e/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.513Z] time="2021-12-03T18:11:29Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.513Z] time="2021-12-03T18:11:29Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, is the new incarnation of the shutdown node a3f902e1905e/172.29.150.177"
18:11:29 [2021-12-03T18:11:29.513Z] time="2021-12-03T18:11:29Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.513Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10034"
18:11:29 [2021-12-03T18:11:29.723Z] === RUN   TestExternalGraphDriver/spec
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49360"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 29b733e91b6c/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 29b733e91b6c/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node cdcacf76822e/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node cdcacf76822e/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node bb4e618c3747/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node bb4e618c3747/172.29.150.177, is the new incarnation of the shutdown node 08507559c112/172.29.150.177"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node bb4e618c3747/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10035"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49361"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 29b733e91b6c/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 29b733e91b6c/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node bb4e618c3747/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node bb4e618c3747/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node cdcacf76822e/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node cdcacf76822e/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 8c975f8069d4/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 8c975f8069d4/172.29.150.177, is the new incarnation of the shutdown node 64fe73326619/172.29.150.177"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 8c975f8069d4/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node bb4e618c3747/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node bb4e618c3747/172.29.150.177, is the new incarnation of the shutdown node 08507559c112/172.29.150.177"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node bb4e618c3747/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, is the new incarnation of the shutdown node a3f902e1905e/172.29.150.177"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node bb4e618c3747/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node bb4e618c3747/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 8c975f8069d4/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 8c975f8069d4/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 8c975f8069d4/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 8c975f8069d4/172.29.150.177, is the new incarnation of the shutdown node 64fe73326619/172.29.150.177"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 8c975f8069d4/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 8c975f8069d4/172.29.150.177, joined gossip cluster"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=info msg="Node 8c975f8069d4/172.29.150.177, added to nodes list"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10033"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49362"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10034"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49363"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.150.177:10035"
18:11:29 [2021-12-03T18:11:29.988Z] time="2021-12-03T18:11:29Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49364"
18:11:30 [2021-12-03T18:11:30.404Z] --- PASS: TestKillContainer (2.17s)
18:11:30 [2021-12-03T18:11:30.404Z]     --- PASS: TestKillContainer/no_signal (0.87s)
18:11:30 [2021-12-03T18:11:30.404Z]     --- PASS: TestKillContainer/non_killing_signal (0.46s)
18:11:30 [2021-12-03T18:11:30.404Z]     --- PASS: TestKillContainer/killing_signal (0.57s)
18:11:30 [2021-12-03T18:11:30.404Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:11:30 [2021-12-03T18:11:30.404Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
18:11:30 [2021-12-03T18:11:30.404Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
18:11:30 [2021-12-03T18:11:30.463Z] 2021/12/03 18:11:30 Closing DB instances...
18:11:30 [2021-12-03T18:11:30.613Z] --- PASS: TestConfigsUpdate (2.09s)
18:11:30 [2021-12-03T18:11:30.613Z] === RUN   TestTemplatedConfig
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="Node 7a4fa4b8fa61 change state NodeActive --> NodeLeft"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="node5(cdcacf76822e): Node leave event for 7a4fa4b8fa61/172.29.150.177"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="Node 7a4fa4b8fa61 change state NodeActive --> NodeLeft"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="node3(8c975f8069d4): Node leave event for 7a4fa4b8fa61/172.29.150.177"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="Node 7a4fa4b8fa61 change state NodeActive --> NodeLeft"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="node2(bb4e618c3747): Node leave event for 7a4fa4b8fa61/172.29.150.177"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="Node 7a4fa4b8fa61 change state NodeActive --> NodeLeft"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="node4(29b733e91b6c): Node leave event for 7a4fa4b8fa61/172.29.150.177"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="Node 7a4fa4b8fa61 change state NodeActive --> NodeLeft"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="node1(7a4fa4b8fa61): Node leave event for 7a4fa4b8fa61/172.29.150.177"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, left gossip cluster"
18:11:30 [2021-12-03T18:11:30.937Z] time="2021-12-03T18:11:30Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, left gossip cluster"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, left gossip cluster"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, left gossip cluster"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="Node 7a4fa4b8fa61/172.29.150.177, left gossip cluster"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="Node bb4e618c3747 change state NodeActive --> NodeLeft"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="node3(8c975f8069d4): Node leave event for bb4e618c3747/172.29.150.177"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="Node bb4e618c3747 change state NodeActive --> NodeLeft"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="node5(cdcacf76822e): Node leave event for bb4e618c3747/172.29.150.177"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="Node bb4e618c3747 change state NodeActive --> NodeLeft"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="node4(29b733e91b6c): Node leave event for bb4e618c3747/172.29.150.177"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="Node bb4e618c3747 change state NodeActive --> NodeLeft"
18:11:30 [2021-12-03T18:11:30.938Z] time="2021-12-03T18:11:30Z" level=info msg="node2(bb4e618c3747): Node leave event for bb4e618c3747/172.29.150.177"
18:11:30 [2021-12-03T18:11:30.976Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
18:11:31 [2021-12-03T18:11:31.109Z] === RUN   TestExternalGraphDriver/pull
18:11:31 [2021-12-03T18:11:31.412Z] time="2021-12-03T18:11:31Z" level=info msg="Node bb4e618c3747/172.29.150.177, left gossip cluster"
18:11:31 [2021-12-03T18:11:31.412Z] time="2021-12-03T18:11:31Z" level=info msg="Node bb4e618c3747/172.29.150.177, left gossip cluster"
18:11:31 [2021-12-03T18:11:31.412Z] time="2021-12-03T18:11:31Z" level=info msg="Node bb4e618c3747/172.29.150.177, left gossip cluster"
18:11:31 [2021-12-03T18:11:31.412Z] time="2021-12-03T18:11:31Z" level=info msg="Node bb4e618c3747/172.29.150.177, left gossip cluster"
18:11:31 [2021-12-03T18:11:31.412Z] time="2021-12-03T18:11:31Z" level=info msg="Node 8c975f8069d4 change state NodeActive --> NodeLeft"
18:11:31 [2021-12-03T18:11:31.412Z] time="2021-12-03T18:11:31Z" level=info msg="node4(29b733e91b6c): Node leave event for 8c975f8069d4/172.29.150.177"
18:11:31 [2021-12-03T18:11:31.412Z] time="2021-12-03T18:11:31Z" level=info msg="Node 8c975f8069d4 change state NodeActive --> NodeLeft"
18:11:31 [2021-12-03T18:11:31.412Z] time="2021-12-03T18:11:31Z" level=info msg="node5(cdcacf76822e): Node leave event for 8c975f8069d4/172.29.150.177"
18:11:31 [2021-12-03T18:11:31.545Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.34s)
18:11:31 [2021-12-03T18:11:31.545Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.72s)
18:11:31 [2021-12-03T18:11:31.545Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.41s)
18:11:31 [2021-12-03T18:11:31.545Z] === RUN   TestKillStoppedContainer
18:11:31 [2021-12-03T18:11:31.545Z] --- PASS: TestKillStoppedContainer (0.05s)
18:11:31 [2021-12-03T18:11:31.545Z] === RUN   TestKillStoppedContainerAPIPre120
18:11:31 [2021-12-03T18:11:31.545Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
18:11:31 [2021-12-03T18:11:31.545Z] === RUN   TestKillDifferentUserContainer
18:11:31 [2021-12-03T18:11:31.887Z] time="2021-12-03T18:11:31Z" level=info msg="Node 8c975f8069d4 change state NodeActive --> NodeLeft"
18:11:31 [2021-12-03T18:11:31.887Z] time="2021-12-03T18:11:31Z" level=info msg="node3(8c975f8069d4): Node leave event for 8c975f8069d4/172.29.150.177"
18:11:31 [2021-12-03T18:11:31.887Z] time="2021-12-03T18:11:31Z" level=info msg="Node 8c975f8069d4/172.29.150.177, left gossip cluster"
18:11:31 [2021-12-03T18:11:31.887Z] time="2021-12-03T18:11:31Z" level=info msg="Node 8c975f8069d4/172.29.150.177, left gossip cluster"
18:11:31 [2021-12-03T18:11:31.887Z] time="2021-12-03T18:11:31Z" level=info msg="Node 8c975f8069d4/172.29.150.177, left gossip cluster"
18:11:31 [2021-12-03T18:11:31.887Z] time="2021-12-03T18:11:31Z" level=debug msg="memberlist: Failed ping: 8c975f8069d4 (timeout reached)"
18:11:31 [2021-12-03T18:11:31.887Z] time="2021-12-03T18:11:31Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.150.177:10037: use of closed network connection"
18:11:31 [2021-12-03T18:11:31.887Z] time="2021-12-03T18:11:31Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.150.177:10036: use of closed network connection"
18:11:31 [2021-12-03T18:11:31.887Z] time="2021-12-03T18:11:31Z" level=debug msg="memberlist: Stream connection from=172.29.150.177:49365"
18:11:32 [2021-12-03T18:11:32.361Z] time="2021-12-03T18:11:32Z" level=info msg="Node 29b733e91b6c change state NodeActive --> NodeLeft"
18:11:32 [2021-12-03T18:11:32.361Z] time="2021-12-03T18:11:32Z" level=info msg="node5(cdcacf76822e): Node leave event for 29b733e91b6c/172.29.150.177"
18:11:32 [2021-12-03T18:11:32.361Z] time="2021-12-03T18:11:32Z" level=warning msg="memberlist: Was able to connect to 8c975f8069d4 but other probes failed, network may be misconfigured"
18:11:32 [2021-12-03T18:11:32.361Z] time="2021-12-03T18:11:32Z" level=info msg="Node 29b733e91b6c change state NodeActive --> NodeLeft"
18:11:32 [2021-12-03T18:11:32.361Z] time="2021-12-03T18:11:32Z" level=info msg="node4(29b733e91b6c): Node leave event for 29b733e91b6c/172.29.150.177"
18:11:32 [2021-12-03T18:11:32.480Z] --- PASS: TestKillDifferentUserContainer (0.62s)
18:11:32 [2021-12-03T18:11:32.480Z] === RUN   TestInspectOomKilledTrue
18:11:32 [2021-12-03T18:11:32.480Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:11:32 [2021-12-03T18:11:32.480Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
18:11:32 [2021-12-03T18:11:32.480Z] === RUN   TestInspectOomKilledFalse
18:11:32 [2021-12-03T18:11:32.480Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:11:32 [2021-12-03T18:11:32.480Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
18:11:32 [2021-12-03T18:11:32.480Z] === RUN   TestLinksEtcHostsContentMatch
18:11:32 [2021-12-03T18:11:32.740Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
18:11:32 [2021-12-03T18:11:32.836Z] time="2021-12-03T18:11:32Z" level=info msg="Node 29b733e91b6c/172.29.150.177, left gossip cluster"
18:11:32 [2021-12-03T18:11:32.999Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s)
18:11:32 [2021-12-03T18:11:32.999Z] === RUN   TestLinksContainerNames
18:11:33 [2021-12-03T18:11:33.018Z] --- PASS: TestExternalGraphDriver (5.02s)
18:11:33 [2021-12-03T18:11:33.018Z]     --- PASS: TestExternalGraphDriver/json (1.65s)
18:11:33 [2021-12-03T18:11:33.018Z]     --- PASS: TestExternalGraphDriver/spec (1.68s)
18:11:33 [2021-12-03T18:11:33.018Z]     --- PASS: TestExternalGraphDriver/pull (1.66s)
18:11:33 [2021-12-03T18:11:33.018Z] === RUN   TestGraphdriverPluginV2
18:11:33 [2021-12-03T18:11:33.150Z] --- PASS: TestTemplatedConfig (2.35s)
18:11:33 [2021-12-03T18:11:33.150Z] === RUN   TestConfigCreateResolve
18:11:33 [2021-12-03T18:11:33.257Z]     docker_cli_daemon_plugins_test.go:170: [da3d4e532f56e] daemon is not started
18:11:33 [2021-12-03T18:11:33.311Z] time="2021-12-03T18:11:32Z" level=info msg="Node 29b733e91b6c/172.29.150.177, left gossip cluster"
18:11:33 [2021-12-03T18:11:33.785Z] time="2021-12-03T18:11:33Z" level=error msg="node4(29b733e91b6c) Could not close DB: timeout waiting for leave broadcast"
18:11:33 [2021-12-03T18:11:33.785Z] time="2021-12-03T18:11:33Z" level=info msg="Node cdcacf76822e/172.29.150.177, left gossip cluster"
18:11:33 [2021-12-03T18:11:33.785Z] time="2021-12-03T18:11:33Z" level=info msg="Node cdcacf76822e change state NodeActive --> NodeFailed"
18:11:33 [2021-12-03T18:11:33.785Z] time="2021-12-03T18:11:33Z" level=info msg="Node cdcacf76822e/172.29.150.177, added to failed nodes list"
18:11:33 [2021-12-03T18:11:33.785Z] --- PASS: TestNetworkDBIslands (12.24s)
18:11:33 [2021-12-03T18:11:33.785Z] PASS
18:11:33 [2021-12-03T18:11:33.785Z] coverage: 60.1% of statements
18:11:33 [2021-12-03T18:11:33.785Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.306s	coverage: 60.1% of statements
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/libnetwork/osl/kernel	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/oci/caps	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/pkg/term	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/quota	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/rootless	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/testutil/request	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/volume	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
18:11:33 [2021-12-03T18:11:33.785Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
18:11:34 [2021-12-03T18:11:34.193Z] --- PASS: TestLinksContainerNames (1.29s)
18:11:34 [2021-12-03T18:11:34.193Z] === RUN   TestLogsFollowTailEmpty
18:11:34 [2021-12-03T18:11:34.516Z] --- PASS: TestConfigCreateResolve (1.72s)
18:11:34 [2021-12-03T18:11:34.516Z] PASS
18:11:34 [2021-12-03T18:11:34.516Z] 
18:11:34 [2021-12-03T18:11:34.516Z] DONE 6 tests in 12.516s
18:11:34 [2021-12-03T18:11:34.516Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
18:11:34 [2021-12-03T18:11:34.516Z] ++ 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
18:11:34 [2021-12-03T18:11:34.516Z] ++ set -e
18:11:34 [2021-12-03T18:11:34.516Z] ++ '[' -n 0 ']'
18:11:34 [2021-12-03T18:11:34.516Z] ++ set -x
18:11:34 [2021-12-03T18:11:34.516Z] ++ env -i DEST=/go/src/github.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
18:11:34 [2021-12-03T18:11:34.516Z] INFO: Testing against a local daemon
18:11:34 [2021-12-03T18:11:34.516Z] === RUN   TestCheckpoint
18:11:34 [2021-12-03T18:11:34.516Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:11:34 [2021-12-03T18:11:34.516Z] --- SKIP: TestCheckpoint (0.00s)
18:11:34 [2021-12-03T18:11:34.516Z] === RUN   TestContainerInvalidJSON
18:11:34 [2021-12-03T18:11:34.516Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:11:34 [2021-12-03T18:11:34.516Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:11:34 [2021-12-03T18:11:34.516Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:11:34 [2021-12-03T18:11:34.516Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:11:34 [2021-12-03T18:11:34.516Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:11:34 [2021-12-03T18:11:34.516Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:11:34 [2021-12-03T18:11:34.516Z] --- PASS: TestContainerInvalidJSON (0.01s)
18:11:34 [2021-12-03T18:11:34.516Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
18:11:34 [2021-12-03T18:11:34.516Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
18:11:34 [2021-12-03T18:11:34.516Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:11:34 [2021-12-03T18:11:34.760Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
18:11:34 [2021-12-03T18:11:34.760Z] --- PASS: TestLogsFollowTailEmpty (0.71s)
18:11:34 [2021-12-03T18:11:34.760Z] === RUN   TestContainerNetworkMountsNoChown
18:11:34 [2021-12-03T18:11:34.772Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
18:11:34 [2021-12-03T18:11:34.772Z] === RUN   TestCopyFromContainerPathIsNotDir
18:11:34 [2021-12-03T18:11:34.772Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
18:11:34 [2021-12-03T18:11:34.772Z] === RUN   TestCopyToContainerPathDoesNotExist
18:11:34 [2021-12-03T18:11:34.772Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
18:11:34 [2021-12-03T18:11:34.772Z] === RUN   TestCopyToContainerPathIsNotDir
18:11:34 [2021-12-03T18:11:34.772Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
18:11:34 [2021-12-03T18:11:34.772Z] === RUN   TestCopyFromContainer
18:11:35 [2021-12-03T18:11:35.327Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
18:11:35 [2021-12-03T18:11:35.586Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s)
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/default
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/default
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/private
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/private
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rprivate
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rprivate
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/slave
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/slave
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rslave
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rslave
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/shared
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/shared
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rshared
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rshared
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/default
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/default/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/default/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/default/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/default/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/default/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/default/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/default/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/rshared
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rshared/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rshared/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/rshared/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/shared
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/shared/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/shared/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/shared/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/shared/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/rslave
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rslave/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rslave/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/slave
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/slave/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/slave/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/slave/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/slave/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/rprivate
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/private
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/private/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/private/bind_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/private/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/private/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/private/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === RUN   TestMountDaemonRoot/private/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/default/mount_subpath
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/default/mount_root
18:11:35 [2021-12-03T18:11:35.586Z] === CONT  TestMountDaemonRoot/default/bind_subpath
18:11:35 [2021-12-03T18:11:35.700Z] === RUN   TestCopyFromContainer//
18:11:35 [2021-12-03T18:11:35.700Z] === RUN   TestCopyFromContainer//bar/root
18:11:35 [2021-12-03T18:11:35.700Z] === RUN   TestCopyFromContainer//bar/root/
18:11:35 [2021-12-03T18:11:35.700Z] === RUN   TestCopyFromContainer/bar/quux
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/rshared/mount_root
18:11:35 [2021-12-03T18:11:35.845Z] === RUN   TestDockerSuite/TestBuildAddTar
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/shared/mount_root
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/rslave/mount_root
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/shared/bind_root
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/slave/mount_root
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
18:11:35 [2021-12-03T18:11:35.845Z] === CONT  TestMountDaemonRoot/rslave/bind_root
18:11:35 [2021-12-03T18:11:35.956Z] === RUN   TestCopyFromContainer/bar/quux/
18:11:35 [2021-12-03T18:11:35.956Z] === RUN   TestCopyFromContainer/bar/quux/baz
18:11:35 [2021-12-03T18:11:35.956Z] === RUN   TestCopyFromContainer/bar/filesymlink
18:11:35 [2021-12-03T18:11:35.956Z] === RUN   TestCopyFromContainer/bar/dirsymlink
18:11:35 [2021-12-03T18:11:35.956Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
18:11:35 [2021-12-03T18:11:35.956Z] === RUN   TestCopyFromContainer/bar/notarget
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === Skipped
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     dispatchers_test.go:377: Windows does not support stopsignal
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.04s)
18:11:36 [2021-12-03T18:11:36.028Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     client_test.go:23: runtime.GOOS == "windows"
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     network_proxy_test.go:208: No support for dual stack yet
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     daemon_test.go:146: root required
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     reload_test.go:520: root required
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     config_test.go:526: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     pull_v2_test.go:73: Needs fixing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     pull_v2_test.go:118: Needs fixing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     download_test.go:267: Needs fixing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     layer_test.go:303: Failing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     layer_test.go:352: Failing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     layer_test.go:467: Failing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     layer_test.go:696: Failing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     migration_test.go:45: Failing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     migration_test.go:181: Failing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     mount_test.go:17: Failing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     mount_test.go:76: Failing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     mount_test.go:125: Failing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     mount_test.go:212: Failing on Windows
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     windows_test.go:58: Test does not work on CI and was never running to begin with
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     windows_test.go:63: Test does not work on CI and was never running to begin with
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     archive_test.go:133: Xz not present in msys2
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s)
18:11:36 [2021-12-03T18:11:36.028Z]     archive_test.go:140: zstd not installed
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     archive_test.go:252: Failing on Windows CI machines
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     archive_windows_test.go:16: Currently fails
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     changes_test.go:195: needs more investigation
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     changes_test.go:432: needs further investigation
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     changes_test.go:468: needs further investigation
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
18:11:36 [2021-12-03T18:11:36.028Z]     archive_test.go:44: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.028Z] 
18:11:36 [2021-12-03T18:11:36.028Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     archive_test.go:76: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     archive_test.go:248: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     archive_test.go:355: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     archive_test.go:372: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     archive_test.go:389: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     poller_test.go:40: No chmod on Windows
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     fileutils_test.go:133: Needs porting to Windows
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     fileutils_test.go:179: Needs porting to Windows
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
18:11:36 [2021-12-03T18:11:36.029Z]     local_test.go:180: runtime.GOOS == "windows"
18:11:36 [2021-12-03T18:11:36.029Z] 
18:11:36 [2021-12-03T18:11:36.029Z] DONE 2099 tests, 70 skipped in 234.820s
18:11:36 [2021-12-03T18:11:36.029Z] INFO: make.ps1 ended at 12/03/2021 18:11:35
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/slave/bind_root
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/private/bind_root
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/private/mount_subpath
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/private/mount_root
18:11:36 [2021-12-03T18:11:36.103Z] === CONT  TestMountDaemonRoot/private/bind_subpath
18:11:36 [2021-12-03T18:11:36.103Z] --- PASS: TestMountDaemonRoot (0.04s)
18:11:36 [2021-12-03T18:11:36.103Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.11s)
18:11:36 [2021-12-03T18:11:36.103Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
18:11:36 [2021-12-03T18:11:36.103Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
18:11:36 [2021-12-03T18:11:36.103Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
18:11:36 [2021-12-03T18:11:36.103Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
18:11:36 [2021-12-03T18:11:36.104Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
18:11:36 [2021-12-03T18:11:36.104Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
18:11:36 [2021-12-03T18:11:36.104Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
18:11:36 [2021-12-03T18:11:36.104Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
18:11:36 [2021-12-03T18:11:36.104Z] === RUN   TestContainerBindMountNonRecursive
18:11:36 [2021-12-03T18:11:36.213Z] --- PASS: TestCopyFromContainer (1.37s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCopyFromContainer// (0.06s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCopyFromContainer//bar/root (0.05s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.05s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:11:36 [2021-12-03T18:11:36.213Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:11:36 [2021-12-03T18:11:36.213Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:11:36 [2021-12-03T18:11:36.213Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:11:36 [2021-12-03T18:11:36.213Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:11:36 [2021-12-03T18:11:36.213Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:11:36 [2021-12-03T18:11:36.213Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:11:36 [2021-12-03T18:11:36.213Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateLinkToNonExistingContainer
18:11:36 [2021-12-03T18:11:36.213Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateWithInvalidEnv
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateWithInvalidEnv/0
18:11:36 [2021-12-03T18:11:36.213Z] === PAUSE TestCreateWithInvalidEnv/0
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateWithInvalidEnv/1
18:11:36 [2021-12-03T18:11:36.213Z] === PAUSE TestCreateWithInvalidEnv/1
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateWithInvalidEnv/2
18:11:36 [2021-12-03T18:11:36.213Z] === PAUSE TestCreateWithInvalidEnv/2
18:11:36 [2021-12-03T18:11:36.213Z] === CONT  TestCreateWithInvalidEnv/0
18:11:36 [2021-12-03T18:11:36.213Z] === CONT  TestCreateWithInvalidEnv/2
18:11:36 [2021-12-03T18:11:36.213Z] === CONT  TestCreateWithInvalidEnv/1
18:11:36 [2021-12-03T18:11:36.213Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:11:36 [2021-12-03T18:11:36.213Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateTmpfsMountsTarget
18:11:36 [2021-12-03T18:11:36.213Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
18:11:36 [2021-12-03T18:11:36.213Z] === RUN   TestCreateWithCustomMaskedPaths
18:11:36 [2021-12-03T18:11:36.343Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
18:11:37 [2021-12-03T18:11:37.031Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
18:11:37 [2021-12-03T18:11:37.031Z] INFO: Unit tests ended at 12/03/2021 18:11:36. Duration:00:04:05.4942732
18:11:37 [2021-12-03T18:11:37.031Z] INFO: Building busybox
18:11:37 [2021-12-03T18:11:37.217Z] --- PASS: TestGraphdriverPluginV2 (3.86s)
18:11:37 [2021-12-03T18:11:37.217Z] PASS
18:11:37 [2021-12-03T18:11:37.217Z] 
18:11:37 [2021-12-03T18:11:37.217Z] DONE 5 tests in 8.921s
18:11:37 [2021-12-03T18:11:37.217Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
18:11:37 [2021-12-03T18:11:37.217Z] INFO: Testing against a local daemon
18:11:37 [2021-12-03T18:11:37.217Z] === RUN   TestContinueAfterPluginCrash
18:11:37 [2021-12-03T18:11:37.217Z] === PAUSE TestContinueAfterPluginCrash
18:11:37 [2021-12-03T18:11:37.217Z] === RUN   TestReadPluginNoRead
18:11:37 [2021-12-03T18:11:37.217Z] === PAUSE TestReadPluginNoRead
18:11:37 [2021-12-03T18:11:37.217Z] === RUN   TestDaemonStartWithLogOpt
18:11:37 [2021-12-03T18:11:37.217Z] === PAUSE TestDaemonStartWithLogOpt
18:11:37 [2021-12-03T18:11:37.217Z] === CONT  TestContinueAfterPluginCrash
18:11:37 [2021-12-03T18:11:37.217Z] === CONT  TestDaemonStartWithLogOpt
18:11:37 [2021-12-03T18:11:37.506Z] Sending build context to Docker daemon   5.12kB
18:11:37 [2021-12-03T18:11:37.506Z] 
18:11:37 [2021-12-03T18:11:37.506Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
18:11:37 [2021-12-03T18:11:37.506Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
18:11:37 [2021-12-03T18:11:37.506Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
18:11:37 [2021-12-03T18:11:37.506Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
18:11:37 [2021-12-03T18:11:37.506Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
18:11:37 [2021-12-03T18:11:37.506Z]  ---> 3d4792f88e26
18:11:37 [2021-12-03T18:11:37.506Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
18:11:37 [2021-12-03T18:11:37.506Z]  ---> Running in 125f2a8e2549
18:11:37 [2021-12-03T18:11:37.580Z] --- PASS: TestCreateWithCustomMaskedPaths (1.10s)
18:11:37 [2021-12-03T18:11:37.580Z] === RUN   TestCreateWithCustomReadonlyPaths
18:11:37 [2021-12-03T18:11:37.831Z] tests/integration/api_secret_test.py .....                               [ 51%]
18:11:38 [2021-12-03T18:11:38.006Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
18:11:38 [2021-12-03T18:11:38.266Z] --- PASS: TestContainerBindMountNonRecursive (2.00s)
18:11:38 [2021-12-03T18:11:38.266Z] === RUN   TestContainerVolumesMountedAsShared
18:11:38 [2021-12-03T18:11:38.508Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.11s)
18:11:38 [2021-12-03T18:11:38.509Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:11:38 [2021-12-03T18:11:38.509Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:11:38 [2021-12-03T18:11:38.509Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:11:38 [2021-12-03T18:11:38.509Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:11:38 [2021-12-03T18:11:38.509Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:11:38 [2021-12-03T18:11:38.509Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:11:38 [2021-12-03T18:11:38.509Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:11:38 [2021-12-03T18:11:38.509Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:11:38 [2021-12-03T18:11:38.509Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:11:38 [2021-12-03T18:11:38.509Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:11:38 [2021-12-03T18:11:38.509Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:11:38 [2021-12-03T18:11:38.509Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:11:38 [2021-12-03T18:11:38.509Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:11:38 [2021-12-03T18:11:38.509Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:11:38 [2021-12-03T18:11:38.509Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:11:38 [2021-12-03T18:11:38.509Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:11:38 [2021-12-03T18:11:38.509Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
18:11:38 [2021-12-03T18:11:38.509Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
18:11:38 [2021-12-03T18:11:38.509Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
18:11:38 [2021-12-03T18:11:38.509Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
18:11:38 [2021-12-03T18:11:38.509Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
18:11:38 [2021-12-03T18:11:38.509Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
18:11:38 [2021-12-03T18:11:38.509Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:11:38 [2021-12-03T18:11:38.525Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
18:11:38 [2021-12-03T18:11:38.765Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s)
18:11:38 [2021-12-03T18:11:38.765Z] === RUN   TestCreateDifferentPlatform
18:11:38 [2021-12-03T18:11:38.765Z] === RUN   TestCreateDifferentPlatform/different_os
18:11:38 [2021-12-03T18:11:38.765Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:11:38 [2021-12-03T18:11:38.765Z] --- PASS: TestCreateDifferentPlatform (0.01s)
18:11:38 [2021-12-03T18:11:38.765Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
18:11:38 [2021-12-03T18:11:38.765Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:11:38 [2021-12-03T18:11:38.765Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:11:38 [2021-12-03T18:11:38.784Z] --- PASS: TestContainerVolumesMountedAsShared (0.64s)
18:11:38 [2021-12-03T18:11:38.784Z] === RUN   TestContainerVolumesMountedAsSlave
18:11:39 [2021-12-03T18:11:39.021Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
18:11:39 [2021-12-03T18:11:39.021Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
18:11:39 [2021-12-03T18:11:39.021Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
18:11:39 [2021-12-03T18:11:39.021Z] === RUN   TestContainerStartOnDaemonRestart
18:11:39 [2021-12-03T18:11:39.021Z] === PAUSE TestContainerStartOnDaemonRestart
18:11:39 [2021-12-03T18:11:39.021Z] === RUN   TestDaemonRestartIpcMode
18:11:39 [2021-12-03T18:11:39.021Z] === PAUSE TestDaemonRestartIpcMode
18:11:39 [2021-12-03T18:11:39.021Z] === RUN   TestDaemonHostGatewayIP
18:11:39 [2021-12-03T18:11:39.021Z] === PAUSE TestDaemonHostGatewayIP
18:11:39 [2021-12-03T18:11:39.021Z] === RUN   TestRestartDaemonWithRestartingContainer
18:11:39 [2021-12-03T18:11:39.021Z] === PAUSE TestRestartDaemonWithRestartingContainer
18:11:39 [2021-12-03T18:11:39.021Z] === RUN   TestContainerKillOnDaemonStart
18:11:39 [2021-12-03T18:11:39.021Z] === PAUSE TestContainerKillOnDaemonStart
18:11:39 [2021-12-03T18:11:39.021Z] === RUN   TestDiff
18:11:39 [2021-12-03T18:11:39.043Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
18:11:39 [2021-12-03T18:11:39.278Z] --- PASS: TestDiff (0.41s)
18:11:39 [2021-12-03T18:11:39.278Z] === RUN   TestExecWithCloseStdin
18:11:39 [2021-12-03T18:11:39.612Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s)
18:11:39 [2021-12-03T18:11:39.612Z] === RUN   TestNetworkNat
18:11:39 [2021-12-03T18:11:39.612Z]     check_test.go:308: [db61aabf0fa56] daemon is not started
18:11:39 [2021-12-03T18:11:39.612Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
18:11:39 [2021-12-03T18:11:39.840Z] --- PASS: TestExecWithCloseStdin (0.45s)
18:11:39 [2021-12-03T18:11:39.840Z] === RUN   TestExec
18:11:40 [2021-12-03T18:11:40.183Z] --- PASS: TestNetworkNat (0.81s)
18:11:40 [2021-12-03T18:11:40.183Z] === RUN   TestNetworkLocalhostTCPNat
18:11:40 [2021-12-03T18:11:40.403Z] --- PASS: TestExec (0.47s)
18:11:40 [2021-12-03T18:11:40.403Z] === RUN   TestExecUser
18:11:40 [2021-12-03T18:11:40.519Z] --- PASS: TestDaemonStartWithLogOpt (3.23s)
18:11:40 [2021-12-03T18:11:40.519Z] === CONT  TestReadPluginNoRead
18:11:40 [2021-12-03T18:11:40.660Z] --- PASS: TestExecUser (0.46s)
18:11:40 [2021-12-03T18:11:40.660Z] === RUN   TestExportContainerAndImportImage
18:11:41 [2021-12-03T18:11:41.151Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s)
18:11:41 [2021-12-03T18:11:41.151Z] === RUN   TestNetworkLoopbackNat
18:11:41 [2021-12-03T18:11:41.224Z] --- PASS: TestExportContainerAndImportImage (0.53s)
18:11:41 [2021-12-03T18:11:41.224Z] === RUN   TestExportContainerAfterDaemonRestart
18:11:41 [2021-12-03T18:11:41.346Z] Removing intermediate container 125f2a8e2549
18:11:41 [2021-12-03T18:11:41.346Z]  ---> 100e44d122d7
18:11:41 [2021-12-03T18:11:41.346Z] Step 7/13 : ARG BUSYBOX_VERSION
18:11:41 [2021-12-03T18:11:41.346Z]  ---> Running in 20bf0f6e3d16
18:11:41 [2021-12-03T18:11:41.346Z] Removing intermediate container 20bf0f6e3d16
18:11:41 [2021-12-03T18:11:41.346Z]  ---> 9cd07d11195d
18:11:41 [2021-12-03T18:11:41.346Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
18:11:41 [2021-12-03T18:11:41.346Z]  ---> Running in 110197f4cdfc
18:11:41 [2021-12-03T18:11:41.414Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
18:11:41 [2021-12-03T18:11:41.820Z] Removing intermediate container 110197f4cdfc
18:11:41 [2021-12-03T18:11:41.820Z]  ---> cf68e8563096
18:11:41 [2021-12-03T18:11:41.820Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
18:11:41 [2021-12-03T18:11:41.981Z] tests/integration/api_service_test.py .................................. [ 59%]
18:11:42 [2021-12-03T18:11:42.429Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
18:11:42 [2021-12-03T18:11:42.590Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s)
18:11:42 [2021-12-03T18:11:42.590Z] === RUN   TestHealthCheckWorkdir
18:11:42 [2021-12-03T18:11:42.808Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
18:11:42 [2021-12-03T18:11:42.808Z] === RUN   TestDockerSuite/TestBuildAddTarXz
18:11:43 [2021-12-03T18:11:43.151Z] --- PASS: TestHealthCheckWorkdir (0.50s)
18:11:43 [2021-12-03T18:11:43.151Z] === RUN   TestHealthKillContainer
18:11:43 [2021-12-03T18:11:43.369Z] === RUN   TestReadPluginNoRead/default
18:11:43 [2021-12-03T18:11:43.404Z] 
18:11:43 [2021-12-03T18:11:43.405Z]  ---> 8b77cdd7b7e5
18:11:43 [2021-12-03T18:11:43.405Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
18:11:43 [2021-12-03T18:11:43.405Z]  ---> Running in 3aae2bd2d7a3
18:11:43 [2021-12-03T18:11:43.742Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
18:11:44 [2021-12-03T18:11:44.310Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
18:11:44 [2021-12-03T18:11:44.311Z] --- PASS: TestNetworkLoopbackNat (3.20s)
18:11:44 [2021-12-03T18:11:44.311Z] === RUN   TestPause
18:11:44 [2021-12-03T18:11:44.752Z] === RUN   TestReadPluginNoRead/disabled_caching
18:11:44 [2021-12-03T18:11:44.879Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
18:11:45 [2021-12-03T18:11:45.011Z] --- PASS: TestContinueAfterPluginCrash (8.33s)
18:11:45 [2021-12-03T18:11:45.137Z] --- PASS: TestPause (0.78s)
18:11:45 [2021-12-03T18:11:45.137Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:11:45 [2021-12-03T18:11:45.137Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:11:45 [2021-12-03T18:11:45.137Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
18:11:45 [2021-12-03T18:11:45.137Z] === RUN   TestPauseStopPausedContainer
18:11:45 [2021-12-03T18:11:45.953Z] === CONT  TestReadPluginNoRead
18:11:45 [2021-12-03T18:11:45.953Z]     read_test.go:92: [dbcd5f507ae65] daemon is not started
18:11:45 [2021-12-03T18:11:45.953Z] --- PASS: TestReadPluginNoRead (5.84s)
18:11:45 [2021-12-03T18:11:45.953Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s)
18:11:45 [2021-12-03T18:11:45.953Z]     --- PASS: TestReadPluginNoRead/default (1.22s)
18:11:45 [2021-12-03T18:11:45.953Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.22s)
18:11:45 [2021-12-03T18:11:45.953Z] PASS
18:11:45 [2021-12-03T18:11:45.953Z] 
18:11:45 [2021-12-03T18:11:45.953Z] DONE 6 tests in 9.118s
18:11:45 [2021-12-03T18:11:45.953Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
18:11:45 [2021-12-03T18:11:45.953Z] testing: warning: no tests to run
18:11:45 [2021-12-03T18:11:45.953Z] PASS
18:11:45 [2021-12-03T18:11:45.953Z] 
18:11:45 [2021-12-03T18:11:45.953Z] DONE 0 tests in 0.013s
18:11:45 [2021-12-03T18:11:45.953Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
18:11:45 [2021-12-03T18:11:45.953Z] INFO: Testing against a local daemon
18:11:45 [2021-12-03T18:11:45.953Z] === RUN   TestPluginWithDevMounts
18:11:45 [2021-12-03T18:11:45.953Z] === PAUSE TestPluginWithDevMounts
18:11:45 [2021-12-03T18:11:45.953Z] === CONT  TestPluginWithDevMounts
18:11:46 [2021-12-03T18:11:46.074Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
18:11:46 [2021-12-03T18:11:46.074Z] --- PASS: TestPauseStopPausedContainer (0.86s)
18:11:46 [2021-12-03T18:11:46.074Z] === RUN   TestPidHost
18:11:47 [2021-12-03T18:11:47.865Z] --- PASS: TestPluginWithDevMounts (1.56s)
18:11:47 [2021-12-03T18:11:47.865Z] PASS
18:11:47 [2021-12-03T18:11:47.865Z] 
18:11:47 [2021-12-03T18:11:47.865Z] DONE 1 tests in 1.597s
18:11:47 [2021-12-03T18:11:47.865Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
18:11:47 [2021-12-03T18:11:47.865Z] INFO: Testing against a local daemon
18:11:47 [2021-12-03T18:11:47.865Z] === RUN   TestSecretInspect
18:11:47 [2021-12-03T18:11:47.977Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
18:11:47 [2021-12-03T18:11:47.977Z] --- PASS: TestPidHost (1.76s)
18:11:47 [2021-12-03T18:11:47.977Z] === RUN   TestPsFilter
18:11:47 [2021-12-03T18:11:47.977Z] --- PASS: TestPsFilter (0.16s)
18:11:47 [2021-12-03T18:11:47.977Z] === RUN   TestRemoveContainerWithRemovedVolume
18:11:48 [2021-12-03T18:11:48.545Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
18:11:48 [2021-12-03T18:11:48.545Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s)
18:11:48 [2021-12-03T18:11:48.545Z] === RUN   TestRemoveContainerWithVolume
18:11:49 [2021-12-03T18:11:49.479Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
18:11:49 [2021-12-03T18:11:49.479Z] --- PASS: TestRemoveContainerWithVolume (0.80s)
18:11:49 [2021-12-03T18:11:49.479Z] === RUN   TestRemoveContainerRunning
18:11:49 [2021-12-03T18:11:49.774Z] --- PASS: TestSecretInspect (2.16s)
18:11:49 [2021-12-03T18:11:49.774Z] === RUN   TestSecretList
18:11:50 [2021-12-03T18:11:50.046Z] --- PASS: TestRemoveContainerRunning (0.71s)
18:11:50 [2021-12-03T18:11:50.046Z] === RUN   TestRemoveContainerForceRemoveRunning
18:11:50 [2021-12-03T18:11:50.619Z] Removing intermediate container 3aae2bd2d7a3
18:11:50 [2021-12-03T18:11:50.619Z]  ---> 17e436475db6
18:11:50 [2021-12-03T18:11:50.619Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
18:11:50 [2021-12-03T18:11:50.619Z]  ---> Running in b156094d0cbb
18:11:50 [2021-12-03T18:11:50.983Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s)
18:11:50 [2021-12-03T18:11:50.983Z] === RUN   TestRemoveInvalidContainer
18:11:50 [2021-12-03T18:11:50.983Z] --- PASS: TestRemoveInvalidContainer (0.02s)
18:11:50 [2021-12-03T18:11:50.983Z] === RUN   TestRenameLinkedContainer
18:11:51 [2021-12-03T18:11:51.239Z] --- PASS: TestHealthKillContainer (7.84s)
18:11:51 [2021-12-03T18:11:51.239Z] === RUN   TestInspectCpusetInConfigPre120
18:11:51 [2021-12-03T18:11:51.239Z] --- PASS: TestInspectCpusetInConfigPre120 (0.36s)
18:11:51 [2021-12-03T18:11:51.239Z] === RUN   TestIpcModeNone
18:11:51 [2021-12-03T18:11:51.241Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
18:11:51 [2021-12-03T18:11:51.619Z] 
18:11:51 [2021-12-03T18:11:51.619Z] SUCCESS: Specified value was saved.
18:11:51 [2021-12-03T18:11:51.802Z] --- PASS: TestIpcModeNone (0.43s)
18:11:51 [2021-12-03T18:11:51.802Z] === RUN   TestIpcModePrivate
18:11:51 [2021-12-03T18:11:51.808Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
18:11:52 [2021-12-03T18:11:52.058Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:73, shared: false, mustBeShared: false
18:11:52 [2021-12-03T18:11:52.058Z] --- PASS: TestIpcModePrivate (0.45s)
18:11:52 [2021-12-03T18:11:52.058Z] === RUN   TestIpcModeShareable
18:11:52 [2021-12-03T18:11:52.314Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true
18:11:52 [2021-12-03T18:11:52.315Z] --- PASS: TestSecretList (2.12s)
18:11:52 [2021-12-03T18:11:52.315Z] === RUN   TestSecretsCreateAndDelete
18:11:52 [2021-12-03T18:11:52.570Z] --- PASS: TestIpcModeShareable (0.44s)
18:11:52 [2021-12-03T18:11:52.570Z] === RUN   TestAPIIpcModeShareableAndContainer
18:11:53 [2021-12-03T18:11:53.708Z] --- PASS: TestRenameLinkedContainer (2.69s)
18:11:53 [2021-12-03T18:11:53.708Z] === RUN   TestRenameStoppedContainer
18:11:53 [2021-12-03T18:11:53.869Z] Removing intermediate container b156094d0cbb
18:11:53 [2021-12-03T18:11:53.869Z]  ---> 8198536811b9
18:11:53 [2021-12-03T18:11:53.869Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
18:11:53 [2021-12-03T18:11:53.869Z]  ---> Running in 0f0d8c65117f
18:11:53 [2021-12-03T18:11:53.937Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.38s)
18:11:53 [2021-12-03T18:11:53.937Z] === RUN   TestAPIIpcModeHost
18:11:54 [2021-12-03T18:11:54.193Z] --- PASS: TestAPIIpcModeHost (0.36s)
18:11:54 [2021-12-03T18:11:54.194Z] === RUN   TestDaemonIpcModeShareable
18:11:54 [2021-12-03T18:11:54.225Z] --- PASS: TestSecretsCreateAndDelete (2.16s)
18:11:54 [2021-12-03T18:11:54.225Z] === RUN   TestSecretsUpdate
18:11:54 [2021-12-03T18:11:54.276Z] === RUN   TestDockerSuite/TestBuildBlankName
18:11:54 [2021-12-03T18:11:54.276Z] --- PASS: TestRenameStoppedContainer (0.55s)
18:11:54 [2021-12-03T18:11:54.276Z] === RUN   TestRenameRunningContainerAndReuse
18:11:54 [2021-12-03T18:11:54.534Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
18:11:55 [2021-12-03T18:11:55.122Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true
18:11:55 [2021-12-03T18:11:55.378Z] --- PASS: TestDaemonIpcModeShareable (1.12s)
18:11:55 [2021-12-03T18:11:55.378Z] === RUN   TestDaemonIpcModePrivate
18:11:55 [2021-12-03T18:11:55.468Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
18:11:55 [2021-12-03T18:11:55.468Z] --- PASS: TestRenameRunningContainerAndReuse (1.26s)
18:11:55 [2021-12-03T18:11:55.468Z] === RUN   TestRenameInvalidName
18:11:56 [2021-12-03T18:11:56.136Z] --- PASS: TestSecretsUpdate (2.12s)
18:11:56 [2021-12-03T18:11:56.136Z] === RUN   TestTemplatedSecret
18:11:56 [2021-12-03T18:11:56.306Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false
18:11:56 [2021-12-03T18:11:56.402Z] --- PASS: TestRenameInvalidName (0.75s)
18:11:56 [2021-12-03T18:11:56.402Z] === RUN   TestRenameAnonymousContainer
18:11:56 [2021-12-03T18:11:56.402Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
18:11:56 [2021-12-03T18:11:56.562Z] --- PASS: TestDaemonIpcModePrivate (1.10s)
18:11:56 [2021-12-03T18:11:56.562Z] === RUN   TestDaemonIpcModePrivateFromConfig
18:11:56 [2021-12-03T18:11:56.883Z] Cannot create a file when that file already exists.
18:11:57 [2021-12-03T18:11:57.491Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false
18:11:57 [2021-12-03T18:11:57.668Z] ............................                                             [ 67%]
18:11:57 [2021-12-03T18:11:57.747Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.14s)
18:11:57 [2021-12-03T18:11:57.747Z] === RUN   TestDaemonIpcModeShareableFromConfig
18:11:57 [2021-12-03T18:11:57.776Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
18:11:58 [2021-12-03T18:11:58.344Z] --- PASS: TestRenameAnonymousContainer (2.20s)
18:11:58 [2021-12-03T18:11:58.344Z] === RUN   TestRenameContainerWithSameName
18:11:58 [2021-12-03T18:11:58.602Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
18:11:58 [2021-12-03T18:11:58.676Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true
18:11:58 [2021-12-03T18:11:58.676Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.10s)
18:11:58 [2021-12-03T18:11:58.676Z] === RUN   TestIpcModeOlderClient
18:11:58 [2021-12-03T18:11:58.676Z] === PAUSE TestIpcModeOlderClient
18:11:58 [2021-12-03T18:11:58.676Z] === RUN   TestKillContainerInvalidSignal
18:11:58 [2021-12-03T18:11:58.677Z] --- PASS: TestTemplatedSecret (2.47s)
18:11:58 [2021-12-03T18:11:58.677Z] === RUN   TestSecretCreateResolve
18:11:58 [2021-12-03T18:11:58.861Z] --- PASS: TestRenameContainerWithSameName (0.56s)
18:11:58 [2021-12-03T18:11:58.861Z] === RUN   TestRenameContainerWithLinkedContainer
18:11:59 [2021-12-03T18:11:59.238Z] --- PASS: TestKillContainerInvalidSignal (0.40s)
18:11:59 [2021-12-03T18:11:59.238Z] === RUN   TestKillContainer
18:11:59 [2021-12-03T18:11:59.238Z] === RUN   TestKillContainer/no_signal
18:11:59 [2021-12-03T18:11:59.494Z] === RUN   TestKillContainer/non_killing_signal
18:11:59 [2021-12-03T18:11:59.750Z] === RUN   TestKillContainer/killing_signal
18:12:00 [2021-12-03T18:12:00.236Z] --- PASS: TestRenameContainerWithLinkedContainer (1.17s)
18:12:00 [2021-12-03T18:12:00.236Z] === RUN   TestResize
18:12:00 [2021-12-03T18:12:00.236Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
18:12:00 [2021-12-03T18:12:00.313Z] --- PASS: TestKillContainer (1.17s)
18:12:00 [2021-12-03T18:12:00.313Z]     --- PASS: TestKillContainer/no_signal (0.38s)
18:12:00 [2021-12-03T18:12:00.313Z]     --- PASS: TestKillContainer/non_killing_signal (0.27s)
18:12:00 [2021-12-03T18:12:00.313Z]     --- PASS: TestKillContainer/killing_signal (0.38s)
18:12:00 [2021-12-03T18:12:00.313Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:12:00 [2021-12-03T18:12:00.313Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
18:12:00 [2021-12-03T18:12:00.712Z] Removing intermediate container 0f0d8c65117f
18:12:00 [2021-12-03T18:12:00.713Z]  ---> 4373bbc71a9f
18:12:00 [2021-12-03T18:12:00.713Z] Step 13/13 : CMD ["sh"]
18:12:00 [2021-12-03T18:12:00.713Z]  ---> Running in d45afccfc95e
18:12:00 [2021-12-03T18:12:00.713Z] Removing intermediate container d45afccfc95e
18:12:00 [2021-12-03T18:12:00.713Z]  ---> 65de7671af4e
18:12:00 [2021-12-03T18:12:00.713Z] Successfully built 65de7671af4e
18:12:00 [2021-12-03T18:12:00.713Z] Successfully tagged busybox:latest
18:12:00 [2021-12-03T18:12:00.713Z] INFO: Docker images of the daemon under test
18:12:00 [2021-12-03T18:12:00.713Z] 
18:12:00 [2021-12-03T18:12:00.713Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
18:12:00 [2021-12-03T18:12:00.713Z] busybox                                latest              65de7671af4e        Less than a second ago   4.95GB
18:12:00 [2021-12-03T18:12:00.713Z] microsoft/windowsservercore            latest              3d4792f88e26        4 weeks ago              4.91GB
18:12:00 [2021-12-03T18:12:00.713Z] mcr.microsoft.com/windows/servercore   ltsc2022            3d4792f88e26        4 weeks ago              4.91GB
18:12:00 [2021-12-03T18:12:00.713Z] 
18:12:00 [2021-12-03T18:12:00.713Z] INFO: Running integration tests at 12/03/2021 18:12:00...
18:12:00 [2021-12-03T18:12:00.713Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
18:12:00 [2021-12-03T18:12:00.713Z] INFO: Integration API tests being run from the host:
18:12:00 [2021-12-03T18:12:00.713Z] INFO: make.ps1 starting at 12/03/2021 18:12:00
18:12:00 [2021-12-03T18:12:00.804Z] --- PASS: TestResize (0.65s)
18:12:00 [2021-12-03T18:12:00.804Z] === RUN   TestResizeWithInvalidSize
18:12:00 [2021-12-03T18:12:00.876Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
18:12:01 [2021-12-03T18:12:01.218Z] --- PASS: TestSecretCreateResolve (2.13s)
18:12:01 [2021-12-03T18:12:01.218Z] PASS
18:12:01 [2021-12-03T18:12:01.218Z] 
18:12:01 [2021-12-03T18:12:01.218Z] DONE 6 tests in 13.196s
18:12:01 [2021-12-03T18:12:01.218Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
18:12:01 [2021-12-03T18:12:01.218Z] INFO: Testing against a local daemon
18:12:01 [2021-12-03T18:12:01.218Z] === RUN   TestServiceCreateInit
18:12:01 [2021-12-03T18:12:01.218Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:12:01 [2021-12-03T18:12:01.371Z] --- PASS: TestResizeWithInvalidSize (0.55s)
18:12:01 [2021-12-03T18:12:01.371Z] === RUN   TestResizeWhenContainerNotStarted
18:12:01 [2021-12-03T18:12:01.438Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.13s)
18:12:01 [2021-12-03T18:12:01.438Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s)
18:12:01 [2021-12-03T18:12:01.438Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s)
18:12:01 [2021-12-03T18:12:01.438Z] === RUN   TestKillStoppedContainer
18:12:01 [2021-12-03T18:12:01.438Z] --- PASS: TestKillStoppedContainer (0.04s)
18:12:01 [2021-12-03T18:12:01.438Z] === RUN   TestKillStoppedContainerAPIPre120
18:12:01 [2021-12-03T18:12:01.438Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
18:12:01 [2021-12-03T18:12:01.438Z] === RUN   TestKillDifferentUserContainer
18:12:01 [2021-12-03T18:12:01.714Z] Running D:\gopath\src\github.com\docker\docker\integration\build
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
18:12:01 [2021-12-03T18:12:01.938Z] --- PASS: TestResizeWhenContainerNotStarted (0.58s)
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:01 [2021-12-03T18:12:01.938Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
18:12:02 [2021-12-03T18:12:02.001Z] --- PASS: TestKillDifferentUserContainer (0.46s)
18:12:02 [2021-12-03T18:12:02.001Z] === RUN   TestInspectOomKilledTrue
18:12:02 [2021-12-03T18:12:02.564Z] --- PASS: TestInspectOomKilledTrue (0.44s)
18:12:02 [2021-12-03T18:12:02.564Z] === RUN   TestInspectOomKilledFalse
18:12:02 [2021-12-03T18:12:02.820Z] --- PASS: TestInspectOomKilledFalse (0.37s)
18:12:02 [2021-12-03T18:12:02.820Z] === RUN   TestLinksEtcHostsContentMatch
18:12:03 [2021-12-03T18:12:03.077Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s)
18:12:03 [2021-12-03T18:12:03.077Z] === RUN   TestLinksContainerNames
18:12:04 [2021-12-03T18:12:04.005Z] --- PASS: TestLinksContainerNames (0.78s)
18:12:04 [2021-12-03T18:12:04.005Z] === RUN   TestLogsFollowTailEmpty
18:12:04 [2021-12-03T18:12:04.261Z] --- PASS: TestLogsFollowTailEmpty (0.40s)
18:12:04 [2021-12-03T18:12:04.261Z] === RUN   TestContainerNetworkMountsNoChown
18:12:04 [2021-12-03T18:12:04.473Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
18:12:04 [2021-12-03T18:12:04.515Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:12:04 [2021-12-03T18:12:04.731Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:12:04 [2021-12-03T18:12:04.823Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s)
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/default
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/default
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/private
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/private
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rprivate
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rprivate
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/slave
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/slave
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rslave
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rslave
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/shared
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/shared
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rshared
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rshared
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/default
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/default/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/default/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/default/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/default/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/default/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/default/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rslave
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rslave/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rslave/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rshared
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rshared/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rshared/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/shared
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/shared/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/shared/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/shared/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/shared/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rprivate
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/slave
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/slave/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/slave/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/slave/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/slave/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/private
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/private/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/private/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/private/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/private/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/private/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === RUN   TestMountDaemonRoot/private/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/default/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rslave/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rshared/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/default/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/default/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/default/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rslave/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rshared/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/slave/mount_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/shared/bind_root
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
18:12:04 [2021-12-03T18:12:04.824Z] === CONT  TestMountDaemonRoot/shared/mount_root
18:12:05 [2021-12-03T18:12:05.080Z] === CONT  TestMountDaemonRoot/private/bind_root
18:12:05 [2021-12-03T18:12:05.080Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
18:12:05 [2021-12-03T18:12:05.080Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
18:12:05 [2021-12-03T18:12:05.080Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
18:12:05 [2021-12-03T18:12:05.080Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
18:12:05 [2021-12-03T18:12:05.080Z] === CONT  TestMountDaemonRoot/slave/bind_root
18:12:05 [2021-12-03T18:12:05.080Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
18:12:05 [2021-12-03T18:12:05.080Z] === CONT  TestMountDaemonRoot/private/mount_subpath
18:12:05 [2021-12-03T18:12:05.080Z] === CONT  TestMountDaemonRoot/private/mount_root
18:12:05 [2021-12-03T18:12:05.080Z] === CONT  TestMountDaemonRoot/private/bind_subpath
18:12:05 [2021-12-03T18:12:05.080Z] --- PASS: TestMountDaemonRoot (0.02s)
18:12:05 [2021-12-03T18:12:05.080Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
18:12:05 [2021-12-03T18:12:05.080Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
18:12:05 [2021-12-03T18:12:05.080Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
18:12:05 [2021-12-03T18:12:05.080Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
18:12:05 [2021-12-03T18:12:05.080Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.01s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
18:12:05 [2021-12-03T18:12:05.080Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
18:12:05 [2021-12-03T18:12:05.080Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
18:12:05 [2021-12-03T18:12:05.080Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
18:12:05 [2021-12-03T18:12:05.081Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
18:12:05 [2021-12-03T18:12:05.081Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
18:12:05 [2021-12-03T18:12:05.081Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
18:12:05 [2021-12-03T18:12:05.081Z] === RUN   TestContainerBindMountNonRecursive
18:12:05 [2021-12-03T18:12:05.666Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
18:12:06 [2021-12-03T18:12:06.233Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:12:06 [2021-12-03T18:12:06.446Z] --- PASS: TestContainerBindMountNonRecursive (1.18s)
18:12:06 [2021-12-03T18:12:06.446Z] === RUN   TestContainerVolumesMountedAsShared
18:12:06 [2021-12-03T18:12:06.701Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s)
18:12:06 [2021-12-03T18:12:06.701Z] === RUN   TestContainerVolumesMountedAsSlave
18:12:06 [2021-12-03T18:12:06.957Z] --- PASS: TestContainerVolumesMountedAsSlave (0.29s)
18:12:06 [2021-12-03T18:12:06.957Z] === RUN   TestNetworkNat
18:12:07 [2021-12-03T18:12:07.168Z]     check_test.go:308: [d5a0d76863a7b] daemon is not started
18:12:07 [2021-12-03T18:12:07.168Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
18:12:07 [2021-12-03T18:12:07.519Z] --- PASS: TestNetworkNat (0.43s)
18:12:07 [2021-12-03T18:12:07.519Z] === RUN   TestNetworkLocalhostTCPNat
18:12:07 [2021-12-03T18:12:07.734Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:12:07 [2021-12-03T18:12:07.775Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s)
18:12:07 [2021-12-03T18:12:07.775Z] === RUN   TestNetworkLoopbackNat
18:12:07 [2021-12-03T18:12:07.992Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:12:08 [2021-12-03T18:12:08.716Z] --- PASS: TestServiceCreateInit (7.47s)
18:12:08 [2021-12-03T18:12:08.716Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.81s)
18:12:08 [2021-12-03T18:12:08.716Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.64s)
18:12:08 [2021-12-03T18:12:08.716Z] === RUN   TestCreateServiceMultipleTimes
18:12:08 [2021-12-03T18:12:08.928Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
18:12:09 [2021-12-03T18:12:09.495Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:09 [2021-12-03T18:12:09.753Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
18:12:09 [2021-12-03T18:12:09.753Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:11 [2021-12-03T18:12:11.044Z] --- PASS: TestNetworkLoopbackNat (2.56s)
18:12:11 [2021-12-03T18:12:11.044Z] === RUN   TestPause
18:12:11 [2021-12-03T18:12:11.044Z] --- PASS: TestPause (0.41s)
18:12:11 [2021-12-03T18:12:11.044Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:12:11 [2021-12-03T18:12:11.044Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:12:11 [2021-12-03T18:12:11.044Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
18:12:11 [2021-12-03T18:12:11.044Z] === RUN   TestPauseStopPausedContainer
18:12:11 [2021-12-03T18:12:11.300Z] --- PASS: TestPauseStopPausedContainer (0.41s)
18:12:11 [2021-12-03T18:12:11.300Z] === RUN   TestPidHost
18:12:12 [2021-12-03T18:12:12.229Z] --- PASS: TestPidHost (0.91s)
18:12:12 [2021-12-03T18:12:12.229Z] === RUN   TestPsFilter
18:12:12 [2021-12-03T18:12:12.229Z] --- PASS: TestPsFilter (0.10s)
18:12:12 [2021-12-03T18:12:12.229Z] === RUN   TestRemoveContainerWithRemovedVolume
18:12:12 [2021-12-03T18:12:12.809Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
18:12:12 [2021-12-03T18:12:12.809Z] === RUN   TestRemoveContainerWithVolume
18:12:13 [2021-12-03T18:12:13.065Z] --- PASS: TestRemoveContainerWithVolume (0.39s)
18:12:13 [2021-12-03T18:12:13.065Z] === RUN   TestRemoveContainerRunning
18:12:13 [2021-12-03T18:12:13.646Z] --- PASS: TestRemoveContainerRunning (0.40s)
18:12:13 [2021-12-03T18:12:13.646Z] === RUN   TestRemoveContainerForceRemoveRunning
18:12:13 [2021-12-03T18:12:13.903Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.38s)
18:12:13 [2021-12-03T18:12:13.903Z] === RUN   TestRemoveInvalidContainer
18:12:13 [2021-12-03T18:12:13.903Z] --- PASS: TestRemoveInvalidContainer (0.01s)
18:12:13 [2021-12-03T18:12:13.903Z] === RUN   TestRenameLinkedContainer
18:12:13 [2021-12-03T18:12:13.947Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:14 [2021-12-03T18:12:14.883Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:12:15 [2021-12-03T18:12:15.794Z] --- PASS: TestRenameLinkedContainer (1.59s)
18:12:15 [2021-12-03T18:12:15.794Z] === RUN   TestRenameStoppedContainer
18:12:15 [2021-12-03T18:12:15.794Z] --- PASS: TestRenameStoppedContainer (0.37s)
18:12:15 [2021-12-03T18:12:15.794Z] === RUN   TestRenameRunningContainerAndReuse
18:12:16 [2021-12-03T18:12:16.723Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s)
18:12:16 [2021-12-03T18:12:16.723Z] === RUN   TestRenameInvalidName
18:12:16 [2021-12-03T18:12:16.979Z] --- PASS: TestRenameInvalidName (0.39s)
18:12:16 [2021-12-03T18:12:16.979Z] === RUN   TestRenameAnonymousContainer
18:12:18 [2021-12-03T18:12:18.346Z] --- PASS: TestRenameAnonymousContainer (1.40s)
18:12:18 [2021-12-03T18:12:18.346Z] === RUN   TestRenameContainerWithSameName
18:12:18 [2021-12-03T18:12:18.908Z] --- PASS: TestRenameContainerWithSameName (0.41s)
18:12:18 [2021-12-03T18:12:18.908Z] === RUN   TestRenameContainerWithLinkedContainer
18:12:19 [2021-12-03T18:12:19.072Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:12:19 [2021-12-03T18:12:19.838Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s)
18:12:19 [2021-12-03T18:12:19.838Z] === RUN   TestResize
18:12:20 [2021-12-03T18:12:20.094Z] --- PASS: TestResize (0.39s)
18:12:20 [2021-12-03T18:12:20.094Z] === RUN   TestResizeWithInvalidSize
18:12:20 [2021-12-03T18:12:20.350Z] --- PASS: TestResizeWithInvalidSize (0.41s)
18:12:20 [2021-12-03T18:12:20.350Z] === RUN   TestResizeWhenContainerNotStarted
18:12:20 [2021-12-03T18:12:20.447Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s)
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:12:20 [2021-12-03T18:12:20.913Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:21 [2021-12-03T18:12:21.382Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
18:12:22 [2021-12-03T18:12:22.282Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:12:22 [2021-12-03T18:12:22.317Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:12:23 [2021-12-03T18:12:23.649Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:12:23 [2021-12-03T18:12:23.701Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:12:24 [2021-12-03T18:12:24.579Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:12:24 [2021-12-03T18:12:24.639Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
18:12:24 [2021-12-03T18:12:24.836Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:12:24 [2021-12-03T18:12:24.897Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
18:12:26 [2021-12-03T18:12:26.204Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
18:12:26 [2021-12-03T18:12:26.205Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:26 [2021-12-03T18:12:26.273Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:12:26 [2021-12-03T18:12:26.826Z] --- PASS: TestCreateServiceMultipleTimes (15.63s)
18:12:26 [2021-12-03T18:12:26.826Z] === RUN   TestCreateServiceConflict
18:12:26 [2021-12-03T18:12:26.826Z] --- PASS: TestCreateServiceConflict (2.10s)
18:12:26 [2021-12-03T18:12:26.826Z] === RUN   TestCreateServiceMaxReplicas
18:12:26 [2021-12-03T18:12:26.838Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:12:27 [2021-12-03T18:12:27.144Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:12:27 [2021-12-03T18:12:27.144Z] INFO: Testing against a local daemon
18:12:27 [2021-12-03T18:12:27.144Z] === RUN   TestBuildWithSession
18:12:27 [2021-12-03T18:12:27.144Z]     build_session_test.go:25: TODO: BuildKit
18:12:27 [2021-12-03T18:12:27.144Z] --- SKIP: TestBuildWithSession (0.00s)
18:12:27 [2021-12-03T18:12:27.144Z] === RUN   TestBuildSquashParent
18:12:27 [2021-12-03T18:12:27.144Z]     build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows"
18:12:27 [2021-12-03T18:12:27.144Z] --- SKIP: TestBuildSquashParent (0.00s)
18:12:27 [2021-12-03T18:12:27.144Z] === RUN   TestBuildWithRemoveAndForceRemove
18:12:27 [2021-12-03T18:12:27.144Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:12:27 [2021-12-03T18:12:27.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:12:27 [2021-12-03T18:12:27.144Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:12:27 [2021-12-03T18:12:27.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:12:27 [2021-12-03T18:12:27.144Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:12:27 [2021-12-03T18:12:27.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:12:27 [2021-12-03T18:12:27.144Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:12:27 [2021-12-03T18:12:27.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:12:27 [2021-12-03T18:12:27.144Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:12:27 [2021-12-03T18:12:27.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:12:27 [2021-12-03T18:12:27.144Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:12:27 [2021-12-03T18:12:27.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:12:27 [2021-12-03T18:12:27.144Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:12:27 [2021-12-03T18:12:27.144Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:12:27 [2021-12-03T18:12:27.144Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:12:27 [2021-12-03T18:12:27.144Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:12:27 [2021-12-03T18:12:27.404Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
18:12:27 [2021-12-03T18:12:27.404Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
18:12:27 [2021-12-03T18:12:27.971Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
18:12:28 [2021-12-03T18:12:28.542Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
18:12:28 [2021-12-03T18:12:28.802Z] --- PASS: TestCreateServiceMaxReplicas (2.72s)
18:12:28 [2021-12-03T18:12:28.802Z] === RUN   TestCreateWithDuplicateNetworkNames
18:12:29 [2021-12-03T18:12:29.473Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
18:12:29 [2021-12-03T18:12:29.473Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:12:29 [2021-12-03T18:12:29.478Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.74s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.65s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.87s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.60s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.70s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.89s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.58s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (5.08s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.33s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.39s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.01s)
18:12:29 [2021-12-03T18:12:29.478Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.07s)
18:12:29 [2021-12-03T18:12:29.479Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.13s)
18:12:29 [2021-12-03T18:12:29.479Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.24s)
18:12:29 [2021-12-03T18:12:29.479Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.69s)
18:12:29 [2021-12-03T18:12:29.479Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.68s)
18:12:29 [2021-12-03T18:12:29.479Z] === RUN   TestCgroupNamespacesRun
18:12:29 [2021-12-03T18:12:29.736Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
18:12:31 [2021-12-03T18:12:31.111Z] --- PASS: TestCgroupNamespacesRun (1.70s)
18:12:31 [2021-12-03T18:12:31.111Z] === RUN   TestCgroupNamespacesRunPrivileged
18:12:31 [2021-12-03T18:12:31.370Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:12:32 [2021-12-03T18:12:32.045Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
18:12:32 [2021-12-03T18:12:32.983Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.73s)
18:12:32 [2021-12-03T18:12:32.983Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
18:12:32 [2021-12-03T18:12:32.983Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
18:12:33 [2021-12-03T18:12:33.260Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:12:33 [2021-12-03T18:12:33.260Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:12:34 [2021-12-03T18:12:34.628Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:12:34 [2021-12-03T18:12:34.884Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:12:34 [2021-12-03T18:12:34.887Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s)
18:12:34 [2021-12-03T18:12:34.887Z] === RUN   TestCgroupNamespacesRunHostMode
18:12:35 [2021-12-03T18:12:35.877Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:12:35 [2021-12-03T18:12:35.877Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:12:36 [2021-12-03T18:12:36.251Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:12:36 [2021-12-03T18:12:36.311Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
18:12:36 [2021-12-03T18:12:36.578Z] --- PASS: TestCgroupNamespacesRunHostMode (1.92s)
18:12:36 [2021-12-03T18:12:36.578Z] === RUN   TestCgroupNamespacesRunPrivateMode
18:12:36 [2021-12-03T18:12:36.676Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
18:12:36 [2021-12-03T18:12:36.838Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
18:12:38 [2021-12-03T18:12:38.141Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.52s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.80s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.21s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.31s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.31s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.94s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.59s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.86s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.65s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.92s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.63s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.59s)
18:12:38 [2021-12-03T18:12:38.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.58s)
18:12:38 [2021-12-03T18:12:38.141Z] === RUN   TestCgroupNamespacesRun
18:12:38 [2021-12-03T18:12:38.216Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
18:12:38 [2021-12-03T18:12:38.216Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s)
18:12:38 [2021-12-03T18:12:38.216Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
18:12:39 [2021-12-03T18:12:39.071Z] --- PASS: TestCgroupNamespacesRun (1.11s)
18:12:39 [2021-12-03T18:12:39.071Z] === RUN   TestCgroupNamespacesRunPrivileged
18:12:39 [2021-12-03T18:12:39.155Z] === RUN   TestDockerSuite/TestBuildCacheAdd
18:12:40 [2021-12-03T18:12:40.000Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.07s)
18:12:40 [2021-12-03T18:12:40.000Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
18:12:40 [2021-12-03T18:12:40.093Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
18:12:40 [2021-12-03T18:12:40.093Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.66s)
18:12:40 [2021-12-03T18:12:40.093Z] === RUN   TestCgroupNamespacesRunInvalidMode
18:12:40 [2021-12-03T18:12:40.663Z] === RUN   TestDockerSuite/TestBuildCacheFrom
18:12:40 [2021-12-03T18:12:40.921Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s)
18:12:40 [2021-12-03T18:12:40.921Z] === RUN   TestCgroupNamespacesRunOlderClient
18:12:40 [2021-12-03T18:12:40.921Z]     check_test.go:308: [db5b9759b4cf8] daemon is not started
18:12:40 [2021-12-03T18:12:40.921Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
18:12:41 [2021-12-03T18:12:41.366Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s)
18:12:41 [2021-12-03T18:12:41.366Z] === RUN   TestCgroupNamespacesRunHostMode
18:12:42 [2021-12-03T18:12:42.294Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s)
18:12:42 [2021-12-03T18:12:42.294Z] === RUN   TestCgroupNamespacesRunPrivateMode
18:12:42 [2021-12-03T18:12:42.297Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.56s)
18:12:42 [2021-12-03T18:12:42.297Z] === RUN   TestNISDomainname
18:12:42 [2021-12-03T18:12:42.556Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
18:12:43 [2021-12-03T18:12:43.222Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s)
18:12:43 [2021-12-03T18:12:43.222Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
18:12:43 [2021-12-03T18:12:43.490Z] --- PASS: TestNISDomainname (0.96s)
18:12:43 [2021-12-03T18:12:43.490Z] === RUN   TestHostnameDnsResolution
18:12:43 [2021-12-03T18:12:43.713Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.13s)
18:12:43 [2021-12-03T18:12:43.713Z] === RUN   TestCreateServiceSecretFileMode
18:12:44 [2021-12-03T18:12:44.590Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s)
18:12:44 [2021-12-03T18:12:44.590Z] === RUN   TestCgroupNamespacesRunInvalidMode
18:12:44 [2021-12-03T18:12:44.869Z] --- PASS: TestHostnameDnsResolution (1.26s)
18:12:44 [2021-12-03T18:12:44.869Z] === RUN   TestUnprivilegedPortsAndPing
18:12:44 [2021-12-03T18:12:44.869Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
18:12:45 [2021-12-03T18:12:45.152Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s)
18:12:45 [2021-12-03T18:12:45.152Z] === RUN   TestCgroupNamespacesRunOlderClient
18:12:45 [2021-12-03T18:12:45.435Z] --- PASS: TestUnprivilegedPortsAndPing (0.91s)
18:12:45 [2021-12-03T18:12:45.436Z] === RUN   TestStats
18:12:46 [2021-12-03T18:12:46.002Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
18:12:46 [2021-12-03T18:12:46.080Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.08s)
18:12:46 [2021-12-03T18:12:46.080Z] === RUN   TestNISDomainname
18:12:46 [2021-12-03T18:12:46.382Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
18:12:46 [2021-12-03T18:12:46.382Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.18s)
18:12:46 [2021-12-03T18:12:46.382Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.87s)
18:12:46 [2021-12-03T18:12:46.382Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.57s)
18:12:46 [2021-12-03T18:12:46.382Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.63s)
18:12:46 [2021-12-03T18:12:46.382Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.02s)
18:12:46 [2021-12-03T18:12:46.382Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.54s)
18:12:46 [2021-12-03T18:12:46.382Z] === RUN   TestBuildMultiStageCopy
18:12:46 [2021-12-03T18:12:46.382Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:12:46 [2021-12-03T18:12:46.643Z] --- PASS: TestNISDomainname (0.48s)
18:12:46 [2021-12-03T18:12:46.643Z] === RUN   TestHostnameDnsResolution
18:12:46 [2021-12-03T18:12:46.937Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
18:12:47 [2021-12-03T18:12:47.205Z] --- PASS: TestHostnameDnsResolution (0.62s)
18:12:47 [2021-12-03T18:12:47.205Z] === RUN   TestUnprivilegedPortsAndPing
18:12:47 [2021-12-03T18:12:47.505Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
18:12:47 [2021-12-03T18:12:47.767Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s)
18:12:47 [2021-12-03T18:12:47.767Z] === RUN   TestStats
18:12:48 [2021-12-03T18:12:48.440Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
18:12:48 [2021-12-03T18:12:48.440Z] --- PASS: TestStats (2.89s)
18:12:48 [2021-12-03T18:12:48.440Z] === RUN   TestStopContainerWithTimeout
18:12:48 [2021-12-03T18:12:48.440Z] === RUN   TestStopContainerWithTimeout/0
18:12:48 [2021-12-03T18:12:48.440Z] === PAUSE TestStopContainerWithTimeout/0
18:12:48 [2021-12-03T18:12:48.440Z] === RUN   TestStopContainerWithTimeout/1
18:12:48 [2021-12-03T18:12:48.440Z] === PAUSE TestStopContainerWithTimeout/1
18:12:48 [2021-12-03T18:12:48.440Z] === RUN   TestStopContainerWithTimeout/3
18:12:48 [2021-12-03T18:12:48.440Z] === PAUSE TestStopContainerWithTimeout/3
18:12:48 [2021-12-03T18:12:48.440Z] === RUN   TestStopContainerWithTimeout/-1
18:12:48 [2021-12-03T18:12:48.440Z] === PAUSE TestStopContainerWithTimeout/-1
18:12:48 [2021-12-03T18:12:48.440Z] === CONT  TestStopContainerWithTimeout/0
18:12:48 [2021-12-03T18:12:48.440Z] === CONT  TestStopContainerWithTimeout/3
18:12:49 [2021-12-03T18:12:49.817Z] === CONT  TestStopContainerWithTimeout/-1
18:12:50 [2021-12-03T18:12:50.283Z] --- PASS: TestStats (2.44s)
18:12:50 [2021-12-03T18:12:50.283Z] === RUN   TestStopContainerWithTimeout
18:12:50 [2021-12-03T18:12:50.283Z] === RUN   TestStopContainerWithTimeout/0
18:12:50 [2021-12-03T18:12:50.283Z] === PAUSE TestStopContainerWithTimeout/0
18:12:50 [2021-12-03T18:12:50.283Z] === RUN   TestStopContainerWithTimeout/1
18:12:50 [2021-12-03T18:12:50.283Z] === PAUSE TestStopContainerWithTimeout/1
18:12:50 [2021-12-03T18:12:50.283Z] === RUN   TestStopContainerWithTimeout/3
18:12:50 [2021-12-03T18:12:50.283Z] === PAUSE TestStopContainerWithTimeout/3
18:12:50 [2021-12-03T18:12:50.283Z] === RUN   TestStopContainerWithTimeout/-1
18:12:50 [2021-12-03T18:12:50.283Z] === PAUSE TestStopContainerWithTimeout/-1
18:12:50 [2021-12-03T18:12:50.283Z] === CONT  TestStopContainerWithTimeout/0
18:12:50 [2021-12-03T18:12:50.283Z] === CONT  TestStopContainerWithTimeout/3
18:12:50 [2021-12-03T18:12:50.845Z] === CONT  TestStopContainerWithTimeout/1
18:12:51 [2021-12-03T18:12:51.719Z] === CONT  TestStopContainerWithTimeout/1
18:12:51 [2021-12-03T18:12:51.763Z] tests/integration/api_volume_test.py .........                           [ 74%]
18:12:52 [2021-12-03T18:12:52.211Z] === CONT  TestStopContainerWithTimeout/-1
18:12:53 [2021-12-03T18:12:53.097Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
18:12:53 [2021-12-03T18:12:53.356Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
18:12:53 [2021-12-03T18:12:53.356Z] --- PASS: TestStopContainerWithTimeout (0.02s)
18:12:53 [2021-12-03T18:12:53.356Z]     --- PASS: TestStopContainerWithTimeout/0 (1.21s)
18:12:53 [2021-12-03T18:12:53.356Z]     --- PASS: TestStopContainerWithTimeout/3 (3.15s)
18:12:53 [2021-12-03T18:12:53.356Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.76s)
18:12:53 [2021-12-03T18:12:53.356Z]     --- PASS: TestStopContainerWithTimeout/1 (1.91s)
18:12:53 [2021-12-03T18:12:53.356Z] === RUN   TestDeleteDevicemapper
18:12:53 [2021-12-03T18:12:53.356Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:12:53 [2021-12-03T18:12:53.356Z] --- SKIP: TestDeleteDevicemapper (0.00s)
18:12:53 [2021-12-03T18:12:53.356Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:12:53 [2021-12-03T18:12:53.592Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:12:53 [2021-12-03T18:12:53.592Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:12:53 [2021-12-03T18:12:53.648Z] tests/integration/client_test.py .....                                   [ 75%]
18:12:53 [2021-12-03T18:12:53.904Z] tests/integration/context_api_test.py ...                                [ 76%]
18:12:54 [2021-12-03T18:12:54.159Z] tests/integration/errors_test.py .                                       [ 76%]
18:12:54 [2021-12-03T18:12:54.575Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:12:54 [2021-12-03T18:12:54.727Z] --- PASS: TestStopContainerWithTimeout (0.01s)
18:12:54 [2021-12-03T18:12:54.727Z]     --- PASS: TestStopContainerWithTimeout/0 (0.64s)
18:12:54 [2021-12-03T18:12:54.727Z]     --- PASS: TestStopContainerWithTimeout/1 (1.38s)
18:12:54 [2021-12-03T18:12:54.727Z]     --- PASS: TestStopContainerWithTimeout/3 (2.54s)
18:12:54 [2021-12-03T18:12:54.727Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.35s)
18:12:54 [2021-12-03T18:12:54.727Z] === RUN   TestDeleteDevicemapper
18:12:54 [2021-12-03T18:12:54.727Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:12:54 [2021-12-03T18:12:54.727Z] --- SKIP: TestDeleteDevicemapper (0.00s)
18:12:54 [2021-12-03T18:12:54.727Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:12:55 [2021-12-03T18:12:55.559Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:12:55 [2021-12-03T18:12:55.888Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
18:12:55 [2021-12-03T18:12:55.932Z] --- PASS: TestCreateServiceSecretFileMode (12.50s)
18:12:55 [2021-12-03T18:12:55.932Z] === RUN   TestCreateServiceConfigFileMode
18:12:56 [2021-12-03T18:12:56.094Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.39s)
18:12:56 [2021-12-03T18:12:56.094Z] === RUN   TestUpdateMemory
18:12:56 [2021-12-03T18:12:56.350Z] --- PASS: TestUpdateMemory (0.50s)
18:12:56 [2021-12-03T18:12:56.350Z] === RUN   TestUpdateCPUQuota
18:12:56 [2021-12-03T18:12:56.455Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
18:12:56 [2021-12-03T18:12:56.456Z] === RUN   TestDockerSuite/TestBuildClearCmd
18:12:56 [2021-12-03T18:12:56.542Z] --- PASS: TestBuildMultiStageCopy (10.55s)
18:12:56 [2021-12-03T18:12:56.542Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (6.90s)
18:12:56 [2021-12-03T18:12:56.542Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.67s)
18:12:56 [2021-12-03T18:12:56.542Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.83s)
18:12:56 [2021-12-03T18:12:56.542Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
18:12:56 [2021-12-03T18:12:56.542Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.15s)
18:12:56 [2021-12-03T18:12:56.542Z] === RUN   TestBuildMultiStageParentConfig
18:12:56 [2021-12-03T18:12:56.714Z] === RUN   TestDockerSuite/TestBuildCmd
18:12:56 [2021-12-03T18:12:56.975Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.49s)
18:12:56 [2021-12-03T18:12:56.975Z] === RUN   TestUpdateMemory
18:12:56 [2021-12-03T18:12:56.975Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
18:12:56 [2021-12-03T18:12:56.975Z] --- SKIP: TestUpdateMemory (0.01s)
18:12:56 [2021-12-03T18:12:56.975Z] === RUN   TestUpdateCPUQuota
18:12:57 [2021-12-03T18:12:57.236Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
18:12:57 [2021-12-03T18:12:57.287Z] --- PASS: TestUpdateCPUQuota (0.70s)
18:12:57 [2021-12-03T18:12:57.287Z] === RUN   TestUpdatePidsLimit
18:12:57 [2021-12-03T18:12:57.287Z] === RUN   TestUpdatePidsLimit/update_from_none
18:12:57 [2021-12-03T18:12:57.287Z] === RUN   TestUpdatePidsLimit/no_change
18:12:57 [2021-12-03T18:12:57.494Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
18:12:57 [2021-12-03T18:12:57.548Z] === RUN   TestUpdatePidsLimit/update_lower
18:12:57 [2021-12-03T18:12:57.815Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
18:12:58 [2021-12-03T18:12:58.062Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
18:12:58 [2021-12-03T18:12:58.062Z]     docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows
18:12:58 [2021-12-03T18:12:58.062Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
18:12:58 [2021-12-03T18:12:58.062Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
18:12:58 [2021-12-03T18:12:58.074Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
18:12:58 [2021-12-03T18:12:58.320Z] --- PASS: TestUpdateCPUQuota (1.41s)
18:12:58 [2021-12-03T18:12:58.320Z] === RUN   TestUpdatePidsLimit
18:12:58 [2021-12-03T18:12:58.320Z] === RUN   TestUpdatePidsLimit/update_from_none
18:12:58 [2021-12-03T18:12:58.330Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
18:12:58 [2021-12-03T18:12:58.586Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
18:12:58 [2021-12-03T18:12:58.751Z] --- PASS: TestBuildMultiStageParentConfig (2.02s)
18:12:58 [2021-12-03T18:12:58.751Z] === RUN   TestBuildLabelWithTargets
18:12:58 [2021-12-03T18:12:58.751Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
18:12:58 [2021-12-03T18:12:58.751Z] --- SKIP: TestBuildLabelWithTargets (0.00s)
18:12:58 [2021-12-03T18:12:58.751Z] === RUN   TestBuildWithEmptyLayers
18:12:58 [2021-12-03T18:12:58.887Z] === RUN   TestUpdatePidsLimit/no_change
18:12:59 [2021-12-03T18:12:59.146Z] === RUN   TestUpdatePidsLimit/update_lower
18:12:59 [2021-12-03T18:12:59.146Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
18:12:59 [2021-12-03T18:12:59.150Z] --- PASS: TestUpdatePidsLimit (2.01s)
18:12:59 [2021-12-03T18:12:59.150Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.17s)
18:12:59 [2021-12-03T18:12:59.150Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
18:12:59 [2021-12-03T18:12:59.150Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.29s)
18:12:59 [2021-12-03T18:12:59.150Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s)
18:12:59 [2021-12-03T18:12:59.150Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s)
18:12:59 [2021-12-03T18:12:59.150Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s)
18:12:59 [2021-12-03T18:12:59.150Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s)
18:12:59 [2021-12-03T18:12:59.150Z] === RUN   TestUpdateRestartPolicy
18:12:59 [2021-12-03T18:12:59.404Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
18:12:59 [2021-12-03T18:12:59.735Z] --- PASS: TestBuildWithEmptyLayers (1.12s)
18:12:59 [2021-12-03T18:12:59.735Z] === RUN   TestBuildMultiStageOnBuild
18:12:59 [2021-12-03T18:12:59.970Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
18:13:00 [2021-12-03T18:13:00.228Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
18:13:00 [2021-12-03T18:13:00.228Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
18:13:00 [2021-12-03T18:13:00.486Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
18:13:01 [2021-12-03T18:13:01.860Z] --- PASS: TestUpdatePidsLimit (3.51s)
18:13:01 [2021-12-03T18:13:01.860Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.35s)
18:13:01 [2021-12-03T18:13:01.860Z]     --- PASS: TestUpdatePidsLimit/no_change (0.33s)
18:13:01 [2021-12-03T18:13:01.860Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.36s)
18:13:01 [2021-12-03T18:13:01.860Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s)
18:13:01 [2021-12-03T18:13:01.860Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s)
18:13:01 [2021-12-03T18:13:01.860Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.35s)
18:13:01 [2021-12-03T18:13:01.860Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s)
18:13:01 [2021-12-03T18:13:01.860Z] === RUN   TestUpdateRestartPolicy
18:13:03 [2021-12-03T18:13:03.237Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
18:13:03 [2021-12-03T18:13:03.237Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
18:13:03 [2021-12-03T18:13:03.237Z]     check_test.go:308: [d73c264b53d99] daemon is not started
18:13:03 [2021-12-03T18:13:03.237Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
18:13:03 [2021-12-03T18:13:03.237Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
18:13:03 [2021-12-03T18:13:03.237Z]     check_test.go:308: [dd420af01c742] daemon is not started
18:13:03 [2021-12-03T18:13:03.237Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
18:13:04 [2021-12-03T18:13:04.172Z] === RUN   TestDockerSuite/TestBuildConditionalCache
18:13:04 [2021-12-03T18:13:04.738Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
18:13:05 [2021-12-03T18:13:05.307Z] === RUN   TestDockerSuite/TestBuildContextCleanup
18:13:05 [2021-12-03T18:13:05.568Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
18:13:06 [2021-12-03T18:13:06.135Z]     check_test.go:308: [dd9fc3ea4748c] daemon is not started
18:13:06 [2021-12-03T18:13:06.135Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
18:13:06 [2021-12-03T18:13:06.393Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
18:13:06 [2021-12-03T18:13:06.651Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
18:13:06 [2021-12-03T18:13:06.910Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
18:13:08 [2021-12-03T18:13:08.152Z] --- PASS: TestCreateServiceConfigFileMode (12.45s)
18:13:08 [2021-12-03T18:13:08.152Z] === RUN   TestCreateServiceSysctls
18:13:10 [2021-12-03T18:13:10.062Z] --- PASS: TestCreateServiceSysctls (3.15s)
18:13:10 [2021-12-03T18:13:10.062Z] === RUN   TestCreateServiceCapabilities
18:13:10 [2021-12-03T18:13:10.144Z] --- PASS: TestBuildMultiStageOnBuild (10.17s)
18:13:10 [2021-12-03T18:13:10.144Z] === RUN   TestBuildUncleanTarFilenames
18:13:10 [2021-12-03T18:13:10.144Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
18:13:10 [2021-12-03T18:13:10.144Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
18:13:10 [2021-12-03T18:13:10.144Z] === RUN   TestBuildMultiStageLayerLeak
18:13:11 [2021-12-03T18:13:11.098Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
18:13:11 [2021-12-03T18:13:11.319Z] --- PASS: TestUpdateRestartPolicy (10.69s)
18:13:11 [2021-12-03T18:13:11.319Z] === RUN   TestUpdateRestartWithAutoRemove
18:13:11 [2021-12-03T18:13:11.319Z] --- PASS: TestUpdateRestartWithAutoRemove (0.37s)
18:13:11 [2021-12-03T18:13:11.319Z] === RUN   TestWaitNonBlocked
18:13:11 [2021-12-03T18:13:11.319Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:13:11 [2021-12-03T18:13:11.319Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:13:11 [2021-12-03T18:13:11.319Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:13:11 [2021-12-03T18:13:11.319Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:13:11 [2021-12-03T18:13:11.319Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:13:11 [2021-12-03T18:13:11.319Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:13:11 [2021-12-03T18:13:11.319Z] --- PASS: TestWaitNonBlocked (0.02s)
18:13:11 [2021-12-03T18:13:11.319Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s)
18:13:11 [2021-12-03T18:13:11.319Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s)
18:13:11 [2021-12-03T18:13:11.319Z] === RUN   TestWaitBlocked
18:13:11 [2021-12-03T18:13:11.319Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
18:13:11 [2021-12-03T18:13:11.320Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
18:13:11 [2021-12-03T18:13:11.320Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
18:13:11 [2021-12-03T18:13:11.320Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
18:13:11 [2021-12-03T18:13:11.320Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
18:13:11 [2021-12-03T18:13:11.320Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
18:13:11 [2021-12-03T18:13:11.576Z] --- PASS: TestWaitBlocked (0.01s)
18:13:11 [2021-12-03T18:13:11.576Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.53s)
18:13:11 [2021-12-03T18:13:11.576Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s)
18:13:11 [2021-12-03T18:13:11.576Z] === CONT  TestContainerStartOnDaemonRestart
18:13:11 [2021-12-03T18:13:11.576Z] === CONT  TestRestartDaemonWithRestartingContainer
18:13:12 [2021-12-03T18:13:12.191Z] tests/integration/models_containers_test.py ............................ [ 83%]
18:13:12 [2021-12-03T18:13:12.604Z] --- PASS: TestCreateServiceCapabilities (2.48s)
18:13:12 [2021-12-03T18:13:12.604Z] === RUN   TestInspect
18:13:12 [2021-12-03T18:13:12.998Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
18:13:13 [2021-12-03T18:13:13.467Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.84s)
18:13:13 [2021-12-03T18:13:13.467Z] === CONT  TestIpcModeOlderClient
18:13:13 [2021-12-03T18:13:13.467Z] --- PASS: TestIpcModeOlderClient (0.07s)
18:13:13 [2021-12-03T18:13:13.467Z] === CONT  TestContainerKillOnDaemonStart
18:13:13 [2021-12-03T18:13:13.723Z] --- PASS: TestContainerStartOnDaemonRestart (2.01s)
18:13:13 [2021-12-03T18:13:13.723Z] === CONT  TestDaemonHostGatewayIP
18:13:14 [2021-12-03T18:13:14.373Z] --- PASS: TestUpdateRestartPolicy (12.56s)
18:13:14 [2021-12-03T18:13:14.373Z] === RUN   TestUpdateRestartWithAutoRemove
18:13:15 [2021-12-03T18:13:15.147Z] --- PASS: TestInspect (2.78s)
18:13:15 [2021-12-03T18:13:15.147Z] === RUN   TestCreateJob
18:13:15 [2021-12-03T18:13:15.307Z] --- PASS: TestUpdateRestartWithAutoRemove (0.94s)
18:13:15 [2021-12-03T18:13:15.307Z] === RUN   TestWaitNonBlocked
18:13:15 [2021-12-03T18:13:15.307Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:13:15 [2021-12-03T18:13:15.307Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:13:15 [2021-12-03T18:13:15.307Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:13:15 [2021-12-03T18:13:15.307Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:13:15 [2021-12-03T18:13:15.307Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:13:15 [2021-12-03T18:13:15.307Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:13:15 [2021-12-03T18:13:15.875Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
18:13:16 [2021-12-03T18:13:16.133Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
18:13:16 [2021-12-03T18:13:16.240Z] --- PASS: TestDaemonHostGatewayIP (2.20s)
18:13:16 [2021-12-03T18:13:16.240Z] === CONT  TestDaemonRestartIpcMode
18:13:16 [2021-12-03T18:13:16.392Z] --- PASS: TestWaitNonBlocked (0.04s)
18:13:16 [2021-12-03T18:13:16.392Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.77s)
18:13:16 [2021-12-03T18:13:16.392Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s)
18:13:16 [2021-12-03T18:13:16.392Z] === RUN   TestWaitBlocked
18:13:16 [2021-12-03T18:13:16.392Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
18:13:16 [2021-12-03T18:13:16.392Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
18:13:16 [2021-12-03T18:13:16.392Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
18:13:16 [2021-12-03T18:13:16.392Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
18:13:16 [2021-12-03T18:13:16.392Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
18:13:16 [2021-12-03T18:13:16.392Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
18:13:16 [2021-12-03T18:13:16.651Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
18:13:17 [2021-12-03T18:13:17.219Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
18:13:17 [2021-12-03T18:13:17.478Z] --- PASS: TestWaitBlocked (0.02s)
18:13:17 [2021-12-03T18:13:17.478Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s)
18:13:17 [2021-12-03T18:13:17.478Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s)
18:13:17 [2021-12-03T18:13:17.478Z] === CONT  TestContainerStartOnDaemonRestart
18:13:17 [2021-12-03T18:13:17.478Z] === CONT  TestContainerKillOnDaemonStart
18:13:18 [2021-12-03T18:13:18.138Z] --- PASS: TestDaemonRestartIpcMode (2.14s)
18:13:18 [2021-12-03T18:13:18.445Z] --- PASS: TestCreateJob (2.99s)
18:13:18 [2021-12-03T18:13:18.445Z] === RUN   TestReplicatedJob
18:13:18 [2021-12-03T18:13:18.789Z] --- PASS: TestBuildMultiStageLayerLeak (8.36s)
18:13:18 [2021-12-03T18:13:18.789Z] === RUN   TestBuildWithHugeFile
18:13:19 [2021-12-03T18:13:19.380Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
18:13:19 [2021-12-03T18:13:19.949Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
18:13:20 [2021-12-03T18:13:20.517Z] --- PASS: TestContainerStartOnDaemonRestart (3.08s)
18:13:20 [2021-12-03T18:13:20.517Z] === CONT  TestIpcModeOlderClient
18:13:20 [2021-12-03T18:13:20.517Z] --- PASS: TestIpcModeOlderClient (0.07s)
18:13:20 [2021-12-03T18:13:20.517Z] === CONT  TestRestartDaemonWithRestartingContainer
18:13:23 [2021-12-03T18:13:23.050Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.51s)
18:13:23 [2021-12-03T18:13:23.050Z] === CONT  TestDaemonHostGatewayIP
18:13:23 [2021-12-03T18:13:23.310Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
18:13:23 [2021-12-03T18:13:23.569Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
18:13:23 [2021-12-03T18:13:23.730Z] --- PASS: TestReplicatedJob (5.38s)
18:13:23 [2021-12-03T18:13:23.730Z] === RUN   TestUpdateReplicatedJob
18:13:24 [2021-12-03T18:13:24.947Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
18:13:24 [2021-12-03T18:13:24.947Z]     docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows
18:13:24 [2021-12-03T18:13:24.947Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
18:13:24 [2021-12-03T18:13:24.947Z]     docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows
18:13:24 [2021-12-03T18:13:24.947Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
18:13:24 [2021-12-03T18:13:24.947Z]     docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows
18:13:24 [2021-12-03T18:13:24.947Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
18:13:24 [2021-12-03T18:13:24.947Z]     docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows
18:13:24 [2021-12-03T18:13:24.947Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
18:13:26 [2021-12-03T18:13:26.225Z] --- PASS: TestContainerKillOnDaemonStart (11.58s)
18:13:26 [2021-12-03T18:13:26.225Z] PASS
18:13:26 [2021-12-03T18:13:26.225Z] 
18:13:26 [2021-12-03T18:13:26.225Z] === Skipped
18:13:26 [2021-12-03T18:13:26.225Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
18:13:26 [2021-12-03T18:13:26.225Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:13:26 [2021-12-03T18:13:26.225Z] 
18:13:26 [2021-12-03T18:13:26.225Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
18:13:26 [2021-12-03T18:13:26.225Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:13:26 [2021-12-03T18:13:26.225Z] 
18:13:26 [2021-12-03T18:13:26.225Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
18:13:26 [2021-12-03T18:13:26.225Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:13:26 [2021-12-03T18:13:26.225Z] 
18:13:26 [2021-12-03T18:13:26.225Z] DONE 200 tests, 3 skipped in 110.623s
18:13:26 [2021-12-03T18:13:26.225Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
18:13:26 [2021-12-03T18:13:26.225Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
18:13:26 [2021-12-03T18:13:26.225Z] ++ set -e
18:13:26 [2021-12-03T18:13:26.225Z] ++ '[' -n 0 ']'
18:13:26 [2021-12-03T18:13:26.225Z] ++ set -x
18:13:26 [2021-12-03T18:13:26.225Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
18:13:26 [2021-12-03T18:13:26.225Z] === RUN   TestConfigDaemonLibtrustID
18:13:26 [2021-12-03T18:13:26.225Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
18:13:26 [2021-12-03T18:13:26.225Z] === RUN   TestDaemonConfigValidation
18:13:26 [2021-12-03T18:13:26.225Z] === RUN   TestDaemonConfigValidation/config_with_no_content
18:13:26 [2021-12-03T18:13:26.225Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
18:13:26 [2021-12-03T18:13:26.225Z] === RUN   TestDaemonConfigValidation/config_with_{}
18:13:26 [2021-12-03T18:13:26.225Z] === PAUSE TestDaemonConfigValidation/config_with_{}
18:13:26 [2021-12-03T18:13:26.225Z] === RUN   TestDaemonConfigValidation/invalid_config
18:13:26 [2021-12-03T18:13:26.225Z] === PAUSE TestDaemonConfigValidation/invalid_config
18:13:26 [2021-12-03T18:13:26.225Z] === RUN   TestDaemonConfigValidation/malformed_config
18:13:26 [2021-12-03T18:13:26.225Z] === PAUSE TestDaemonConfigValidation/malformed_config
18:13:26 [2021-12-03T18:13:26.225Z] === RUN   TestDaemonConfigValidation/valid_config
18:13:26 [2021-12-03T18:13:26.225Z] === PAUSE TestDaemonConfigValidation/valid_config
18:13:26 [2021-12-03T18:13:26.225Z] === CONT  TestDaemonConfigValidation/config_with_no_content
18:13:26 [2021-12-03T18:13:26.225Z] === CONT  TestDaemonConfigValidation/malformed_config
18:13:26 [2021-12-03T18:13:26.225Z] === CONT  TestDaemonConfigValidation/invalid_config
18:13:26 [2021-12-03T18:13:26.225Z] === CONT  TestDaemonConfigValidation/config_with_{}
18:13:26 [2021-12-03T18:13:26.225Z] === CONT  TestDaemonConfigValidation/valid_config
18:13:26 [2021-12-03T18:13:26.225Z] --- PASS: TestDaemonConfigValidation (0.00s)
18:13:26 [2021-12-03T18:13:26.225Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.05s)
18:13:26 [2021-12-03T18:13:26.225Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s)
18:13:26 [2021-12-03T18:13:26.225Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.05s)
18:13:26 [2021-12-03T18:13:26.225Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
18:13:26 [2021-12-03T18:13:26.225Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.04s)
18:13:26 [2021-12-03T18:13:26.225Z] === RUN   TestConfigDaemonSeccompProfiles
18:13:26 [2021-12-03T18:13:26.225Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
18:13:26 [2021-12-03T18:13:26.850Z] --- PASS: TestDaemonHostGatewayIP (3.32s)
18:13:26 [2021-12-03T18:13:26.850Z] === CONT  TestDaemonRestartIpcMode
18:13:27 [2021-12-03T18:13:27.029Z] --- PASS: TestUpdateReplicatedJob (3.04s)
18:13:27 [2021-12-03T18:13:27.029Z] === RUN   TestServiceListWithStatuses
18:13:27 [2021-12-03T18:13:27.029Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:13:27 [2021-12-03T18:13:27.029Z] --- SKIP: TestServiceListWithStatuses (0.00s)
18:13:27 [2021-12-03T18:13:27.029Z] === RUN   TestDockerNetworkConnectAlias
18:13:27 [2021-12-03T18:13:27.108Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
18:13:27 [2021-12-03T18:13:27.155Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
18:13:28 [2021-12-03T18:13:28.037Z] .........                                                                [ 85%]
18:13:28 [2021-12-03T18:13:28.083Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
18:13:28 [2021-12-03T18:13:28.501Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
18:13:29 [2021-12-03T18:13:29.010Z] === CONT  TestConfigDaemonSeccompProfiles
18:13:29 [2021-12-03T18:13:29.010Z]     daemon_test.go:156: [da2e04fd196f1] daemon is not started
18:13:29 [2021-12-03T18:13:29.010Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
18:13:29 [2021-12-03T18:13:29.010Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
18:13:29 [2021-12-03T18:13:29.010Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
18:13:29 [2021-12-03T18:13:29.010Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
18:13:29 [2021-12-03T18:13:29.010Z] === RUN   TestDaemonProxy
18:13:29 [2021-12-03T18:13:29.010Z] === RUN   TestDaemonProxy/environment_variables
18:13:30 [2021-12-03T18:13:30.430Z] --- PASS: TestDaemonRestartIpcMode (3.60s)
18:13:30 [2021-12-03T18:13:30.430Z] --- PASS: TestContainerKillOnDaemonStart (13.01s)
18:13:30 [2021-12-03T18:13:30.430Z] PASS
18:13:30 [2021-12-03T18:13:30.430Z] 
18:13:30 [2021-12-03T18:13:30.430Z] === Skipped
18:13:30 [2021-12-03T18:13:30.430Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
18:13:30 [2021-12-03T18:13:30.430Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:13:30 [2021-12-03T18:13:30.430Z] 
18:13:30 [2021-12-03T18:13:30.430Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
18:13:30 [2021-12-03T18:13:30.430Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:13:30 [2021-12-03T18:13:30.430Z] 
18:13:30 [2021-12-03T18:13:30.430Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
18:13:30 [2021-12-03T18:13:30.430Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:13:30 [2021-12-03T18:13:30.430Z] 
18:13:30 [2021-12-03T18:13:30.430Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
18:13:30 [2021-12-03T18:13:30.430Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:13:30 [2021-12-03T18:13:30.430Z] 
18:13:30 [2021-12-03T18:13:30.430Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
18:13:30 [2021-12-03T18:13:30.430Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:13:30 [2021-12-03T18:13:30.430Z] 
18:13:30 [2021-12-03T18:13:30.430Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s)
18:13:30 [2021-12-03T18:13:30.430Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
18:13:30 [2021-12-03T18:13:30.430Z] 
18:13:30 [2021-12-03T18:13:30.430Z] DONE 200 tests, 6 skipped in 157.317s
18:13:30 [2021-12-03T18:13:30.430Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
18:13:30 [2021-12-03T18:13:30.430Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m
18:13:30 [2021-12-03T18:13:30.430Z] ++ set -e
18:13:30 [2021-12-03T18:13:30.430Z] ++ '[' -n 0 ']'
18:13:30 [2021-12-03T18:13:30.430Z] ++ set -x
18:13:30 [2021-12-03T18:13:30.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=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-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m
18:13:30 [2021-12-03T18:13:30.689Z] === RUN   TestConfigDaemonLibtrustID
18:13:30 [2021-12-03T18:13:30.900Z] === RUN   TestDaemonProxy/command-line_options
18:13:31 [2021-12-03T18:13:31.233Z] --- PASS: TestDockerNetworkConnectAlias (4.23s)
18:13:31 [2021-12-03T18:13:31.233Z] === RUN   TestDockerNetworkReConnect
18:13:31 [2021-12-03T18:13:31.258Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
18:13:31 [2021-12-03T18:13:31.258Z] === RUN   TestDaemonConfigValidation
18:13:31 [2021-12-03T18:13:31.258Z] === RUN   TestDaemonConfigValidation/config_with_no_content
18:13:31 [2021-12-03T18:13:31.258Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
18:13:31 [2021-12-03T18:13:31.258Z] === RUN   TestDaemonConfigValidation/config_with_{}
18:13:31 [2021-12-03T18:13:31.258Z] === PAUSE TestDaemonConfigValidation/config_with_{}
18:13:31 [2021-12-03T18:13:31.258Z] === RUN   TestDaemonConfigValidation/invalid_config
18:13:31 [2021-12-03T18:13:31.258Z] === PAUSE TestDaemonConfigValidation/invalid_config
18:13:31 [2021-12-03T18:13:31.258Z] === RUN   TestDaemonConfigValidation/malformed_config
18:13:31 [2021-12-03T18:13:31.258Z] === PAUSE TestDaemonConfigValidation/malformed_config
18:13:31 [2021-12-03T18:13:31.258Z] === RUN   TestDaemonConfigValidation/valid_config
18:13:31 [2021-12-03T18:13:31.258Z] === PAUSE TestDaemonConfigValidation/valid_config
18:13:31 [2021-12-03T18:13:31.258Z] === CONT  TestDaemonConfigValidation/config_with_no_content
18:13:31 [2021-12-03T18:13:31.258Z] === CONT  TestDaemonConfigValidation/malformed_config
18:13:31 [2021-12-03T18:13:31.258Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
18:13:31 [2021-12-03T18:13:31.516Z] === CONT  TestDaemonConfigValidation/valid_config
18:13:31 [2021-12-03T18:13:31.516Z] === CONT  TestDaemonConfigValidation/invalid_config
18:13:31 [2021-12-03T18:13:31.516Z] === CONT  TestDaemonConfigValidation/config_with_{}
18:13:31 [2021-12-03T18:13:31.775Z] --- PASS: TestDaemonConfigValidation (0.00s)
18:13:31 [2021-12-03T18:13:31.775Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.22s)
18:13:31 [2021-12-03T18:13:31.775Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.22s)
18:13:31 [2021-12-03T18:13:31.775Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.14s)
18:13:31 [2021-12-03T18:13:31.775Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.18s)
18:13:31 [2021-12-03T18:13:31.775Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.11s)
18:13:31 [2021-12-03T18:13:31.775Z] === RUN   TestConfigDaemonSeccompProfiles
18:13:31 [2021-12-03T18:13:31.775Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
18:13:32 [2021-12-03T18:13:32.789Z] === RUN   TestDaemonProxy/configuration_file
18:13:33 [2021-12-03T18:13:33.150Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
18:13:33 [2021-12-03T18:13:33.150Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
18:13:33 [2021-12-03T18:13:33.716Z]     check_test.go:308: [d7fac2a646733] daemon is not started
18:13:33 [2021-12-03T18:13:33.716Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
18:13:33 [2021-12-03T18:13:33.975Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
18:13:34 [2021-12-03T18:13:34.129Z] tests/integration/models_images_test.py ...............                  [ 89%]
18:13:34 [2021-12-03T18:13:34.154Z] === RUN   TestDaemonProxy/conflicting_options
18:13:34 [2021-12-03T18:13:34.534Z] --- PASS: TestDockerNetworkReConnect (3.45s)
18:13:34 [2021-12-03T18:13:34.534Z] === RUN   TestServicePlugin
18:13:34 [2021-12-03T18:13:34.716Z] === RUN   TestDaemonProxy/reload_sanitized
18:13:35 [2021-12-03T18:13:35.277Z] --- PASS: TestDaemonProxy (6.22s)
18:13:35 [2021-12-03T18:13:35.277Z]     --- PASS: TestDaemonProxy/environment_variables (1.77s)
18:13:35 [2021-12-03T18:13:35.277Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
18:13:35 [2021-12-03T18:13:35.277Z]     --- PASS: TestDaemonProxy/configuration_file (1.70s)
18:13:35 [2021-12-03T18:13:35.277Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
18:13:35 [2021-12-03T18:13:35.277Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
18:13:35 [2021-12-03T18:13:35.277Z] PASS
18:13:35 [2021-12-03T18:13:35.277Z] 
18:13:35 [2021-12-03T18:13:35.277Z] DONE 17 tests in 10.147s
18:13:35 [2021-12-03T18:13:35.277Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
18:13:35 [2021-12-03T18:13:35.277Z] ++ 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
18:13:35 [2021-12-03T18:13:35.277Z] ++ set -e
18:13:35 [2021-12-03T18:13:35.277Z] ++ '[' -n 0 ']'
18:13:35 [2021-12-03T18:13:35.277Z] ++ set -x
18:13:35 [2021-12-03T18:13:35.278Z] ++ env -i DEST=/go/src/github.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
18:13:35 [2021-12-03T18:13:35.278Z] INFO: Testing against a local daemon
18:13:35 [2021-12-03T18:13:35.278Z] === RUN   TestCommitInheritsEnv
18:13:35 [2021-12-03T18:13:35.351Z] === CONT  TestConfigDaemonSeccompProfiles
18:13:35 [2021-12-03T18:13:35.351Z]     daemon_test.go:156: [d8607cc5fb8ef] daemon is not started
18:13:35 [2021-12-03T18:13:35.351Z] --- PASS: TestConfigDaemonSeccompProfiles (3.38s)
18:13:35 [2021-12-03T18:13:35.351Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.13s)
18:13:35 [2021-12-03T18:13:35.351Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.11s)
18:13:35 [2021-12-03T18:13:35.351Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.13s)
18:13:35 [2021-12-03T18:13:35.351Z] === RUN   TestDaemonProxy
18:13:35 [2021-12-03T18:13:35.351Z] === RUN   TestDaemonProxy/environment_variables
18:13:35 [2021-12-03T18:13:35.534Z] --- PASS: TestCommitInheritsEnv (0.23s)
18:13:35 [2021-12-03T18:13:35.534Z] === RUN   TestImportExtremelyLargeImageWorks
18:13:35 [2021-12-03T18:13:35.534Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
18:13:35 [2021-12-03T18:13:35.534Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
18:13:35 [2021-12-03T18:13:35.534Z] === RUN   TestImagesFilterMultiReference
18:13:35 [2021-12-03T18:13:35.568Z] tests/integration/models_networks_test.py ....                           [ 90%]
18:13:35 [2021-12-03T18:13:35.610Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
18:13:35 [2021-12-03T18:13:35.790Z] --- PASS: TestImagesFilterMultiReference (0.07s)
18:13:35 [2021-12-03T18:13:35.790Z] === RUN   TestImagePullPlatformInvalid
18:13:35 [2021-12-03T18:13:35.790Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
18:13:35 [2021-12-03T18:13:35.790Z] === RUN   TestRemoveImageOrphaning
18:13:35 [2021-12-03T18:13:35.869Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
18:13:36 [2021-12-03T18:13:36.046Z] --- PASS: TestRemoveImageOrphaning (0.23s)
18:13:36 [2021-12-03T18:13:36.046Z] === RUN   TestRemoveImageGarbageCollector
18:13:36 [2021-12-03T18:13:36.046Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:13:36 [2021-12-03T18:13:36.046Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
18:13:36 [2021-12-03T18:13:36.046Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:13:36 [2021-12-03T18:13:36.046Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
18:13:36 [2021-12-03T18:13:36.046Z] === RUN   TestTagInvalidReference
18:13:36 [2021-12-03T18:13:36.046Z] --- PASS: TestTagInvalidReference (0.01s)
18:13:36 [2021-12-03T18:13:36.046Z] === RUN   TestTagValidPrefixedRepo
18:13:36 [2021-12-03T18:13:36.046Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
18:13:36 [2021-12-03T18:13:36.046Z] === RUN   TestTagExistedNameWithoutForce
18:13:36 [2021-12-03T18:13:36.046Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
18:13:36 [2021-12-03T18:13:36.046Z] === RUN   TestTagOfficialNames
18:13:36 [2021-12-03T18:13:36.046Z] --- PASS: TestTagOfficialNames (0.05s)
18:13:36 [2021-12-03T18:13:36.047Z] === RUN   TestTagMatchesDigest
18:13:36 [2021-12-03T18:13:36.047Z] --- PASS: TestTagMatchesDigest (0.02s)
18:13:36 [2021-12-03T18:13:36.047Z] PASS
18:13:36 [2021-12-03T18:13:36.047Z] 
18:13:36 [2021-12-03T18:13:36.047Z] === Skipped
18:13:36 [2021-12-03T18:13:36.047Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
18:13:36 [2021-12-03T18:13:36.047Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
18:13:36 [2021-12-03T18:13:36.047Z] 
18:13:36 [2021-12-03T18:13:36.047Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
18:13:36 [2021-12-03T18:13:36.047Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:13:36 [2021-12-03T18:13:36.047Z] 
18:13:36 [2021-12-03T18:13:36.047Z] DONE 12 tests, 2 skipped in 0.849s
18:13:36 [2021-12-03T18:13:36.047Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
18:13:36 [2021-12-03T18:13:36.047Z] ++ 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
18:13:36 [2021-12-03T18:13:36.047Z] ++ set -e
18:13:36 [2021-12-03T18:13:36.047Z] ++ '[' -n 0 ']'
18:13:36 [2021-12-03T18:13:36.047Z] ++ set -x
18:13:36 [2021-12-03T18:13:36.047Z] ++ env -i DEST=/go/src/github.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
18:13:36 [2021-12-03T18:13:36.302Z] INFO: Testing against a local daemon
18:13:36 [2021-12-03T18:13:36.302Z] === RUN   TestNetworkCreateDelete
18:13:36 [2021-12-03T18:13:36.302Z] --- PASS: TestNetworkCreateDelete (0.11s)
18:13:36 [2021-12-03T18:13:36.302Z] === RUN   TestDockerNetworkDeletePreferID
18:13:36 [2021-12-03T18:13:36.446Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
18:13:36 [2021-12-03T18:13:36.558Z] --- PASS: TestDockerNetworkDeletePreferID (0.33s)
18:13:36 [2021-12-03T18:13:36.559Z] === RUN   TestDaemonDNSFallback
18:13:37 [2021-12-03T18:13:37.011Z] === RUN   TestDaemonProxy/command-line_options
18:13:37 [2021-12-03T18:13:37.835Z]     plugin_test.go:61: [dcae14aee4fe9] joining swarm manager [d6f3b2ed164d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:13:38 [2021-12-03T18:13:38.909Z] === RUN   TestDaemonProxy/configuration_file
18:13:39 [2021-12-03T18:13:39.216Z]     plugin_test.go:64: [ded3f71f16588] joining swarm manager [d6f3b2ed164d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:13:39 [2021-12-03T18:13:39.844Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
18:13:39 [2021-12-03T18:13:39.844Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
18:13:40 [2021-12-03T18:13:40.409Z] === RUN   TestDaemonProxy/conflicting_options
18:13:40 [2021-12-03T18:13:40.978Z] === RUN   TestDaemonProxy/reload_sanitized
18:13:41 [2021-12-03T18:13:41.236Z]     check_test.go:308: [d831a63b4fa6f] daemon is not started
18:13:41 [2021-12-03T18:13:41.236Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
18:13:41 [2021-12-03T18:13:41.495Z] --- PASS: TestDaemonProxy (6.41s)
18:13:41 [2021-12-03T18:13:41.495Z]     --- PASS: TestDaemonProxy/environment_variables (1.81s)
18:13:41 [2021-12-03T18:13:41.495Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
18:13:41 [2021-12-03T18:13:41.495Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
18:13:41 [2021-12-03T18:13:41.495Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
18:13:41 [2021-12-03T18:13:41.495Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.59s)
18:13:41 [2021-12-03T18:13:41.495Z] PASS
18:13:41 [2021-12-03T18:13:41.495Z] 
18:13:41 [2021-12-03T18:13:41.495Z] DONE 17 tests in 11.014s
18:13:41 [2021-12-03T18:13:41.495Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
18:13:41 [2021-12-03T18:13:41.495Z] ++ 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
18:13:41 [2021-12-03T18:13:41.495Z] ++ set -e
18:13:41 [2021-12-03T18:13:41.495Z] ++ '[' -n 0 ']'
18:13:41 [2021-12-03T18:13:41.495Z] ++ set -x
18:13:41 [2021-12-03T18:13:41.495Z] ++ env -i DEST=/go/src/github.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
18:13:41 [2021-12-03T18:13:41.753Z] INFO: Testing against a local daemon
18:13:41 [2021-12-03T18:13:41.754Z] === RUN   TestCommitInheritsEnv
18:13:42 [2021-12-03T18:13:42.012Z] --- PASS: TestCommitInheritsEnv (0.31s)
18:13:42 [2021-12-03T18:13:42.012Z] === RUN   TestImportExtremelyLargeImageWorks
18:13:42 [2021-12-03T18:13:42.012Z] === PAUSE TestImportExtremelyLargeImageWorks
18:13:42 [2021-12-03T18:13:42.012Z] === RUN   TestImagesFilterMultiReference
18:13:42 [2021-12-03T18:13:42.012Z] --- PASS: TestImagesFilterMultiReference (0.06s)
18:13:42 [2021-12-03T18:13:42.012Z] === RUN   TestImagePullPlatformInvalid
18:13:42 [2021-12-03T18:13:42.012Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
18:13:42 [2021-12-03T18:13:42.012Z] === RUN   TestRemoveImageOrphaning
18:13:42 [2021-12-03T18:13:42.102Z] tests/integration/models_nodes_test.py .                                 [ 90%]
18:13:42 [2021-12-03T18:13:42.102Z] tests/integration/models_resources_test.py .                             [ 91%]
18:13:42 [2021-12-03T18:13:42.581Z] --- PASS: TestRemoveImageOrphaning (0.32s)
18:13:42 [2021-12-03T18:13:42.581Z] === RUN   TestRemoveImageGarbageCollector
18:13:43 [2021-12-03T18:13:43.095Z] --- PASS: TestDaemonDNSFallback (6.19s)
18:13:43 [2021-12-03T18:13:43.095Z] === RUN   TestInspectNetwork
18:13:43 [2021-12-03T18:13:43.515Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
18:13:43 [2021-12-03T18:13:43.847Z] tests/integration/models_services_test.py ................X.             [ 95%]
18:13:44 [2021-12-03T18:13:44.082Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
18:13:44 [2021-12-03T18:13:44.649Z] --- PASS: TestRemoveImageGarbageCollector (2.10s)
18:13:44 [2021-12-03T18:13:44.649Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:13:44 [2021-12-03T18:13:44.649Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
18:13:44 [2021-12-03T18:13:44.649Z] === RUN   TestTagInvalidReference
18:13:44 [2021-12-03T18:13:44.649Z] --- PASS: TestTagInvalidReference (0.02s)
18:13:44 [2021-12-03T18:13:44.649Z] === RUN   TestTagValidPrefixedRepo
18:13:44 [2021-12-03T18:13:44.649Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
18:13:44 [2021-12-03T18:13:44.649Z] === RUN   TestTagExistedNameWithoutForce
18:13:44 [2021-12-03T18:13:44.649Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
18:13:44 [2021-12-03T18:13:44.649Z] === RUN   TestTagOfficialNames
18:13:44 [2021-12-03T18:13:44.649Z] --- PASS: TestTagOfficialNames (0.06s)
18:13:44 [2021-12-03T18:13:44.649Z] === RUN   TestTagMatchesDigest
18:13:44 [2021-12-03T18:13:44.649Z] --- PASS: TestTagMatchesDigest (0.01s)
18:13:44 [2021-12-03T18:13:44.649Z] === CONT  TestImportExtremelyLargeImageWorks
18:13:44 [2021-12-03T18:13:44.907Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
18:13:44 [2021-12-03T18:13:44.907Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
18:13:45 [2021-12-03T18:13:45.612Z] === RUN   TestInspectNetwork/full_network_id
18:13:45 [2021-12-03T18:13:45.612Z] === RUN   TestInspectNetwork/partial_network_id
18:13:45 [2021-12-03T18:13:45.612Z] === RUN   TestInspectNetwork/network_name
18:13:45 [2021-12-03T18:13:45.612Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
18:13:46 [2021-12-03T18:13:46.576Z] tests/integration/models_swarm_test.py ..                                [ 96%]
18:13:46 [2021-12-03T18:13:46.832Z] tests/integration/models_volumes_test.py ..                              [ 96%]
18:13:48 [2021-12-03T18:13:48.190Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
18:13:48 [2021-12-03T18:13:48.449Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
18:13:48 [2021-12-03T18:13:48.449Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
18:13:49 [2021-12-03T18:13:49.779Z] --- PASS: TestInspectNetwork (6.99s)
18:13:49 [2021-12-03T18:13:49.780Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
18:13:49 [2021-12-03T18:13:49.780Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
18:13:49 [2021-12-03T18:13:49.780Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
18:13:49 [2021-12-03T18:13:49.780Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
18:13:49 [2021-12-03T18:13:49.780Z] === RUN   TestRunContainerWithBridgeNone
18:13:49 [2021-12-03T18:13:49.826Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
18:13:50 [2021-12-03T18:13:50.391Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
18:13:50 [2021-12-03T18:13:50.432Z] tests/integration/regression_test.py ......                              [ 98%]
18:13:50 [2021-12-03T18:13:50.952Z] tests/integration/credentials/store_test.py ......                       [ 99%]
18:13:50 [2021-12-03T18:13:50.952Z] tests/integration/credentials/utils_test.py .                            [100%]
18:13:50 [2021-12-03T18:13:50.952Z] 
18:13:50 [2021-12-03T18:13:50.952Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
18:13:50 [2021-12-03T18:13:50.952Z] =========================== short test summary info ============================
18:13:50 [2021-12-03T18:13:50.952Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
18:13:50 [2021-12-03T18:13:50.952Z]   CONFIG_RT_GROUP_SCHED isn't enabled
18:13:50 [2021-12-03T18:13:50.952Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
18:13:50 [2021-12-03T18:13:50.952Z]   Not supported on most drivers
18:13:50 [2021-12-03T18:13:50.952Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
18:13:50 [2021-12-03T18:13:50.952Z]   Output of docker top depends on host distro, and is not formalized.
18:13:50 [2021-12-03T18:13:50.952Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
18:13:50 [2021-12-03T18:13:50.952Z]   Output of docker top depends on host distro, and is not formalized.
18:13:50 [2021-12-03T18:13:50.952Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
18:13:50 [2021-12-03T18:13:50.952Z]   Can fail if eth0 has multiple IP addresses
18:13:50 [2021-12-03T18:13:50.952Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
18:13:50 [2021-12-03T18:13:50.952Z]   This doesn't seem to be taken into account by the engine
18:13:50 [2021-12-03T18:13:50.952Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
18:13:50 [2021-12-03T18:13:50.952Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
18:13:50 [2021-12-03T18:13:50.952Z] = 384 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 289.39 seconds ==
18:13:50 [2021-12-03T18:13:50.958Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
18:13:51 [2021-12-03T18:13:51.145Z] --- PASS: TestRunContainerWithBridgeNone (1.38s)
18:13:51 [2021-12-03T18:13:51.145Z] === RUN   TestNetworkInvalidJSON
18:13:51 [2021-12-03T18:13:51.145Z] === RUN   TestNetworkInvalidJSON//networks/create
18:13:51 [2021-12-03T18:13:51.145Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:13:51 [2021-12-03T18:13:51.145Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:13:51 [2021-12-03T18:13:51.145Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:13:51 [2021-12-03T18:13:51.145Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:13:51 [2021-12-03T18:13:51.145Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:13:51 [2021-12-03T18:13:51.145Z] === CONT  TestNetworkInvalidJSON//networks/create
18:13:51 [2021-12-03T18:13:51.145Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:13:51 [2021-12-03T18:13:51.145Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:13:51 [2021-12-03T18:13:51.145Z] --- PASS: TestNetworkInvalidJSON (0.01s)
18:13:51 [2021-12-03T18:13:51.145Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
18:13:51 [2021-12-03T18:13:51.145Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
18:13:51 [2021-12-03T18:13:51.145Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
18:13:51 [2021-12-03T18:13:51.145Z] === RUN   TestNetworkList
18:13:51 [2021-12-03T18:13:51.145Z] === RUN   TestNetworkList//networks
18:13:51 [2021-12-03T18:13:51.145Z] === PAUSE TestNetworkList//networks
18:13:51 [2021-12-03T18:13:51.145Z] === RUN   TestNetworkList//networks/
18:13:51 [2021-12-03T18:13:51.145Z] === PAUSE TestNetworkList//networks/
18:13:51 [2021-12-03T18:13:51.145Z] === CONT  TestNetworkList//networks
18:13:51 [2021-12-03T18:13:51.145Z] === CONT  TestNetworkList//networks/
18:13:51 [2021-12-03T18:13:51.145Z] --- PASS: TestNetworkList (0.01s)
18:13:51 [2021-12-03T18:13:51.145Z]     --- PASS: TestNetworkList//networks (0.00s)
18:13:51 [2021-12-03T18:13:51.145Z]     --- PASS: TestNetworkList//networks/ (0.00s)
18:13:51 [2021-12-03T18:13:51.145Z] === RUN   TestHostIPv4BridgeLabel
18:13:51 [2021-12-03T18:13:51.220Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
18:13:51 [2021-12-03T18:13:51.524Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
18:13:51 [2021-12-03T18:13:51.707Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
18:13:51 [2021-12-03T18:13:51.707Z] === RUN   TestDaemonRestartWithLiveRestore
18:13:52 [2021-12-03T18:13:52.090Z] === RUN   TestDockerSuite/TestBuildDockerignore
18:13:52 [2021-12-03T18:13:52.090Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
18:13:53 [2021-12-03T18:13:53.025Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
18:13:53 [2021-12-03T18:13:53.025Z]     docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
18:13:53 [2021-12-03T18:13:53.073Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
18:13:53 [2021-12-03T18:13:53.073Z] === RUN   TestDaemonDefaultNetworkPools
18:13:53 [2021-12-03T18:13:53.283Z]     docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
18:13:53 [2021-12-03T18:13:53.636Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
18:13:53 [2021-12-03T18:13:53.636Z] === RUN   TestDaemonRestartWithExistingNetwork
18:13:53 [2021-12-03T18:13:53.854Z]     docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
18:13:54 [2021-12-03T18:13:54.421Z]     docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
18:13:54 [2021-12-03T18:13:54.564Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
18:13:54 [2021-12-03T18:13:54.564Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:13:54 [2021-12-03T18:13:54.987Z]     docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
18:13:55 [2021-12-03T18:13:55.554Z]     docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
18:13:55 [2021-12-03T18:13:55.931Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s)
18:13:55 [2021-12-03T18:13:55.931Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:13:56 [2021-12-03T18:13:56.121Z]     docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
18:13:56 [2021-12-03T18:13:56.380Z]     docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
18:13:56 [2021-12-03T18:13:56.493Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
18:13:56 [2021-12-03T18:13:56.493Z] === RUN   TestServiceWithPredefinedNetwork
18:13:56 [2021-12-03T18:13:56.947Z]     docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
18:13:57 [2021-12-03T18:13:57.516Z]     docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
18:13:58 [2021-12-03T18:13:58.082Z]     check_test.go:308: [d31fcf1e969b1] daemon is not started
18:13:58 [2021-12-03T18:13:58.082Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
18:13:59 [2021-12-03T18:13:59.010Z] --- PASS: TestServiceWithPredefinedNetwork (2.22s)
18:13:59 [2021-12-03T18:13:59.010Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:13:59 [2021-12-03T18:13:59.010Z]     service_test.go:243: FLAKY_TEST
18:13:59 [2021-12-03T18:13:59.010Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:13:59 [2021-12-03T18:13:59.010Z] === RUN   TestServiceWithDataPathPortInit
18:13:59 [2021-12-03T18:13:59.015Z]     check_test.go:308: [d82e6c1ca01ea] daemon is not started
18:13:59 [2021-12-03T18:13:59.015Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
18:13:59 [2021-12-03T18:13:59.583Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
18:14:00 [2021-12-03T18:14:00.521Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
18:14:01 [2021-12-03T18:14:01.090Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
18:14:01 [2021-12-03T18:14:01.657Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
18:14:03 [2021-12-03T18:14:03.384Z] Leaving: AppArmorNo profiles have been unloaded.
18:14:03 [2021-12-03T18:14:03.384Z] 
18:14:03 [2021-12-03T18:14:03.384Z] Unloading profiles will leave already running processes permanently
18:14:03 [2021-12-03T18:14:03.384Z] unconfined, which can lead to unexpected situations.
18:14:03 [2021-12-03T18:14:03.384Z] 
18:14:03 [2021-12-03T18:14:03.384Z] To set a process to complain mode, use the command line tool
18:14:03 [2021-12-03T18:14:03.384Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:14:03 [2021-12-03T18:14:03.384Z] 
Post stage
[Pipeline] junit
18:14:03 [2021-12-03T18:14:03.395Z] Recording test results
18:14:04 [2021-12-03T18:14:04.188Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
18:14:04 [2021-12-03T18:14:04.372Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
18:14:04 [2021-12-03T18:14:04.692Z] + echo Ensuring container killed.
18:14:04 [2021-12-03T18:14:04.692Z] Ensuring container killed.
18:14:04 [2021-12-03T18:14:04.692Z] + docker rm -vf docker-pr3
18:14:04 [2021-12-03T18:14:04.692Z] Error: No such container: docker-pr3
[Pipeline] sh
18:14:04 [2021-12-03T18:14:04.755Z]     check_test.go:308: [d623a5f2c5bde] daemon is not started
18:14:04 [2021-12-03T18:14:04.755Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
18:14:04 [2021-12-03T18:14:04.755Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
18:14:05 [2021-12-03T18:14:05.008Z] + echo Chowning /workspace to jenkins user
18:14:05 [2021-12-03T18:14:05.008Z] Chowning /workspace to jenkins user
18:14:05 [2021-12-03T18:14:05.008Z] + id -u
18:14:05 [2021-12-03T18:14:05.008Z] + id -g
18:14:05 [2021-12-03T18:14:05.008Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42981:/workspace busybox chown -R 1000:1000 /workspace
18:14:05 [2021-12-03T18:14:05.008Z] Unable to find image 'busybox:latest' locally
18:14:05 [2021-12-03T18:14:05.008Z] latest: Pulling from library/busybox
18:14:05 [2021-12-03T18:14:05.264Z] 3aab638df1a9: Pulling fs layer
18:14:05 [2021-12-03T18:14:05.264Z] 3aab638df1a9: Verifying Checksum
18:14:05 [2021-12-03T18:14:05.264Z] 3aab638df1a9: Download complete
18:14:05 [2021-12-03T18:14:05.264Z] 3aab638df1a9: Pull complete
18:14:05 [2021-12-03T18:14:05.264Z] Digest: sha256:52817dece4cfe26f581c834d27a8e1bcc82194f914afe6d50afad5a101234ef1
18:14:05 [2021-12-03T18:14:05.264Z] Status: Downloaded newer image for busybox:latest
18:14:05 [2021-12-03T18:14:05.780Z] --- PASS: TestServicePlugin (29.84s)
18:14:05 [2021-12-03T18:14:05.780Z] === RUN   TestServiceUpdateLabel
18:14:06 [2021-12-03T18:14:06.350Z] --- PASS: TestServiceUpdateLabel (2.14s)
18:14:06 [2021-12-03T18:14:06.350Z] === RUN   TestServiceUpdateSecrets
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:14:07 [2021-12-03T18:14:07.493Z] + bundleName=docker-py
18:14:07 [2021-12-03T18:14:07.494Z] + echo Creating docker-py-bundles.tar.gz
18:14:07 [2021-12-03T18:14:07.494Z] Creating docker-py-bundles.tar.gz
18:14:07 [2021-12-03T18:14:07.494Z] + 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
18:14:07 [2021-12-03T18:14:07.503Z] Archiving artifacts
18:14:08 [2021-12-03T18:14:08.038Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
18:14:09 [2021-12-03T18:14:09.353Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42981/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
18:14:09 [2021-12-03T18:14:09.411Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
18:14:09 [2021-12-03T18:14:09.755Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=68ae4200aae45d763b2c4977dc11f39844c39dae -e DOCKER_GRAPHDRIVER docker:68ae4200aae45d763b2c4977dc11f39844c39dae hack/make.sh binary
18:14:10 [2021-12-03T18:14:10.317Z] 
18:14:10 [2021-12-03T18:14:10.573Z] Removing bundles/
18:14:10 [2021-12-03T18:14:10.573Z] 
18:14:10 [2021-12-03T18:14:10.573Z] ---> Making bundle: binary (in bundles/binary)
18:14:10 [2021-12-03T18:14:10.573Z] Building: bundles/binary-daemon/dockerd-dev
18:14:10 [2021-12-03T18:14:10.573Z] GOOS="" GOARCH="" GOARM=""
18:14:13 [2021-12-03T18:14:13.599Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
18:14:13 [2021-12-03T18:14:13.911Z] --- PASS: TestServiceWithDataPathPortInit (13.11s)
18:14:13 [2021-12-03T18:14:13.911Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:14:13 [2021-12-03T18:14:13.911Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qlss8qs3lubokqzfpphrw5msh Created:2021-12-03 18:14:12.625671757 +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[b0038c9512bb0d88e7fcba4a733a79c508348f94fafc5b2f4463076c2f3cb281:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pgyouaeycudgna987o1r6jg06 EndpointID:b228c568758d0c2196f407d8def0309adadffed4cb36fab780d69b49481fb721 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5f098fad06b059a75590a99d461d62ed87f1435185dce3c63101aadd9aedd7f4 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:7d9b010e1925 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pgyouaeycudgna987o1r6jg06 EndpointID:b228c568758d0c2196f407d8def0309adadffed4cb36fab780d69b49481fb721 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
18:14:14 [2021-12-03T18:14:14.165Z]     check_test.go:308: [deed49a3ab6fa] daemon is not started
18:14:14 [2021-12-03T18:14:14.165Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
18:14:15 [2021-12-03T18:14:15.540Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
18:14:16 [2021-12-03T18:14:16.479Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
18:14:16 [2021-12-03T18:14:16.479Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
18:14:18 [2021-12-03T18:14:18.078Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.26s)
18:14:18 [2021-12-03T18:14:18.078Z] PASS
18:14:18 [2021-12-03T18:14:18.078Z] 
18:14:18 [2021-12-03T18:14:18.078Z] === Skipped
18:14:18 [2021-12-03T18:14:18.078Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:14:18 [2021-12-03T18:14:18.078Z]     service_test.go:243: FLAKY_TEST
18:14:18 [2021-12-03T18:14:18.078Z] 
18:14:18 [2021-12-03T18:14:18.078Z] DONE 26 tests, 1 skipped in 41.907s
18:14:18 [2021-12-03T18:14:18.078Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
18:14:18 [2021-12-03T18:14:18.078Z] ++ 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
18:14:18 [2021-12-03T18:14:18.078Z] ++ set -e
18:14:18 [2021-12-03T18:14:18.078Z] ++ '[' -n 0 ']'
18:14:18 [2021-12-03T18:14:18.078Z] ++ set -x
18:14:18 [2021-12-03T18:14:18.078Z] ++ env -i DEST=/go/src/github.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
18:14:18 [2021-12-03T18:14:18.078Z] INFO: Testing against a local daemon
18:14:18 [2021-12-03T18:14:18.078Z] === RUN   TestDockerNetworkIpvlanPersistance
18:14:18 [2021-12-03T18:14:18.078Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:18 [2021-12-03T18:14:18.078Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
18:14:18 [2021-12-03T18:14:18.078Z] === RUN   TestDockerNetworkIpvlan
18:14:18 [2021-12-03T18:14:18.078Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:18 [2021-12-03T18:14:18.078Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
18:14:18 [2021-12-03T18:14:18.078Z] PASS
18:14:18 [2021-12-03T18:14:18.078Z] 
18:14:18 [2021-12-03T18:14:18.078Z] === Skipped
18:14:18 [2021-12-03T18:14:18.078Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
18:14:18 [2021-12-03T18:14:18.078Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:18 [2021-12-03T18:14:18.078Z] 
18:14:18 [2021-12-03T18:14:18.078Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
18:14:18 [2021-12-03T18:14:18.078Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:18 [2021-12-03T18:14:18.078Z] 
18:14:18 [2021-12-03T18:14:18.078Z] DONE 2 tests, 2 skipped in 0.088s
18:14:18 [2021-12-03T18:14:18.078Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
18:14:18 [2021-12-03T18:14:18.078Z] ++ 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
18:14:18 [2021-12-03T18:14:18.078Z] ++ set -e
18:14:18 [2021-12-03T18:14:18.078Z] ++ '[' -n 0 ']'
18:14:18 [2021-12-03T18:14:18.078Z] ++ set -x
18:14:18 [2021-12-03T18:14:18.078Z] ++ env -i DEST=/go/src/github.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
18:14:18 [2021-12-03T18:14:18.334Z] INFO: Testing against a local daemon
18:14:18 [2021-12-03T18:14:18.334Z] === RUN   TestDockerNetworkMacvlanPersistance
18:14:19 [2021-12-03T18:14:19.011Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
18:14:19 [2021-12-03T18:14:19.704Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.34s)
18:14:19 [2021-12-03T18:14:19.704Z] === RUN   TestDockerNetworkMacvlan
18:14:20 [2021-12-03T18:14:20.266Z] === RUN   TestDockerNetworkMacvlan/Subinterface
18:14:20 [2021-12-03T18:14:20.828Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
18:14:20 [2021-12-03T18:14:20.913Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
18:14:21 [2021-12-03T18:14:21.250Z] --- PASS: TestServiceUpdateSecrets (14.36s)
18:14:21 [2021-12-03T18:14:21.250Z] === RUN   TestServiceUpdateConfigs
18:14:21 [2021-12-03T18:14:21.756Z] === RUN   TestDockerNetworkMacvlan/NilParent
18:14:22 [2021-12-03T18:14:22.287Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
18:14:22 [2021-12-03T18:14:22.854Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
18:14:23 [2021-12-03T18:14:23.646Z] === RUN   TestDockerNetworkMacvlan/InternalMode
18:14:25 [2021-12-03T18:14:25.013Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
18:14:25 [2021-12-03T18:14:25.409Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
18:14:25 [2021-12-03T18:14:25.409Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
18:14:27 [2021-12-03T18:14:27.944Z]     check_test.go:308: [dc96f4e056c69] daemon is not started
18:14:27 [2021-12-03T18:14:27.944Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
18:14:28 [2021-12-03T18:14:28.283Z] === RUN   TestDockerNetworkMacvlan/Addressing
18:14:28 [2021-12-03T18:14:28.512Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
18:14:28 [2021-12-03T18:14:28.539Z] --- PASS: TestDockerNetworkMacvlan (8.97s)
18:14:28 [2021-12-03T18:14:28.539Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
18:14:28 [2021-12-03T18:14:28.539Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
18:14:28 [2021-12-03T18:14:28.539Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s)
18:14:28 [2021-12-03T18:14:28.539Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s)
18:14:28 [2021-12-03T18:14:28.539Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.80s)
18:14:28 [2021-12-03T18:14:28.539Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.52s)
18:14:28 [2021-12-03T18:14:28.539Z] PASS
18:14:28 [2021-12-03T18:14:28.539Z] 
18:14:28 [2021-12-03T18:14:28.539Z] DONE 8 tests in 10.400s
18:14:28 [2021-12-03T18:14:28.539Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
18:14:28 [2021-12-03T18:14:28.539Z] ++ 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
18:14:28 [2021-12-03T18:14:28.539Z] ++ set -e
18:14:28 [2021-12-03T18:14:28.539Z] ++ '[' -n 0 ']'
18:14:28 [2021-12-03T18:14:28.539Z] ++ set -x
18:14:28 [2021-12-03T18:14:28.540Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
18:14:28 [2021-12-03T18:14:28.540Z] testing: warning: no tests to run
18:14:28 [2021-12-03T18:14:28.540Z] PASS
18:14:28 [2021-12-03T18:14:28.540Z] 
18:14:28 [2021-12-03T18:14:28.540Z] DONE 0 tests in 0.024s
18:14:28 [2021-12-03T18:14:28.540Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
18:14:28 [2021-12-03T18:14:28.540Z] ++ 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
18:14:28 [2021-12-03T18:14:28.540Z] ++ set -e
18:14:28 [2021-12-03T18:14:28.540Z] ++ '[' -n 0 ']'
18:14:28 [2021-12-03T18:14:28.540Z] ++ set -x
18:14:28 [2021-12-03T18:14:28.540Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
18:14:28 [2021-12-03T18:14:28.540Z] INFO: Testing against a local daemon
18:14:28 [2021-12-03T18:14:28.540Z] === RUN   TestAuthZPluginAllowRequest
18:14:29 [2021-12-03T18:14:29.081Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
18:14:29 [2021-12-03T18:14:29.649Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
18:14:29 [2021-12-03T18:14:29.906Z] --- PASS: TestAuthZPluginAllowRequest (1.09s)
18:14:29 [2021-12-03T18:14:29.906Z] === RUN   TestAuthZPluginTLS
18:14:30 [2021-12-03T18:14:30.468Z] --- PASS: TestAuthZPluginTLS (0.55s)
18:14:30 [2021-12-03T18:14:30.468Z] === RUN   TestAuthZPluginDenyRequest
18:14:30 [2021-12-03T18:14:30.583Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
18:14:31 [2021-12-03T18:14:31.029Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
18:14:31 [2021-12-03T18:14:31.030Z] === RUN   TestAuthZPluginAPIDenyResponse
18:14:31 [2021-12-03T18:14:31.286Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
18:14:31 [2021-12-03T18:14:31.286Z] === RUN   TestAuthZPluginDenyResponse
18:14:31 [2021-12-03T18:14:31.518Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
18:14:31 [2021-12-03T18:14:31.518Z]     check_test.go:308: [dd485a6f25755] daemon is not started
18:14:31 [2021-12-03T18:14:31.518Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
18:14:31 [2021-12-03T18:14:31.847Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
18:14:31 [2021-12-03T18:14:31.847Z] === RUN   TestAuthZPluginAllowEventStream
18:14:32 [2021-12-03T18:14:32.896Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
18:14:33 [2021-12-03T18:14:33.213Z] --- PASS: TestAuthZPluginAllowEventStream (1.08s)
18:14:33 [2021-12-03T18:14:33.213Z] === RUN   TestAuthZPluginErrorResponse
18:14:33 [2021-12-03T18:14:33.469Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
18:14:33 [2021-12-03T18:14:33.469Z] === RUN   TestAuthZPluginErrorRequest
18:14:33 [2021-12-03T18:14:33.834Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
18:14:34 [2021-12-03T18:14:34.032Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
18:14:34 [2021-12-03T18:14:34.032Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
18:14:34 [2021-12-03T18:14:34.594Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
18:14:34 [2021-12-03T18:14:34.594Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
18:14:34 [2021-12-03T18:14:34.769Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
18:14:35 [2021-12-03T18:14:35.960Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.29s)
18:14:35 [2021-12-03T18:14:35.960Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
18:14:36 [2021-12-03T18:14:36.145Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
18:14:36 [2021-12-03T18:14:36.151Z] --- PASS: TestServiceUpdateConfigs (14.43s)
18:14:36 [2021-12-03T18:14:36.151Z] === RUN   TestServiceUpdateNetwork
18:14:37 [2021-12-03T18:14:37.326Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.26s)
18:14:37 [2021-12-03T18:14:37.326Z] === RUN   TestAuthZPluginHeader
18:14:37 [2021-12-03T18:14:37.889Z] --- PASS: TestAuthZPluginHeader (0.69s)
18:14:37 [2021-12-03T18:14:37.889Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
18:14:37 [2021-12-03T18:14:37.889Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:37 [2021-12-03T18:14:37.889Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
18:14:37 [2021-12-03T18:14:37.889Z] === RUN   TestAuthZPluginV2Disable
18:14:37 [2021-12-03T18:14:37.889Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:37 [2021-12-03T18:14:37.889Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
18:14:37 [2021-12-03T18:14:37.889Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
18:14:37 [2021-12-03T18:14:37.889Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:37 [2021-12-03T18:14:37.889Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
18:14:37 [2021-12-03T18:14:37.889Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
18:14:37 [2021-12-03T18:14:37.889Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:37 [2021-12-03T18:14:37.889Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
18:14:37 [2021-12-03T18:14:37.889Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
18:14:40 [2021-12-03T18:14:40.330Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
18:14:41 [2021-12-03T18:14:41.706Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
18:14:43 [2021-12-03T18:14:43.609Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
18:14:46 [2021-12-03T18:14:46.896Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
18:14:48 [2021-12-03T18:14:48.429Z] --- PASS: TestServiceUpdateNetwork (12.35s)
18:14:48 [2021-12-03T18:14:48.429Z] === RUN   TestServiceUpdatePidsLimit
18:14:48 [2021-12-03T18:14:48.689Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
18:14:49 [2021-12-03T18:14:49.260Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
18:14:49 [2021-12-03T18:14:49.432Z] === RUN   TestDockerSuite/TestBuildDotDotFile
18:14:49 [2021-12-03T18:14:49.432Z] === RUN   TestDockerSuite/TestBuildEOLInLine
18:14:50 [2021-12-03T18:14:50.000Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
18:14:54 [2021-12-03T18:14:54.191Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
18:14:54 [2021-12-03T18:14:54.191Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
18:14:54 [2021-12-03T18:14:54.191Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
18:14:54 [2021-12-03T18:14:54.758Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
18:14:55 [2021-12-03T18:14:55.693Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
18:14:55 [2021-12-03T18:14:55.693Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
18:14:55 [2021-12-03T18:14:55.693Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
18:14:55 [2021-12-03T18:14:55.934Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s)
18:14:55 [2021-12-03T18:14:55.934Z] PASS
18:14:55 [2021-12-03T18:14:55.934Z] 
18:14:55 [2021-12-03T18:14:55.934Z] === Skipped
18:14:55 [2021-12-03T18:14:55.934Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
18:14:55 [2021-12-03T18:14:55.934Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:55 [2021-12-03T18:14:55.934Z] 
18:14:55 [2021-12-03T18:14:55.934Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
18:14:55 [2021-12-03T18:14:55.934Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:55 [2021-12-03T18:14:55.934Z] 
18:14:55 [2021-12-03T18:14:55.934Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
18:14:55 [2021-12-03T18:14:55.934Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:55 [2021-12-03T18:14:55.934Z] 
18:14:55 [2021-12-03T18:14:55.934Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
18:14:55 [2021-12-03T18:14:55.934Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:55 [2021-12-03T18:14:55.934Z] 
18:14:55 [2021-12-03T18:14:55.934Z] DONE 17 tests, 4 skipped in 25.870s
18:14:55 [2021-12-03T18:14:55.934Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
18:14:55 [2021-12-03T18:14:55.934Z] ++ 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
18:14:55 [2021-12-03T18:14:55.934Z] ++ set -e
18:14:55 [2021-12-03T18:14:55.934Z] ++ '[' -n 0 ']'
18:14:55 [2021-12-03T18:14:55.934Z] ++ set -x
18:14:55 [2021-12-03T18:14:55.934Z] ++ env -i DEST=/go/src/github.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
18:14:55 [2021-12-03T18:14:55.934Z] INFO: Testing against a local daemon
18:14:55 [2021-12-03T18:14:55.934Z] === RUN   TestPluginInvalidJSON
18:14:55 [2021-12-03T18:14:55.934Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:14:55 [2021-12-03T18:14:55.934Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:14:55 [2021-12-03T18:14:55.934Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:14:55 [2021-12-03T18:14:55.934Z] --- PASS: TestPluginInvalidJSON (0.01s)
18:14:55 [2021-12-03T18:14:55.934Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
18:14:55 [2021-12-03T18:14:55.934Z] === RUN   TestPluginInstall
18:14:55 [2021-12-03T18:14:55.934Z] === RUN   TestPluginInstall/no_auth
18:14:55 [2021-12-03T18:14:55.934Z] time="2021-12-03T18:14:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:14:55 [2021-12-03T18:14:55.934Z] time="2021-12-03T18:14:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c7e4ec8398cfb4850734ca58a517bcef811f4c529af4da155536f2d7f645f92" mediatype=application/vnd.docker.plugin.v1+json size=522
18:14:55 [2021-12-03T18:14:55.934Z] time="2021-12-03T18:14:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:14:55 [2021-12-03T18:14:55.934Z] time="2021-12-03T18:14:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c7e4ec8398cfb4850734ca58a517bcef811f4c529af4da155536f2d7f645f92" mediatype=application/vnd.docker.plugin.v1+json size=522
18:14:55 [2021-12-03T18:14:55.934Z] === RUN   TestPluginInstall/with_htpasswd
18:14:56 [2021-12-03T18:14:56.259Z] === RUN   TestDockerSuite/TestBuildEntrypoint
18:14:56 [2021-12-03T18:14:56.497Z] time="2021-12-03T18:14:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:14:56 [2021-12-03T18:14:56.497Z] time="2021-12-03T18:14:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c7e4ec8398cfb4850734ca58a517bcef811f4c529af4da155536f2d7f645f92" mediatype=application/vnd.docker.plugin.v1+json size=522
18:14:56 [2021-12-03T18:14:56.497Z] time="2021-12-03T18:14:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:14:56 [2021-12-03T18:14:56.497Z] time="2021-12-03T18:14:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c7e4ec8398cfb4850734ca58a517bcef811f4c529af4da155536f2d7f645f92" mediatype=application/vnd.docker.plugin.v1+json size=522
18:14:56 [2021-12-03T18:14:56.497Z] === RUN   TestPluginInstall/with_insecure
18:14:56 [2021-12-03T18:14:56.517Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
18:14:56 [2021-12-03T18:14:56.775Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
18:14:57 [2021-12-03T18:14:57.389Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
18:14:57 [2021-12-03T18:14:57.425Z] time="2021-12-03T18:14:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:14:57 [2021-12-03T18:14:57.425Z] time="2021-12-03T18:14:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76c82ded786549b0d33f226986b7f38f63ae4769e90b0a5662d44471cedb9890" mediatype=application/vnd.docker.plugin.v1+json size=522
18:14:57 [2021-12-03T18:14:57.425Z] time="2021-12-03T18:14:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:14:57 [2021-12-03T18:14:57.425Z] time="2021-12-03T18:14:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76c82ded786549b0d33f226986b7f38f63ae4769e90b0a5662d44471cedb9890" mediatype=application/vnd.docker.plugin.v1+json size=522
18:14:57 [2021-12-03T18:14:57.681Z]     plugin_test.go:165: [dcb97cf1d99dc] daemon is not started
18:14:57 [2021-12-03T18:14:57.681Z] --- PASS: TestPluginInstall (3.02s)
18:14:57 [2021-12-03T18:14:57.681Z]     --- PASS: TestPluginInstall/no_auth (1.44s)
18:14:57 [2021-12-03T18:14:57.681Z]     --- PASS: TestPluginInstall/with_htpasswd (0.56s)
18:14:57 [2021-12-03T18:14:57.681Z]     --- PASS: TestPluginInstall/with_insecure (1.02s)
18:14:57 [2021-12-03T18:14:57.681Z] === RUN   TestPluginsWithRuntimes
18:14:58 [2021-12-03T18:14:58.151Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
18:14:58 [2021-12-03T18:14:58.716Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
18:14:59 [2021-12-03T18:14:59.046Z] === RUN   TestPluginsWithRuntimes/No_Args
18:14:59 [2021-12-03T18:14:59.974Z] === RUN   TestPluginsWithRuntimes/With_Args
18:15:00 [2021-12-03T18:15:00.225Z] --- PASS: TestBuildWithHugeFile (94.56s)
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestBuildWCOWSandboxSize
18:15:00 [2021-12-03T18:15:00.225Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
18:15:00 [2021-12-03T18:15:00.225Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestBuildWithEmptyDockerfile
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:15:00 [2021-12-03T18:15:00.225Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:15:00 [2021-12-03T18:15:00.225Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:15:00 [2021-12-03T18:15:00.225Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:15:00 [2021-12-03T18:15:00.225Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:15:00 [2021-12-03T18:15:00.225Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:15:00 [2021-12-03T18:15:00.225Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:15:00 [2021-12-03T18:15:00.225Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
18:15:00 [2021-12-03T18:15:00.225Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestBuildPreserveOwnership
18:15:00 [2021-12-03T18:15:00.225Z]     build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME
18:15:00 [2021-12-03T18:15:00.225Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestBuildPlatformInvalid
18:15:00 [2021-12-03T18:15:00.225Z] --- PASS: TestBuildPlatformInvalid (0.05s)
18:15:00 [2021-12-03T18:15:00.225Z] PASS
18:15:00 [2021-12-03T18:15:00.225Z] ok  	github.com/docker/docker/integration/build	148.389s
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.225Z] === Skipped
18:15:00 [2021-12-03T18:15:00.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     build_session_test.go:25: TODO: BuildKit
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.225Z] DONE 29 tests, 6 skipped in 171.906s
18:15:00 [2021-12-03T18:15:00.225Z] Running D:\gopath\src\github.com\docker\docker\integration\config
18:15:00 [2021-12-03T18:15:00.225Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:15:00 [2021-12-03T18:15:00.225Z] INFO: Testing against a local daemon
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestConfigInspect
18:15:00 [2021-12-03T18:15:00.225Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.225Z] --- SKIP: TestConfigInspect (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestConfigList
18:15:00 [2021-12-03T18:15:00.225Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.225Z] --- SKIP: TestConfigList (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestConfigsCreateAndDelete
18:15:00 [2021-12-03T18:15:00.225Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.225Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestConfigsUpdate
18:15:00 [2021-12-03T18:15:00.225Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.225Z] --- SKIP: TestConfigsUpdate (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestTemplatedConfig
18:15:00 [2021-12-03T18:15:00.225Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.225Z] --- SKIP: TestTemplatedConfig (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z] === RUN   TestConfigCreateResolve
18:15:00 [2021-12-03T18:15:00.225Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
18:15:00 [2021-12-03T18:15:00.225Z] --- SKIP: TestConfigCreateResolve (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z] PASS
18:15:00 [2021-12-03T18:15:00.225Z] ok  	github.com/docker/docker/integration/config	0.061s
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.225Z] === Skipped
18:15:00 [2021-12-03T18:15:00.225Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.225Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.225Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
18:15:00 [2021-12-03T18:15:00.225Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.225Z] 
18:15:00 [2021-12-03T18:15:00.226Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.226Z] 
18:15:00 [2021-12-03T18:15:00.226Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.226Z] 
18:15:00 [2021-12-03T18:15:00.226Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
18:15:00 [2021-12-03T18:15:00.226Z] 
18:15:00 [2021-12-03T18:15:00.226Z] DONE 6 tests, 6 skipped in 1.629s
18:15:00 [2021-12-03T18:15:00.226Z] Running D:\gopath\src\github.com\docker\docker\integration\container
18:15:00 [2021-12-03T18:15:00.226Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:15:00 [2021-12-03T18:15:00.226Z] INFO: Testing against a local daemon
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCheckpoint
18:15:00 [2021-12-03T18:15:00.226Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:15:00 [2021-12-03T18:15:00.226Z] --- SKIP: TestCheckpoint (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestContainerInvalidJSON
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestContainerInvalidJSON (0.03s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.18s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCopyFromContainerPathIsNotDir
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.18s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCopyToContainerPathDoesNotExist
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.17s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCopyToContainerPathIsNotDir
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestCopyToContainerPathIsNotDir (0.19s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCopyFromContainer
18:15:00 [2021-12-03T18:15:00.226Z]     copy_test.go:81: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.226Z] --- SKIP: TestCopyFromContainer (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateLinkToNonExistingContainer
18:15:00 [2021-12-03T18:15:00.226Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
18:15:00 [2021-12-03T18:15:00.226Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithInvalidEnv
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithInvalidEnv/0
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateWithInvalidEnv/0
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithInvalidEnv/1
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateWithInvalidEnv/1
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithInvalidEnv/2
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateWithInvalidEnv/2
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateWithInvalidEnv/0
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateWithInvalidEnv/2
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateWithInvalidEnv/1
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateTmpfsMountsTarget
18:15:00 [2021-12-03T18:15:00.226Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.226Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithCustomMaskedPaths
18:15:00 [2021-12-03T18:15:00.226Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
18:15:00 [2021-12-03T18:15:00.226Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithCustomReadonlyPaths
18:15:00 [2021-12-03T18:15:00.226Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
18:15:00 [2021-12-03T18:15:00.226Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:15:00 [2021-12-03T18:15:00.226Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:15:00 [2021-12-03T18:15:00.226Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:15:00 [2021-12-03T18:15:00.226Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
18:15:00 [2021-12-03T18:15:00.226Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateDifferentPlatform
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateDifferentPlatform/different_os
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestCreateDifferentPlatform (0.03s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
18:15:00 [2021-12-03T18:15:00.226Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
18:15:00 [2021-12-03T18:15:00.226Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestContainerKillOnDaemonStart
18:15:00 [2021-12-03T18:15:00.226Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
18:15:00 [2021-12-03T18:15:00.226Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestDiff
18:15:00 [2021-12-03T18:15:00.226Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
18:15:00 [2021-12-03T18:15:00.226Z] --- SKIP: TestDiff (0.00s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestExecWithCloseStdin
18:15:00 [2021-12-03T18:15:00.226Z] --- PASS: TestExecWithCloseStdin (1.84s)
18:15:00 [2021-12-03T18:15:00.226Z] === RUN   TestExec
18:15:00 [2021-12-03T18:15:00.618Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
18:15:00 [2021-12-03T18:15:00.876Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
18:15:00 [2021-12-03T18:15:00.901Z] --- PASS: TestPluginsWithRuntimes (3.16s)
18:15:00 [2021-12-03T18:15:00.901Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.82s)
18:15:00 [2021-12-03T18:15:00.901Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.81s)
18:15:00 [2021-12-03T18:15:00.901Z] === RUN   TestPluginBackCompatMediaTypes
18:15:01 [2021-12-03T18:15:01.464Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
18:15:01 [2021-12-03T18:15:01.464Z] PASS
18:15:01 [2021-12-03T18:15:01.464Z] 
18:15:01 [2021-12-03T18:15:01.464Z] DONE 10 tests in 6.855s
18:15:01 [2021-12-03T18:15:01.464Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
18:15:01 [2021-12-03T18:15:01.464Z] ++ 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
18:15:01 [2021-12-03T18:15:01.464Z] ++ set -e
18:15:01 [2021-12-03T18:15:01.464Z] ++ '[' -n 0 ']'
18:15:01 [2021-12-03T18:15:01.464Z] ++ set -x
18:15:01 [2021-12-03T18:15:01.464Z] ++ env -i DEST=/go/src/github.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
18:15:01 [2021-12-03T18:15:01.464Z] INFO: Testing against a local daemon
18:15:01 [2021-12-03T18:15:01.464Z] === RUN   TestExternalGraphDriver
18:15:01 [2021-12-03T18:15:01.464Z] === RUN   TestExternalGraphDriver/json
18:15:01 [2021-12-03T18:15:01.764Z] --- PASS: TestExec (1.71s)
18:15:01 [2021-12-03T18:15:01.764Z] === RUN   TestExecUser
18:15:01 [2021-12-03T18:15:01.764Z]     exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
18:15:01 [2021-12-03T18:15:01.764Z] --- SKIP: TestExecUser (0.00s)
18:15:01 [2021-12-03T18:15:01.764Z] === RUN   TestExportContainerAndImportImage
18:15:01 [2021-12-03T18:15:01.764Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
18:15:01 [2021-12-03T18:15:01.764Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
18:15:01 [2021-12-03T18:15:01.764Z] === RUN   TestExportContainerAfterDaemonRestart
18:15:01 [2021-12-03T18:15:01.764Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
18:15:01 [2021-12-03T18:15:01.764Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
18:15:01 [2021-12-03T18:15:01.764Z] === RUN   TestHealthCheckWorkdir
18:15:01 [2021-12-03T18:15:01.764Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
18:15:01 [2021-12-03T18:15:01.764Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
18:15:01 [2021-12-03T18:15:01.764Z] === RUN   TestHealthKillContainer
18:15:01 [2021-12-03T18:15:01.764Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
18:15:01 [2021-12-03T18:15:01.764Z] --- SKIP: TestHealthKillContainer (0.00s)
18:15:01 [2021-12-03T18:15:01.764Z] === RUN   TestInspectCpusetInConfigPre120
18:15:01 [2021-12-03T18:15:01.764Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
18:15:01 [2021-12-03T18:15:01.764Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
18:15:01 [2021-12-03T18:15:01.764Z] === RUN   TestKillContainerInvalidSignal
18:15:02 [2021-12-03T18:15:02.252Z] === RUN   TestDockerSuite/TestBuildEnv
18:15:03 [2021-12-03T18:15:03.289Z] --- PASS: TestKillContainerInvalidSignal (1.61s)
18:15:03 [2021-12-03T18:15:03.289Z] === RUN   TestKillContainer
18:15:03 [2021-12-03T18:15:03.289Z] === RUN   TestKillContainer/no_signal
18:15:03 [2021-12-03T18:15:03.356Z] === RUN   TestExternalGraphDriver/spec
18:15:03 [2021-12-03T18:15:03.630Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
18:15:03 [2021-12-03T18:15:03.964Z] --- PASS: TestServiceUpdatePidsLimit (16.22s)
18:15:03 [2021-12-03T18:15:03.964Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.75s)
18:15:03 [2021-12-03T18:15:03.964Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
18:15:03 [2021-12-03T18:15:03.964Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
18:15:03 [2021-12-03T18:15:03.964Z] PASS
18:15:03 [2021-12-03T18:15:03.964Z] 
18:15:03 [2021-12-03T18:15:03.964Z] === Skipped
18:15:03 [2021-12-03T18:15:03.964Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
18:15:03 [2021-12-03T18:15:03.964Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:15:03 [2021-12-03T18:15:03.964Z] 
18:15:03 [2021-12-03T18:15:03.964Z] DONE 27 tests, 1 skipped in 182.877s
18:15:03 [2021-12-03T18:15:03.964Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
18:15:03 [2021-12-03T18:15:03.964Z] INFO: Testing against a local daemon
18:15:03 [2021-12-03T18:15:03.964Z] === RUN   TestSessionCreate
18:15:03 [2021-12-03T18:15:03.964Z] --- PASS: TestSessionCreate (0.02s)
18:15:03 [2021-12-03T18:15:03.964Z] === RUN   TestSessionCreateWithBadUpgrade
18:15:03 [2021-12-03T18:15:03.964Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
18:15:03 [2021-12-03T18:15:03.964Z] PASS
18:15:03 [2021-12-03T18:15:03.964Z] 
18:15:03 [2021-12-03T18:15:03.964Z] DONE 2 tests in 0.081s
18:15:03 [2021-12-03T18:15:03.964Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
18:15:03 [2021-12-03T18:15:03.964Z] INFO: Testing against a local daemon
18:15:03 [2021-12-03T18:15:03.964Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:15:03 [2021-12-03T18:15:03.964Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
18:15:03 [2021-12-03T18:15:03.964Z] === RUN   TestDiskUsage
18:15:03 [2021-12-03T18:15:03.964Z] === PAUSE TestDiskUsage
18:15:03 [2021-12-03T18:15:03.964Z] === RUN   TestEventsExecDie
18:15:04 [2021-12-03T18:15:04.534Z] --- PASS: TestEventsExecDie (0.63s)
18:15:04 [2021-12-03T18:15:04.534Z] === RUN   TestEventsBackwardsCompatible
18:15:04 [2021-12-03T18:15:04.534Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
18:15:04 [2021-12-03T18:15:04.534Z] === RUN   TestEventsVolumeCreate
18:15:04 [2021-12-03T18:15:04.534Z] --- PASS: TestEventsVolumeCreate (0.07s)
18:15:04 [2021-12-03T18:15:04.534Z] === RUN   TestInfoBinaryCommits
18:15:04 [2021-12-03T18:15:04.534Z] --- PASS: TestInfoBinaryCommits (0.02s)
18:15:04 [2021-12-03T18:15:04.534Z] === RUN   TestInfoAPIVersioned
18:15:04 [2021-12-03T18:15:04.534Z] --- PASS: TestInfoAPIVersioned (0.01s)
18:15:04 [2021-12-03T18:15:04.534Z] === RUN   TestInfoDiscoveryBackend
18:15:04 [2021-12-03T18:15:04.722Z] === RUN   TestExternalGraphDriver/pull
18:15:05 [2021-12-03T18:15:05.004Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
18:15:05 [2021-12-03T18:15:05.104Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
18:15:05 [2021-12-03T18:15:05.104Z] === RUN   TestInfoDiscoveryInvalidAdvertise
18:15:05 [2021-12-03T18:15:05.448Z] === RUN   TestKillContainer/non_killing_signal
18:15:05 [2021-12-03T18:15:05.448Z]     kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
18:15:05 [2021-12-03T18:15:05.448Z] === RUN   TestKillContainer/killing_signal
18:15:05 [2021-12-03T18:15:05.938Z] === RUN   TestDockerSuite/TestBuildEnvUsage
18:15:06 [2021-12-03T18:15:06.043Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
18:15:06 [2021-12-03T18:15:06.043Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
18:15:06 [2021-12-03T18:15:06.087Z] --- PASS: TestExternalGraphDriver (4.71s)
18:15:06 [2021-12-03T18:15:06.088Z]     --- PASS: TestExternalGraphDriver/json (1.55s)
18:15:06 [2021-12-03T18:15:06.088Z]     --- PASS: TestExternalGraphDriver/spec (1.51s)
18:15:06 [2021-12-03T18:15:06.088Z]     --- PASS: TestExternalGraphDriver/pull (1.62s)
18:15:06 [2021-12-03T18:15:06.088Z] === RUN   TestGraphdriverPluginV2
18:15:06 [2021-12-03T18:15:06.088Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:15:06 [2021-12-03T18:15:06.088Z] --- SKIP: TestGraphdriverPluginV2 (0.02s)
18:15:06 [2021-12-03T18:15:06.088Z] PASS
18:15:06 [2021-12-03T18:15:06.088Z] 
18:15:06 [2021-12-03T18:15:06.088Z] === Skipped
18:15:06 [2021-12-03T18:15:06.088Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s)
18:15:06 [2021-12-03T18:15:06.088Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:15:06 [2021-12-03T18:15:06.088Z] 
18:15:06 [2021-12-03T18:15:06.088Z] DONE 5 tests, 1 skipped in 4.827s
18:15:06 [2021-12-03T18:15:06.088Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
18:15:06 [2021-12-03T18:15:06.088Z] ++ 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
18:15:06 [2021-12-03T18:15:06.088Z] ++ set -e
18:15:06 [2021-12-03T18:15:06.088Z] ++ '[' -n 0 ']'
18:15:06 [2021-12-03T18:15:06.088Z] ++ set -x
18:15:06 [2021-12-03T18:15:06.088Z] ++ env -i DEST=/go/src/github.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
18:15:06 [2021-12-03T18:15:06.344Z] INFO: Testing against a local daemon
18:15:06 [2021-12-03T18:15:06.344Z] === RUN   TestContinueAfterPluginCrash
18:15:06 [2021-12-03T18:15:06.344Z] === PAUSE TestContinueAfterPluginCrash
18:15:06 [2021-12-03T18:15:06.344Z] === RUN   TestReadPluginNoRead
18:15:06 [2021-12-03T18:15:06.344Z] === PAUSE TestReadPluginNoRead
18:15:06 [2021-12-03T18:15:06.344Z] === RUN   TestDaemonStartWithLogOpt
18:15:06 [2021-12-03T18:15:06.344Z] === PAUSE TestDaemonStartWithLogOpt
18:15:06 [2021-12-03T18:15:06.344Z] === CONT  TestContinueAfterPluginCrash
18:15:06 [2021-12-03T18:15:06.344Z] === CONT  TestDaemonStartWithLogOpt
18:15:06 [2021-12-03T18:15:06.742Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
18:15:06 [2021-12-03T18:15:06.742Z] === RUN   TestInfoAPI
18:15:06 [2021-12-03T18:15:06.742Z] --- PASS: TestInfoAPI (0.05s)
18:15:06 [2021-12-03T18:15:06.742Z] === RUN   TestInfoAPIWarnings
18:15:06 [2021-12-03T18:15:06.872Z]     docker_cli_daemon_test.go:2550: [dc0b02a3b0f8c] daemon is not started
18:15:06 [2021-12-03T18:15:06.972Z] --- PASS: TestKillContainer (3.78s)
18:15:06 [2021-12-03T18:15:06.972Z]     --- PASS: TestKillContainer/no_signal (1.63s)
18:15:06 [2021-12-03T18:15:06.972Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
18:15:06 [2021-12-03T18:15:06.972Z]     --- PASS: TestKillContainer/killing_signal (2.11s)
18:15:06 [2021-12-03T18:15:06.972Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:15:06 [2021-12-03T18:15:06.972Z]     kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:15:06 [2021-12-03T18:15:06.972Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
18:15:06 [2021-12-03T18:15:06.972Z] === RUN   TestKillStoppedContainer
18:15:06 [2021-12-03T18:15:06.972Z]     kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:15:06 [2021-12-03T18:15:06.972Z] --- SKIP: TestKillStoppedContainer (0.00s)
18:15:06 [2021-12-03T18:15:06.972Z] === RUN   TestKillStoppedContainerAPIPre120
18:15:06 [2021-12-03T18:15:06.972Z]     kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:15:06 [2021-12-03T18:15:06.972Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
18:15:06 [2021-12-03T18:15:06.972Z] === RUN   TestKillDifferentUserContainer
18:15:06 [2021-12-03T18:15:06.972Z]     kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
18:15:06 [2021-12-03T18:15:06.972Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
18:15:06 [2021-12-03T18:15:06.972Z] === RUN   TestInspectOomKilledTrue
18:15:06 [2021-12-03T18:15:06.972Z]     kill_test.go:157: testEnv.DaemonInfo.OSType == "windows"
18:15:06 [2021-12-03T18:15:06.972Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
18:15:06 [2021-12-03T18:15:06.972Z] === RUN   TestInspectOomKilledFalse
18:15:06 [2021-12-03T18:15:06.972Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:15:06 [2021-12-03T18:15:06.972Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
18:15:06 [2021-12-03T18:15:06.972Z] === RUN   TestLogsFollowTailEmpty
18:15:08 [2021-12-03T18:15:08.775Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
18:15:09 [2021-12-03T18:15:09.137Z] --- PASS: TestLogsFollowTailEmpty (1.69s)
18:15:09 [2021-12-03T18:15:09.137Z] === RUN   TestNetworkNat
18:15:09 [2021-12-03T18:15:09.137Z]     nat_test.go:23: testEnv.OSType == "windows": FIXME
18:15:09 [2021-12-03T18:15:09.137Z] --- SKIP: TestNetworkNat (0.00s)
18:15:09 [2021-12-03T18:15:09.137Z] === RUN   TestNetworkLocalhostTCPNat
18:15:09 [2021-12-03T18:15:09.750Z] --- PASS: TestDaemonStartWithLogOpt (3.03s)
18:15:09 [2021-12-03T18:15:09.750Z] === CONT  TestReadPluginNoRead
18:15:10 [2021-12-03T18:15:10.659Z] --- PASS: TestNetworkLocalhostTCPNat (1.95s)
18:15:10 [2021-12-03T18:15:10.659Z] === RUN   TestNetworkLoopbackNat
18:15:10 [2021-12-03T18:15:10.659Z]     nat_test.go:59: testEnv.OSType == "windows": FIXME
18:15:10 [2021-12-03T18:15:10.659Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
18:15:10 [2021-12-03T18:15:10.659Z] === RUN   TestPause
18:15:10 [2021-12-03T18:15:10.659Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
18:15:10 [2021-12-03T18:15:10.659Z] --- SKIP: TestPause (0.00s)
18:15:10 [2021-12-03T18:15:10.659Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:15:11 [2021-12-03T18:15:11.657Z] === RUN   TestReadPluginNoRead/default
18:15:12 [2021-12-03T18:15:12.601Z] === RUN   TestReadPluginNoRead/disabled_caching
18:15:12 [2021-12-03T18:15:12.820Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.76s)
18:15:12 [2021-12-03T18:15:12.820Z] === RUN   TestPauseStopPausedContainer
18:15:12 [2021-12-03T18:15:12.820Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
18:15:12 [2021-12-03T18:15:12.820Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
18:15:12 [2021-12-03T18:15:12.820Z] === RUN   TestPsFilter
18:15:12 [2021-12-03T18:15:12.820Z] --- PASS: TestPsFilter (0.27s)
18:15:12 [2021-12-03T18:15:12.820Z] === RUN   TestRemoveContainerWithRemovedVolume
18:15:12 [2021-12-03T18:15:12.962Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
18:15:13 [2021-12-03T18:15:13.529Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
18:15:14 [2021-12-03T18:15:14.458Z] --- PASS: TestContinueAfterPluginCrash (8.15s)
18:15:14 [2021-12-03T18:15:14.715Z] === CONT  TestReadPluginNoRead
18:15:14 [2021-12-03T18:15:14.715Z]     read_test.go:92: [d7c6f55b322b4] daemon is not started
18:15:14 [2021-12-03T18:15:14.715Z] --- PASS: TestReadPluginNoRead (5.51s)
18:15:14 [2021-12-03T18:15:14.715Z]     --- PASS: TestReadPluginNoRead/default (1.13s)
18:15:14 [2021-12-03T18:15:14.715Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.12s)
18:15:14 [2021-12-03T18:15:14.715Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s)
18:15:14 [2021-12-03T18:15:14.715Z] PASS
18:15:14 [2021-12-03T18:15:14.715Z] 
18:15:14 [2021-12-03T18:15:14.715Z] DONE 6 tests in 8.627s
18:15:14 [2021-12-03T18:15:14.715Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
18:15:14 [2021-12-03T18:15:14.715Z] ++ 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
18:15:14 [2021-12-03T18:15:14.715Z] ++ set -e
18:15:14 [2021-12-03T18:15:14.715Z] ++ '[' -n 0 ']'
18:15:14 [2021-12-03T18:15:14.715Z] ++ set -x
18:15:14 [2021-12-03T18:15:14.715Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
18:15:14 [2021-12-03T18:15:14.715Z] testing: warning: no tests to run
18:15:14 [2021-12-03T18:15:14.715Z] PASS
18:15:14 [2021-12-03T18:15:14.715Z] 
18:15:14 [2021-12-03T18:15:14.715Z] DONE 0 tests in 0.027s
18:15:14 [2021-12-03T18:15:14.715Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
18:15:14 [2021-12-03T18:15:14.715Z] ++ 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
18:15:14 [2021-12-03T18:15:14.715Z] ++ set -e
18:15:14 [2021-12-03T18:15:14.715Z] ++ '[' -n 0 ']'
18:15:14 [2021-12-03T18:15:14.715Z] ++ set -x
18:15:14 [2021-12-03T18:15:14.715Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
18:15:14 [2021-12-03T18:15:14.971Z] INFO: Testing against a local daemon
18:15:14 [2021-12-03T18:15:14.971Z] === RUN   TestPluginWithDevMounts
18:15:14 [2021-12-03T18:15:14.971Z] === PAUSE TestPluginWithDevMounts
18:15:14 [2021-12-03T18:15:14.971Z] === CONT  TestPluginWithDevMounts
18:15:14 [2021-12-03T18:15:14.980Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.20s)
18:15:14 [2021-12-03T18:15:14.980Z] === RUN   TestRemoveContainerWithVolume
18:15:16 [2021-12-03T18:15:16.338Z] --- PASS: TestPluginWithDevMounts (1.52s)
18:15:16 [2021-12-03T18:15:16.338Z] PASS
18:15:16 [2021-12-03T18:15:16.338Z] 
18:15:16 [2021-12-03T18:15:16.338Z] DONE 1 tests in 1.616s
18:15:16 [2021-12-03T18:15:16.594Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
18:15:16 [2021-12-03T18:15:16.594Z] ++ 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
18:15:16 [2021-12-03T18:15:16.594Z] ++ set -e
18:15:16 [2021-12-03T18:15:16.594Z] ++ '[' -n 0 ']'
18:15:16 [2021-12-03T18:15:16.594Z] ++ set -x
18:15:16 [2021-12-03T18:15:16.594Z] ++ env -i DEST=/go/src/github.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
18:15:16 [2021-12-03T18:15:16.594Z] INFO: Testing against a local daemon
18:15:16 [2021-12-03T18:15:16.594Z] === RUN   TestSecretInspect
18:15:17 [2021-12-03T18:15:17.141Z] --- PASS: TestRemoveContainerWithVolume (2.16s)
18:15:17 [2021-12-03T18:15:17.141Z] === RUN   TestRemoveContainerRunning
18:15:17 [2021-12-03T18:15:17.148Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
18:15:18 [2021-12-03T18:15:18.484Z] --- PASS: TestSecretInspect (1.69s)
18:15:18 [2021-12-03T18:15:18.484Z] === RUN   TestSecretList
18:15:18 [2021-12-03T18:15:18.664Z] --- PASS: TestRemoveContainerRunning (1.57s)
18:15:18 [2021-12-03T18:15:18.664Z] === RUN   TestRemoveContainerForceRemoveRunning
18:15:19 [2021-12-03T18:15:19.051Z] === RUN   TestDockerDaemonSuite/TestShmSize
18:15:20 [2021-12-03T18:15:20.374Z] --- PASS: TestSecretList (2.05s)
18:15:20 [2021-12-03T18:15:20.374Z] === RUN   TestSecretsCreateAndDelete
18:15:20 [2021-12-03T18:15:20.824Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.65s)
18:15:20 [2021-12-03T18:15:20.824Z] === RUN   TestRemoveInvalidContainer
18:15:20 [2021-12-03T18:15:20.824Z] --- PASS: TestRemoveInvalidContainer (0.02s)
18:15:20 [2021-12-03T18:15:20.824Z] === RUN   TestRenameLinkedContainer
18:15:20 [2021-12-03T18:15:20.824Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
18:15:20 [2021-12-03T18:15:20.824Z] --- SKIP: TestRenameLinkedContainer (0.00s)
18:15:20 [2021-12-03T18:15:20.824Z] === RUN   TestRenameStoppedContainer
18:15:20 [2021-12-03T18:15:20.953Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
18:15:22 [2021-12-03T18:15:22.265Z] --- PASS: TestSecretsCreateAndDelete (1.67s)
18:15:22 [2021-12-03T18:15:22.265Z] === RUN   TestSecretsUpdate
18:15:22 [2021-12-03T18:15:22.985Z] --- PASS: TestRenameStoppedContainer (2.14s)
18:15:22 [2021-12-03T18:15:22.985Z] === RUN   TestRenameRunningContainerAndReuse
18:15:23 [2021-12-03T18:15:23.490Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
18:15:23 [2021-12-03T18:15:23.749Z]     check_test.go:308: [d6b196754d916] daemon is not started
18:15:23 [2021-12-03T18:15:23.749Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
18:15:24 [2021-12-03T18:15:24.156Z] --- PASS: TestSecretsUpdate (2.06s)
18:15:24 [2021-12-03T18:15:24.156Z] === RUN   TestTemplatedSecret
18:15:24 [2021-12-03T18:15:24.843Z] --- PASS: TestInfoAPIWarnings (16.32s)
18:15:24 [2021-12-03T18:15:24.843Z] === RUN   TestInfoDebug
18:15:24 [2021-12-03T18:15:24.843Z] --- PASS: TestInfoDebug (0.52s)
18:15:24 [2021-12-03T18:15:24.843Z] === RUN   TestInfoInsecureRegistries
18:15:24 [2021-12-03T18:15:24.843Z] --- PASS: TestInfoInsecureRegistries (0.52s)
18:15:24 [2021-12-03T18:15:24.843Z] === RUN   TestInfoRegistryMirrors
18:15:24 [2021-12-03T18:15:24.843Z] --- PASS: TestInfoRegistryMirrors (0.52s)
18:15:24 [2021-12-03T18:15:24.843Z] === RUN   TestLoginFailsWithBadCredentials
18:15:24 [2021-12-03T18:15:24.843Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s)
18:15:24 [2021-12-03T18:15:24.843Z] === RUN   TestPingCacheHeaders
18:15:24 [2021-12-03T18:15:24.843Z] --- PASS: TestPingCacheHeaders (0.02s)
18:15:24 [2021-12-03T18:15:24.843Z] === RUN   TestPingGet
18:15:24 [2021-12-03T18:15:24.843Z] --- PASS: TestPingGet (0.02s)
18:15:24 [2021-12-03T18:15:24.843Z] === RUN   TestPingHead
18:15:24 [2021-12-03T18:15:24.843Z] --- PASS: TestPingHead (0.02s)
18:15:24 [2021-12-03T18:15:24.843Z] === RUN   TestVersion
18:15:24 [2021-12-03T18:15:24.843Z] --- PASS: TestVersion (0.02s)
18:15:24 [2021-12-03T18:15:24.843Z] === CONT  TestCgroupDriverSystemdMemoryLimit
18:15:24 [2021-12-03T18:15:24.843Z] === CONT  TestDiskUsage
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty/container_types
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty/image_types
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty/volume_types
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty/build-cache_types
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty/container,_volume_types
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
18:15:25 [2021-12-03T18:15:25.104Z] === RUN   TestDiskUsage/after_LoadBusybox
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
18:15:25 [2021-12-03T18:15:25.675Z] === RUN   TestDiskUsage/after_container.Run
18:15:25 [2021-12-03T18:15:25.869Z] --- PASS: TestRenameRunningContainerAndReuse (3.18s)
18:15:25 [2021-12-03T18:15:25.869Z] === RUN   TestRenameInvalidName
18:15:25 [2021-12-03T18:15:25.937Z] === RUN   TestDiskUsage/after_container.Run/container_types
18:15:25 [2021-12-03T18:15:25.937Z] === RUN   TestDiskUsage/after_container.Run/image_types
18:15:25 [2021-12-03T18:15:25.937Z] === RUN   TestDiskUsage/after_container.Run/volume_types
18:15:25 [2021-12-03T18:15:25.937Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
18:15:25 [2021-12-03T18:15:25.937Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
18:15:25 [2021-12-03T18:15:25.937Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
18:15:25 [2021-12-03T18:15:25.937Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
18:15:25 [2021-12-03T18:15:25.937Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
18:15:25 [2021-12-03T18:15:25.937Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
18:15:25 [2021-12-03T18:15:25.937Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
18:15:26 [2021-12-03T18:15:26.046Z] --- PASS: TestTemplatedSecret (2.03s)
18:15:26 [2021-12-03T18:15:26.047Z] === RUN   TestSecretCreateResolve
18:15:26 [2021-12-03T18:15:26.198Z] --- PASS: TestDiskUsage (1.51s)
18:15:26 [2021-12-03T18:15:26.198Z]     --- PASS: TestDiskUsage/empty (0.01s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.31s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]     --- PASS: TestDiskUsage/after_container.Run (0.48s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
18:15:26 [2021-12-03T18:15:26.198Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.55s)
18:15:26 [2021-12-03T18:15:26.198Z] PASS
18:15:26 [2021-12-03T18:15:26.198Z] 
18:15:26 [2021-12-03T18:15:26.198Z] DONE 53 tests in 22.521s
18:15:26 [2021-12-03T18:15:26.198Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
18:15:26 [2021-12-03T18:15:26.198Z] INFO: Testing against a local daemon
18:15:26 [2021-12-03T18:15:26.198Z] === RUN   TestVolumesCreateAndList
18:15:26 [2021-12-03T18:15:26.198Z] --- PASS: TestVolumesCreateAndList (0.02s)
18:15:26 [2021-12-03T18:15:26.198Z] === RUN   TestVolumesRemove
18:15:26 [2021-12-03T18:15:26.459Z] --- PASS: TestVolumesRemove (0.07s)
18:15:26 [2021-12-03T18:15:26.459Z] === RUN   TestVolumesInspect
18:15:26 [2021-12-03T18:15:26.459Z] --- PASS: TestVolumesInspect (0.02s)
18:15:26 [2021-12-03T18:15:26.459Z] === RUN   TestVolumesInvalidJSON
18:15:26 [2021-12-03T18:15:26.459Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:15:26 [2021-12-03T18:15:26.459Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:15:26 [2021-12-03T18:15:26.459Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:15:26 [2021-12-03T18:15:26.459Z] --- PASS: TestVolumesInvalidJSON (0.01s)
18:15:26 [2021-12-03T18:15:26.459Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:15:26 [2021-12-03T18:15:26.459Z] PASS
18:15:26 [2021-12-03T18:15:26.459Z] 
18:15:26 [2021-12-03T18:15:26.459Z] DONE 5 tests in 0.167s
18:15:26 [2021-12-03T18:15:26.459Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:15:27 [2021-12-03T18:15:27.030Z] Stopping apparmor (via systemctl): apparmor.service.
18:15:27 [2021-12-03T18:15:27.030Z] Removing test suite binaries
18:15:27 [2021-12-03T18:15:27.030Z] exiting test-integration
18:15:27 [2021-12-03T18:15:27.030Z] ++ exit 0
18:15:27 [2021-12-03T18:15:27.030Z] 
18:15:27 [2021-12-03T18:15:27.394Z] --- PASS: TestRenameInvalidName (1.65s)
18:15:27 [2021-12-03T18:15:27.394Z] === RUN   TestRenameAnonymousContainer
18:15:28 [2021-12-03T18:15:28.563Z] --- PASS: TestSecretCreateResolve (2.08s)
18:15:28 [2021-12-03T18:15:28.563Z] PASS
18:15:28 [2021-12-03T18:15:28.563Z] 
18:15:28 [2021-12-03T18:15:28.563Z] DONE 6 tests in 11.662s
18:15:28 [2021-12-03T18:15:28.563Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
18:15:28 [2021-12-03T18:15:28.563Z] ++ 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
18:15:28 [2021-12-03T18:15:28.563Z] ++ set -e
18:15:28 [2021-12-03T18:15:28.563Z] ++ '[' -n 0 ']'
18:15:28 [2021-12-03T18:15:28.563Z] ++ set -x
18:15:28 [2021-12-03T18:15:28.563Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
18:15:28 [2021-12-03T18:15:28.563Z] INFO: Testing against a local daemon
18:15:28 [2021-12-03T18:15:28.563Z] === RUN   TestServiceCreateInit
18:15:28 [2021-12-03T18:15:28.563Z] === RUN   TestServiceCreateInit/daemonInitDisabled
Post stage
[Pipeline] junit
18:15:28 [2021-12-03T18:15:28.958Z] Recording test results
18:15:30 [2021-12-03T18:15:30.334Z] --- PASS: TestDockerDaemonSuite (335.17s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.34s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.79s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.51s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.41s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.25s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.77s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.38s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.85s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.52s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.19s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.10s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.14s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.47s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.06s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.43s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.29s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.66s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.30s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.11s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.64s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.59s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.68s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.53s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.31s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.29s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.79s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.23s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.57s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.79s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.92s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.17s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.18s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.45s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.57s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.74s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.50s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.45s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.58s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.72s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.79s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.92s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.30s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.41s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.23s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.38s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.15s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.63s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.03s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.95s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.48s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.27s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.20s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.35s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.62s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.25s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.89s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.13s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.14s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.73s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.99s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.92s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.19s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.93s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.18s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.23s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.80s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.56s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.44s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.53s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.15s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.70s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.18s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.44s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.07s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.80s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.81s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.91s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.62s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.47s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.00s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.58s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.83s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.30s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.21s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.16s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.47s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.81s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.27s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.26s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.21s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.59s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.06s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.06s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.94s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.59s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.18s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.53s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.75s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.65s)
18:15:30 [2021-12-03T18:15:30.334Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s)
18:15:30 [2021-12-03T18:15:30.335Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.59s)
18:15:30 [2021-12-03T18:15:30.335Z] === RUN   TestDockerSwarmSuite
18:15:30 [2021-12-03T18:15:30.335Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
18:15:30 [2021-12-03T18:15:30.589Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:15:30 [2021-12-03T18:15:30.951Z] + echo Ensuring container killed.
18:15:30 [2021-12-03T18:15:30.951Z] Ensuring container killed.
18:15:30 [2021-12-03T18:15:30.951Z] + docker rm -vf docker-pr3
18:15:30 [2021-12-03T18:15:30.951Z] Error: No such container: docker-pr3
[Pipeline] sh
18:15:31 [2021-12-03T18:15:31.243Z] + echo Chowning /workspace to jenkins user
18:15:31 [2021-12-03T18:15:31.243Z] Chowning /workspace to jenkins user
18:15:31 [2021-12-03T18:15:31.243Z] + id -u
18:15:31 [2021-12-03T18:15:31.243Z] + id -g
18:15:31 [2021-12-03T18:15:31.243Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42981:/workspace busybox chown -R 1000:1000 /workspace
18:15:31 [2021-12-03T18:15:31.243Z] Unable to find image 'busybox:latest' locally
18:15:31 [2021-12-03T18:15:31.243Z] latest: Pulling from library/busybox
18:15:31 [2021-12-03T18:15:31.243Z] 3aab638df1a9: Pulling fs layer
18:15:31 [2021-12-03T18:15:31.505Z] 3aab638df1a9: Verifying Checksum
18:15:31 [2021-12-03T18:15:31.505Z] 3aab638df1a9: Download complete
18:15:31 [2021-12-03T18:15:31.505Z] 3aab638df1a9: Pull complete
18:15:31 [2021-12-03T18:15:31.505Z] Digest: sha256:52817dece4cfe26f581c834d27a8e1bcc82194f914afe6d50afad5a101234ef1
18:15:31 [2021-12-03T18:15:31.505Z] Status: Downloaded newer image for busybox:latest
18:15:31 [2021-12-03T18:15:31.830Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:15:32 [2021-12-03T18:15:32.248Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
18:15:32 [2021-12-03T18:15:32.506Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:15:33 [2021-12-03T18:15:33.797Z] + bundleName=amd64-cgroup2
18:15:33 [2021-12-03T18:15:33.797Z] + echo Creating amd64-cgroup2-bundles.tar.gz
18:15:33 [2021-12-03T18:15:33.797Z] Creating amd64-cgroup2-bundles.tar.gz
18:15:33 [2021-12-03T18:15:33.797Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
18:15:33 [2021-12-03T18:15:33.797Z] + 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
18:15:34 [2021-12-03T18:15:34.393Z] Archiving artifacts
18:15:34 [2021-12-03T18:15:34.405Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
18:15:34 [2021-12-03T18:15:34.971Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
18:15:35 [2021-12-03T18:15:35.098Z] --- PASS: TestServiceCreateInit (6.66s)
18:15:35 [2021-12-03T18:15:35.098Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.41s)
18:15:35 [2021-12-03T18:15:35.098Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.22s)
18:15:35 [2021-12-03T18:15:35.098Z] === RUN   TestCreateServiceMultipleTimes
18:15:35 [2021-12-03T18:15:35.922Z] --- PASS: TestRenameAnonymousContainer (8.45s)
18:15:35 [2021-12-03T18:15:35.922Z] === RUN   TestRenameContainerWithSameName
18:15:36 [2021-12-03T18:15:36.668Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42981/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:15:36 [2021-12-03T18:15:36.984Z] + make clean
18:15:37 [2021-12-03T18:15:37.244Z] docker volume rm -f docker-dev-cache
18:15:37 [2021-12-03T18:15:37.244Z] docker-dev-cache
[Pipeline] deleteDir
18:15:37 [2021-12-03T18:15:37.446Z] --- PASS: TestRenameContainerWithSameName (1.66s)
18:15:37 [2021-12-03T18:15:37.446Z] === RUN   TestRenameContainerWithLinkedContainer
18:15:37 [2021-12-03T18:15:37.446Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
18:15:37 [2021-12-03T18:15:37.446Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
18:15:37 [2021-12-03T18:15:37.446Z] === RUN   TestResize
18:15:38 [2021-12-03T18:15:38.969Z] --- PASS: TestResize (1.63s)
18:15:38 [2021-12-03T18:15:38.969Z] === RUN   TestResizeWithInvalidSize
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:15:40 [2021-12-03T18:15:40.237Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
18:15:41 [2021-12-03T18:15:41.129Z] --- PASS: TestResizeWithInvalidSize (1.62s)
18:15:41 [2021-12-03T18:15:41.129Z] === RUN   TestResizeWhenContainerNotStarted
18:15:43 [2021-12-03T18:15:43.289Z] --- PASS: TestResizeWhenContainerNotStarted (2.24s)
18:15:43 [2021-12-03T18:15:43.289Z] === RUN   TestDaemonRestartKillContainers
18:15:43 [2021-12-03T18:15:43.289Z]     restart_test.go:20: testEnv.DaemonInfo.OSType == "windows"
18:15:43 [2021-12-03T18:15:43.289Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
18:15:43 [2021-12-03T18:15:43.289Z] === RUN   TestStats
18:15:43 [2021-12-03T18:15:43.289Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
18:15:43 [2021-12-03T18:15:43.289Z] --- SKIP: TestStats (0.00s)
18:15:43 [2021-12-03T18:15:43.289Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:15:43 [2021-12-03T18:15:43.521Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
18:15:43 [2021-12-03T18:15:43.780Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
18:15:44 [2021-12-03T18:15:44.346Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
18:15:44 [2021-12-03T18:15:44.604Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
18:15:45 [2021-12-03T18:15:45.979Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
18:15:45 [2021-12-03T18:15:45.979Z]     docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows
18:15:45 [2021-12-03T18:15:45.979Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
18:15:46 [2021-12-03T18:15:46.238Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
18:15:46 [2021-12-03T18:15:46.957Z] Created binary: bundles/binary-daemon/dockerd-dev
18:15:46 [2021-12-03T18:15:46.958Z] Copying nested executables into bundles/binary-daemon
18:15:46 [2021-12-03T18:15:46.958Z] Building: bundles/binary-daemon/docker-proxy-dev
18:15:46 [2021-12-03T18:15:46.958Z] GOOS="" GOARCH="" GOARM=""
18:15:46 [2021-12-03T18:15:46.958Z] Created binary: bundles/binary-daemon/docker-proxy-dev
18:15:46 [2021-12-03T18:15:46.958Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
18:15:47 [2021-12-03T18:15:47.298Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=68ae4200aae45d763b2c4977dc11f39844c39dae -e DOCKER_GRAPHDRIVER docker:68ae4200aae45d763b2c4977dc11f39844c39dae hack/make.sh cross
18:15:47 [2021-12-03T18:15:47.860Z] 
18:15:48 [2021-12-03T18:15:48.116Z] Removing bundles/
18:15:48 [2021-12-03T18:15:48.116Z] 
18:15:48 [2021-12-03T18:15:48.116Z] ---> Making bundle: cross (in bundles/cross)
18:15:48 [2021-12-03T18:15:48.116Z] Cross building: bundles/cross/linux/amd64
18:15:48 [2021-12-03T18:15:48.116Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev
18:15:48 [2021-12-03T18:15:48.116Z] GOOS="linux" GOARCH="amd64" GOARM=""
18:15:49 [2021-12-03T18:15:49.047Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.28s)
18:15:49 [2021-12-03T18:15:49.047Z] === RUN   TestStopContainerWithTimeout
18:15:49 [2021-12-03T18:15:49.047Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
18:15:49 [2021-12-03T18:15:49.047Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
18:15:49 [2021-12-03T18:15:49.047Z] === RUN   TestUpdateRestartPolicy
18:15:49 [2021-12-03T18:15:49.941Z] --- PASS: TestCreateServiceMultipleTimes (14.68s)
18:15:49 [2021-12-03T18:15:49.941Z] === RUN   TestCreateServiceConflict
18:15:51 [2021-12-03T18:15:51.831Z] --- PASS: TestCreateServiceConflict (2.08s)
18:15:51 [2021-12-03T18:15:51.831Z] === RUN   TestCreateServiceMaxReplicas
18:15:54 [2021-12-03T18:15:54.349Z] --- PASS: TestCreateServiceMaxReplicas (2.48s)
18:15:54 [2021-12-03T18:15:54.349Z] === RUN   TestCreateWithDuplicateNetworkNames
18:15:54 [2021-12-03T18:15:54.351Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
18:15:54 [2021-12-03T18:15:54.351Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
18:15:54 [2021-12-03T18:15:54.609Z] === RUN   TestDockerSuite/TestBuildExpose
18:15:54 [2021-12-03T18:15:54.867Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
18:15:55 [2021-12-03T18:15:55.802Z] === RUN   TestDockerSuite/TestBuildExposeOrder
18:15:56 [2021-12-03T18:15:56.370Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
18:15:56 [2021-12-03T18:15:56.937Z] === RUN   TestDockerSuite/TestBuildFails
18:15:56 [2021-12-03T18:15:56.937Z]     docker_api_swarm_test.go:563: [da6cf0a21cfe6] joining swarm manager [dbb8b7213981b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:15:57 [2021-12-03T18:15:57.871Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
18:15:57 [2021-12-03T18:15:57.871Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
18:16:00 [2021-12-03T18:16:00.402Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
18:16:02 [2021-12-03T18:16:02.304Z] === RUN   TestDockerSuite/TestBuildForceRm
18:16:03 [2021-12-03T18:16:03.679Z] === RUN   TestDockerSuite/TestBuildFromGit
18:16:04 [2021-12-03T18:16:04.615Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
18:16:05 [2021-12-03T18:16:05.182Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
18:16:06 [2021-12-03T18:16:06.118Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
18:16:08 [2021-12-03T18:16:08.022Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
18:16:09 [2021-12-03T18:16:09.192Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.00s)
18:16:09 [2021-12-03T18:16:09.192Z] === RUN   TestCreateServiceSecretFileMode
18:16:09 [2021-12-03T18:16:09.398Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
18:16:09 [2021-12-03T18:16:09.398Z]     docker_api_swarm_test.go:585: [db73a682e3115] joining swarm manager [dbb8b7213981b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:16:09 [2021-12-03T18:16:09.398Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
18:16:10 [2021-12-03T18:16:10.072Z] --- PASS: TestUpdateRestartPolicy (19.75s)
18:16:10 [2021-12-03T18:16:10.072Z] === RUN   TestUpdateRestartWithAutoRemove
18:16:10 [2021-12-03T18:16:10.072Z] --- PASS: TestUpdateRestartWithAutoRemove (1.73s)
18:16:10 [2021-12-03T18:16:10.072Z] === RUN   TestWaitNonBlocked
18:16:10 [2021-12-03T18:16:10.072Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:16:10 [2021-12-03T18:16:10.072Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:16:10 [2021-12-03T18:16:10.072Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:16:10 [2021-12-03T18:16:10.072Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:16:10 [2021-12-03T18:16:10.072Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:16:10 [2021-12-03T18:16:10.072Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:16:11 [2021-12-03T18:16:11.930Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
18:16:12 [2021-12-03T18:16:12.189Z]     check_test.go:379: [da6cf0a21cfe6] daemon is not started
18:16:12 [2021-12-03T18:16:12.993Z] --- PASS: TestWaitNonBlocked (0.02s)
18:16:12 [2021-12-03T18:16:12.993Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.79s)
18:16:12 [2021-12-03T18:16:12.993Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.97s)
18:16:12 [2021-12-03T18:16:12.993Z] === RUN   TestWaitBlocked
18:16:12 [2021-12-03T18:16:12.993Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
18:16:12 [2021-12-03T18:16:12.993Z] --- SKIP: TestWaitBlocked (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z] PASS
18:16:12 [2021-12-03T18:16:12.993Z] ok  	github.com/docker/docker/integration/container	75.542s
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === Skipped
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     copy_test.go:81: testEnv.DaemonInfo.OSType == "windows"
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
18:16:12 [2021-12-03T18:16:12.993Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
18:16:12 [2021-12-03T18:16:12.993Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     kill_test.go:157: testEnv.DaemonInfo.OSType == "windows"
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.993Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
18:16:12 [2021-12-03T18:16:12.993Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:16:12 [2021-12-03T18:16:12.993Z] 
18:16:12 [2021-12-03T18:16:12.994Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
18:16:12 [2021-12-03T18:16:12.994Z]     nat_test.go:23: testEnv.OSType == "windows": FIXME
18:16:12 [2021-12-03T18:16:12.994Z] 
18:16:12 [2021-12-03T18:16:12.994Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
18:16:12 [2021-12-03T18:16:12.994Z]     nat_test.go:59: testEnv.OSType == "windows": FIXME
18:16:12 [2021-12-03T18:16:12.994Z] 
18:16:12 [2021-12-03T18:16:12.994Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
18:16:12 [2021-12-03T18:16:12.994Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
18:16:12 [2021-12-03T18:16:12.994Z] 
18:16:12 [2021-12-03T18:16:12.994Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
18:16:12 [2021-12-03T18:16:12.994Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
18:16:12 [2021-12-03T18:16:12.994Z] 
18:16:12 [2021-12-03T18:16:12.994Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
18:16:12 [2021-12-03T18:16:12.994Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
18:16:12 [2021-12-03T18:16:12.994Z] 
18:16:12 [2021-12-03T18:16:12.994Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
18:16:12 [2021-12-03T18:16:12.994Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
18:16:12 [2021-12-03T18:16:12.994Z] 
18:16:12 [2021-12-03T18:16:12.994Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
18:16:12 [2021-12-03T18:16:12.994Z]     restart_test.go:20: testEnv.DaemonInfo.OSType == "windows"
18:16:12 [2021-12-03T18:16:12.994Z] 
18:16:12 [2021-12-03T18:16:12.994Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
18:16:12 [2021-12-03T18:16:12.994Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
18:16:12 [2021-12-03T18:16:12.994Z] 
18:16:12 [2021-12-03T18:16:12.994Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
18:16:12 [2021-12-03T18:16:12.994Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
18:16:12 [2021-12-03T18:16:12.994Z] 
18:16:12 [2021-12-03T18:16:12.994Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
18:16:12 [2021-12-03T18:16:12.994Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
18:16:12 [2021-12-03T18:16:12.994Z] 
18:16:12 [2021-12-03T18:16:12.994Z] DONE 87 tests, 33 skipped in 77.575s
18:16:12 [2021-12-03T18:16:12.994Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon
18:16:13 [2021-12-03T18:16:13.566Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
18:16:14 [2021-12-03T18:16:14.501Z] === RUN   TestDockerSuite/TestBuildHistory
18:16:18 [2021-12-03T18:16:18.689Z] === RUN   TestDockerSuite/TestBuildIidFile
18:16:18 [2021-12-03T18:16:18.689Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
18:16:19 [2021-12-03T18:16:19.134Z] --- PASS: TestCreateServiceSecretFileMode (12.08s)
18:16:19 [2021-12-03T18:16:19.134Z] === RUN   TestCreateServiceConfigFileMode
18:16:19 [2021-12-03T18:16:19.257Z] === RUN   TestDockerSuite/TestBuildInheritance
18:16:19 [2021-12-03T18:16:19.824Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
18:16:20 [2021-12-03T18:16:20.390Z] === RUN   TestDockerSuite/TestBuildInvalidTag
18:16:20 [2021-12-03T18:16:20.390Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
18:16:21 [2021-12-03T18:16:21.324Z] === RUN   TestDockerSuite/TestBuildLabel
18:16:21 [2021-12-03T18:16:21.582Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
18:16:22 [2021-12-03T18:16:22.148Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
18:16:22 [2021-12-03T18:16:22.407Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
18:16:22 [2021-12-03T18:16:22.665Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
18:16:22 [2021-12-03T18:16:22.665Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
18:16:22 [2021-12-03T18:16:22.665Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
18:16:22 [2021-12-03T18:16:22.665Z] === RUN   TestDockerSuite/TestBuildLabels
18:16:23 [2021-12-03T18:16:23.232Z] === RUN   TestDockerSuite/TestBuildLabelsCache
18:16:25 [2021-12-03T18:16:25.143Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
18:16:25 [2021-12-03T18:16:25.143Z]     docker_api_swarm_test.go:46: [d35c427fd2e43] joining swarm manager [d4cc1f25085f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:16:28 [2021-12-03T18:16:28.453Z] === RUN   TestDockerSuite/TestBuildLastModified
18:16:31 [2021-12-03T18:16:31.317Z] --- PASS: TestCreateServiceConfigFileMode (11.96s)
18:16:31 [2021-12-03T18:16:31.317Z] === RUN   TestCreateServiceSysctls
18:16:32 [2021-12-03T18:16:32.640Z] === RUN   TestDockerSuite/TestBuildLineBreak
18:16:34 [2021-12-03T18:16:34.108Z] === RUN   TestConfigDaemonLibtrustID
18:16:34 [2021-12-03T18:16:34.108Z]     daemon_test.go:26: runtime.GOOS == "windows"
18:16:34 [2021-12-03T18:16:34.108Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
18:16:34 [2021-12-03T18:16:34.108Z] === RUN   TestDaemonConfigValidation
18:16:34 [2021-12-03T18:16:34.108Z]     daemon_test.go:45: runtime.GOOS == "windows"
18:16:34 [2021-12-03T18:16:34.108Z] --- SKIP: TestDaemonConfigValidation (0.00s)
18:16:34 [2021-12-03T18:16:34.108Z] === RUN   TestConfigDaemonSeccompProfiles
18:16:34 [2021-12-03T18:16:34.108Z]     daemon_test.go:111: runtime.GOOS == "windows"
18:16:34 [2021-12-03T18:16:34.108Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s)
18:16:34 [2021-12-03T18:16:34.108Z] === RUN   TestDaemonProxy
18:16:34 [2021-12-03T18:16:34.108Z]     daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows
18:16:34 [2021-12-03T18:16:34.108Z] --- SKIP: TestDaemonProxy (0.00s)
18:16:34 [2021-12-03T18:16:34.108Z] PASS
18:16:34 [2021-12-03T18:16:34.108Z] ok  	github.com/docker/docker/integration/daemon	0.082s
18:16:34 [2021-12-03T18:16:34.108Z] 
18:16:34 [2021-12-03T18:16:34.108Z] === Skipped
18:16:34 [2021-12-03T18:16:34.108Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s)
18:16:34 [2021-12-03T18:16:34.108Z]     daemon_test.go:26: runtime.GOOS == "windows"
18:16:34 [2021-12-03T18:16:34.108Z] 
18:16:34 [2021-12-03T18:16:34.108Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s)
18:16:34 [2021-12-03T18:16:34.108Z]     daemon_test.go:45: runtime.GOOS == "windows"
18:16:34 [2021-12-03T18:16:34.108Z] 
18:16:34 [2021-12-03T18:16:34.108Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s)
18:16:34 [2021-12-03T18:16:34.108Z]     daemon_test.go:111: runtime.GOOS == "windows"
18:16:34 [2021-12-03T18:16:34.108Z] 
18:16:34 [2021-12-03T18:16:34.108Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s)
18:16:34 [2021-12-03T18:16:34.108Z]     daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows
18:16:34 [2021-12-03T18:16:34.108Z] 
18:16:34 [2021-12-03T18:16:34.108Z] DONE 4 tests, 4 skipped in 20.218s
18:16:34 [2021-12-03T18:16:34.108Z] Running D:\gopath\src\github.com\docker\docker\integration\image
18:16:34 [2021-12-03T18:16:34.584Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:16:34 [2021-12-03T18:16:34.584Z] INFO: Testing against a local daemon
18:16:34 [2021-12-03T18:16:34.584Z] === RUN   TestCommitInheritsEnv
18:16:34 [2021-12-03T18:16:34.584Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
18:16:34 [2021-12-03T18:16:34.584Z] --- SKIP: TestCommitInheritsEnv (0.00s)
18:16:34 [2021-12-03T18:16:34.584Z] === RUN   TestImportExtremelyLargeImageWorks
18:16:34 [2021-12-03T18:16:34.584Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
18:16:34 [2021-12-03T18:16:34.584Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
18:16:34 [2021-12-03T18:16:34.584Z] === RUN   TestImagesFilterMultiReference
18:16:34 [2021-12-03T18:16:34.584Z] --- PASS: TestImagesFilterMultiReference (0.08s)
18:16:34 [2021-12-03T18:16:34.584Z] === RUN   TestImagePullPlatformInvalid
18:16:34 [2021-12-03T18:16:34.584Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
18:16:34 [2021-12-03T18:16:34.584Z] === RUN   TestRemoveImageOrphaning
18:16:34 [2021-12-03T18:16:34.588Z] --- PASS: TestCreateServiceSysctls (3.05s)
18:16:34 [2021-12-03T18:16:34.588Z] === RUN   TestCreateServiceCapabilities
18:16:35 [2021-12-03T18:16:35.544Z] --- PASS: TestRemoveImageOrphaning (0.84s)
18:16:35 [2021-12-03T18:16:35.544Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:16:35 [2021-12-03T18:16:35.544Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
18:16:35 [2021-12-03T18:16:35.544Z] === RUN   TestTagInvalidReference
18:16:35 [2021-12-03T18:16:35.544Z] --- PASS: TestTagInvalidReference (0.02s)
18:16:35 [2021-12-03T18:16:35.544Z] === RUN   TestTagValidPrefixedRepo
18:16:35 [2021-12-03T18:16:35.544Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
18:16:35 [2021-12-03T18:16:35.544Z] === RUN   TestTagExistedNameWithoutForce
18:16:35 [2021-12-03T18:16:35.544Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
18:16:35 [2021-12-03T18:16:35.544Z] === RUN   TestTagOfficialNames
18:16:35 [2021-12-03T18:16:35.544Z] --- PASS: TestTagOfficialNames (0.06s)
18:16:35 [2021-12-03T18:16:35.544Z] === RUN   TestTagMatchesDigest
18:16:35 [2021-12-03T18:16:35.922Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
18:16:35 [2021-12-03T18:16:35.923Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
18:16:35 [2021-12-03T18:16:35.923Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
18:16:35 [2021-12-03T18:16:35.923Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
18:16:35 [2021-12-03T18:16:35.923Z] === RUN   TestDockerSuite/TestBuildMaintainer
18:16:35 [2021-12-03T18:16:35.998Z] --- PASS: TestTagMatchesDigest (0.02s)
18:16:35 [2021-12-03T18:16:35.998Z] PASS
18:16:35 [2021-12-03T18:16:35.998Z] ok  	github.com/docker/docker/integration/image	1.201s
18:16:35 [2021-12-03T18:16:35.998Z] 
18:16:35 [2021-12-03T18:16:35.998Z] === Skipped
18:16:35 [2021-12-03T18:16:35.998Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
18:16:35 [2021-12-03T18:16:35.998Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
18:16:35 [2021-12-03T18:16:35.998Z] 
18:16:35 [2021-12-03T18:16:35.998Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
18:16:35 [2021-12-03T18:16:35.998Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
18:16:35 [2021-12-03T18:16:35.998Z] 
18:16:35 [2021-12-03T18:16:35.998Z] DONE 11 tests, 2 skipped in 2.675s
18:16:35 [2021-12-03T18:16:35.998Z] Running D:\gopath\src\github.com\docker\docker\integration\network
18:16:36 [2021-12-03T18:16:36.183Z] === RUN   TestDockerSuite/TestBuildMissingArgs
18:16:36 [2021-12-03T18:16:36.480Z] --- PASS: TestCreateServiceCapabilities (1.94s)
18:16:36 [2021-12-03T18:16:36.480Z] === RUN   TestInspect
18:16:37 [2021-12-03T18:16:37.524Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:16:37 [2021-12-03T18:16:37.525Z] INFO: Testing against a local daemon
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestNetworkCreateDelete
18:16:37 [2021-12-03T18:16:37.525Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestNetworkCreateDelete (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestDockerNetworkDeletePreferID
18:16:37 [2021-12-03T18:16:37.525Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestDaemonDNSFallback
18:16:37 [2021-12-03T18:16:37.525Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestDaemonDNSFallback (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestInspectNetwork
18:16:37 [2021-12-03T18:16:37.525Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestInspectNetwork (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestRunContainerWithBridgeNone
18:16:37 [2021-12-03T18:16:37.525Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestNetworkInvalidJSON
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestNetworkInvalidJSON//networks/create
18:16:37 [2021-12-03T18:16:37.525Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:16:37 [2021-12-03T18:16:37.525Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:37 [2021-12-03T18:16:37.525Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:37 [2021-12-03T18:16:37.525Z] === CONT  TestNetworkInvalidJSON//networks/create
18:16:37 [2021-12-03T18:16:37.525Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:37 [2021-12-03T18:16:37.525Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:16:37 [2021-12-03T18:16:37.525Z] --- PASS: TestNetworkInvalidJSON (0.03s)
18:16:37 [2021-12-03T18:16:37.525Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestNetworkList
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestNetworkList//networks
18:16:37 [2021-12-03T18:16:37.525Z] === PAUSE TestNetworkList//networks
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestNetworkList//networks/
18:16:37 [2021-12-03T18:16:37.525Z] === PAUSE TestNetworkList//networks/
18:16:37 [2021-12-03T18:16:37.525Z] === CONT  TestNetworkList//networks
18:16:37 [2021-12-03T18:16:37.525Z] === CONT  TestNetworkList//networks/
18:16:37 [2021-12-03T18:16:37.525Z] --- PASS: TestNetworkList (0.03s)
18:16:37 [2021-12-03T18:16:37.525Z]     --- PASS: TestNetworkList//networks/ (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z]     --- PASS: TestNetworkList//networks (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestHostIPv4BridgeLabel
18:16:37 [2021-12-03T18:16:37.525Z]     network_test.go:128: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestDaemonRestartWithLiveRestore
18:16:37 [2021-12-03T18:16:37.525Z]     service_test.go:30: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestDaemonDefaultNetworkPools
18:16:37 [2021-12-03T18:16:37.525Z]     service_test.go:59: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestDaemonRestartWithExistingNetwork
18:16:37 [2021-12-03T18:16:37.525Z]     service_test.go:103: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:16:37 [2021-12-03T18:16:37.525Z]     service_test.go:137: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:16:37 [2021-12-03T18:16:37.525Z]     service_test.go:188: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestServiceWithPredefinedNetwork
18:16:37 [2021-12-03T18:16:37.525Z]     service_test.go:213: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:16:37 [2021-12-03T18:16:37.525Z]     service_test.go:243: FLAKY_TEST
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestServiceWithDataPathPortInit
18:16:37 [2021-12-03T18:16:37.525Z]     service_test.go:334: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:16:37 [2021-12-03T18:16:37.525Z]     service_test.go:402: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.525Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
18:16:37 [2021-12-03T18:16:37.525Z] PASS
18:16:37 [2021-12-03T18:16:37.525Z] ok  	github.com/docker/docker/integration/network	0.126s
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === Skipped
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     network_test.go:128: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     service_test.go:30: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     service_test.go:59: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     service_test.go:103: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     service_test.go:137: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     service_test.go:188: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     service_test.go:213: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:16:37 [2021-12-03T18:16:37.980Z]     service_test.go:243: FLAKY_TEST
18:16:37 [2021-12-03T18:16:37.980Z] 
18:16:37 [2021-12-03T18:16:37.980Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
18:16:37 [2021-12-03T18:16:37.981Z]     service_test.go:334: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.981Z] 
18:16:37 [2021-12-03T18:16:37.981Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
18:16:37 [2021-12-03T18:16:37.981Z]     service_test.go:402: testEnv.OSType == "windows"
18:16:37 [2021-12-03T18:16:37.981Z] 
18:16:37 [2021-12-03T18:16:37.981Z] DONE 22 tests, 15 skipped in 1.750s
18:16:37 [2021-12-03T18:16:37.981Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
18:16:38 [2021-12-03T18:16:38.374Z] --- PASS: TestInspect (2.26s)
18:16:38 [2021-12-03T18:16:38.374Z] === RUN   TestCreateJob
18:16:38 [2021-12-03T18:16:38.436Z] testing: warning: no tests to run
18:16:38 [2021-12-03T18:16:38.436Z] PASS
18:16:38 [2021-12-03T18:16:38.436Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.049s
18:16:38 [2021-12-03T18:16:38.436Z] 
18:16:38 [2021-12-03T18:16:38.436Z] DONE 0 tests in 0.534s
18:16:38 [2021-12-03T18:16:38.436Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
18:16:38 [2021-12-03T18:16:38.718Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
18:16:38 [2021-12-03T18:16:38.891Z] testing: warning: no tests to run
18:16:38 [2021-12-03T18:16:38.891Z] PASS
18:16:38 [2021-12-03T18:16:38.891Z] ok  	github.com/docker/docker/integration/network/macvlan	0.055s
18:16:38 [2021-12-03T18:16:38.891Z] 
18:16:38 [2021-12-03T18:16:38.891Z] DONE 0 tests in 0.577s
18:16:38 [2021-12-03T18:16:38.891Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
18:16:39 [2021-12-03T18:16:39.656Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
18:16:39 [2021-12-03T18:16:39.850Z] testing: warning: no tests to run
18:16:39 [2021-12-03T18:16:39.850Z] PASS
18:16:39 [2021-12-03T18:16:39.850Z] ok  	github.com/docker/docker/integration/plugin	0.044s
18:16:39 [2021-12-03T18:16:39.850Z] 
18:16:39 [2021-12-03T18:16:39.850Z] DONE 0 tests in 0.560s
18:16:39 [2021-12-03T18:16:39.850Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
18:16:40 [2021-12-03T18:16:40.305Z] testing: warning: no tests to run
18:16:40 [2021-12-03T18:16:40.305Z] PASS
18:16:40 [2021-12-03T18:16:40.305Z] ok  	github.com/docker/docker/integration/plugin/authz	0.049s
18:16:40 [2021-12-03T18:16:40.305Z] 
18:16:40 [2021-12-03T18:16:40.305Z] DONE 0 tests in 0.532s
18:16:40 [2021-12-03T18:16:40.305Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
18:16:40 [2021-12-03T18:16:40.892Z] --- PASS: TestCreateJob (2.55s)
18:16:40 [2021-12-03T18:16:40.892Z] === RUN   TestReplicatedJob
18:16:42 [2021-12-03T18:16:42.941Z] --- PASS: TestImportExtremelyLargeImageWorks (177.70s)
18:16:42 [2021-12-03T18:16:42.941Z] PASS
18:16:42 [2021-12-03T18:16:42.941Z] 
18:16:42 [2021-12-03T18:16:42.941Z] DONE 12 tests in 180.862s
18:16:42 [2021-12-03T18:16:42.941Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
18:16:42 [2021-12-03T18:16:42.941Z] ++ 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
18:16:42 [2021-12-03T18:16:42.941Z] ++ set -e
18:16:42 [2021-12-03T18:16:42.941Z] ++ '[' -n 0 ']'
18:16:42 [2021-12-03T18:16:42.941Z] ++ set -x
18:16:42 [2021-12-03T18:16:42.941Z] ++ env -i DEST=/go/src/github.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
18:16:42 [2021-12-03T18:16:42.941Z] INFO: Testing against a local daemon
18:16:42 [2021-12-03T18:16:42.941Z] === RUN   TestNetworkCreateDelete
18:16:42 [2021-12-03T18:16:42.941Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
18:16:42 [2021-12-03T18:16:42.941Z] --- PASS: TestNetworkCreateDelete (0.20s)
18:16:42 [2021-12-03T18:16:42.941Z] === RUN   TestDockerNetworkDeletePreferID
18:16:43 [2021-12-03T18:16:43.199Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
18:16:43 [2021-12-03T18:16:43.199Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s)
18:16:43 [2021-12-03T18:16:43.199Z] === RUN   TestDaemonDNSFallback
18:16:43 [2021-12-03T18:16:43.458Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
18:16:43 [2021-12-03T18:16:43.458Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
18:16:44 [2021-12-03T18:16:44.392Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
18:16:44 [2021-12-03T18:16:44.994Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:16:44 [2021-12-03T18:16:44.994Z] INFO: Testing against a local daemon
18:16:44 [2021-12-03T18:16:44.994Z] === RUN   TestPluginInvalidJSON
18:16:44 [2021-12-03T18:16:44.994Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:16:44 [2021-12-03T18:16:44.994Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:16:44 [2021-12-03T18:16:44.994Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:16:44 [2021-12-03T18:16:44.994Z] --- PASS: TestPluginInvalidJSON (0.03s)
18:16:44 [2021-12-03T18:16:44.994Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
18:16:44 [2021-12-03T18:16:44.994Z] === RUN   TestPluginInstall
18:16:44 [2021-12-03T18:16:44.994Z]     plugin_test.go:63: testEnv.OSType == "windows"
18:16:44 [2021-12-03T18:16:44.994Z] --- SKIP: TestPluginInstall (0.00s)
18:16:44 [2021-12-03T18:16:44.994Z] === RUN   TestPluginsWithRuntimes
18:16:44 [2021-12-03T18:16:44.994Z]     plugin_test.go:172: testEnv.OSType == "windows"
18:16:44 [2021-12-03T18:16:44.994Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
18:16:44 [2021-12-03T18:16:44.994Z] === RUN   TestPluginBackCompatMediaTypes
18:16:44 [2021-12-03T18:16:44.994Z]     plugin_test.go:234: testEnv.OSType == "windows"
18:16:44 [2021-12-03T18:16:44.994Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
18:16:44 [2021-12-03T18:16:44.994Z] PASS
18:16:44 [2021-12-03T18:16:44.994Z] ok  	github.com/docker/docker/integration/plugin/common	0.084s
18:16:44 [2021-12-03T18:16:44.994Z] 
18:16:44 [2021-12-03T18:16:44.994Z] === Skipped
18:16:44 [2021-12-03T18:16:44.994Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
18:16:44 [2021-12-03T18:16:44.994Z]     plugin_test.go:63: testEnv.OSType == "windows"
18:16:44 [2021-12-03T18:16:44.994Z] 
18:16:44 [2021-12-03T18:16:44.994Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
18:16:44 [2021-12-03T18:16:44.994Z]     plugin_test.go:172: testEnv.OSType == "windows"
18:16:44 [2021-12-03T18:16:44.994Z] 
18:16:44 [2021-12-03T18:16:44.994Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
18:16:44 [2021-12-03T18:16:44.994Z]     plugin_test.go:234: testEnv.OSType == "windows"
18:16:44 [2021-12-03T18:16:44.994Z] 
18:16:44 [2021-12-03T18:16:44.994Z] DONE 5 tests, 3 skipped in 4.075s
18:16:44 [2021-12-03T18:16:44.994Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
18:16:45 [2021-12-03T18:16:45.066Z] --- PASS: TestReplicatedJob (3.93s)
18:16:45 [2021-12-03T18:16:45.066Z] === RUN   TestUpdateReplicatedJob
18:16:47 [2021-12-03T18:16:47.205Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:16:47 [2021-12-03T18:16:47.205Z] INFO: Testing against a local daemon
18:16:47 [2021-12-03T18:16:47.205Z] === RUN   TestExternalGraphDriver
18:16:47 [2021-12-03T18:16:47.205Z]     external_test.go:47: runtime.GOOS == "windows"
18:16:47 [2021-12-03T18:16:47.205Z] --- SKIP: TestExternalGraphDriver (0.00s)
18:16:47 [2021-12-03T18:16:47.205Z] === RUN   TestGraphdriverPluginV2
18:16:47 [2021-12-03T18:16:47.205Z]     external_test.go:407: runtime.GOOS == "windows"
18:16:47 [2021-12-03T18:16:47.205Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
18:16:47 [2021-12-03T18:16:47.205Z] PASS
18:16:47 [2021-12-03T18:16:47.205Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.071s
18:16:47 [2021-12-03T18:16:47.205Z] 
18:16:47 [2021-12-03T18:16:47.205Z] === Skipped
18:16:47 [2021-12-03T18:16:47.205Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
18:16:47 [2021-12-03T18:16:47.205Z]     external_test.go:47: runtime.GOOS == "windows"
18:16:47 [2021-12-03T18:16:47.205Z] 
18:16:47 [2021-12-03T18:16:47.205Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
18:16:47 [2021-12-03T18:16:47.205Z]     external_test.go:407: runtime.GOOS == "windows"
18:16:47 [2021-12-03T18:16:47.205Z] 
18:16:47 [2021-12-03T18:16:47.205Z] DONE 2 tests, 2 skipped in 2.598s
18:16:47 [2021-12-03T18:16:47.205Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
18:16:47 [2021-12-03T18:16:47.584Z] --- PASS: TestUpdateReplicatedJob (2.51s)
18:16:47 [2021-12-03T18:16:47.584Z] === RUN   TestServiceListWithStatuses
18:16:47 [2021-12-03T18:16:47.584Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:16:47 [2021-12-03T18:16:47.584Z] --- SKIP: TestServiceListWithStatuses (0.00s)
18:16:47 [2021-12-03T18:16:47.584Z] === RUN   TestDockerNetworkConnectAlias
18:16:48 [2021-12-03T18:16:48.767Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:16:48 [2021-12-03T18:16:48.768Z] INFO: Testing against a local daemon
18:16:48 [2021-12-03T18:16:48.768Z] === RUN   TestReadPluginNoRead
18:16:48 [2021-12-03T18:16:48.768Z]     read_test.go:21: no unix domain sockets on Windows
18:16:48 [2021-12-03T18:16:48.768Z] --- SKIP: TestReadPluginNoRead (0.00s)
18:16:48 [2021-12-03T18:16:48.768Z] PASS
18:16:48 [2021-12-03T18:16:48.768Z] ok  	github.com/docker/docker/integration/plugin/logging	0.065s
18:16:48 [2021-12-03T18:16:48.768Z] 
18:16:48 [2021-12-03T18:16:48.768Z] === Skipped
18:16:48 [2021-12-03T18:16:48.768Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
18:16:48 [2021-12-03T18:16:48.768Z]     read_test.go:21: no unix domain sockets on Windows
18:16:48 [2021-12-03T18:16:48.768Z] 
18:16:48 [2021-12-03T18:16:48.768Z] DONE 1 tests, 1 skipped in 1.657s
18:16:48 [2021-12-03T18:16:48.768Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
18:16:49 [2021-12-03T18:16:49.751Z] testing: warning: no tests to run
18:16:49 [2021-12-03T18:16:49.751Z] PASS
18:16:49 [2021-12-03T18:16:49.751Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.051s
18:16:49 [2021-12-03T18:16:49.751Z] 
18:16:49 [2021-12-03T18:16:49.751Z] DONE 0 tests in 0.835s
18:16:49 [2021-12-03T18:16:49.751Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
18:16:50 [2021-12-03T18:16:50.951Z] --- PASS: TestDaemonDNSFallback (6.89s)
18:16:50 [2021-12-03T18:16:50.957Z] === RUN   TestInspectNetwork
18:16:50 [2021-12-03T18:16:50.957Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
18:16:51 [2021-12-03T18:16:51.753Z] --- PASS: TestDockerNetworkConnectAlias (3.84s)
18:16:51 [2021-12-03T18:16:51.753Z] === RUN   TestDockerNetworkReConnect
18:16:51 [2021-12-03T18:16:51.993Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:16:51 [2021-12-03T18:16:51.993Z] INFO: Testing against a local daemon
18:16:51 [2021-12-03T18:16:51.993Z] === RUN   TestPluginWithDevMounts
18:16:51 [2021-12-03T18:16:51.993Z]     mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows"
18:16:51 [2021-12-03T18:16:51.993Z] --- SKIP: TestPluginWithDevMounts (0.00s)
18:16:51 [2021-12-03T18:16:51.993Z] PASS
18:16:51 [2021-12-03T18:16:51.993Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.063s
18:16:51 [2021-12-03T18:16:51.993Z] 
18:16:51 [2021-12-03T18:16:51.993Z] === Skipped
18:16:51 [2021-12-03T18:16:51.994Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
18:16:51 [2021-12-03T18:16:51.994Z]     mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows"
18:16:51 [2021-12-03T18:16:51.994Z] 
18:16:51 [2021-12-03T18:16:51.994Z] DONE 1 tests, 1 skipped in 2.092s
18:16:51 [2021-12-03T18:16:51.994Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
18:16:53 [2021-12-03T18:16:53.487Z] === RUN   TestInspectNetwork/full_network_id
18:16:53 [2021-12-03T18:16:53.487Z] === RUN   TestInspectNetwork/partial_network_id
18:16:53 [2021-12-03T18:16:53.487Z] === RUN   TestInspectNetwork/network_name
18:16:53 [2021-12-03T18:16:53.487Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
18:16:53 [2021-12-03T18:16:53.487Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
18:16:53 [2021-12-03T18:16:53.566Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:16:53 [2021-12-03T18:16:53.566Z] INFO: Testing against a local daemon
18:16:53 [2021-12-03T18:16:53.566Z] === RUN   TestSecretInspect
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
18:16:53 [2021-12-03T18:16:53.566Z] --- SKIP: TestSecretInspect (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z] === RUN   TestSecretList
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
18:16:53 [2021-12-03T18:16:53.566Z] --- SKIP: TestSecretList (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z] === RUN   TestSecretsCreateAndDelete
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
18:16:53 [2021-12-03T18:16:53.566Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z] === RUN   TestSecretsUpdate
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
18:16:53 [2021-12-03T18:16:53.566Z] --- SKIP: TestSecretsUpdate (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z] === RUN   TestTemplatedSecret
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
18:16:53 [2021-12-03T18:16:53.566Z] --- SKIP: TestTemplatedSecret (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z] === RUN   TestSecretCreateResolve
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
18:16:53 [2021-12-03T18:16:53.566Z] --- SKIP: TestSecretCreateResolve (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z] PASS
18:16:53 [2021-12-03T18:16:53.566Z] ok  	github.com/docker/docker/integration/secret	0.061s
18:16:53 [2021-12-03T18:16:53.566Z] 
18:16:53 [2021-12-03T18:16:53.566Z] === Skipped
18:16:53 [2021-12-03T18:16:53.566Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
18:16:53 [2021-12-03T18:16:53.566Z] 
18:16:53 [2021-12-03T18:16:53.566Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
18:16:53 [2021-12-03T18:16:53.566Z] 
18:16:53 [2021-12-03T18:16:53.566Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
18:16:53 [2021-12-03T18:16:53.566Z] 
18:16:53 [2021-12-03T18:16:53.566Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
18:16:53 [2021-12-03T18:16:53.566Z] 
18:16:53 [2021-12-03T18:16:53.566Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
18:16:53 [2021-12-03T18:16:53.566Z] 
18:16:53 [2021-12-03T18:16:53.566Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
18:16:53 [2021-12-03T18:16:53.566Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
18:16:53 [2021-12-03T18:16:53.566Z] 
18:16:53 [2021-12-03T18:16:53.566Z] DONE 6 tests, 6 skipped in 1.743s
18:16:54 [2021-12-03T18:16:54.034Z] Running D:\gopath\src\github.com\docker\docker\integration\service
18:16:54 [2021-12-03T18:16:54.054Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
18:16:54 [2021-12-03T18:16:54.271Z] --- PASS: TestDockerNetworkReConnect (2.80s)
18:16:54 [2021-12-03T18:16:54.271Z] === RUN   TestServicePlugin
18:16:54 [2021-12-03T18:16:54.271Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:16:54 [2021-12-03T18:16:54.271Z] --- SKIP: TestServicePlugin (0.00s)
18:16:54 [2021-12-03T18:16:54.271Z] === RUN   TestServiceUpdateLabel
18:16:55 [2021-12-03T18:16:55.428Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
18:16:55 [2021-12-03T18:16:55.429Z]     docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows
18:16:55 [2021-12-03T18:16:55.429Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
18:16:55 [2021-12-03T18:16:55.620Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:16:55 [2021-12-03T18:16:55.620Z] INFO: Testing against a local daemon
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestServiceCreateInit
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:16:55 [2021-12-03T18:16:55.620Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:16:55 [2021-12-03T18:16:55.620Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- PASS: TestServiceCreateInit (0.03s)
18:16:55 [2021-12-03T18:16:55.620Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestCreateServiceMultipleTimes
18:16:55 [2021-12-03T18:16:55.620Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestCreateServiceConflict
18:16:55 [2021-12-03T18:16:55.620Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestCreateServiceConflict (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestCreateServiceMaxReplicas
18:16:55 [2021-12-03T18:16:55.620Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestCreateWithDuplicateNetworkNames
18:16:55 [2021-12-03T18:16:55.620Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestCreateServiceSecretFileMode
18:16:55 [2021-12-03T18:16:55.620Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestCreateServiceConfigFileMode
18:16:55 [2021-12-03T18:16:55.620Z]     create_test.go:305: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestCreateServiceSysctls
18:16:55 [2021-12-03T18:16:55.620Z]     create_test.go:390: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestCreateServiceSysctls (0.02s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestCreateServiceCapabilities
18:16:55 [2021-12-03T18:16:55.620Z]     create_test.go:474: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestInspect
18:16:55 [2021-12-03T18:16:55.620Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestInspect (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestCreateJob
18:16:55 [2021-12-03T18:16:55.620Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestCreateJob (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestReplicatedJob
18:16:55 [2021-12-03T18:16:55.620Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestReplicatedJob (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestUpdateReplicatedJob
18:16:55 [2021-12-03T18:16:55.620Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestServiceListWithStatuses
18:16:55 [2021-12-03T18:16:55.620Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestServiceListWithStatuses (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestDockerNetworkConnectAlias
18:16:55 [2021-12-03T18:16:55.620Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestDockerNetworkReConnect
18:16:55 [2021-12-03T18:16:55.620Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestServicePlugin
18:16:55 [2021-12-03T18:16:55.620Z]     plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestServicePlugin (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestServiceUpdateLabel
18:16:55 [2021-12-03T18:16:55.620Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestServiceUpdateLabel (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestServiceUpdateSecrets
18:16:55 [2021-12-03T18:16:55.620Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestServiceUpdateConfigs
18:16:55 [2021-12-03T18:16:55.620Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestServiceUpdateNetwork
18:16:55 [2021-12-03T18:16:55.620Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] === RUN   TestServiceUpdatePidsLimit
18:16:55 [2021-12-03T18:16:55.620Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
18:16:55 [2021-12-03T18:16:55.620Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
18:16:55 [2021-12-03T18:16:55.620Z] PASS
18:16:55 [2021-12-03T18:16:55.620Z] ok  	github.com/docker/docker/integration/service	0.166s
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === Skipped
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
18:16:56 [2021-12-03T18:16:56.089Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     create_test.go:305: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s)
18:16:56 [2021-12-03T18:16:56.089Z]     create_test.go:390: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s)
18:16:56 [2021-12-03T18:16:56.089Z]     create_test.go:474: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
18:16:56 [2021-12-03T18:16:56.089Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
18:16:56 [2021-12-03T18:16:56.089Z] 
18:16:56 [2021-12-03T18:16:56.089Z] DONE 24 tests, 23 skipped in 2.060s
18:16:56 [2021-12-03T18:16:56.089Z] Running D:\gopath\src\github.com\docker\docker\integration\session
18:16:56 [2021-12-03T18:16:56.161Z] --- PASS: TestServiceUpdateLabel (2.10s)
18:16:56 [2021-12-03T18:16:56.161Z] === RUN   TestServiceUpdateSecrets
18:16:57 [2021-12-03T18:16:57.073Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:16:57 [2021-12-03T18:16:57.073Z] INFO: Testing against a local daemon
18:16:57 [2021-12-03T18:16:57.073Z] === RUN   TestSessionCreate
18:16:57 [2021-12-03T18:16:57.073Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
18:16:57 [2021-12-03T18:16:57.073Z] --- SKIP: TestSessionCreate (0.00s)
18:16:57 [2021-12-03T18:16:57.073Z] === RUN   TestSessionCreateWithBadUpgrade
18:16:57 [2021-12-03T18:16:57.073Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
18:16:57 [2021-12-03T18:16:57.073Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
18:16:57 [2021-12-03T18:16:57.073Z] PASS
18:16:57 [2021-12-03T18:16:57.073Z] ok  	github.com/docker/docker/integration/session	0.059s
18:16:57 [2021-12-03T18:16:57.540Z] 
18:16:57 [2021-12-03T18:16:57.540Z] === Skipped
18:16:57 [2021-12-03T18:16:57.540Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
18:16:57 [2021-12-03T18:16:57.540Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
18:16:57 [2021-12-03T18:16:57.540Z] 
18:16:57 [2021-12-03T18:16:57.540Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
18:16:57 [2021-12-03T18:16:57.540Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
18:16:57 [2021-12-03T18:16:57.540Z] 
18:16:57 [2021-12-03T18:16:57.540Z] DONE 2 tests, 2 skipped in 1.398s
18:16:57 [2021-12-03T18:16:57.540Z] Running D:\gopath\src\github.com\docker\docker\integration\system
18:16:57 [2021-12-03T18:16:57.958Z] --- PASS: TestInspectNetwork (7.49s)
18:16:57 [2021-12-03T18:16:57.958Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
18:16:57 [2021-12-03T18:16:57.958Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
18:16:57 [2021-12-03T18:16:57.958Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
18:16:57 [2021-12-03T18:16:57.958Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
18:16:57 [2021-12-03T18:16:57.958Z] === RUN   TestRunContainerWithBridgeNone
18:16:58 [2021-12-03T18:16:58.894Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
18:16:59 [2021-12-03T18:16:59.124Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:16:59 [2021-12-03T18:16:59.124Z] INFO: Testing against a local daemon
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:16:59 [2021-12-03T18:16:59.124Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
18:16:59 [2021-12-03T18:16:59.124Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestDiskUsage
18:16:59 [2021-12-03T18:16:59.124Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
18:16:59 [2021-12-03T18:16:59.124Z] --- SKIP: TestDiskUsage (0.00s)
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestEventsExecDie
18:16:59 [2021-12-03T18:16:59.124Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
18:16:59 [2021-12-03T18:16:59.124Z] --- SKIP: TestEventsExecDie (0.00s)
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestEventsBackwardsCompatible
18:16:59 [2021-12-03T18:16:59.124Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
18:16:59 [2021-12-03T18:16:59.124Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestEventsVolumeCreate
18:16:59 [2021-12-03T18:16:59.124Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
18:16:59 [2021-12-03T18:16:59.124Z] --- SKIP: TestEventsVolumeCreate (0.00s)
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestInfoAPI
18:16:59 [2021-12-03T18:16:59.124Z] --- PASS: TestInfoAPI (0.04s)
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestInfoAPIWarnings
18:16:59 [2021-12-03T18:16:59.124Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
18:16:59 [2021-12-03T18:16:59.124Z] --- SKIP: TestInfoAPIWarnings (0.00s)
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestInfoDebug
18:16:59 [2021-12-03T18:16:59.124Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:16:59 [2021-12-03T18:16:59.124Z] --- SKIP: TestInfoDebug (0.00s)
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestInfoInsecureRegistries
18:16:59 [2021-12-03T18:16:59.124Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:16:59 [2021-12-03T18:16:59.124Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestInfoRegistryMirrors
18:16:59 [2021-12-03T18:16:59.124Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:16:59 [2021-12-03T18:16:59.124Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
18:16:59 [2021-12-03T18:16:59.124Z] === RUN   TestLoginFailsWithBadCredentials
18:16:59 [2021-12-03T18:16:59.152Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
18:16:59 [2021-12-03T18:16:59.719Z] --- PASS: TestRunContainerWithBridgeNone (2.05s)
18:16:59 [2021-12-03T18:16:59.719Z] === RUN   TestNetworkInvalidJSON
18:16:59 [2021-12-03T18:16:59.719Z] === RUN   TestNetworkInvalidJSON//networks/create
18:16:59 [2021-12-03T18:16:59.719Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:16:59 [2021-12-03T18:16:59.719Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:16:59 [2021-12-03T18:16:59.719Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:16:59 [2021-12-03T18:16:59.719Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:59 [2021-12-03T18:16:59.719Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:59 [2021-12-03T18:16:59.719Z] === CONT  TestNetworkInvalidJSON//networks/create
18:16:59 [2021-12-03T18:16:59.719Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:59 [2021-12-03T18:16:59.719Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:16:59 [2021-12-03T18:16:59.719Z] --- PASS: TestNetworkInvalidJSON (0.02s)
18:16:59 [2021-12-03T18:16:59.719Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
18:16:59 [2021-12-03T18:16:59.719Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
18:16:59 [2021-12-03T18:16:59.719Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
18:16:59 [2021-12-03T18:16:59.719Z] === RUN   TestNetworkList
18:16:59 [2021-12-03T18:16:59.719Z] === RUN   TestNetworkList//networks
18:16:59 [2021-12-03T18:16:59.719Z] === PAUSE TestNetworkList//networks
18:16:59 [2021-12-03T18:16:59.719Z] === RUN   TestNetworkList//networks/
18:16:59 [2021-12-03T18:16:59.719Z] === PAUSE TestNetworkList//networks/
18:16:59 [2021-12-03T18:16:59.719Z] === CONT  TestNetworkList//networks
18:16:59 [2021-12-03T18:16:59.719Z] === CONT  TestNetworkList//networks/
18:16:59 [2021-12-03T18:16:59.719Z] --- PASS: TestNetworkList (0.02s)
18:16:59 [2021-12-03T18:16:59.719Z]     --- PASS: TestNetworkList//networks/ (0.00s)
18:16:59 [2021-12-03T18:16:59.719Z]     --- PASS: TestNetworkList//networks (0.00s)
18:16:59 [2021-12-03T18:16:59.719Z] === RUN   TestHostIPv4BridgeLabel
18:17:00 [2021-12-03T18:17:00.108Z] --- PASS: TestLoginFailsWithBadCredentials (0.95s)
18:17:00 [2021-12-03T18:17:00.108Z] === RUN   TestPingCacheHeaders
18:17:00 [2021-12-03T18:17:00.108Z] --- PASS: TestPingCacheHeaders (0.02s)
18:17:00 [2021-12-03T18:17:00.108Z] === RUN   TestPingGet
18:17:00 [2021-12-03T18:17:00.108Z] --- PASS: TestPingGet (0.02s)
18:17:00 [2021-12-03T18:17:00.108Z] === RUN   TestPingHead
18:17:00 [2021-12-03T18:17:00.108Z] --- PASS: TestPingHead (0.03s)
18:17:00 [2021-12-03T18:17:00.108Z] === RUN   TestVersion
18:17:00 [2021-12-03T18:17:00.108Z] --- PASS: TestVersion (0.02s)
18:17:00 [2021-12-03T18:17:00.108Z] PASS
18:17:00 [2021-12-03T18:17:00.108Z] ok  	github.com/docker/docker/integration/system	1.131s
18:17:00 [2021-12-03T18:17:00.108Z] 
18:17:00 [2021-12-03T18:17:00.108Z] === Skipped
18:17:00 [2021-12-03T18:17:00.108Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:17:00 [2021-12-03T18:17:00.108Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
18:17:00 [2021-12-03T18:17:00.108Z] 
18:17:00 [2021-12-03T18:17:00.108Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s)
18:17:00 [2021-12-03T18:17:00.108Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
18:17:00 [2021-12-03T18:17:00.108Z] 
18:17:00 [2021-12-03T18:17:00.108Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
18:17:00 [2021-12-03T18:17:00.108Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
18:17:00 [2021-12-03T18:17:00.108Z] 
18:17:00 [2021-12-03T18:17:00.108Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
18:17:00 [2021-12-03T18:17:00.108Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
18:17:00 [2021-12-03T18:17:00.108Z] 
18:17:00 [2021-12-03T18:17:00.108Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s)
18:17:00 [2021-12-03T18:17:00.108Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
18:17:00 [2021-12-03T18:17:00.108Z] 
18:17:00 [2021-12-03T18:17:00.108Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
18:17:00 [2021-12-03T18:17:00.108Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
18:17:00 [2021-12-03T18:17:00.108Z] 
18:17:00 [2021-12-03T18:17:00.108Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
18:17:00 [2021-12-03T18:17:00.108Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:17:00 [2021-12-03T18:17:00.108Z] 
18:17:00 [2021-12-03T18:17:00.108Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
18:17:00 [2021-12-03T18:17:00.108Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:17:00 [2021-12-03T18:17:00.108Z] 
18:17:00 [2021-12-03T18:17:00.108Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
18:17:00 [2021-12-03T18:17:00.108Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:17:00 [2021-12-03T18:17:00.108Z] 
18:17:00 [2021-12-03T18:17:00.108Z] DONE 15 tests, 9 skipped in 2.689s
18:17:00 [2021-12-03T18:17:00.108Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
18:17:00 [2021-12-03T18:17:00.286Z] --- PASS: TestHostIPv4BridgeLabel (0.61s)
18:17:00 [2021-12-03T18:17:00.286Z] === RUN   TestDaemonRestartWithLiveRestore
18:17:00 [2021-12-03T18:17:00.544Z] === RUN   TestDockerSuite/TestBuildMultipleTags
18:17:00 [2021-12-03T18:17:00.805Z] === RUN   TestDockerSuite/TestBuildNetContainer
18:17:01 [2021-12-03T18:17:01.371Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
18:17:01 [2021-12-03T18:17:01.371Z] === RUN   TestDaemonDefaultNetworkPools
18:17:01 [2021-12-03T18:17:01.669Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:17:01 [2021-12-03T18:17:01.669Z] INFO: Testing against a local daemon
18:17:01 [2021-12-03T18:17:01.669Z] === RUN   TestVolumesCreateAndList
18:17:01 [2021-12-03T18:17:01.669Z] --- PASS: TestVolumesCreateAndList (0.05s)
18:17:01 [2021-12-03T18:17:01.669Z] === RUN   TestVolumesRemove
18:17:01 [2021-12-03T18:17:01.669Z] --- PASS: TestVolumesRemove (0.11s)
18:17:01 [2021-12-03T18:17:01.669Z] === RUN   TestVolumesInspect
18:17:01 [2021-12-03T18:17:01.669Z] --- PASS: TestVolumesInspect (0.03s)
18:17:01 [2021-12-03T18:17:01.669Z] === RUN   TestVolumesInvalidJSON
18:17:01 [2021-12-03T18:17:01.669Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:17:01 [2021-12-03T18:17:01.669Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:17:01 [2021-12-03T18:17:01.669Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:17:01 [2021-12-03T18:17:01.669Z] --- PASS: TestVolumesInvalidJSON (0.02s)
18:17:01 [2021-12-03T18:17:01.669Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:17:01 [2021-12-03T18:17:01.669Z] PASS
18:17:01 [2021-12-03T18:17:01.669Z] ok  	github.com/docker/docker/integration/volume	0.247s
18:17:02 [2021-12-03T18:17:02.136Z] 
18:17:02 [2021-12-03T18:17:02.136Z] DONE 5 tests in 1.742s
18:17:02 [2021-12-03T18:17:02.136Z] INFO: make.ps1 ended at 12/03/2021 18:17:01
18:17:02 [2021-12-03T18:17:02.136Z] INFO: Integration CLI tests being run from the host:
18:17:02 [2021-12-03T18:17:02.136Z] 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" 
18:17:02 [2021-12-03T18:17:02.304Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s)
18:17:02 [2021-12-03T18:17:02.315Z] === RUN   TestDaemonRestartWithExistingNetwork
18:17:02 [2021-12-03T18:17:02.315Z] === RUN   TestDockerSuite/TestBuildNetNone
18:17:02 [2021-12-03T18:17:02.882Z] === RUN   TestDockerSuite/TestBuildNoContext
18:17:03 [2021-12-03T18:17:03.449Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s)
18:17:03 [2021-12-03T18:17:03.449Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:17:03 [2021-12-03T18:17:03.449Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
18:17:04 [2021-12-03T18:17:04.385Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
18:17:04 [2021-12-03T18:17:04.644Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s)
18:17:04 [2021-12-03T18:17:04.644Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:17:05 [2021-12-03T18:17:05.212Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
18:17:05 [2021-12-03T18:17:05.212Z] === RUN   TestServiceWithPredefinedNetwork
18:17:05 [2021-12-03T18:17:05.471Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
18:17:05 [2021-12-03T18:17:05.729Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
18:17:05 [2021-12-03T18:17:05.729Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
18:17:05 [2021-12-03T18:17:05.988Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
18:17:06 [2021-12-03T18:17:06.247Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
18:17:06 [2021-12-03T18:17:06.814Z] === RUN   TestDockerSuite/TestBuildOnBuild
18:17:08 [2021-12-03T18:17:08.189Z] --- PASS: TestServiceWithPredefinedNetwork (2.78s)
18:17:08 [2021-12-03T18:17:08.189Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:17:08 [2021-12-03T18:17:08.189Z]     service_test.go:243: FLAKY_TEST
18:17:08 [2021-12-03T18:17:08.189Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:17:08 [2021-12-03T18:17:08.189Z] === RUN   TestServiceWithDataPathPortInit
18:17:08 [2021-12-03T18:17:08.447Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
18:17:09 [2021-12-03T18:17:09.014Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
18:17:10 [2021-12-03T18:17:10.835Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
18:17:10 [2021-12-03T18:17:10.836Z] INFO: Testing against a local daemon
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
18:17:10 [2021-12-03T18:17:10.836Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite/TestAPIErrorJSON
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
18:17:10 [2021-12-03T18:17:10.836Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite/TestAPIImagesDelete
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite/TestAPIImagesFilter
18:17:10 [2021-12-03T18:17:10.836Z] === RUN   TestDockerSuite/TestAPIImagesHistory
18:17:10 [2021-12-03T18:17:10.914Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
18:17:11 [2021-12-03T18:17:11.003Z] --- PASS: TestServiceUpdateSecrets (13.86s)
18:17:11 [2021-12-03T18:17:11.003Z] === RUN   TestServiceUpdateConfigs
18:17:11 [2021-12-03T18:17:11.303Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
18:17:11 [2021-12-03T18:17:11.303Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
18:17:11 [2021-12-03T18:17:11.848Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
18:17:13 [2021-12-03T18:17:13.223Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
18:17:14 [2021-12-03T18:17:14.157Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
18:17:14 [2021-12-03T18:17:14.724Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
18:17:14 [2021-12-03T18:17:14.982Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
18:17:17 [2021-12-03T18:17:17.514Z] === RUN   TestDockerSuite/TestBuildPATH
18:17:19 [2021-12-03T18:17:19.415Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
18:17:19 [2021-12-03T18:17:19.980Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
18:17:20 [2021-12-03T18:17:20.547Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
18:17:24 [2021-12-03T18:17:24.536Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev
18:17:24 [2021-12-03T18:17:24.537Z] Copying nested executables into bundles/cross/linux/amd64-daemon
18:17:24 [2021-12-03T18:17:24.537Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev
18:17:24 [2021-12-03T18:17:24.537Z] GOOS="linux" GOARCH="amd64" GOARM=""
18:17:24 [2021-12-03T18:17:24.537Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev
18:17:24 [2021-12-03T18:17:24.537Z] Cross building: bundles/cross/windows/amd64
18:17:24 [2021-12-03T18:17:24.537Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
18:17:24 [2021-12-03T18:17:24.537Z] GOOS="windows" GOARCH="amd64" GOARM=""
18:17:24 [2021-12-03T18:17:24.731Z] --- PASS: TestServiceWithDataPathPortInit (15.98s)
18:17:24 [2021-12-03T18:17:24.731Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:17:25 [2021-12-03T18:17:25.844Z] --- PASS: TestServiceUpdateConfigs (13.80s)
18:17:25 [2021-12-03T18:17:25.844Z] === RUN   TestServiceUpdateNetwork
18:17:27 [2021-12-03T18:17:27.356Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
18:17:27 [2021-12-03T18:17:27.356Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zmzq3k7tvngbyqgvjx5i9jud4 Created:2021-12-03 18:17:25.440512472 +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[e86ec0d668356b3c413b3af49a889e8a9f2d36c352ee7e1a968a3a1e729b826d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ju2od79925wedfcus1v5akrfw EndpointID:4a7146f002ad411bbedcb2ac018e00163cc515ba1fd9e7f8393bfdbad62d2130 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0c47c7957ad285b0c46c6b690a0e69dc5f24be96ec4f48cc84bd42dfbb20414a 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:8c25e06fe660 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ju2od79925wedfcus1v5akrfw EndpointID:4a7146f002ad411bbedcb2ac018e00163cc515ba1fd9e7f8393bfdbad62d2130 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
18:17:29 [2021-12-03T18:17:29.262Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
18:17:30 [2021-12-03T18:17:30.637Z] === RUN   TestDockerSuite/TestBuildRm
18:17:32 [2021-12-03T18:17:32.015Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.83s)
18:17:32 [2021-12-03T18:17:32.015Z] PASS
18:17:32 [2021-12-03T18:17:32.015Z] 
18:17:32 [2021-12-03T18:17:32.015Z] === Skipped
18:17:32 [2021-12-03T18:17:32.015Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:17:32 [2021-12-03T18:17:32.015Z]     service_test.go:243: FLAKY_TEST
18:17:32 [2021-12-03T18:17:32.015Z] 
18:17:32 [2021-12-03T18:17:32.015Z] DONE 26 tests, 1 skipped in 49.392s
18:17:32 [2021-12-03T18:17:32.015Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
18:17:32 [2021-12-03T18:17:32.015Z] ++ 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
18:17:32 [2021-12-03T18:17:32.015Z] ++ set -e
18:17:32 [2021-12-03T18:17:32.015Z] ++ '[' -n 0 ']'
18:17:32 [2021-12-03T18:17:32.015Z] ++ set -x
18:17:32 [2021-12-03T18:17:32.015Z] ++ env -i DEST=/go/src/github.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
18:17:32 [2021-12-03T18:17:32.015Z] INFO: Testing against a local daemon
18:17:32 [2021-12-03T18:17:32.015Z] === RUN   TestDockerNetworkIpvlanPersistance
18:17:32 [2021-12-03T18:17:32.015Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:32 [2021-12-03T18:17:32.015Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
18:17:32 [2021-12-03T18:17:32.015Z] === RUN   TestDockerNetworkIpvlan
18:17:32 [2021-12-03T18:17:32.015Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:32 [2021-12-03T18:17:32.015Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
18:17:32 [2021-12-03T18:17:32.015Z] PASS
18:17:32 [2021-12-03T18:17:32.015Z] 
18:17:32 [2021-12-03T18:17:32.015Z] === Skipped
18:17:32 [2021-12-03T18:17:32.015Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
18:17:32 [2021-12-03T18:17:32.015Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:32 [2021-12-03T18:17:32.015Z] 
18:17:32 [2021-12-03T18:17:32.015Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
18:17:32 [2021-12-03T18:17:32.015Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:32 [2021-12-03T18:17:32.015Z] 
18:17:32 [2021-12-03T18:17:32.015Z] DONE 2 tests, 2 skipped in 0.096s
18:17:32 [2021-12-03T18:17:32.015Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
18:17:32 [2021-12-03T18:17:32.015Z] ++ 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
18:17:32 [2021-12-03T18:17:32.015Z] ++ set -e
18:17:32 [2021-12-03T18:17:32.015Z] ++ '[' -n 0 ']'
18:17:32 [2021-12-03T18:17:32.015Z] ++ set -x
18:17:32 [2021-12-03T18:17:32.016Z] ++ env -i DEST=/go/src/github.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
18:17:32 [2021-12-03T18:17:32.016Z] INFO: Testing against a local daemon
18:17:32 [2021-12-03T18:17:32.016Z] === RUN   TestDockerNetworkMacvlanPersistance
18:17:32 [2021-12-03T18:17:32.582Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
18:17:33 [2021-12-03T18:17:33.151Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
18:17:33 [2021-12-03T18:17:33.730Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.55s)
18:17:33 [2021-12-03T18:17:33.730Z] === RUN   TestDockerNetworkMacvlan
18:17:33 [2021-12-03T18:17:33.989Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
18:17:34 [2021-12-03T18:17:34.555Z] === RUN   TestDockerNetworkMacvlan/Subinterface
18:17:35 [2021-12-03T18:17:35.121Z]     docker_api_swarm_test.go:304: [d39c7b63c87ec] joining swarm manager [deeefdd82adb9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:17:35 [2021-12-03T18:17:35.380Z] === RUN   TestDockerSuite/TestBuildScratchCopy
18:17:35 [2021-12-03T18:17:35.639Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
18:17:35 [2021-12-03T18:17:35.787Z] --- PASS: TestServiceUpdateNetwork (11.60s)
18:17:35 [2021-12-03T18:17:35.787Z] === RUN   TestServiceUpdatePidsLimit
18:17:35 [2021-12-03T18:17:35.897Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
18:17:36 [2021-12-03T18:17:36.349Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
18:17:36 [2021-12-03T18:17:36.463Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
18:17:36 [2021-12-03T18:17:36.463Z] === RUN   TestDockerNetworkMacvlan/NilParent
18:17:36 [2021-12-03T18:17:36.463Z]     docker_api_swarm_test.go:305: [d35afed390daa] joining swarm manager [deeefdd82adb9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:17:36 [2021-12-03T18:17:36.912Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
18:17:37 [2021-12-03T18:17:37.841Z]     docker_api_swarm_test.go:351: Waiting for election to occur...
18:17:37 [2021-12-03T18:17:37.844Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
18:17:38 [2021-12-03T18:17:38.780Z] === RUN   TestDockerSuite/TestBuildShellInherited
18:17:38 [2021-12-03T18:17:38.780Z] === RUN   TestDockerNetworkMacvlan/InternalMode
18:17:39 [2021-12-03T18:17:39.348Z] === RUN   TestDockerSuite/TestBuildShellMultiple
18:17:41 [2021-12-03T18:17:41.252Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
18:17:42 [2021-12-03T18:17:42.628Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
18:17:42 [2021-12-03T18:17:42.628Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
18:17:42 [2021-12-03T18:17:42.887Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
18:17:42 [2021-12-03T18:17:42.887Z]     docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows
18:17:42 [2021-12-03T18:17:42.887Z] === RUN   TestDockerSuite/TestBuildSpaces
18:17:43 [2021-12-03T18:17:43.145Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
18:17:44 [2021-12-03T18:17:44.079Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
18:17:44 [2021-12-03T18:17:44.338Z] === RUN   TestDockerSuite/TestBuildStderr
18:17:44 [2021-12-03T18:17:44.904Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
18:17:45 [2021-12-03T18:17:45.064Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
18:17:45 [2021-12-03T18:17:45.470Z] === RUN   TestDockerNetworkMacvlan/Addressing
18:17:46 [2021-12-03T18:17:46.403Z] --- PASS: TestDockerNetworkMacvlan (12.85s)
18:17:46 [2021-12-03T18:17:46.404Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
18:17:46 [2021-12-03T18:17:46.404Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
18:17:46 [2021-12-03T18:17:46.404Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.32s)
18:17:46 [2021-12-03T18:17:46.404Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.16s)
18:17:46 [2021-12-03T18:17:46.404Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.98s)
18:17:46 [2021-12-03T18:17:46.404Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.76s)
18:17:46 [2021-12-03T18:17:46.404Z] PASS
18:17:46 [2021-12-03T18:17:46.404Z] 
18:17:46 [2021-12-03T18:17:46.404Z] DONE 8 tests in 14.500s
18:17:46 [2021-12-03T18:17:46.404Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
18:17:46 [2021-12-03T18:17:46.404Z] ++ 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
18:17:46 [2021-12-03T18:17:46.404Z] ++ set -e
18:17:46 [2021-12-03T18:17:46.404Z] ++ '[' -n 0 ']'
18:17:46 [2021-12-03T18:17:46.404Z] ++ set -x
18:17:46 [2021-12-03T18:17:46.404Z] ++ env -i DEST=/go/src/github.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
18:17:46 [2021-12-03T18:17:46.404Z] testing: warning: no tests to run
18:17:46 [2021-12-03T18:17:46.404Z] PASS
18:17:46 [2021-12-03T18:17:46.404Z] 
18:17:46 [2021-12-03T18:17:46.404Z] DONE 0 tests in 0.024s
18:17:46 [2021-12-03T18:17:46.404Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
18:17:46 [2021-12-03T18:17:46.661Z] ++ 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
18:17:46 [2021-12-03T18:17:46.661Z] ++ set -e
18:17:46 [2021-12-03T18:17:46.661Z] ++ '[' -n 0 ']'
18:17:46 [2021-12-03T18:17:46.661Z] ++ set -x
18:17:46 [2021-12-03T18:17:46.661Z] ++ env -i DEST=/go/src/github.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
18:17:46 [2021-12-03T18:17:46.661Z] INFO: Testing against a local daemon
18:17:46 [2021-12-03T18:17:46.661Z] === RUN   TestAuthZPluginAllowRequest
18:17:48 [2021-12-03T18:17:48.035Z] --- PASS: TestAuthZPluginAllowRequest (1.45s)
18:17:48 [2021-12-03T18:17:48.035Z] === RUN   TestAuthZPluginTLS
18:17:48 [2021-12-03T18:17:48.604Z] === RUN   TestDockerSuite/TestBuildStopSignal
18:17:48 [2021-12-03T18:17:48.604Z] --- PASS: TestAuthZPluginTLS (0.55s)
18:17:48 [2021-12-03T18:17:48.604Z] === RUN   TestAuthZPluginDenyRequest
18:17:49 [2021-12-03T18:17:49.173Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
18:17:49 [2021-12-03T18:17:49.173Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
18:17:49 [2021-12-03T18:17:49.173Z] === RUN   TestAuthZPluginAPIDenyResponse
18:17:49 [2021-12-03T18:17:49.741Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
18:17:49 [2021-12-03T18:17:49.741Z] === RUN   TestAuthZPluginDenyResponse
18:17:49 [2021-12-03T18:17:49.999Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
18:17:50 [2021-12-03T18:17:50.258Z] === RUN   TestDockerSuite/TestBuildTagEvent
18:17:50 [2021-12-03T18:17:50.258Z] --- PASS: TestAuthZPluginDenyResponse (0.56s)
18:17:50 [2021-12-03T18:17:50.258Z] === RUN   TestAuthZPluginAllowEventStream
18:17:51 [2021-12-03T18:17:51.193Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
18:17:51 [2021-12-03T18:17:51.602Z] --- PASS: TestServiceUpdatePidsLimit (15.55s)
18:17:51 [2021-12-03T18:17:51.602Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
18:17:51 [2021-12-03T18:17:51.602Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s)
18:17:51 [2021-12-03T18:17:51.602Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
18:17:51 [2021-12-03T18:17:51.602Z] PASS
18:17:51 [2021-12-03T18:17:51.602Z] 
18:17:51 [2021-12-03T18:17:51.602Z] === Skipped
18:17:51 [2021-12-03T18:17:51.602Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
18:17:51 [2021-12-03T18:17:51.602Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:17:51 [2021-12-03T18:17:51.602Z] 
18:17:51 [2021-12-03T18:17:51.602Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
18:17:51 [2021-12-03T18:17:51.602Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:17:51 [2021-12-03T18:17:51.602Z] 
18:17:51 [2021-12-03T18:17:51.602Z] DONE 27 tests, 2 skipped in 142.806s
18:17:51 [2021-12-03T18:17:51.602Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
18:17:51 [2021-12-03T18:17:51.602Z] ++ 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
18:17:51 [2021-12-03T18:17:51.602Z] ++ set -e
18:17:51 [2021-12-03T18:17:51.602Z] ++ '[' -n 0 ']'
18:17:51 [2021-12-03T18:17:51.602Z] ++ set -x
18:17:51 [2021-12-03T18:17:51.602Z] ++ env -i DEST=/go/src/github.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
18:17:51 [2021-12-03T18:17:51.602Z] INFO: Testing against a local daemon
18:17:51 [2021-12-03T18:17:51.602Z] === RUN   TestSessionCreate
18:17:51 [2021-12-03T18:17:51.602Z] --- PASS: TestSessionCreate (0.02s)
18:17:51 [2021-12-03T18:17:51.602Z] === RUN   TestSessionCreateWithBadUpgrade
18:17:51 [2021-12-03T18:17:51.602Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
18:17:51 [2021-12-03T18:17:51.602Z] PASS
18:17:51 [2021-12-03T18:17:51.602Z] 
18:17:51 [2021-12-03T18:17:51.602Z] DONE 2 tests in 0.132s
18:17:51 [2021-12-03T18:17:51.602Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
18:17:51 [2021-12-03T18:17:51.602Z] ++ 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
18:17:51 [2021-12-03T18:17:51.602Z] ++ set -e
18:17:51 [2021-12-03T18:17:51.602Z] ++ '[' -n 0 ']'
18:17:51 [2021-12-03T18:17:51.602Z] ++ set -x
18:17:51 [2021-12-03T18:17:51.602Z] ++ env -i DEST=/go/src/github.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
18:17:51 [2021-12-03T18:17:51.602Z] INFO: Testing against a local daemon
18:17:51 [2021-12-03T18:17:51.602Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:17:51 [2021-12-03T18:17:51.602Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:17:51 [2021-12-03T18:17:51.602Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:17:51 [2021-12-03T18:17:51.602Z] === RUN   TestDiskUsage
18:17:51 [2021-12-03T18:17:51.602Z] === PAUSE TestDiskUsage
18:17:51 [2021-12-03T18:17:51.602Z] === RUN   TestEventsExecDie
18:17:51 [2021-12-03T18:17:51.602Z] --- PASS: TestEventsExecDie (0.47s)
18:17:51 [2021-12-03T18:17:51.602Z] === RUN   TestEventsBackwardsCompatible
18:17:51 [2021-12-03T18:17:51.602Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
18:17:51 [2021-12-03T18:17:51.602Z] === RUN   TestEventsVolumeCreate
18:17:51 [2021-12-03T18:17:51.761Z] --- PASS: TestAuthZPluginAllowEventStream (1.38s)
18:17:51 [2021-12-03T18:17:51.761Z] === RUN   TestAuthZPluginErrorResponse
18:17:51 [2021-12-03T18:17:51.858Z] --- PASS: TestEventsVolumeCreate (0.05s)
18:17:51 [2021-12-03T18:17:51.858Z] === RUN   TestInfoBinaryCommits
18:17:51 [2021-12-03T18:17:51.858Z] --- PASS: TestInfoBinaryCommits (0.03s)
18:17:51 [2021-12-03T18:17:51.858Z] === RUN   TestInfoAPIVersioned
18:17:51 [2021-12-03T18:17:51.858Z] --- PASS: TestInfoAPIVersioned (0.01s)
18:17:51 [2021-12-03T18:17:51.858Z] === RUN   TestInfoDiscoveryBackend
18:17:52 [2021-12-03T18:17:52.020Z] === RUN   TestDockerSuite/TestBuildUser
18:17:52 [2021-12-03T18:17:52.278Z] --- PASS: TestAuthZPluginErrorResponse (0.60s)
18:17:52 [2021-12-03T18:17:52.278Z] === RUN   TestAuthZPluginErrorRequest
18:17:52 [2021-12-03T18:17:52.420Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
18:17:52 [2021-12-03T18:17:52.420Z] === RUN   TestInfoDiscoveryInvalidAdvertise
18:17:52 [2021-12-03T18:17:52.868Z]     docker_api_swarm_test.go:364: Waiting for possible election...
18:17:52 [2021-12-03T18:17:52.869Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
18:17:52 [2021-12-03T18:17:52.869Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
18:17:53 [2021-12-03T18:17:53.347Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
18:17:53 [2021-12-03T18:17:53.348Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
18:17:53 [2021-12-03T18:17:53.435Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
18:17:53 [2021-12-03T18:17:53.435Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
18:17:53 [2021-12-03T18:17:53.693Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
18:17:53 [2021-12-03T18:17:53.909Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
18:17:53 [2021-12-03T18:17:53.909Z] === RUN   TestInfoAPI
18:17:53 [2021-12-03T18:17:53.909Z] --- PASS: TestInfoAPI (0.02s)
18:17:53 [2021-12-03T18:17:53.909Z] === RUN   TestInfoAPIWarnings
18:17:55 [2021-12-03T18:17:55.067Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.74s)
18:17:55 [2021-12-03T18:17:55.067Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
18:17:56 [2021-12-03T18:17:56.441Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
18:17:57 [2021-12-03T18:17:57.009Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.85s)
18:17:57 [2021-12-03T18:17:57.010Z] === RUN   TestAuthZPluginHeader
18:17:57 [2021-12-03T18:17:57.944Z] --- PASS: TestAuthZPluginHeader (0.77s)
18:17:57 [2021-12-03T18:17:57.944Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
18:18:03 [2021-12-03T18:18:03.535Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.28s)
18:18:03 [2021-12-03T18:18:03.535Z] === RUN   TestAuthZPluginV2Disable
18:18:06 [2021-12-03T18:18:06.070Z] --- PASS: TestAuthZPluginV2Disable (3.84s)
18:18:06 [2021-12-03T18:18:06.070Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
18:18:07 [2021-12-03T18:18:07.010Z] === RUN   TestDockerSuite/TestBuildVerboseOut
18:18:07 [2021-12-03T18:18:07.576Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
18:18:07 [2021-12-03T18:18:07.835Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
18:18:08 [2021-12-03T18:18:08.401Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
18:18:08 [2021-12-03T18:18:08.969Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
18:18:08 [2021-12-03T18:18:08.969Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
18:18:09 [2021-12-03T18:18:09.536Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.56s)
18:18:09 [2021-12-03T18:18:09.536Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
18:18:10 [2021-12-03T18:18:10.470Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
18:18:10 [2021-12-03T18:18:10.470Z]     docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows
18:18:10 [2021-12-03T18:18:10.470Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
18:18:10 [2021-12-03T18:18:10.470Z]     docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows
18:18:10 [2021-12-03T18:18:10.470Z] === RUN   TestDockerSuite/TestBuildWindowsUser
18:18:10 [2021-12-03T18:18:10.470Z]     docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows
18:18:10 [2021-12-03T18:18:10.470Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
18:18:10 [2021-12-03T18:18:10.470Z]     docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows
18:18:10 [2021-12-03T18:18:10.470Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
18:18:11 [2021-12-03T18:18:11.844Z] --- PASS: TestInfoAPIWarnings (16.21s)
18:18:11 [2021-12-03T18:18:11.845Z] === RUN   TestInfoDebug
18:18:11 [2021-12-03T18:18:11.845Z] --- PASS: TestInfoDebug (0.52s)
18:18:11 [2021-12-03T18:18:11.845Z] === RUN   TestInfoInsecureRegistries
18:18:11 [2021-12-03T18:18:11.845Z] --- PASS: TestInfoInsecureRegistries (0.52s)
18:18:11 [2021-12-03T18:18:11.845Z] === RUN   TestInfoRegistryMirrors
18:18:11 [2021-12-03T18:18:11.845Z] --- PASS: TestInfoRegistryMirrors (0.52s)
18:18:11 [2021-12-03T18:18:11.845Z] === RUN   TestLoginFailsWithBadCredentials
18:18:11 [2021-12-03T18:18:11.845Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s)
18:18:11 [2021-12-03T18:18:11.845Z] === RUN   TestPingCacheHeaders
18:18:11 [2021-12-03T18:18:11.845Z] --- PASS: TestPingCacheHeaders (0.02s)
18:18:11 [2021-12-03T18:18:11.845Z] === RUN   TestPingGet
18:18:11 [2021-12-03T18:18:11.845Z] --- PASS: TestPingGet (0.01s)
18:18:11 [2021-12-03T18:18:11.845Z] === RUN   TestPingHead
18:18:11 [2021-12-03T18:18:11.845Z] --- PASS: TestPingHead (0.02s)
18:18:11 [2021-12-03T18:18:11.845Z] === RUN   TestVersion
18:18:11 [2021-12-03T18:18:11.845Z] --- PASS: TestVersion (0.02s)
18:18:11 [2021-12-03T18:18:11.845Z] === CONT  TestDiskUsage
18:18:11 [2021-12-03T18:18:11.846Z]     docker_api_swarm_test.go:272: [d5ee00f32f3de] joining swarm manager [d9687defbe7ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:18:12 [2021-12-03T18:18:12.112Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
18:18:12 [2021-12-03T18:18:12.112Z] === RUN   TestDockerSuite/TestBuildWithFailure
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty/container_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty/image_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty/volume_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty/build-cache_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty/container,_volume_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
18:18:12 [2021-12-03T18:18:12.407Z] === RUN   TestDiskUsage/after_container.Run
18:18:12 [2021-12-03T18:18:12.664Z] === RUN   TestDiskUsage/after_container.Run/container_types
18:18:12 [2021-12-03T18:18:12.664Z] === RUN   TestDiskUsage/after_container.Run/image_types
18:18:12 [2021-12-03T18:18:12.664Z] === RUN   TestDiskUsage/after_container.Run/volume_types
18:18:12 [2021-12-03T18:18:12.664Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
18:18:12 [2021-12-03T18:18:12.664Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
18:18:12 [2021-12-03T18:18:12.664Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
18:18:12 [2021-12-03T18:18:12.664Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
18:18:12 [2021-12-03T18:18:12.664Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
18:18:12 [2021-12-03T18:18:12.664Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
18:18:12 [2021-12-03T18:18:12.664Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
18:18:12 [2021-12-03T18:18:12.920Z] --- PASS: TestDiskUsage (1.09s)
18:18:12 [2021-12-03T18:18:12.920Z]     --- PASS: TestDiskUsage/empty (0.01s)
18:18:12 [2021-12-03T18:18:12.920Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
18:18:12 [2021-12-03T18:18:12.920Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
18:18:12 [2021-12-03T18:18:12.920Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
18:18:12 [2021-12-03T18:18:12.920Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.920Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.15s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]     --- PASS: TestDiskUsage/after_container.Run (0.27s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z] PASS
18:18:12 [2021-12-03T18:18:12.921Z] 
18:18:12 [2021-12-03T18:18:12.921Z] === Skipped
18:18:12 [2021-12-03T18:18:12.921Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:18:12 [2021-12-03T18:18:12.921Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:18:12 [2021-12-03T18:18:12.921Z] 
18:18:12 [2021-12-03T18:18:12.921Z] DONE 53 tests, 1 skipped in 21.797s
18:18:12 [2021-12-03T18:18:12.921Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
18:18:12 [2021-12-03T18:18:12.921Z] ++ 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
18:18:12 [2021-12-03T18:18:12.921Z] ++ set -e
18:18:12 [2021-12-03T18:18:12.921Z] ++ '[' -n 0 ']'
18:18:12 [2021-12-03T18:18:12.921Z] ++ set -x
18:18:12 [2021-12-03T18:18:12.921Z] ++ env -i DEST=/go/src/github.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
18:18:12 [2021-12-03T18:18:12.921Z] INFO: Testing against a local daemon
18:18:12 [2021-12-03T18:18:12.921Z] === RUN   TestVolumesCreateAndList
18:18:12 [2021-12-03T18:18:12.921Z] --- PASS: TestVolumesCreateAndList (0.02s)
18:18:12 [2021-12-03T18:18:12.921Z] === RUN   TestVolumesRemove
18:18:13 [2021-12-03T18:18:13.049Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
18:18:13 [2021-12-03T18:18:13.049Z]     docker_api_swarm_test.go:273: [de71c2afa2326] joining swarm manager [d9687defbe7ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:18:13 [2021-12-03T18:18:13.177Z] --- PASS: TestVolumesRemove (0.05s)
18:18:13 [2021-12-03T18:18:13.177Z] === RUN   TestVolumesInspect
18:18:13 [2021-12-03T18:18:13.177Z] --- PASS: TestVolumesInspect (0.02s)
18:18:13 [2021-12-03T18:18:13.177Z] === RUN   TestVolumesInvalidJSON
18:18:13 [2021-12-03T18:18:13.177Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:18:13 [2021-12-03T18:18:13.177Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:18:13 [2021-12-03T18:18:13.177Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:18:13 [2021-12-03T18:18:13.177Z] --- PASS: TestVolumesInvalidJSON (0.01s)
18:18:13 [2021-12-03T18:18:13.177Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:18:13 [2021-12-03T18:18:13.177Z] PASS
18:18:13 [2021-12-03T18:18:13.177Z] 
18:18:13 [2021-12-03T18:18:13.177Z] DONE 5 tests in 0.197s
18:18:13 [2021-12-03T18:18:13.177Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:18:13 [2021-12-03T18:18:13.177Z] ++++ cat bundles/test-integration/docker.pid
18:18:13 [2021-12-03T18:18:13.177Z] +++ kill 13338
18:18:13 [2021-12-03T18:18:13.434Z] +++ /etc/init.d/apparmor stop
18:18:13 [2021-12-03T18:18:13.434Z] Leaving: AppArmorNo profiles have been unloaded.
18:18:13 [2021-12-03T18:18:13.434Z] 
18:18:13 [2021-12-03T18:18:13.434Z] Unloading profiles will leave already running processes permanently
18:18:13 [2021-12-03T18:18:13.434Z] unconfined, which can lead to unexpected situations.
18:18:13 [2021-12-03T18:18:13.434Z] 
18:18:13 [2021-12-03T18:18:13.434Z] To set a process to complain mode, use the command line tool
18:18:13 [2021-12-03T18:18:13.434Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:18:13 [2021-12-03T18:18:13.434Z] +++ true
18:18:13 [2021-12-03T18:18:13.434Z] exiting test-integration
18:18:13 [2021-12-03T18:18:13.434Z] ++ exit 0
18:18:13 [2021-12-03T18:18:13.434Z] 
18:18:13 [2021-12-03T18:18:13.618Z] === RUN   TestDockerSuite/TestBuildWithTabs
Post stage
[Pipeline] junit
18:18:14 [2021-12-03T18:18:14.379Z] Recording test results
18:18:14 [2021-12-03T18:18:14.554Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
18:18:14 [2021-12-03T18:18:14.554Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
18:18:14 [2021-12-03T18:18:14.606Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:18:14 [2021-12-03T18:18:14.944Z] + echo Ensuring container killed.
18:18:14 [2021-12-03T18:18:14.944Z] Ensuring container killed.
18:18:14 [2021-12-03T18:18:14.944Z] + docker rm -vf docker-pr3
18:18:14 [2021-12-03T18:18:14.944Z] Error: No such container: docker-pr3
[Pipeline] sh
18:18:15 [2021-12-03T18:18:15.266Z] + echo Chowning /workspace to jenkins user
18:18:15 [2021-12-03T18:18:15.266Z] Chowning /workspace to jenkins user
18:18:15 [2021-12-03T18:18:15.266Z] + id -u
18:18:15 [2021-12-03T18:18:15.266Z] + id -g
18:18:15 [2021-12-03T18:18:15.266Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42981:/workspace busybox chown -R 1000:1000 /workspace
18:18:15 [2021-12-03T18:18:15.266Z] Unable to find image 'busybox:latest' locally
18:18:15 [2021-12-03T18:18:15.266Z] latest: Pulling from library/busybox
18:18:15 [2021-12-03T18:18:15.522Z] 55fd958cf226: Pulling fs layer
18:18:15 [2021-12-03T18:18:15.522Z] 55fd958cf226: Verifying Checksum
18:18:15 [2021-12-03T18:18:15.522Z] 55fd958cf226: Download complete
18:18:15 [2021-12-03T18:18:15.522Z] 55fd958cf226: Pull complete
18:18:15 [2021-12-03T18:18:15.522Z] Digest: sha256:52817dece4cfe26f581c834d27a8e1bcc82194f914afe6d50afad5a101234ef1
18:18:15 [2021-12-03T18:18:15.522Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:18:17 [2021-12-03T18:18:17.216Z] + bundleName=arm64-integration
18:18:17 [2021-12-03T18:18:17.216Z] + echo Creating arm64-integration-bundles.tar.gz
18:18:17 [2021-12-03T18:18:17.216Z] Creating arm64-integration-bundles.tar.gz
18:18:17 [2021-12-03T18:18:17.216Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
18:18:17 [2021-12-03T18:18:17.216Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
18:18:17 [2021-12-03T18:18:17.482Z] Archiving artifacts
18:18:17 [2021-12-03T18:18:17.837Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
18:18:19 [2021-12-03T18:18:19.071Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42981/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:18:19 [2021-12-03T18:18:19.213Z] === RUN   TestDockerSuite/TestBuildWithVolumes
18:18:19 [2021-12-03T18:18:19.378Z] + make clean
18:18:19 [2021-12-03T18:18:19.378Z] docker volume rm -f docker-dev-cache
18:18:19 [2021-12-03T18:18:19.378Z] docker-dev-cache
[Pipeline] deleteDir
18:18:19 [2021-12-03T18:18:19.778Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
18:18:20 [2021-12-03T18:18:20.036Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
18:18:20 [2021-12-03T18:18:20.603Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
18:18:20 [2021-12-03T18:18:20.603Z]     docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows
18:18:20 [2021-12-03T18:18:20.603Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:18:21 [2021-12-03T18:18:21.169Z] === RUN   TestDockerSuite/TestBuildXZHost
18:18:22 [2021-12-03T18:18:22.104Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.58s)
18:18:22 [2021-12-03T18:18:22.104Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
18:18:22 [2021-12-03T18:18:22.671Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
18:18:22 [2021-12-03T18:18:22.671Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
18:18:22 [2021-12-03T18:18:22.671Z]     docker_cli_sni_test.go:18: Flakey test
18:18:22 [2021-12-03T18:18:22.671Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
18:18:23 [2021-12-03T18:18:23.238Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
18:18:23 [2021-12-03T18:18:23.805Z] === RUN   TestDockerSuite/TestCommitChange
18:18:24 [2021-12-03T18:18:24.372Z] === RUN   TestDockerSuite/TestCommitChangeLabels
18:18:24 [2021-12-03T18:18:24.938Z] === RUN   TestDockerSuite/TestCommitHardlink
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
18:18:25 [2021-12-03T18:18:25.128Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
18:18:25 [2021-12-03T18:18:25.128Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPINetworkFilter
18:18:25 [2021-12-03T18:18:25.128Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
18:18:25 [2021-12-03T18:18:25.128Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
18:18:25 [2021-12-03T18:18:25.128Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
18:18:25 [2021-12-03T18:18:25.128Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
18:18:25 [2021-12-03T18:18:25.128Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
18:18:25 [2021-12-03T18:18:25.128Z]     docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux
18:18:25 [2021-12-03T18:18:25.128Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
18:18:25 [2021-12-03T18:18:25.872Z] === RUN   TestDockerSuite/TestCommitNewFile
18:18:26 [2021-12-03T18:18:26.807Z] === RUN   TestDockerSuite/TestCommitPausedContainer
18:18:27 [2021-12-03T18:18:27.374Z] === RUN   TestDockerSuite/TestCommitTTY
18:18:28 [2021-12-03T18:18:28.310Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
18:18:28 [2021-12-03T18:18:28.875Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
18:18:28 [2021-12-03T18:18:28.909Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
18:18:28 [2021-12-03T18:18:28.909Z]     docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux
18:18:28 [2021-12-03T18:18:28.909Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
18:18:28 [2021-12-03T18:18:28.909Z]     docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux
18:18:28 [2021-12-03T18:18:28.909Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
18:18:29 [2021-12-03T18:18:29.809Z] === RUN   TestDockerSuite/TestCommitWithoutPause
18:18:30 [2021-12-03T18:18:30.376Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
18:18:30 [2021-12-03T18:18:30.376Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
18:18:30 [2021-12-03T18:18:30.376Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
18:18:30 [2021-12-03T18:18:30.376Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
18:18:30 [2021-12-03T18:18:30.376Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
18:18:30 [2021-12-03T18:18:30.376Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
18:18:30 [2021-12-03T18:18:30.376Z] === RUN   TestDockerSuite/TestContainerAPICommit
18:18:31 [2021-12-03T18:18:31.310Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
18:18:31 [2021-12-03T18:18:31.855Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
18:18:32 [2021-12-03T18:18:32.244Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
18:18:32 [2021-12-03T18:18:32.244Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
18:18:32 [2021-12-03T18:18:32.836Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
18:18:33 [2021-12-03T18:18:33.402Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
18:18:33 [2021-12-03T18:18:33.417Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
18:18:33 [2021-12-03T18:18:33.417Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
18:18:33 [2021-12-03T18:18:33.417Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
18:18:33 [2021-12-03T18:18:33.417Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
18:18:33 [2021-12-03T18:18:33.417Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
18:18:33 [2021-12-03T18:18:33.417Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
18:18:33 [2021-12-03T18:18:33.417Z] === RUN   TestDockerSuite/TestAttachDisconnect
18:18:33 [2021-12-03T18:18:33.417Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
18:18:33 [2021-12-03T18:18:33.417Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
18:18:33 [2021-12-03T18:18:33.661Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
18:18:34 [2021-12-03T18:18:34.231Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
18:18:34 [2021-12-03T18:18:34.231Z] === RUN   TestDockerSuite/TestContainerAPICreate
18:18:34 [2021-12-03T18:18:34.799Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
18:18:34 [2021-12-03T18:18:34.799Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
18:18:34 [2021-12-03T18:18:34.799Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
18:18:35 [2021-12-03T18:18:35.364Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
18:18:35 [2021-12-03T18:18:35.364Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
18:18:35 [2021-12-03T18:18:35.364Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
18:18:35 [2021-12-03T18:18:35.364Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
18:18:35 [2021-12-03T18:18:35.364Z] === RUN   TestDockerSuite/TestContainerAPIDelete
18:18:36 [2021-12-03T18:18:36.299Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
18:18:36 [2021-12-03T18:18:36.362Z] === RUN   TestDockerSuite/TestAttachPausedContainer
18:18:36 [2021-12-03T18:18:36.362Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
18:18:36 [2021-12-03T18:18:36.362Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
18:18:36 [2021-12-03T18:18:36.362Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
18:18:36 [2021-12-03T18:18:36.362Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
18:18:36 [2021-12-03T18:18:36.865Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
18:18:37 [2021-12-03T18:18:37.430Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
18:18:37 [2021-12-03T18:18:37.430Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
18:18:38 [2021-12-03T18:18:38.364Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
18:18:38 [2021-12-03T18:18:38.624Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s)
18:18:38 [2021-12-03T18:18:38.624Z] PASS
18:18:38 [2021-12-03T18:18:38.624Z] 
18:18:38 [2021-12-03T18:18:38.624Z] DONE 17 tests in 52.092s
18:18:38 [2021-12-03T18:18:38.624Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
18:18:38 [2021-12-03T18:18:38.624Z] ++ 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
18:18:38 [2021-12-03T18:18:38.624Z] ++ set -e
18:18:38 [2021-12-03T18:18:38.624Z] ++ '[' -n 0 ']'
18:18:38 [2021-12-03T18:18:38.624Z] ++ set -x
18:18:38 [2021-12-03T18:18:38.624Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
18:18:38 [2021-12-03T18:18:38.882Z] INFO: Testing against a local daemon
18:18:38 [2021-12-03T18:18:38.882Z] === RUN   TestPluginInvalidJSON
18:18:38 [2021-12-03T18:18:38.882Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:18:38 [2021-12-03T18:18:38.882Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:18:38 [2021-12-03T18:18:38.882Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:18:38 [2021-12-03T18:18:38.882Z] --- PASS: TestPluginInvalidJSON (0.02s)
18:18:38 [2021-12-03T18:18:38.882Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
18:18:38 [2021-12-03T18:18:38.882Z] === RUN   TestPluginInstall
18:18:38 [2021-12-03T18:18:38.882Z] === RUN   TestPluginInstall/no_auth
18:18:38 [2021-12-03T18:18:38.882Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
18:18:38 [2021-12-03T18:18:38.882Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
18:18:39 [2021-12-03T18:18:39.450Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
18:18:40 [2021-12-03T18:18:40.017Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
18:18:40 [2021-12-03T18:18:40.583Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
18:18:40 [2021-12-03T18:18:40.842Z] time="2021-12-03T18:18:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:40 [2021-12-03T18:18:40.842Z] time="2021-12-03T18:18:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c0a6740928c47b8e98e0158cc0f2cd1a4bca04430ed8bd3e6abbb2c49d226a89" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:40 [2021-12-03T18:18:40.842Z] time="2021-12-03T18:18:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:40 [2021-12-03T18:18:40.842Z] time="2021-12-03T18:18:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c0a6740928c47b8e98e0158cc0f2cd1a4bca04430ed8bd3e6abbb2c49d226a89" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:41 [2021-12-03T18:18:41.100Z] === RUN   TestPluginInstall/with_htpasswd
18:18:41 [2021-12-03T18:18:41.100Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
18:18:41 [2021-12-03T18:18:41.358Z] === RUN   TestDockerSuite/TestContainerAPIKill
18:18:41 [2021-12-03T18:18:41.620Z] time="2021-12-03T18:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:41 [2021-12-03T18:18:41.620Z] time="2021-12-03T18:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae170acf93c18bae2b399f39a63f9fa572403e2a0ce067b8d027994cb06ca9a5" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:41 [2021-12-03T18:18:41.620Z] time="2021-12-03T18:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:41 [2021-12-03T18:18:41.620Z] time="2021-12-03T18:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae170acf93c18bae2b399f39a63f9fa572403e2a0ce067b8d027994cb06ca9a5" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:41 [2021-12-03T18:18:41.880Z] === RUN   TestDockerSuite/TestContainerAPIPause
18:18:41 [2021-12-03T18:18:41.880Z] === RUN   TestPluginInstall/with_insecure
18:18:42 [2021-12-03T18:18:42.215Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
18:18:42 [2021-12-03T18:18:42.447Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
18:18:43 [2021-12-03T18:18:43.014Z] time="2021-12-03T18:18:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:43 [2021-12-03T18:18:43.014Z] time="2021-12-03T18:18:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d89a1597156b02632b6e7c23db5cd26c5f6dd5c7c74645e0d2b6ea977c228df4" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:43 [2021-12-03T18:18:43.014Z] time="2021-12-03T18:18:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:43 [2021-12-03T18:18:43.014Z] time="2021-12-03T18:18:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d89a1597156b02632b6e7c23db5cd26c5f6dd5c7c74645e0d2b6ea977c228df4" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:43 [2021-12-03T18:18:43.014Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
18:18:43 [2021-12-03T18:18:43.272Z]     plugin_test.go:165: [d6614d96b3739] daemon is not started
18:18:43 [2021-12-03T18:18:43.272Z] --- PASS: TestPluginInstall (4.41s)
18:18:43 [2021-12-03T18:18:43.272Z]     --- PASS: TestPluginInstall/no_auth (2.36s)
18:18:43 [2021-12-03T18:18:43.272Z]     --- PASS: TestPluginInstall/with_htpasswd (0.80s)
18:18:43 [2021-12-03T18:18:43.272Z]     --- PASS: TestPluginInstall/with_insecure (1.25s)
18:18:43 [2021-12-03T18:18:43.272Z] === RUN   TestPluginsWithRuntimes
18:18:43 [2021-12-03T18:18:43.272Z] === RUN   TestDockerSuite/TestContainerAPIRename
18:18:43 [2021-12-03T18:18:43.838Z] === RUN   TestDockerSuite/TestContainerAPIRestart
18:18:44 [2021-12-03T18:18:44.773Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
18:18:45 [2021-12-03T18:18:45.031Z] === RUN   TestPluginsWithRuntimes/No_Args
18:18:45 [2021-12-03T18:18:45.966Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
18:18:45 [2021-12-03T18:18:45.966Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
18:18:45 [2021-12-03T18:18:45.966Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
18:18:45 [2021-12-03T18:18:45.966Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
18:18:45 [2021-12-03T18:18:45.966Z] === RUN   TestDockerSuite/TestContainerAPIStart
18:18:45 [2021-12-03T18:18:45.966Z] === RUN   TestPluginsWithRuntimes/With_Args
18:18:46 [2021-12-03T18:18:46.256Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
18:18:46 [2021-12-03T18:18:46.256Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
18:18:46 [2021-12-03T18:18:46.256Z] GOOS="windows" GOARCH="amd64" GOARM=""
18:18:46 [2021-12-03T18:18:46.256Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
18:18:46 [2021-12-03T18:18:46.256Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
18:18:46 [2021-12-03T18:18:46.256Z] remote: Enumerating objects: 23, done.
18:18:46 [2021-12-03T18:18:46.256Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
18:18:46 [2021-12-03T18:18:46.256Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
18:18:46 [2021-12-03T18:18:46.256Z] Receiving objects:   4% (1/23)
Receiving objects:   8% (2/23)
remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
18:18:46 [2021-12-03T18:18:46.256Z] Receiving objects:  13% (3/23)
Receiving objects:  17% (4/23)
Receiving objects:  21% (5/23)
Receiving objects:  26% (6/23)
Receiving objects:  30% (7/23)
Receiving objects:  34% (8/23)
Receiving objects:  39% (9/23)
Receiving objects:  43% (10/23)
Receiving objects:  47% (11/23)
Receiving objects:  52% (12/23)
Receiving objects:  56% (13/23)
Receiving objects:  60% (14/23)
Receiving objects:  65% (15/23)
Receiving objects:  69% (16/23)
Receiving objects:  73% (17/23)
Receiving objects:  78% (18/23)
Receiving objects:  82% (19/23)
Receiving objects:  86% (20/23)
Receiving objects:  91% (21/23)
Receiving objects:  95% (22/23)
Receiving objects: 100% (23/23)
Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done.
18:18:46 [2021-12-03T18:18:46.256Z] Resolving deltas:   0% (0/2)
Resolving deltas:  50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
18:18:46 [2021-12-03T18:18:46.256Z] Building: bundles/cross/windows/amd64/containerutility.exe
18:18:46 [2021-12-03T18:18:46.532Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
18:18:47 [2021-12-03T18:18:47.098Z] --- PASS: TestPluginsWithRuntimes (3.87s)
18:18:47 [2021-12-03T18:18:47.098Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.09s)
18:18:47 [2021-12-03T18:18:47.098Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.99s)
18:18:47 [2021-12-03T18:18:47.098Z] === RUN   TestPluginBackCompatMediaTypes
18:18:47 [2021-12-03T18:18:47.665Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
18:18:47 [2021-12-03T18:18:47.665Z] PASS
18:18:47 [2021-12-03T18:18:47.665Z] 
18:18:47 [2021-12-03T18:18:47.665Z] DONE 10 tests in 8.974s
18:18:47 [2021-12-03T18:18:47.665Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
18:18:47 [2021-12-03T18:18:47.665Z] ++ 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
18:18:47 [2021-12-03T18:18:47.665Z] ++ set -e
18:18:47 [2021-12-03T18:18:47.665Z] ++ '[' -n 0 ']'
18:18:47 [2021-12-03T18:18:47.665Z] ++ set -x
18:18:47 [2021-12-03T18:18:47.665Z] ++ env -i DEST=/go/src/github.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
18:18:47 [2021-12-03T18:18:47.665Z] INFO: Testing against a local daemon
18:18:47 [2021-12-03T18:18:47.665Z] === RUN   TestExternalGraphDriver
18:18:47 [2021-12-03T18:18:47.665Z] === RUN   TestExternalGraphDriver/json
18:18:49 [2021-12-03T18:18:49.571Z] === RUN   TestExternalGraphDriver/spec
18:18:50 [2021-12-03T18:18:50.432Z] Cross building: bundles/cross/linux/ppc64le
18:18:50 [2021-12-03T18:18:50.432Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev
18:18:50 [2021-12-03T18:18:50.432Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
18:18:51 [2021-12-03T18:18:51.013Z] === RUN   TestDockerSuite/TestContainerAPIStop
18:18:51 [2021-12-03T18:18:51.013Z] === RUN   TestExternalGraphDriver/pull
18:18:51 [2021-12-03T18:18:51.271Z] === RUN   TestDockerSuite/TestContainerAPITop
18:18:51 [2021-12-03T18:18:51.838Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
18:18:51 [2021-12-03T18:18:51.838Z]     docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows
18:18:51 [2021-12-03T18:18:51.838Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
18:18:51 [2021-12-03T18:18:51.838Z] === RUN   TestDockerSuite/TestContainerAPIWait
18:18:52 [2021-12-03T18:18:52.772Z] --- PASS: TestExternalGraphDriver (4.91s)
18:18:52 [2021-12-03T18:18:52.772Z]     --- PASS: TestExternalGraphDriver/json (1.59s)
18:18:52 [2021-12-03T18:18:52.772Z]     --- PASS: TestExternalGraphDriver/spec (1.60s)
18:18:52 [2021-12-03T18:18:52.772Z]     --- PASS: TestExternalGraphDriver/pull (1.69s)
18:18:52 [2021-12-03T18:18:52.772Z] === RUN   TestGraphdriverPluginV2
18:18:54 [2021-12-03T18:18:54.672Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
18:18:54 [2021-12-03T18:18:54.932Z] === RUN   TestDockerSuite/TestContainerNetworkMode
18:18:55 [2021-12-03T18:18:55.871Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
18:18:57 [2021-12-03T18:18:57.248Z] --- PASS: TestGraphdriverPluginV2 (4.40s)
18:18:57 [2021-12-03T18:18:57.248Z] PASS
18:18:57 [2021-12-03T18:18:57.248Z] 
18:18:57 [2021-12-03T18:18:57.248Z] DONE 5 tests in 9.397s
18:18:57 [2021-12-03T18:18:57.248Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
18:18:57 [2021-12-03T18:18:57.248Z] ++ 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
18:18:57 [2021-12-03T18:18:57.248Z] ++ set -e
18:18:57 [2021-12-03T18:18:57.248Z] ++ '[' -n 0 ']'
18:18:57 [2021-12-03T18:18:57.248Z] ++ set -x
18:18:57 [2021-12-03T18:18:57.248Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
18:18:57 [2021-12-03T18:18:57.248Z] INFO: Testing against a local daemon
18:18:57 [2021-12-03T18:18:57.248Z] === RUN   TestContinueAfterPluginCrash
18:18:57 [2021-12-03T18:18:57.248Z] === PAUSE TestContinueAfterPluginCrash
18:18:57 [2021-12-03T18:18:57.248Z] === RUN   TestReadPluginNoRead
18:18:57 [2021-12-03T18:18:57.248Z] === PAUSE TestReadPluginNoRead
18:18:57 [2021-12-03T18:18:57.248Z] === RUN   TestDaemonStartWithLogOpt
18:18:57 [2021-12-03T18:18:57.248Z] === PAUSE TestDaemonStartWithLogOpt
18:18:57 [2021-12-03T18:18:57.248Z] === CONT  TestContinueAfterPluginCrash
18:18:57 [2021-12-03T18:18:57.248Z] === CONT  TestDaemonStartWithLogOpt
18:18:57 [2021-12-03T18:18:57.815Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
18:19:00 [2021-12-03T18:19:00.348Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
18:19:00 [2021-12-03T18:19:00.915Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
18:19:02 [2021-12-03T18:19:02.823Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
18:19:02 [2021-12-03T18:19:02.823Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
18:19:03 [2021-12-03T18:19:03.083Z] --- PASS: TestDaemonStartWithLogOpt (5.88s)
18:19:03 [2021-12-03T18:19:03.083Z] === CONT  TestReadPluginNoRead
18:19:04 [2021-12-03T18:19:04.019Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
18:19:05 [2021-12-03T18:19:05.396Z]     docker_api_swarm_node_test.go:20: [d8a4c09cf481b] joining swarm manager [dcfe3f3d02d7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:19:05 [2021-12-03T18:19:05.396Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
18:19:06 [2021-12-03T18:19:06.331Z]     docker_api_swarm_node_test.go:21: [dfadb9abf483f] joining swarm manager [dcfe3f3d02d7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:19:06 [2021-12-03T18:19:06.589Z] === RUN   TestReadPluginNoRead/default
18:19:06 [2021-12-03T18:19:06.846Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
18:19:07 [2021-12-03T18:19:07.781Z] --- PASS: TestContinueAfterPluginCrash (10.67s)
18:19:07 [2021-12-03T18:19:07.781Z] === RUN   TestReadPluginNoRead/disabled_caching
18:19:08 [2021-12-03T18:19:08.347Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
18:19:09 [2021-12-03T18:19:09.281Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
18:19:09 [2021-12-03T18:19:09.539Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
18:19:10 [2021-12-03T18:19:10.490Z] === CONT  TestReadPluginNoRead
18:19:10 [2021-12-03T18:19:10.490Z]     read_test.go:92: [d39e595118975] daemon is not started
18:19:10 [2021-12-03T18:19:10.490Z] --- PASS: TestReadPluginNoRead (7.34s)
18:19:10 [2021-12-03T18:19:10.490Z]     --- PASS: TestReadPluginNoRead/default (1.33s)
18:19:10 [2021-12-03T18:19:10.490Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.25s)
18:19:10 [2021-12-03T18:19:10.490Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s)
18:19:10 [2021-12-03T18:19:10.490Z] PASS
18:19:10 [2021-12-03T18:19:10.490Z] 
18:19:10 [2021-12-03T18:19:10.490Z] DONE 6 tests in 13.309s
18:19:10 [2021-12-03T18:19:10.490Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
18:19:10 [2021-12-03T18:19:10.490Z] ++ 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
18:19:10 [2021-12-03T18:19:10.490Z] ++ set -e
18:19:10 [2021-12-03T18:19:10.490Z] ++ '[' -n 0 ']'
18:19:10 [2021-12-03T18:19:10.490Z] ++ set -x
18:19:10 [2021-12-03T18:19:10.490Z] ++ env -i DEST=/go/src/github.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
18:19:10 [2021-12-03T18:19:10.490Z] testing: warning: no tests to run
18:19:10 [2021-12-03T18:19:10.490Z] PASS
18:19:10 [2021-12-03T18:19:10.490Z] 
18:19:10 [2021-12-03T18:19:10.490Z] DONE 0 tests in 0.035s
18:19:10 [2021-12-03T18:19:10.490Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
18:19:10 [2021-12-03T18:19:10.490Z] ++ 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
18:19:10 [2021-12-03T18:19:10.490Z] ++ set -e
18:19:10 [2021-12-03T18:19:10.490Z] ++ '[' -n 0 ']'
18:19:10 [2021-12-03T18:19:10.490Z] ++ set -x
18:19:10 [2021-12-03T18:19:10.490Z] ++ env -i DEST=/go/src/github.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
18:19:10 [2021-12-03T18:19:10.490Z] INFO: Testing against a local daemon
18:19:10 [2021-12-03T18:19:10.490Z] === RUN   TestPluginWithDevMounts
18:19:10 [2021-12-03T18:19:10.490Z] === PAUSE TestPluginWithDevMounts
18:19:10 [2021-12-03T18:19:10.490Z] === CONT  TestPluginWithDevMounts
18:19:10 [2021-12-03T18:19:10.747Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000a5f9f8_<nil>}
18:19:12 [2021-12-03T18:19:12.124Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12976000385_/foo_false__<nil>_<nil>_<nil>}
18:19:12 [2021-12-03T18:19:12.124Z] --- PASS: TestPluginWithDevMounts (1.61s)
18:19:12 [2021-12-03T18:19:12.124Z] PASS
18:19:12 [2021-12-03T18:19:12.124Z] 
18:19:12 [2021-12-03T18:19:12.124Z] DONE 1 tests in 1.704s
18:19:12 [2021-12-03T18:19:12.124Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
18:19:12 [2021-12-03T18:19:12.124Z] ++ 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
18:19:12 [2021-12-03T18:19:12.124Z] ++ set -e
18:19:12 [2021-12-03T18:19:12.124Z] ++ '[' -n 0 ']'
18:19:12 [2021-12-03T18:19:12.124Z] ++ set -x
18:19:12 [2021-12-03T18:19:12.125Z] ++ env -i DEST=/go/src/github.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
18:19:12 [2021-12-03T18:19:12.382Z] INFO: Testing against a local daemon
18:19:12 [2021-12-03T18:19:12.382Z] === RUN   TestSecretInspect
18:19:13 [2021-12-03T18:19:13.755Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12976000385_/foo_true__<nil>_<nil>_<nil>}
18:19:14 [2021-12-03T18:19:14.692Z] --- PASS: TestSecretInspect (2.46s)
18:19:14 [2021-12-03T18:19:14.692Z] === RUN   TestSecretList
18:19:14 [2021-12-03T18:19:14.950Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33832388472_/foo_false__<nil>_<nil>_<nil>}
18:19:16 [2021-12-03T18:19:16.324Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33832388472_/foo_true__<nil>_<nil>_<nil>}
18:19:16 [2021-12-03T18:19:16.582Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
18:19:17 [2021-12-03T18:19:17.148Z] --- PASS: TestSecretList (2.32s)
18:19:17 [2021-12-03T18:19:17.148Z] === RUN   TestSecretsCreateAndDelete
18:19:17 [2021-12-03T18:19:17.713Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33832388472_/foo_true__0xc000a5fa58_<nil>_<nil>}
18:19:19 [2021-12-03T18:19:19.089Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000a5fad0_<nil>}
18:19:20 [2021-12-03T18:19:20.024Z] --- PASS: TestSecretsCreateAndDelete (2.90s)
18:19:20 [2021-12-03T18:19:20.024Z] === RUN   TestSecretsUpdate
18:19:20 [2021-12-03T18:19:20.590Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000a5fae8_<nil>}
18:19:20 [2021-12-03T18:19:20.849Z]     docker_api_swarm_test.go:502: [db0db5aee92c0] joining swarm manager [dd8b0c291707b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:19:22 [2021-12-03T18:19:22.224Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000a5fb78_<nil>}
18:19:22 [2021-12-03T18:19:22.224Z] --- PASS: TestSecretsUpdate (2.37s)
18:19:22 [2021-12-03T18:19:22.224Z] === RUN   TestTemplatedSecret
18:19:23 [2021-12-03T18:19:23.638Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000a5fba8_<nil>}
18:19:25 [2021-12-03T18:19:25.012Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
18:19:25 [2021-12-03T18:19:25.269Z] --- PASS: TestTemplatedSecret (2.82s)
18:19:25 [2021-12-03T18:19:25.270Z] === RUN   TestSecretCreateResolve
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
18:19:26 [2021-12-03T18:19:26.203Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
18:19:26 [2021-12-03T18:19:26.462Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
18:19:26 [2021-12-03T18:19:26.462Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
18:19:27 [2021-12-03T18:19:27.839Z] --- PASS: TestSecretCreateResolve (2.65s)
18:19:27 [2021-12-03T18:19:27.839Z] PASS
18:19:27 [2021-12-03T18:19:27.839Z] 
18:19:27 [2021-12-03T18:19:27.839Z] DONE 6 tests in 15.619s
18:19:27 [2021-12-03T18:19:27.839Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
18:19:27 [2021-12-03T18:19:27.839Z] ++ 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
18:19:27 [2021-12-03T18:19:27.839Z] ++ set -e
18:19:27 [2021-12-03T18:19:27.839Z] ++ '[' -n 0 ']'
18:19:27 [2021-12-03T18:19:27.839Z] ++ set -x
18:19:27 [2021-12-03T18:19:27.839Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
18:19:27 [2021-12-03T18:19:27.839Z] INFO: Testing against a local daemon
18:19:27 [2021-12-03T18:19:27.839Z] === RUN   TestServiceCreateInit
18:19:27 [2021-12-03T18:19:27.839Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:19:28 [2021-12-03T18:19:28.775Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
18:19:30 [2021-12-03T18:19:30.158Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
18:19:32 [2021-12-03T18:19:32.689Z] === RUN   TestDockerSuite/TestCopyAndRestart
18:19:32 [2021-12-03T18:19:32.689Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:19:32 [2021-12-03T18:19:32.949Z]     docker_api_swarm_test.go:507: [d1f1ed0534adf] joining swarm manager [dd8b0c291707b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:19:33 [2021-12-03T18:19:33.516Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
18:19:33 [2021-12-03T18:19:33.774Z] === RUN   TestDockerSuite/TestCpAbsolutePath
18:19:34 [2021-12-03T18:19:34.341Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
18:19:35 [2021-12-03T18:19:35.277Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
18:19:35 [2021-12-03T18:19:35.844Z] === RUN   TestDockerSuite/TestCpFromCaseA
18:19:36 [2021-12-03T18:19:36.411Z] === RUN   TestDockerSuite/TestCpFromCaseB
18:19:36 [2021-12-03T18:19:36.979Z] --- PASS: TestServiceCreateInit (9.15s)
18:19:36 [2021-12-03T18:19:36.979Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.69s)
18:19:36 [2021-12-03T18:19:36.979Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.45s)
18:19:36 [2021-12-03T18:19:36.979Z] === RUN   TestCreateServiceMultipleTimes
18:19:37 [2021-12-03T18:19:37.240Z] === RUN   TestDockerSuite/TestCpFromCaseC
18:19:37 [2021-12-03T18:19:37.810Z] === RUN   TestDockerSuite/TestCpFromCaseD
18:19:38 [2021-12-03T18:19:38.745Z] === RUN   TestDockerSuite/TestCpFromCaseE
18:19:39 [2021-12-03T18:19:39.683Z] === RUN   TestDockerSuite/TestCpFromCaseF
18:19:40 [2021-12-03T18:19:40.250Z] === RUN   TestDockerSuite/TestCpFromCaseG
18:19:41 [2021-12-03T18:19:41.626Z] === RUN   TestDockerSuite/TestCpFromCaseH
18:19:42 [2021-12-03T18:19:42.192Z] === RUN   TestDockerSuite/TestCpFromCaseI
18:19:42 [2021-12-03T18:19:42.812Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
18:19:42 [2021-12-03T18:19:42.812Z]     docker_api_build_test.go:176: unmatched requirement UnixCli
18:19:42 [2021-12-03T18:19:42.812Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
18:19:42 [2021-12-03T18:19:42.812Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
18:19:42 [2021-12-03T18:19:42.812Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
18:19:43 [2021-12-03T18:19:43.129Z] === RUN   TestDockerSuite/TestCpFromCaseJ
18:19:43 [2021-12-03T18:19:43.279Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
18:19:44 [2021-12-03T18:19:44.064Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
18:19:44 [2021-12-03T18:19:44.263Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
18:19:44 [2021-12-03T18:19:44.264Z]     docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux
18:19:44 [2021-12-03T18:19:44.264Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
18:19:44 [2021-12-03T18:19:44.264Z]     docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux
18:19:44 [2021-12-03T18:19:44.264Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
18:19:44 [2021-12-03T18:19:44.264Z]     docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux
18:19:44 [2021-12-03T18:19:44.264Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
18:19:44 [2021-12-03T18:19:44.264Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
18:19:45 [2021-12-03T18:19:45.247Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
18:19:45 [2021-12-03T18:19:45.439Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
18:19:46 [2021-12-03T18:19:46.007Z] === RUN   TestDockerSuite/TestCpGarbagePath
18:19:46 [2021-12-03T18:19:46.574Z] === RUN   TestDockerSuite/TestCpLocalOnly
18:19:46 [2021-12-03T18:19:46.574Z] === RUN   TestDockerSuite/TestCpNameHasColon
18:19:46 [2021-12-03T18:19:46.832Z] === RUN   TestDockerSuite/TestCpRelativePath
18:19:47 [2021-12-03T18:19:47.399Z] === RUN   TestDockerSuite/TestCpSpecialFiles
18:19:48 [2021-12-03T18:19:48.192Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
18:19:48 [2021-12-03T18:19:48.356Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
18:19:48 [2021-12-03T18:19:48.922Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
18:19:49 [2021-12-03T18:19:49.176Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
18:19:49 [2021-12-03T18:19:49.176Z]     docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux
18:19:49 [2021-12-03T18:19:49.176Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
18:19:49 [2021-12-03T18:19:49.176Z]     docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux
18:19:49 [2021-12-03T18:19:49.176Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
18:19:49 [2021-12-03T18:19:49.176Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
18:19:49 [2021-12-03T18:19:49.489Z] === RUN   TestDockerSuite/TestCpToCaseA
18:19:50 [2021-12-03T18:19:50.426Z] === RUN   TestDockerSuite/TestCpToCaseB
18:19:50 [2021-12-03T18:19:50.992Z] === RUN   TestDockerSuite/TestCpToCaseC
18:19:51 [2021-12-03T18:19:51.386Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
18:19:52 [2021-12-03T18:19:52.364Z] === RUN   TestDockerSuite/TestCpToCaseD
18:19:54 [2021-12-03T18:19:54.897Z] --- PASS: TestCreateServiceMultipleTimes (17.75s)
18:19:54 [2021-12-03T18:19:54.897Z] === RUN   TestCreateServiceConflict
18:19:55 [2021-12-03T18:19:55.155Z] === RUN   TestDockerSuite/TestCpToCaseE
18:19:57 [2021-12-03T18:19:57.683Z] === RUN   TestDockerSuite/TestCpToCaseF
18:19:57 [2021-12-03T18:19:57.683Z] --- PASS: TestCreateServiceConflict (2.57s)
18:19:57 [2021-12-03T18:19:57.683Z] === RUN   TestCreateServiceMaxReplicas
18:19:57 [2021-12-03T18:19:57.942Z] === RUN   TestDockerSuite/TestCpToCaseG
18:20:01 [2021-12-03T18:20:01.225Z] --- PASS: TestCreateServiceMaxReplicas (3.24s)
18:20:01 [2021-12-03T18:20:01.225Z] === RUN   TestCreateWithDuplicateNetworkNames
18:20:01 [2021-12-03T18:20:01.483Z] === RUN   TestDockerSuite/TestCpToCaseH
18:20:01 [2021-12-03T18:20:01.831Z] === RUN   TestDockerSuite/TestBuildAddNonTar
18:20:04 [2021-12-03T18:20:04.017Z] === RUN   TestDockerSuite/TestCpToCaseI
18:20:04 [2021-12-03T18:20:04.276Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
18:20:04 [2021-12-03T18:20:04.537Z] === RUN   TestDockerSuite/TestCpToCaseJ
18:20:04 [2021-12-03T18:20:04.775Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
18:20:05 [2021-12-03T18:20:05.242Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
18:20:05 [2021-12-03T18:20:05.242Z]     docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux
18:20:05 [2021-12-03T18:20:05.242Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
18:20:07 [2021-12-03T18:20:07.069Z]     docker_api_swarm_node_test.go:81: [de178adb0178d] joining swarm manager [d7c81a8a29025]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:20:07 [2021-12-03T18:20:07.634Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
18:20:08 [2021-12-03T18:20:08.185Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
18:20:08 [2021-12-03T18:20:08.569Z] === RUN   TestDockerSuite/TestCpToDot
18:20:09 [2021-12-03T18:20:09.136Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
18:20:09 [2021-12-03T18:20:09.745Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
18:20:10 [2021-12-03T18:20:10.071Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
18:20:11 [2021-12-03T18:20:11.007Z] === RUN   TestDockerSuite/TestCpToStdout
18:20:11 [2021-12-03T18:20:11.580Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
18:20:12 [2021-12-03T18:20:12.514Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
18:20:12 [2021-12-03T18:20:12.773Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
18:20:13 [2021-12-03T18:20:13.526Z] === RUN   TestDockerSuite/TestBuildAddScript
18:20:13 [2021-12-03T18:20:13.526Z]     docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux
18:20:13 [2021-12-03T18:20:13.526Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
18:20:13 [2021-12-03T18:20:13.526Z]     docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux
18:20:13 [2021-12-03T18:20:13.526Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
18:20:13 [2021-12-03T18:20:13.526Z]     docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux
18:20:13 [2021-12-03T18:20:13.526Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
18:20:13 [2021-12-03T18:20:13.526Z]     docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux
18:20:13 [2021-12-03T18:20:13.526Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
18:20:13 [2021-12-03T18:20:13.709Z] === RUN   TestDockerSuite/TestCpVolumePath
18:20:13 [2021-12-03T18:20:13.993Z] === RUN   TestDockerSuite/TestBuildAddTar
18:20:14 [2021-12-03T18:20:14.644Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
18:20:14 [2021-12-03T18:20:14.644Z] === RUN   TestDockerSuite/TestCreateArgs
18:20:14 [2021-12-03T18:20:14.644Z] === RUN   TestDockerSuite/TestCreateByImageID
18:20:14 [2021-12-03T18:20:14.903Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.27s)
18:20:14 [2021-12-03T18:20:14.903Z] === RUN   TestCreateServiceSecretFileMode
18:20:14 [2021-12-03T18:20:14.903Z] === RUN   TestDockerSuite/TestCreateEchoStdout
18:20:15 [2021-12-03T18:20:15.471Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
18:20:15 [2021-12-03T18:20:15.471Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
18:20:15 [2021-12-03T18:20:15.471Z] === RUN   TestDockerSuite/TestCreateHostConfig
18:20:15 [2021-12-03T18:20:15.729Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
18:20:15 [2021-12-03T18:20:15.988Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
18:20:16 [2021-12-03T18:20:16.246Z] === RUN   TestDockerSuite/TestCreateLabels
18:20:16 [2021-12-03T18:20:16.506Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
18:20:16 [2021-12-03T18:20:16.506Z] === RUN   TestDockerSuite/TestCreateRM
18:20:16 [2021-12-03T18:20:16.764Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
18:20:16 [2021-12-03T18:20:16.765Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:20:16 [2021-12-03T18:20:16.765Z] === RUN   TestDockerSuite/TestCreateStopSignal
18:20:16 [2021-12-03T18:20:16.765Z] === RUN   TestDockerSuite/TestCreateStopTimeout
18:20:17 [2021-12-03T18:20:17.023Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
18:20:18 [2021-12-03T18:20:18.397Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
18:20:18 [2021-12-03T18:20:18.397Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
18:20:18 [2021-12-03T18:20:18.397Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
18:20:20 [2021-12-03T18:20:20.297Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
18:20:21 [2021-12-03T18:20:21.231Z] === RUN   TestDockerSuite/TestCreateWithPortRange
18:20:21 [2021-12-03T18:20:21.490Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
18:20:21 [2021-12-03T18:20:21.490Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
18:20:21 [2021-12-03T18:20:21.490Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
18:20:21 [2021-12-03T18:20:21.490Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
18:20:21 [2021-12-03T18:20:21.748Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
18:20:22 [2021-12-03T18:20:22.315Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
18:20:22 [2021-12-03T18:20:22.315Z]     docker_api_swarm_node_test.go:53: [da485160dc775] joining swarm manager [d8c897e87f0e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:20:23 [2021-12-03T18:20:23.249Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
18:20:23 [2021-12-03T18:20:23.249Z]     docker_api_swarm_node_test.go:54: [d088f18064b46] joining swarm manager [d8c897e87f0e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:20:23 [2021-12-03T18:20:23.816Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
18:20:24 [2021-12-03T18:20:24.750Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
18:20:25 [2021-12-03T18:20:25.687Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
18:20:26 [2021-12-03T18:20:26.257Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
18:20:26 [2021-12-03T18:20:26.514Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
18:20:26 [2021-12-03T18:20:26.772Z] === RUN   TestDockerSuite/TestDevicePermissions
18:20:26 [2021-12-03T18:20:26.834Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev
18:20:26 [2021-12-03T18:20:26.834Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
18:20:26 [2021-12-03T18:20:26.834Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
18:20:26 [2021-12-03T18:20:26.834Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
18:20:26 [2021-12-03T18:20:26.834Z] Cross building: bundles/cross/linux/s390x
18:20:26 [2021-12-03T18:20:26.834Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev
18:20:26 [2021-12-03T18:20:26.834Z] GOOS="linux" GOARCH="s390x" GOARM=""
18:20:27 [2021-12-03T18:20:27.031Z] === RUN   TestDockerSuite/TestDockerFails
18:20:27 [2021-12-03T18:20:27.031Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
18:20:27 [2021-12-03T18:20:27.031Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
18:20:27 [2021-12-03T18:20:27.290Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
18:20:27 [2021-12-03T18:20:27.548Z] --- PASS: TestCreateServiceSecretFileMode (12.72s)
18:20:27 [2021-12-03T18:20:27.548Z] === RUN   TestCreateServiceConfigFileMode
18:20:28 [2021-12-03T18:20:28.113Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
18:20:29 [2021-12-03T18:20:29.051Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
18:20:30 [2021-12-03T18:20:30.424Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
18:20:30 [2021-12-03T18:20:30.424Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
18:20:30 [2021-12-03T18:20:30.424Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
18:20:30 [2021-12-03T18:20:30.424Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
18:20:35 [2021-12-03T18:20:35.683Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
18:20:37 [2021-12-03T18:20:37.584Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
18:20:38 [2021-12-03T18:20:38.958Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
18:20:39 [2021-12-03T18:20:39.891Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
18:20:40 [2021-12-03T18:20:40.824Z] --- PASS: TestCreateServiceConfigFileMode (13.01s)
18:20:40 [2021-12-03T18:20:40.824Z] === RUN   TestCreateServiceSysctls
18:20:40 [2021-12-03T18:20:40.824Z] === RUN   TestDockerSuite/TestEventsAttach
18:20:41 [2021-12-03T18:20:41.391Z] === RUN   TestDockerSuite/TestEventsCommit
18:20:41 [2021-12-03T18:20:41.958Z] === RUN   TestDockerSuite/TestEventsContainerEvents
18:20:42 [2021-12-03T18:20:42.524Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
18:20:43 [2021-12-03T18:20:43.092Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
18:20:43 [2021-12-03T18:20:43.658Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
18:20:44 [2021-12-03T18:20:44.088Z] === RUN   TestDockerSuite/TestBuildAddTarXz
18:20:44 [2021-12-03T18:20:44.088Z]     docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux
18:20:44 [2021-12-03T18:20:44.088Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
18:20:44 [2021-12-03T18:20:44.088Z]     docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux
18:20:44 [2021-12-03T18:20:44.088Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
18:20:44 [2021-12-03T18:20:44.223Z] --- PASS: TestCreateServiceSysctls (3.64s)
18:20:44 [2021-12-03T18:20:44.223Z] === RUN   TestCreateServiceCapabilities
18:20:45 [2021-12-03T18:20:45.156Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
18:20:46 [2021-12-03T18:20:46.532Z] === RUN   TestDockerSuite/TestEventsContainerRestart
18:20:47 [2021-12-03T18:20:47.467Z] --- PASS: TestCreateServiceCapabilities (2.96s)
18:20:47 [2021-12-03T18:20:47.467Z] === RUN   TestInspect
18:20:49 [2021-12-03T18:20:49.368Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
18:20:50 [2021-12-03T18:20:50.760Z] --- PASS: TestInspect (3.43s)
18:20:50 [2021-12-03T18:20:50.761Z] === RUN   TestCreateJob
18:20:51 [2021-12-03T18:20:51.694Z] === RUN   TestDockerSuite/TestEventsCopy
18:20:52 [2021-12-03T18:20:52.628Z] === RUN   TestDockerSuite/TestEventsFilterContainer
18:20:54 [2021-12-03T18:20:54.004Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
18:20:54 [2021-12-03T18:20:54.263Z] --- PASS: TestCreateJob (3.45s)
18:20:54 [2021-12-03T18:20:54.263Z] === RUN   TestReplicatedJob
18:20:54 [2021-12-03T18:20:54.497Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
18:20:54 [2021-12-03T18:20:54.497Z]     docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux
18:20:54 [2021-12-03T18:20:54.497Z] === RUN   TestDockerSuite/TestBuildBlankName
18:20:54 [2021-12-03T18:20:54.497Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
18:20:54 [2021-12-03T18:20:54.522Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
18:20:54 [2021-12-03T18:20:54.781Z] === RUN   TestDockerSuite/TestEventsFilterImageName
18:20:55 [2021-12-03T18:20:55.716Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
18:20:55 [2021-12-03T18:20:55.976Z] === RUN   TestDockerSuite/TestEventsFilterLabels
18:20:56 [2021-12-03T18:20:56.234Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
18:20:56 [2021-12-03T18:20:56.493Z] === RUN   TestDockerSuite/TestEventsFilterType
18:20:57 [2021-12-03T18:20:57.059Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
18:20:57 [2021-12-03T18:20:57.318Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
18:20:57 [2021-12-03T18:20:57.318Z] === RUN   TestDockerSuite/TestEventsFilters
18:20:58 [2021-12-03T18:20:58.693Z] === RUN   TestDockerSuite/TestEventsFormat
18:21:00 [2021-12-03T18:21:00.072Z] === RUN   TestDockerSuite/TestEventsFormatBadField
18:21:00 [2021-12-03T18:21:00.072Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
18:21:00 [2021-12-03T18:21:00.072Z] === RUN   TestDockerSuite/TestEventsImageImport
18:21:00 [2021-12-03T18:21:00.349Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
18:21:00 [2021-12-03T18:21:00.349Z]     docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux
18:21:00 [2021-12-03T18:21:00.349Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
18:21:00 [2021-12-03T18:21:00.640Z] === RUN   TestDockerSuite/TestEventsImageLoad
18:21:00 [2021-12-03T18:21:00.899Z] === RUN   TestDockerSuite/TestEventsImagePull
18:21:00 [2021-12-03T18:21:00.899Z] --- PASS: TestReplicatedJob (6.78s)
18:21:00 [2021-12-03T18:21:00.899Z] === RUN   TestUpdateReplicatedJob
18:21:01 [2021-12-03T18:21:01.833Z] === RUN   TestDockerSuite/TestEventsImageTag
18:21:02 [2021-12-03T18:21:02.091Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
18:21:02 [2021-12-03T18:21:02.658Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
18:21:03 [2021-12-03T18:21:03.225Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
18:21:03 [2021-12-03T18:21:03.225Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
18:21:03 [2021-12-03T18:21:03.225Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
18:21:03 [2021-12-03T18:21:03.225Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
18:21:03 [2021-12-03T18:21:03.225Z] === RUN   TestDockerSuite/TestEventsPluginOps
18:21:04 [2021-12-03T18:21:04.600Z] --- PASS: TestUpdateReplicatedJob (3.42s)
18:21:04 [2021-12-03T18:21:04.600Z] === RUN   TestServiceListWithStatuses
18:21:04 [2021-12-03T18:21:04.600Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:21:04 [2021-12-03T18:21:04.600Z] --- SKIP: TestServiceListWithStatuses (0.00s)
18:21:04 [2021-12-03T18:21:04.600Z] === RUN   TestDockerNetworkConnectAlias
18:21:04 [2021-12-03T18:21:04.859Z]     docker_api_swarm_test.go:202: [dd8f650324b5c] joining swarm manager [df4781f98d662]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:21:05 [2021-12-03T18:21:05.112Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
18:21:05 [2021-12-03T18:21:05.425Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
18:21:05 [2021-12-03T18:21:05.994Z] === RUN   TestDockerSuite/TestEventsRename
18:21:06 [2021-12-03T18:21:06.931Z] === RUN   TestDockerSuite/TestEventsResize
18:21:07 [2021-12-03T18:21:07.498Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
18:21:09 [2021-12-03T18:21:09.411Z] --- PASS: TestDockerNetworkConnectAlias (4.81s)
18:21:09 [2021-12-03T18:21:09.411Z] === RUN   TestDockerNetworkReConnect
18:21:12 [2021-12-03T18:21:12.257Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
18:21:12 [2021-12-03T18:21:12.692Z] --- PASS: TestDockerNetworkReConnect (3.48s)
18:21:12 [2021-12-03T18:21:12.692Z] === RUN   TestServicePlugin
18:21:12 [2021-12-03T18:21:12.950Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
18:21:13 [2021-12-03T18:21:13.516Z] === RUN   TestDockerSuite/TestEventsStreaming
18:21:14 [2021-12-03T18:21:14.450Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
18:21:16 [2021-12-03T18:21:16.985Z]     plugin_test.go:61: [d0d52c00768de] joining swarm manager [dc43535337a1b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:21:16 [2021-12-03T18:21:16.985Z] === RUN   TestDockerSuite/TestEventsTop
18:21:17 [2021-12-03T18:21:17.551Z] === RUN   TestDockerSuite/TestEventsUntag
18:21:17 [2021-12-03T18:21:17.809Z]     plugin_test.go:64: [d287bc7545402] joining swarm manager [dc43535337a1b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:21:18 [2021-12-03T18:21:18.115Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
18:21:18 [2021-12-03T18:21:18.115Z]     docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux
18:21:18 [2021-12-03T18:21:18.115Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
18:21:20 [2021-12-03T18:21:20.336Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
18:21:22 [2021-12-03T18:21:22.859Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
18:21:22 [2021-12-03T18:21:22.859Z]     docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux
18:21:22 [2021-12-03T18:21:22.859Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
18:21:22 [2021-12-03T18:21:22.859Z]     docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux
18:21:22 [2021-12-03T18:21:22.859Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
18:21:26 [2021-12-03T18:21:26.890Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
18:21:27 [2021-12-03T18:21:27.607Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
18:21:27 [2021-12-03T18:21:27.607Z]     docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux
18:21:27 [2021-12-03T18:21:27.607Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
18:21:27 [2021-12-03T18:21:27.607Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
18:21:27 [2021-12-03T18:21:27.607Z]     docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux
18:21:27 [2021-12-03T18:21:27.607Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
18:21:27 [2021-12-03T18:21:27.607Z]     docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux
18:21:27 [2021-12-03T18:21:27.607Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
18:21:28 [2021-12-03T18:21:28.263Z]     docker_api_swarm_test.go:384: [d690a8f94b364] joining swarm manager [d9915fd292210]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:21:29 [2021-12-03T18:21:29.636Z]     docker_api_swarm_test.go:385: [d2a68b5cd34b2] joining swarm manager [d9915fd292210]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:21:31 [2021-12-03T18:21:31.011Z] === RUN   TestDockerSuite/TestExec
18:21:31 [2021-12-03T18:21:31.578Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
18:21:32 [2021-12-03T18:21:32.145Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
18:21:32 [2021-12-03T18:21:32.405Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
18:21:32 [2021-12-03T18:21:32.971Z] === RUN   TestDockerSuite/TestExecAPIStart
18:21:34 [2021-12-03T18:21:34.373Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
18:21:34 [2021-12-03T18:21:34.637Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
18:21:35 [2021-12-03T18:21:35.203Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
18:21:35 [2021-12-03T18:21:35.769Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
18:21:36 [2021-12-03T18:21:36.335Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
18:21:36 [2021-12-03T18:21:36.902Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
18:21:37 [2021-12-03T18:21:37.160Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
18:21:38 [2021-12-03T18:21:38.093Z] === RUN   TestDockerSuite/TestExecCgroup
18:21:39 [2021-12-03T18:21:39.028Z] === RUN   TestDockerSuite/TestExecEnv
18:21:39 [2021-12-03T18:21:39.595Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
18:21:40 [2021-12-03T18:21:40.532Z] === RUN   TestDockerSuite/TestExecExitStatus
18:21:41 [2021-12-03T18:21:41.098Z] === RUN   TestDockerSuite/TestExecInspectID
18:21:43 [2021-12-03T18:21:43.625Z] --- PASS: TestServicePlugin (30.76s)
18:21:43 [2021-12-03T18:21:43.625Z] === RUN   TestServiceUpdateLabel
18:21:43 [2021-12-03T18:21:43.625Z] === RUN   TestDockerSuite/TestExecInteractive
18:21:44 [2021-12-03T18:21:44.190Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
18:21:44 [2021-12-03T18:21:44.757Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
18:21:45 [2021-12-03T18:21:45.691Z] === RUN   TestDockerSuite/TestExecParseError
18:21:45 [2021-12-03T18:21:45.949Z] --- PASS: TestServiceUpdateLabel (2.49s)
18:21:45 [2021-12-03T18:21:45.949Z] === RUN   TestServiceUpdateSecrets
18:21:46 [2021-12-03T18:21:46.207Z] === RUN   TestDockerSuite/TestExecPausedContainer
18:21:46 [2021-12-03T18:21:46.776Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
18:21:47 [2021-12-03T18:21:47.342Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
18:21:48 [2021-12-03T18:21:48.221Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev
18:21:48 [2021-12-03T18:21:48.221Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev
18:21:48 [2021-12-03T18:21:48.221Z] GOOS="linux" GOARCH="s390x" GOARM=""
18:21:48 [2021-12-03T18:21:48.221Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev
18:21:48 [2021-12-03T18:21:48.221Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
18:21:48 [2021-12-03T18:21:48.548Z] + sudo modprobe ip6table_filter
[Pipeline] sh
18:21:48 [2021-12-03T18:21:48.717Z] === RUN   TestDockerSuite/TestExecSetEnv
18:21:48 [2021-12-03T18:21:48.818Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
18:21:48 [2021-12-03T18:21:48.862Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=68ae4200aae45d763b2c4977dc11f39844c39dae -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:68ae4200aae45d763b2c4977dc11f39844c39dae hack/test/unit
18:21:48 [2021-12-03T18:21:48.975Z] === RUN   TestDockerSuite/TestExecStartFails
18:21:49 [2021-12-03T18:21:49.287Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
18:21:49 [2021-12-03T18:21:49.287Z]     docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux
18:21:49 [2021-12-03T18:21:49.540Z] === RUN   TestDockerSuite/TestExecStateCleanup
18:21:49 [2021-12-03T18:21:49.791Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove')
18:21:49 [2021-12-03T18:21:49.791Z] + TESTFLAGS+=' -test.timeout=5m'
18:21:49 [2021-12-03T18:21:49.791Z] + TESTDIRS=./...
18:21:49 [2021-12-03T18:21:49.791Z] + exclude_paths='/vendor/|/integration'
18:21:49 [2021-12-03T18:21:49.791Z] ++ go list ./...
18:21:49 [2021-12-03T18:21:49.791Z] ++ grep -vE '(/vendor/|/integration)'
18:21:50 [2021-12-03T18:21:50.272Z] === RUN   TestDockerSuite/TestBuildCacheAdd
18:21:50 [2021-12-03T18:21:50.272Z]     docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux
18:21:50 [2021-12-03T18:21:50.272Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
18:21:51 [2021-12-03T18:21:51.192Z] + pkg_list='github.com/docker/docker/api
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/backend/build
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/httputils
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/middleware
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/build
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/checkpoint
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/container
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/debug
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/distribution
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/grpc
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/image
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/network
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/plugin
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/session
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/swarm
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/system
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/server/router/volume
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/backend
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/blkiodev
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/container
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/events
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/filters
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/image
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/mount
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/network
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/plugins/logdriver
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/registry
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/strslice
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/swarm
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/swarm/runtime
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/time
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/versions
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/versions/v1p19
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/versions/v1p20
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/api/types/volume
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/builder-next
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/builder-next/exporter
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/builder-next/imagerefchecker
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/builder-next/worker
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/dockerfile
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/dockerignore
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/remotecontext
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/builder/remotecontext/git
18:21:51 [2021-12-03T18:21:51.192Z] github.com/docker/docker/cli
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cli/config
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cli/debug
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/client
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cmd/docker-proxy
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cmd/dockerd
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cmd/dockerd/trap
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/container
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/container/stream
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/contrib/apparmor
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/contrib/docker-device-tool
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/contrib/httpserver
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/cluster
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/cluster/controllers/plugin
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/cluster/convert
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/cluster/executor
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/cluster/executor/container
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/cluster/provider
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/config
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/discovery
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/events
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/events/testutils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/exec
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/aufs
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/btrfs
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/copy
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/devmapper
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/graphtest
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/overlay
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/overlay2
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/overlayutils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/register
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/vfs
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/graphdriver/zfs
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/images
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/initlayer
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/links
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/listeners
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/awslogs
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/fluentd
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/gcplogs
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/gelf
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/journald
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/jsonfilelog
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/local
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/logentries
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/loggerutils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/loggerutils/cache
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/splunk
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/syslog
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/logger/templates
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/names
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/network
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/daemon/stats
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/distribution
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/distribution/metadata
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/distribution/utils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/distribution/xfer
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/dockerversion
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/errdefs
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/image
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/image/cache
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/image/tarexport
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/image/v1
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/internal/test/suite
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/layer
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libcontainerd
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libcontainerd/queue
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libcontainerd/remote
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libcontainerd/supervisor
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libcontainerd/types
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/bitseq
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/cluster
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/cmd/diagnostic
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/cmd/ovrouter
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/cmd/readme_test
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/config
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/datastore
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/diagnostic
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/discoverapi
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/driverapi
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/bridge
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/host
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/ipvlan
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/macvlan
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/null
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/overlay
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/remote
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/remote/api
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/windows
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/drvregistry
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/etchosts
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/hostdiscovery
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/idm
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/internal/caller
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/internal/setmatrix
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/ipam
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/ipamapi
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/ipams/builtin
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/ipams/null
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/ipams/remote
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/ipams/remote/api
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/ipams/windowsipam
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/ipamutils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/iptables
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/netlabel
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/netutils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/networkdb
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/ns
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/options
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/osl
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/osl/kernel
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/portallocator
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/portmapper
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/resolvconf
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/testutils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/libnetwork/types
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/oci
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/oci/caps
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/opts
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/aaparser
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/archive
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/authorization
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/broadcaster
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/capabilities
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/chrootarchive
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/containerfs
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/devicemapper
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/directory
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/discovery
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/discovery/file
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/discovery/kv
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/discovery/memory
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/discovery/nodes
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/dmesg
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/filenotify
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/fileutils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/fsutils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/homedir
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/idtools
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/ioutils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/jsonmessage
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/locker
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/longpath
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/loopback
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/mount
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/namesgenerator
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/parsers
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/parsers/kernel
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/parsers/operatingsystem
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/pidfile
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/platform
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/plugingetter
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/plugins
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/plugins/transport
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/pools
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/progress
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/pubsub
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/reexec
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/signal
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/stack
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/stdcopy
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/streamformatter
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/stringid
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/symlink
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/sysinfo
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/system
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/tailfile
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/tarsum
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/term
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/term/windows
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/truncindex
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/urlutil
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/pkg/useragent
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/plugin
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/plugin/executor/containerd
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/plugin/v2
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/profiles/apparmor
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/profiles/seccomp
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/quota
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/reference
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/registry
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/registry/resumable
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/restartmanager
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/rootless
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/rootless/specconv
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/runconfig
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/runconfig/opts
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil/daemon
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil/environment
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil/fakecontext
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil/fakegit
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil/fakestorage
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil/fixtures/load
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil/fixtures/plugin
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil/fixtures/plugin/basic
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil/registry
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/testutil/request
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/volume
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/volume/drivers
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/volume/local
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/volume/mounts
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/volume/service
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/volume/service/opts
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/volume/testutils'
18:21:51 [2021-12-03T18:21:51.193Z] ++ grep --fixed-strings -v /libnetwork
18:21:51 [2021-12-03T18:21:51.193Z] ++ echo 'github.com/docker/docker/api
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/backend/build
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/httputils
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/middleware
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/build
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/checkpoint
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/container
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/debug
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/distribution
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/grpc
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/image
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/network
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/plugin
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/session
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/swarm
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/system
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/server/router/volume
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/backend
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/blkiodev
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/container
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/events
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/filters
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/image
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/mount
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/network
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/plugins/logdriver
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/registry
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/strslice
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/swarm
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/swarm/runtime
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/time
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/versions
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/versions/v1p19
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/versions/v1p20
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/api/types/volume
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/builder-next
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/builder-next/exporter
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/builder-next/imagerefchecker
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/builder-next/worker
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/dockerfile
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/dockerignore
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/remotecontext
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/builder/remotecontext/git
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cli
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cli/config
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cli/debug
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/client
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cmd/docker-proxy
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cmd/dockerd
18:21:51 [2021-12-03T18:21:51.193Z] github.com/docker/docker/cmd/dockerd/trap
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/container
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/container/stream
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/contrib/apparmor
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/contrib/docker-device-tool
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/contrib/httpserver
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/cluster
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/cluster/controllers/plugin
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/cluster/convert
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/cluster/executor
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/cluster/executor/container
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/cluster/provider
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/config
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/discovery
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/events
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/events/testutils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/exec
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/aufs
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/btrfs
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/copy
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/devmapper
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/graphtest
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/overlay
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/overlay2
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/overlayutils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/register
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/vfs
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/graphdriver/zfs
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/images
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/initlayer
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/links
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/listeners
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/awslogs
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/fluentd
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/gcplogs
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/gelf
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/journald
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/jsonfilelog
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/local
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/logentries
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/loggerutils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/loggerutils/cache
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/splunk
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/syslog
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/logger/templates
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/names
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/network
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/stats
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/distribution
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/distribution/metadata
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/distribution/utils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/distribution/xfer
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/dockerversion
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/errdefs
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/image
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/image/cache
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/image/tarexport
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/image/v1
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/internal/test/suite
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/layer
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libcontainerd
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libcontainerd/queue
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libcontainerd/remote
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libcontainerd/supervisor
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libcontainerd/types
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/bitseq
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/cluster
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/cmd/diagnostic
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/cmd/ovrouter
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/cmd/readme_test
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/config
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/datastore
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/diagnostic
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/discoverapi
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/driverapi
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/bridge
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/host
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/ipvlan
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/macvlan
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/null
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/overlay
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/remote
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/remote/api
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/windows
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/drvregistry
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/etchosts
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/hostdiscovery
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/idm
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/internal/caller
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/internal/setmatrix
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/ipam
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/ipamapi
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/ipams/builtin
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/ipams/null
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/ipams/remote
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/ipams/remote/api
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/ipams/windowsipam
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/ipamutils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/iptables
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/netlabel
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/netutils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/networkdb
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/ns
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/options
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/osl
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/osl/kernel
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/portallocator
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/portmapper
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/resolvconf
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/testutils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/libnetwork/types
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/oci
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/oci/caps
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/opts
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/aaparser
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/archive
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/authorization
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/broadcaster
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/capabilities
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/chrootarchive
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/containerfs
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/devicemapper
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/directory
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/discovery
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/discovery/file
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/discovery/kv
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/discovery/memory
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/discovery/nodes
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/dmesg
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/filenotify
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/fileutils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/fsutils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/homedir
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/idtools
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/ioutils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/jsonmessage
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/locker
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/longpath
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/loopback
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/mount
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/namesgenerator
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/parsers
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/parsers/kernel
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/parsers/operatingsystem
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/pidfile
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/platform
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/plugingetter
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/plugins
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/plugins/transport
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/pools
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/progress
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/pubsub
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/reexec
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/signal
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/stack
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/stdcopy
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/streamformatter
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/stringid
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/symlink
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/sysinfo
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/system
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/tailfile
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/tarsum
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/term
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/term/windows
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/truncindex
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/urlutil
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/pkg/useragent
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/plugin
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/plugin/executor/containerd
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/plugin/v2
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/profiles/apparmor
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/profiles/seccomp
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/quota
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/reference
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/registry
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/registry/resumable
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/restartmanager
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/rootless
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/rootless/specconv
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/runconfig
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/runconfig/opts
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil/daemon
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil/environment
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil/fakecontext
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil/fakegit
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil/fakestorage
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil/fixtures/load
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil/fixtures/plugin
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil/fixtures/plugin/basic
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil/registry
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/testutil/request
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/volume
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/volume/drivers
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/volume/local
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/volume/mounts
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/volume/service
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/volume/service/opts
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/volume/testutils'
18:21:51 [2021-12-03T18:21:51.194Z] + base_pkg_list='github.com/docker/docker/api
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/backend/build
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/httputils
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/middleware
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/build
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/checkpoint
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/container
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/debug
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/distribution
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/grpc
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/image
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/network
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/plugin
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/session
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/swarm
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/system
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/server/router/volume
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/backend
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/blkiodev
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/container
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/events
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/filters
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/image
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/mount
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/network
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/plugins/logdriver
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/registry
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/strslice
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/swarm
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/swarm/runtime
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/time
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/versions
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/versions/v1p19
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/versions/v1p20
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/api/types/volume
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/builder-next
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/builder-next/exporter
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/builder-next/imagerefchecker
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/builder-next/worker
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/dockerfile
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/dockerignore
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/remotecontext
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/builder/remotecontext/git
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/cli
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/cli/config
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/cli/debug
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/client
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/cmd/docker-proxy
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/cmd/dockerd
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/cmd/dockerd/trap
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/container
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/container/stream
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/contrib/apparmor
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/contrib/docker-device-tool
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/contrib/httpserver
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/cluster
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/cluster/controllers/plugin
18:21:51 [2021-12-03T18:21:51.194Z] github.com/docker/docker/daemon/cluster/convert
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/cluster/executor
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/cluster/executor/container
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/cluster/provider
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/config
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/discovery
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/events
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/events/testutils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/exec
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/aufs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/btrfs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/copy
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/devmapper
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/graphtest
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/overlay
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/overlay2
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/overlayutils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/register
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/vfs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/zfs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/images
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/initlayer
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/links
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/listeners
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/awslogs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/fluentd
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/gcplogs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/gelf
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/journald
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/jsonfilelog
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/local
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/logentries
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/loggerutils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/loggerutils/cache
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/splunk
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/syslog
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/templates
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/names
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/network
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/stats
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/distribution
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/distribution/metadata
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/distribution/utils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/distribution/xfer
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/dockerversion
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/errdefs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/image
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/image/cache
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/image/tarexport
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/image/v1
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/internal/test/suite
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/layer
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/libcontainerd
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/libcontainerd/queue
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/libcontainerd/remote
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/libcontainerd/supervisor
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/libcontainerd/types
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/oci
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/oci/caps
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/opts
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/aaparser
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/archive
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/authorization
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/broadcaster
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/capabilities
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/chrootarchive
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/containerfs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/devicemapper
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/directory
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/discovery
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/discovery/file
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/discovery/kv
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/discovery/memory
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/discovery/nodes
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/dmesg
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/filenotify
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/fileutils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/fsutils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/homedir
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/idtools
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/ioutils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/jsonmessage
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/locker
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/longpath
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/loopback
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/mount
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/namesgenerator
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/parsers
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/parsers/kernel
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/parsers/operatingsystem
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/pidfile
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/platform
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/plugingetter
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/plugins
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/plugins/transport
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/pools
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/progress
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/pubsub
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/reexec
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/signal
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/stack
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/stdcopy
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/streamformatter
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/stringid
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/symlink
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/sysinfo
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/system
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/tailfile
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/tarsum
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/term
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/term/windows
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/truncindex
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/urlutil
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/pkg/useragent
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/plugin
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/plugin/executor/containerd
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/plugin/v2
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/profiles/apparmor
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/profiles/seccomp
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/quota
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/reference
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/registry
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/registry/resumable
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/restartmanager
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/rootless
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/rootless/specconv
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/runconfig
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/runconfig/opts
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil/daemon
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil/environment
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil/fakecontext
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil/fakegit
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil/fakestorage
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil/fixtures/load
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil/fixtures/plugin
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil/fixtures/plugin/basic
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil/registry
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/testutil/request
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/volume
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/volume/drivers
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/volume/local
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/volume/mounts
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/volume/service
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/volume/service/opts
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/volume/testutils'
18:21:51 [2021-12-03T18:21:51.195Z] ++ echo 'github.com/docker/docker/api
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/backend/build
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/httputils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/middleware
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/build
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/checkpoint
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/container
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/debug
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/distribution
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/grpc
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/image
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/network
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/plugin
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/session
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/swarm
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/system
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/server/router/volume
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/backend
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/blkiodev
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/container
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/events
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/filters
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/image
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/mount
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/network
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/plugins/logdriver
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/registry
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/strslice
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/swarm
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/swarm/runtime
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/time
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/versions
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/versions/v1p19
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/versions/v1p20
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/api/types/volume
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/builder-next
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/builder-next/exporter
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/builder-next/imagerefchecker
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/builder-next/worker
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/dockerfile
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/dockerignore
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/remotecontext
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/builder/remotecontext/git
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/cli
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/cli/config
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/cli/debug
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/client
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/cmd/docker-proxy
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/cmd/dockerd
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/cmd/dockerd/trap
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/container
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/container/stream
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/contrib/apparmor
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/contrib/docker-device-tool
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/contrib/httpserver
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/cluster
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/cluster/controllers/plugin
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/cluster/convert
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/cluster/executor
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/cluster/executor/container
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/cluster/provider
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/config
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/discovery
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/events
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/events/testutils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/exec
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/aufs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/btrfs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/copy
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/devmapper
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/graphtest
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/overlay
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/overlay2
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/overlayutils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/register
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/vfs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/graphdriver/zfs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/images
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/initlayer
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/links
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/listeners
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/awslogs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/fluentd
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/gcplogs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/gelf
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/journald
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/jsonfilelog
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/local
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/logentries
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/loggerutils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/loggerutils/cache
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/splunk
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/syslog
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/logger/templates
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/names
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/network
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/daemon/stats
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/distribution
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/distribution/metadata
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/distribution/utils
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/distribution/xfer
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/dockerversion
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/errdefs
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/image
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/image/cache
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/image/tarexport
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/image/v1
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/internal/test/suite
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/layer
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/libcontainerd
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/libcontainerd/queue
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/libcontainerd/remote
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/libcontainerd/supervisor
18:21:51 [2021-12-03T18:21:51.195Z] github.com/docker/docker/libcontainerd/types
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/bitseq
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cluster
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/diagnostic
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/ovrouter
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/readme_test
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/config
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/datastore
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/diagnostic
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/discoverapi
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/driverapi
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/bridge
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/host
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/ipvlan
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/macvlan
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/null
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/overlay
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/remote
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/remote/api
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/windows
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drvregistry
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/etchosts
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/hostdiscovery
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/idm
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/internal/caller
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/internal/setmatrix
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipam
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipamapi
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/builtin
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/null
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/remote
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/remote/api
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/windowsipam
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipamutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/iptables
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/netlabel
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/netutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/networkdb
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ns
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/options
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/osl
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/osl/kernel
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/portallocator
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/portmapper
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/resolvconf
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/testutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/types
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/oci
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/oci/caps
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/opts
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/aaparser
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/archive
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/authorization
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/broadcaster
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/capabilities
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/chrootarchive
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/containerfs
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/devicemapper
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/directory
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/discovery
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/discovery/file
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/discovery/kv
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/discovery/memory
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/discovery/nodes
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/dmesg
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/filenotify
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/fileutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/fsutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/homedir
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/idtools
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/ioutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/jsonmessage
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/locker
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/longpath
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/loopback
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/mount
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/namesgenerator
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/parsers
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/parsers/kernel
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/parsers/operatingsystem
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/pidfile
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/platform
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/plugingetter
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/plugins
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/plugins/transport
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/pools
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/progress
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/pubsub
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/reexec
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/signal
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/stack
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/stdcopy
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/streamformatter
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/stringid
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/symlink
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/sysinfo
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/system
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/tailfile
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/tarsum
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/term
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/term/windows
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/truncindex
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/urlutil
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/pkg/useragent
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/plugin
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/plugin/executor/containerd
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/plugin/v2
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/profiles/apparmor
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/profiles/seccomp
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/quota
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/reference
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/registry
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/registry/resumable
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/restartmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/rootless
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/rootless/specconv
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/runconfig
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/runconfig/opts
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil/daemon
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil/environment
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil/fakecontext
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil/fakegit
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil/fakestorage
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil/fixtures/load
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil/fixtures/plugin
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil/fixtures/plugin/basic
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil/registry
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/testutil/request
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/volume
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/volume/drivers
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/volume/local
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docke++ grep --fixed-strings /libnetwork
18:21:51 [2021-12-03T18:21:51.196Z] r/docker/volume/mounts
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/volume/service
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/volume/service/opts
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/volume/testutils'
18:21:51 [2021-12-03T18:21:51.196Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/bitseq
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cluster
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/diagnostic
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/ovrouter
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/readme_test
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/config
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/datastore
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/diagnostic
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/discoverapi
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/driverapi
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/bridge
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/host
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/ipvlan
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/macvlan
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/null
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/overlay
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/remote
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/remote/api
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/windows
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drvregistry
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/etchosts
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/hostdiscovery
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/idm
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/internal/caller
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/internal/setmatrix
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipam
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipamapi
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/builtin
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/null
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/remote
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/remote/api
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/windowsipam
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipamutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/iptables
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/netlabel
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/netutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/networkdb
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ns
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/options
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/osl
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/osl/kernel
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/portallocator
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/portmapper
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/resolvconf
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/testutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/types'
18:21:51 [2021-12-03T18:21:51.196Z] + grep --fixed-strings libnetwork/drivers/bridge
18:21:51 [2021-12-03T18:21:51.196Z] + echo 'github.com/docker/docker/libnetwork
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/bitseq
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cluster
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/diagnostic
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/ovrouter
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/cmd/readme_test
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/config
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/datastore
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/diagnostic
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/discoverapi
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/driverapi
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/bridge
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/host
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/ipvlan
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/macvlan
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/null
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/overlay
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/remote
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/remote/api
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/windows
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drvregistry
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/etchosts
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/hostdiscovery
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/idm
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/internal/caller
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/internal/setmatrix
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipam
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipamapi
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/builtin
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/null
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/remote
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/remote/api
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipams/windowsipam
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ipamutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/iptables
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/netlabel
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/netutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/networkdb
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/ns
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/options
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/osl
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/osl/kernel
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/portallocator
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/portmapper
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/resolvconf
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/testutils
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/types'
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/bridge
18:21:51 [2021-12-03T18:21:51.196Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
18:21:51 [2021-12-03T18:21:51.196Z] + type docker-proxy
18:21:51 [2021-12-03T18:21:51.196Z] hack/test/unit: line 25: type: docker-proxy: not found
18:21:51 [2021-12-03T18:21:51.196Z] + hack/make.sh binary-proxy install-proxy
18:21:51 [2021-12-03T18:21:51.196Z] 
18:21:51 [2021-12-03T18:21:51.196Z] Removing bundles/
18:21:51 [2021-12-03T18:21:51.197Z] 
18:21:51 [2021-12-03T18:21:51.197Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
18:21:51 [2021-12-03T18:21:51.197Z] Building: bundles/binary-proxy/docker-proxy-dev
18:21:51 [2021-12-03T18:21:51.197Z] GOOS="" GOARCH="" GOARM=""
18:21:51 [2021-12-03T18:21:51.256Z] === RUN   TestDockerSuite/TestBuildCacheFrom
18:21:51 [2021-12-03T18:21:51.256Z]     docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux
18:21:51 [2021-12-03T18:21:51.256Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
18:21:56 [2021-12-03T18:21:56.000Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
18:21:56 [2021-12-03T18:21:56.467Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
18:21:56 [2021-12-03T18:21:56.467Z]     docker_api_build_test.go:401: unmatched requirement DaemonIsLinux
18:21:56 [2021-12-03T18:21:56.467Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
18:21:56 [2021-12-03T18:21:56.467Z]     docker_cli_build_test.go:3570: unmatched requirement UnixCli
18:21:56 [2021-12-03T18:21:56.467Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
18:21:57 [2021-12-03T18:21:57.451Z] === RUN   TestDockerSuite/TestBuildClearCmd
18:21:57 [2021-12-03T18:21:57.745Z] Created binary: bundles/binary-proxy/docker-proxy-dev
18:21:57 [2021-12-03T18:21:57.745Z] 
18:21:57 [2021-12-03T18:21:57.745Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
18:21:57 [2021-12-03T18:21:57.745Z] Installing docker-proxy to /usr/local/bin/
18:21:57 [2021-12-03T18:21:57.745Z] 
18:21:57 [2021-12-03T18:21:57.745Z] + mkdir -p bundles
18:21:57 [2021-12-03T18:21:57.745Z] + '[' -n 'github.com/docker/docker/api
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/backend/build
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/httputils
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/middleware
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/build
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/checkpoint
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/container
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/debug
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/distribution
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/grpc
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/image
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/network
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/plugin
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/session
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/swarm
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/system
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/server/router/volume
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/backend
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/blkiodev
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/container
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/events
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/filters
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/image
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/mount
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/network
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/plugins/logdriver
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/registry
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/strslice
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/swarm
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/swarm/runtime
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/time
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/versions
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/versions/v1p19
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/versions/v1p20
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/api/types/volume
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/builder-next
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/builder-next/exporter
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/builder-next/imagerefchecker
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/builder-next/worker
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/dockerfile
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/dockerignore
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/remotecontext
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/builder/remotecontext/git
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/cli
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/cli/config
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/cli/debug
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/client
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/cmd/docker-proxy
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/cmd/dockerd
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/cmd/dockerd/trap
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/container
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/container/stream
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/contrib/apparmor
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/contrib/docker-device-tool
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/contrib/httpserver
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/cluster
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/cluster/controllers/plugin
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/cluster/convert
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/cluster/executor
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/cluster/executor/container
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/cluster/provider
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/config
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/discovery
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/events
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/events/testutils
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/exec
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/aufs
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/btrfs
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/copy
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/devmapper
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/graphtest
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/overlay
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/overlay2
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/overlayutils
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/register
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/vfs
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/graphdriver/zfs
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/images
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/initlayer
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/links
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/listeners
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/awslogs
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/fluentd
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/gcplogs
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/gelf
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/journald
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/jsonfilelog
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/local
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/logentries
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/loggerutils
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/loggerutils/cache
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/splunk
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/syslog
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/logger/templates
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/names
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/network
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/daemon/stats
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/distribution
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/distribution/metadata
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/distribution/utils
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/distribution/xfer
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/dockerversion
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/errdefs
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/image
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/image/cache
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/image/tarexport
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/image/v1
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/internal/test/suite
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/layer
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/libcontainerd
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/libcontainerd/queue
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/libcontainerd/remote
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/libcontainerd/supervisor
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/libcontainerd/types
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/oci
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/oci/caps
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/opts
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/aaparser
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/archive
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/authorization
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/broadcaster
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/capabilities
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/chrootarchive
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/containerfs
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/devicemapper
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/directory
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/discovery
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/discovery/file
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/discovery/kv
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/discovery/memory
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/discovery/nodes
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/dmesg
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/filenotify
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/fileutils
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/fsutils
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/homedir
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/idtools
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/ioutils
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/jsonmessage
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/locker
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/longpath
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/loopback
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/mount
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/namesgenerator
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/parsers
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/parsers/kernel
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/parsers/operatingsystem
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/pidfile
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/platform
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/plugingetter
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/plugins
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/plugins/transport
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/pools
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/progress
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/pubsub
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/reexec
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/signal
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/stack
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/stdcopy
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/streamformatter
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/stringid
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/symlink
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/sysinfo
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/system
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/tailfile
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/tarsum
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/term
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/term/windows
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/truncindex
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/urlutil
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/pkg/useragent
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/plugin
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/plugin/executor/containerd
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/plugin/v2
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/profiles/apparmor
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/profiles/seccomp
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/quota
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/reference
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/registry
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/registry/resumable
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/restartmanager
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/rootless
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/rootless/specconv
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/runconfig
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/runconfig/opts
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil/daemon
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil/environment
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil/fakecontext
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil/fakegit
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil/fakestorage
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil/fixtures/load
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil/fixtures/plugin
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil/fixtures/plugin/basic
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil/registry
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/testutil/request
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/volume
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/volume/drivers
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/volume/local
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/volume/mounts
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/volume/service
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/volume/service/opts
18:21:57 [2021-12-03T18:21:57.745Z] github.com/docker/docker/volume/testutils' ']'
18:21:57 [2021-12-03T18:21:57.746Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m 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/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/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles 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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy 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/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs 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/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/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/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils 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/loopback 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/stack 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/apparmor 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/rootless/specconv 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
18:21:58 [2021-12-03T18:21:58.435Z] === RUN   TestDockerSuite/TestBuildCmd
18:21:58 [2021-12-03T18:21:58.676Z] ?   	github.com/docker/docker/api	[no test files]
18:21:58 [2021-12-03T18:21:58.902Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
18:21:59 [2021-12-03T18:21:59.369Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
18:21:59 [2021-12-03T18:21:59.836Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
18:22:01 [2021-12-03T18:22:01.755Z] === RUN   TestDockerSuite/TestExecStopNotHanging
18:22:01 [2021-12-03T18:22:01.755Z] --- PASS: TestServiceUpdateSecrets (14.72s)
18:22:01 [2021-12-03T18:22:01.755Z] === RUN   TestServiceUpdateConfigs
18:22:01 [2021-12-03T18:22:01.755Z] === RUN   TestDockerSuite/TestExecTTY
18:22:01 [2021-12-03T18:22:01.755Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
18:22:02 [2021-12-03T18:22:02.321Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
18:22:02 [2021-12-03T18:22:02.887Z] === RUN   TestDockerSuite/TestExecUlimits
18:22:03 [2021-12-03T18:22:03.452Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
18:22:03 [2021-12-03T18:22:03.452Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
18:22:03 [2021-12-03T18:22:03.452Z] === RUN   TestDockerSuite/TestExecWithImageUser
18:22:04 [2021-12-03T18:22:04.580Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
18:22:04 [2021-12-03T18:22:04.826Z] === RUN   TestDockerSuite/TestExecWithNoTERM
18:22:05 [2021-12-03T18:22:05.083Z] === RUN   TestDockerSuite/TestExecWithPrivileged
18:22:06 [2021-12-03T18:22:06.017Z] === RUN   TestDockerSuite/TestExecWithTERM
18:22:06 [2021-12-03T18:22:06.140Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
18:22:06 [2021-12-03T18:22:06.140Z]     docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux
18:22:06 [2021-12-03T18:22:06.140Z] === RUN   TestDockerSuite/TestBuildConditionalCache
18:22:06 [2021-12-03T18:22:06.582Z] === RUN   TestDockerSuite/TestExecWithUser
18:22:07 [2021-12-03T18:22:07.124Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
18:22:07 [2021-12-03T18:22:07.124Z]     docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux
18:22:07 [2021-12-03T18:22:07.124Z] === RUN   TestDockerSuite/TestBuildContextCleanup
18:22:07 [2021-12-03T18:22:07.148Z] === RUN   TestDockerSuite/TestGetContainerStats
18:22:07 [2021-12-03T18:22:07.591Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
18:22:09 [2021-12-03T18:22:09.164Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
18:22:09 [2021-12-03T18:22:09.631Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
18:22:10 [2021-12-03T18:22:10.098Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
18:22:10 [2021-12-03T18:22:10.098Z]     docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux
18:22:10 [2021-12-03T18:22:10.098Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
18:22:11 [2021-12-03T18:22:11.082Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
18:22:11 [2021-12-03T18:22:11.549Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
18:22:11 [2021-12-03T18:22:11.549Z]     docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux
18:22:11 [2021-12-03T18:22:11.549Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
18:22:11 [2021-12-03T18:22:11.549Z]     docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux
18:22:11 [2021-12-03T18:22:11.549Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
18:22:12 [2021-12-03T18:22:12.408Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
18:22:13 [2021-12-03T18:22:13.524Z] ok  	github.com/docker/docker/api/server	0.005s	coverage: 9.0% of statements
18:22:15 [2021-12-03T18:22:15.685Z] --- PASS: TestServiceUpdateConfigs (14.58s)
18:22:15 [2021-12-03T18:22:15.685Z] === RUN   TestServiceUpdateNetwork
18:22:15 [2021-12-03T18:22:15.944Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
18:22:16 [2021-12-03T18:22:16.292Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
18:22:17 [2021-12-03T18:22:17.845Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
18:22:23 [2021-12-03T18:22:23.106Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
18:22:23 [2021-12-03T18:22:23.106Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
18:22:23 [2021-12-03T18:22:23.106Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
18:22:23 [2021-12-03T18:22:23.106Z] === RUN   TestDockerSuite/TestHealth
18:22:28 [2021-12-03T18:22:28.379Z] --- PASS: TestServiceUpdateNetwork (12.54s)
18:22:28 [2021-12-03T18:22:28.379Z] === RUN   TestServiceUpdatePidsLimit
18:22:28 [2021-12-03T18:22:28.639Z]     check_test.go:379: [d2a68b5cd34b2] daemon is not started
18:22:28 [2021-12-03T18:22:28.639Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
18:22:28 [2021-12-03T18:22:28.897Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
18:22:29 [2021-12-03T18:22:29.831Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
18:22:30 [2021-12-03T18:22:30.767Z]     docker_api_swarm_test.go:802: [dd29ba05e565f] joining swarm manager [d7bc3c714c223]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:22:32 [2021-12-03T18:22:32.140Z]     docker_api_swarm_test.go:802: [da18518fee3dc] joining swarm manager [d7bc3c714c223]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:22:33 [2021-12-03T18:22:33.512Z]     docker_api_swarm_test.go:802: [dc8fce3a77a75] joining swarm manager [d7bc3c714c223]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
18:22:34 [2021-12-03T18:22:34.445Z]     docker_api_swarm_test.go:802: [d448cd324dc82] joining swarm manager [d7bc3c714c223]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
18:22:35 [2021-12-03T18:22:35.822Z]     docker_api_swarm_test.go:810: [dfc5829e7f3cc] joining swarm manager [d7bc3c714c223]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
18:22:37 [2021-12-03T18:22:37.195Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
18:22:42 [2021-12-03T18:22:42.458Z] === RUN   TestDockerSuite/TestHistoryExistentImage
18:22:42 [2021-12-03T18:22:42.458Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
18:22:42 [2021-12-03T18:22:42.458Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
18:22:42 [2021-12-03T18:22:42.458Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
18:22:42 [2021-12-03T18:22:42.716Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
18:22:42 [2021-12-03T18:22:42.716Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
18:22:43 [2021-12-03T18:22:43.284Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
18:22:43 [2021-12-03T18:22:43.284Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
18:22:43 [2021-12-03T18:22:43.284Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
18:22:43 [2021-12-03T18:22:43.284Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
18:22:43 [2021-12-03T18:22:43.542Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
18:22:43 [2021-12-03T18:22:43.800Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
18:22:44 [2021-12-03T18:22:44.058Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
18:22:44 [2021-12-03T18:22:44.058Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
18:22:44 [2021-12-03T18:22:44.625Z] --- PASS: TestServiceUpdatePidsLimit (16.80s)
18:22:44 [2021-12-03T18:22:44.625Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s)
18:22:44 [2021-12-03T18:22:44.625Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.01s)
18:22:44 [2021-12-03T18:22:44.625Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s)
18:22:44 [2021-12-03T18:22:44.625Z] PASS
18:22:44 [2021-12-03T18:22:44.625Z] 
18:22:44 [2021-12-03T18:22:44.625Z] === Skipped
18:22:44 [2021-12-03T18:22:44.625Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
18:22:44 [2021-12-03T18:22:44.625Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:22:44 [2021-12-03T18:22:44.625Z] 
18:22:44 [2021-12-03T18:22:44.625Z] DONE 27 tests, 1 skipped in 196.691s
18:22:44 [2021-12-03T18:22:44.625Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
18:22:44 [2021-12-03T18:22:44.625Z] ++ 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
18:22:44 [2021-12-03T18:22:44.625Z] ++ set -e
18:22:44 [2021-12-03T18:22:44.625Z] ++ '[' -n 0 ']'
18:22:44 [2021-12-03T18:22:44.625Z] ++ set -x
18:22:44 [2021-12-03T18:22:44.625Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
18:22:44 [2021-12-03T18:22:44.625Z] INFO: Testing against a local daemon
18:22:44 [2021-12-03T18:22:44.625Z] === RUN   TestSessionCreate
18:22:44 [2021-12-03T18:22:44.625Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
18:22:44 [2021-12-03T18:22:44.625Z] --- PASS: TestSessionCreate (0.03s)
18:22:44 [2021-12-03T18:22:44.625Z] === RUN   TestSessionCreateWithBadUpgrade
18:22:44 [2021-12-03T18:22:44.625Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
18:22:44 [2021-12-03T18:22:44.625Z] PASS
18:22:44 [2021-12-03T18:22:44.625Z] 
18:22:44 [2021-12-03T18:22:44.625Z] DONE 2 tests in 0.155s
18:22:44 [2021-12-03T18:22:44.625Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
18:22:44 [2021-12-03T18:22:44.625Z] ++ 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
18:22:44 [2021-12-03T18:22:44.625Z] ++ set -e
18:22:44 [2021-12-03T18:22:44.625Z] ++ '[' -n 0 ']'
18:22:44 [2021-12-03T18:22:44.625Z] ++ set -x
18:22:44 [2021-12-03T18:22:44.625Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
18:22:44 [2021-12-03T18:22:44.625Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
18:22:44 [2021-12-03T18:22:44.883Z] INFO: Testing against a local daemon
18:22:44 [2021-12-03T18:22:44.883Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:22:44 [2021-12-03T18:22:44.883Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:22:44 [2021-12-03T18:22:44.883Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:22:44 [2021-12-03T18:22:44.883Z] === RUN   TestDiskUsage
18:22:44 [2021-12-03T18:22:44.883Z] === PAUSE TestDiskUsage
18:22:44 [2021-12-03T18:22:44.883Z] === RUN   TestEventsExecDie
18:22:45 [2021-12-03T18:22:45.450Z] --- PASS: TestEventsExecDie (0.69s)
18:22:45 [2021-12-03T18:22:45.450Z] === RUN   TestEventsBackwardsCompatible
18:22:45 [2021-12-03T18:22:45.450Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
18:22:45 [2021-12-03T18:22:45.450Z] === RUN   TestEventsVolumeCreate
18:22:45 [2021-12-03T18:22:45.709Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
18:22:45 [2021-12-03T18:22:45.709Z] --- PASS: TestEventsVolumeCreate (0.07s)
18:22:45 [2021-12-03T18:22:45.709Z] === RUN   TestInfoBinaryCommits
18:22:45 [2021-12-03T18:22:45.709Z] --- PASS: TestInfoBinaryCommits (0.03s)
18:22:45 [2021-12-03T18:22:45.709Z] === RUN   TestInfoAPIVersioned
18:22:45 [2021-12-03T18:22:45.709Z] --- PASS: TestInfoAPIVersioned (0.01s)
18:22:45 [2021-12-03T18:22:45.709Z] === RUN   TestInfoDiscoveryBackend
18:22:46 [2021-12-03T18:22:46.276Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
18:22:46 [2021-12-03T18:22:46.276Z] === RUN   TestInfoDiscoveryInvalidAdvertise
18:22:46 [2021-12-03T18:22:46.276Z] === RUN   TestDockerSuite/TestImagesFormat
18:22:46 [2021-12-03T18:22:46.276Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
18:22:46 [2021-12-03T18:22:46.321Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
18:22:46 [2021-12-03T18:22:46.321Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
18:22:46 [2021-12-03T18:22:46.321Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
18:22:46 [2021-12-03T18:22:46.842Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
18:22:47 [2021-12-03T18:22:47.100Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
18:22:47 [2021-12-03T18:22:47.100Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
18:22:47 [2021-12-03T18:22:47.280Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
18:22:47 [2021-12-03T18:22:47.280Z]     docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux
18:22:47 [2021-12-03T18:22:47.280Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
18:22:47 [2021-12-03T18:22:47.280Z]     docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux
18:22:47 [2021-12-03T18:22:47.665Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
18:22:47 [2021-12-03T18:22:47.665Z] === RUN   TestInfoAPI
18:22:47 [2021-12-03T18:22:47.665Z] --- PASS: TestInfoAPI (0.02s)
18:22:47 [2021-12-03T18:22:47.665Z] === RUN   TestInfoAPIWarnings
18:22:47 [2021-12-03T18:22:47.734Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
18:22:47 [2021-12-03T18:22:47.735Z]     docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux
18:22:47 [2021-12-03T18:22:47.735Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
18:22:48 [2021-12-03T18:22:48.189Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
18:22:48 [2021-12-03T18:22:48.189Z]     docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux
18:22:48 [2021-12-03T18:22:48.189Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
18:22:49 [2021-12-03T18:22:49.574Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
18:22:49 [2021-12-03T18:22:49.574Z] === RUN   TestDockerSuite/TestImportBadURL
18:22:49 [2021-12-03T18:22:49.574Z] === RUN   TestDockerSuite/TestImportDisplay
18:22:50 [2021-12-03T18:22:50.507Z] === RUN   TestDockerSuite/TestImportFile
18:22:51 [2021-12-03T18:22:51.442Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
18:22:51 [2021-12-03T18:22:51.442Z] === RUN   TestDockerSuite/TestImportFileWithMessage
18:22:52 [2021-12-03T18:22:52.815Z] === RUN   TestDockerSuite/TestImportGzipped
18:22:53 [2021-12-03T18:22:53.749Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
18:22:55 [2021-12-03T18:22:55.124Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
18:22:55 [2021-12-03T18:22:55.690Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
18:22:55 [2021-12-03T18:22:55.948Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
18:22:56 [2021-12-03T18:22:56.516Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
18:22:56 [2021-12-03T18:22:56.516Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
18:22:56 [2021-12-03T18:22:56.516Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
18:22:57 [2021-12-03T18:22:57.081Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
18:22:57 [2021-12-03T18:22:57.647Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
18:22:58 [2021-12-03T18:22:58.213Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
18:22:58 [2021-12-03T18:22:58.470Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
18:22:59 [2021-12-03T18:22:59.038Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
18:22:59 [2021-12-03T18:22:59.604Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
18:22:59 [2021-12-03T18:22:59.604Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
18:23:00 [2021-12-03T18:23:00.537Z] === RUN   TestDockerSuite/TestInspectAmpersand
18:23:01 [2021-12-03T18:23:01.103Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
18:23:01 [2021-12-03T18:23:01.362Z] === RUN   TestDockerSuite/TestInspectByPrefix
18:23:01 [2021-12-03T18:23:01.362Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
18:23:01 [2021-12-03T18:23:01.929Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
18:23:01 [2021-12-03T18:23:01.929Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
18:23:01 [2021-12-03T18:23:01.929Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
18:23:02 [2021-12-03T18:23:02.496Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
18:23:03 [2021-12-03T18:23:03.062Z] === RUN   TestDockerSuite/TestInspectDefault
18:23:03 [2021-12-03T18:23:03.320Z] === RUN   TestDockerSuite/TestInspectHistory
18:23:04 [2021-12-03T18:23:04.254Z] --- PASS: TestInfoAPIWarnings (16.27s)
18:23:04 [2021-12-03T18:23:04.254Z] === RUN   TestInfoDebug
18:23:04 [2021-12-03T18:23:04.254Z] === RUN   TestDockerSuite/TestInspectImage
18:23:04 [2021-12-03T18:23:04.254Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
18:23:04 [2021-12-03T18:23:04.254Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
18:23:04 [2021-12-03T18:23:04.254Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
18:23:04 [2021-12-03T18:23:04.254Z] === RUN   TestDockerSuite/TestInspectInt64
18:23:04 [2021-12-03T18:23:04.512Z] --- PASS: TestInfoDebug (0.54s)
18:23:04 [2021-12-03T18:23:04.512Z] === RUN   TestInfoInsecureRegistries
18:23:04 [2021-12-03T18:23:04.512Z] === RUN   TestDockerSuite/TestInspectJSONFields
18:23:05 [2021-12-03T18:23:05.078Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
18:23:05 [2021-12-03T18:23:05.078Z] --- PASS: TestInfoInsecureRegistries (0.55s)
18:23:05 [2021-12-03T18:23:05.078Z] === RUN   TestInfoRegistryMirrors
18:23:05 [2021-12-03T18:23:05.078Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
18:23:05 [2021-12-03T18:23:05.646Z] --- PASS: TestInfoRegistryMirrors (0.53s)
18:23:05 [2021-12-03T18:23:05.646Z] === RUN   TestLoginFailsWithBadCredentials
18:23:05 [2021-12-03T18:23:05.646Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
18:23:05 [2021-12-03T18:23:05.646Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s)
18:23:05 [2021-12-03T18:23:05.646Z] === RUN   TestPingCacheHeaders
18:23:05 [2021-12-03T18:23:05.904Z] --- PASS: TestPingCacheHeaders (0.03s)
18:23:05 [2021-12-03T18:23:05.904Z] === RUN   TestPingGet
18:23:05 [2021-12-03T18:23:05.904Z] --- PASS: TestPingGet (0.02s)
18:23:05 [2021-12-03T18:23:05.904Z] === RUN   TestPingHead
18:23:05 [2021-12-03T18:23:05.904Z] --- PASS: TestPingHead (0.04s)
18:23:05 [2021-12-03T18:23:05.904Z] === RUN   TestVersion
18:23:05 [2021-12-03T18:23:05.904Z] --- PASS: TestVersion (0.04s)
18:23:05 [2021-12-03T18:23:05.904Z] === CONT  TestDiskUsage
18:23:06 [2021-12-03T18:23:06.168Z] === RUN   TestDockerSuite/TestInspectPlugin
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty/container_types
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty/image_types
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty/volume_types
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty/build-cache_types
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty/container,_volume_types
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
18:23:06 [2021-12-03T18:23:06.428Z] === RUN   TestDiskUsage/after_LoadBusybox
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
18:23:06 [2021-12-03T18:23:06.686Z] === RUN   TestDiskUsage/after_container.Run
18:23:06 [2021-12-03T18:23:06.944Z] === RUN   TestDiskUsage/after_container.Run/container_types
18:23:06 [2021-12-03T18:23:06.944Z] === RUN   TestDiskUsage/after_container.Run/image_types
18:23:06 [2021-12-03T18:23:06.944Z] === RUN   TestDiskUsage/after_container.Run/volume_types
18:23:06 [2021-12-03T18:23:06.944Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
18:23:06 [2021-12-03T18:23:06.944Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
18:23:06 [2021-12-03T18:23:06.944Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
18:23:06 [2021-12-03T18:23:06.944Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
18:23:06 [2021-12-03T18:23:06.944Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
18:23:06 [2021-12-03T18:23:06.944Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
18:23:06 [2021-12-03T18:23:06.944Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
18:23:06 [2021-12-03T18:23:06.944Z] --- PASS: TestDiskUsage (1.17s)
18:23:06 [2021-12-03T18:23:06.944Z]     --- PASS: TestDiskUsage/empty (0.01s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.18s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]     --- PASS: TestDiskUsage/after_container.Run (0.31s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z] PASS
18:23:06 [2021-12-03T18:23:06.944Z] 
18:23:06 [2021-12-03T18:23:06.944Z] === Skipped
18:23:06 [2021-12-03T18:23:06.944Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:23:06 [2021-12-03T18:23:06.944Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:23:06 [2021-12-03T18:23:06.944Z] 
18:23:06 [2021-12-03T18:23:06.944Z] DONE 53 tests, 1 skipped in 22.332s
18:23:06 [2021-12-03T18:23:06.944Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
18:23:06 [2021-12-03T18:23:06.944Z] ++ 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
18:23:06 [2021-12-03T18:23:06.944Z] ++ set -e
18:23:06 [2021-12-03T18:23:06.944Z] ++ '[' -n 0 ']'
18:23:06 [2021-12-03T18:23:06.944Z] ++ set -x
18:23:06 [2021-12-03T18:23:06.944Z] ++ env -i DEST=/go/src/github.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
18:23:07 [2021-12-03T18:23:07.202Z] INFO: Testing against a local daemon
18:23:07 [2021-12-03T18:23:07.202Z] === RUN   TestVolumesCreateAndList
18:23:07 [2021-12-03T18:23:07.202Z] --- PASS: TestVolumesCreateAndList (0.02s)
18:23:07 [2021-12-03T18:23:07.202Z] === RUN   TestVolumesRemove
18:23:07 [2021-12-03T18:23:07.202Z] --- PASS: TestVolumesRemove (0.05s)
18:23:07 [2021-12-03T18:23:07.202Z] === RUN   TestVolumesInspect
18:23:07 [2021-12-03T18:23:07.202Z] --- PASS: TestVolumesInspect (0.01s)
18:23:07 [2021-12-03T18:23:07.202Z] === RUN   TestVolumesInvalidJSON
18:23:07 [2021-12-03T18:23:07.202Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:23:07 [2021-12-03T18:23:07.202Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:23:07 [2021-12-03T18:23:07.202Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:23:07 [2021-12-03T18:23:07.202Z] --- PASS: TestVolumesInvalidJSON (0.01s)
18:23:07 [2021-12-03T18:23:07.202Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:23:07 [2021-12-03T18:23:07.202Z] PASS
18:23:07 [2021-12-03T18:23:07.202Z] 
18:23:07 [2021-12-03T18:23:07.202Z] DONE 5 tests in 0.178s
18:23:07 [2021-12-03T18:23:07.202Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:23:07 [2021-12-03T18:23:07.461Z] ++++ cat bundles/test-integration/docker.pid
18:23:07 [2021-12-03T18:23:07.461Z] +++ kill 6297
18:23:07 [2021-12-03T18:23:07.719Z] +++ /etc/init.d/apparmor stop
18:23:07 [2021-12-03T18:23:07.719Z] Leaving: AppArmorNo profiles have been unloaded.
18:23:07 [2021-12-03T18:23:07.719Z] 
18:23:07 [2021-12-03T18:23:07.719Z] Unloading profiles will leave already running processes permanently
18:23:07 [2021-12-03T18:23:07.719Z] unconfined, which can lead to unexpected situations.
18:23:07 [2021-12-03T18:23:07.719Z] 
18:23:07 [2021-12-03T18:23:07.719Z] To set a process to complain mode, use the command line tool
18:23:07 [2021-12-03T18:23:07.719Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:23:07 [2021-12-03T18:23:07.719Z] +++ true
18:23:07 [2021-12-03T18:23:07.719Z] exiting test-integration
18:23:07 [2021-12-03T18:23:07.719Z] ++ exit 0
18:23:07 [2021-12-03T18:23:07.719Z] 
18:23:08 [2021-12-03T18:23:08.285Z] + for job in $(jobs -p)
18:23:08 [2021-12-03T18:23:08.285Z] + wait 4253
18:23:08 [2021-12-03T18:23:08.544Z] === RUN   TestDockerSuite/TestInspectRootFS
18:23:08 [2021-12-03T18:23:08.544Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
18:23:09 [2021-12-03T18:23:09.216Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
18:23:09 [2021-12-03T18:23:09.216Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
18:23:09 [2021-12-03T18:23:09.216Z]     docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux
18:23:09 [2021-12-03T18:23:09.216Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
18:23:09 [2021-12-03T18:23:09.478Z] === RUN   TestDockerSuite/TestInspectStatus
18:23:10 [2021-12-03T18:23:10.045Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
18:23:10 [2021-12-03T18:23:10.980Z] === RUN   TestDockerSuite/TestInspectTemplateError
18:23:11 [2021-12-03T18:23:11.545Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
18:23:11 [2021-12-03T18:23:11.803Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
18:23:12 [2021-12-03T18:23:12.369Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
18:23:12 [2021-12-03T18:23:12.935Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
18:23:13 [2021-12-03T18:23:13.196Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
18:23:13 [2021-12-03T18:23:13.761Z] === RUN   TestDockerSuite/TestInspectUnknownObject
18:23:13 [2021-12-03T18:23:13.761Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
18:23:15 [2021-12-03T18:23:15.136Z] === RUN   TestDockerSuite/TestLinkShortDefinition
18:23:16 [2021-12-03T18:23:16.070Z] === RUN   TestDockerSuite/TestLinksEnvs
18:23:17 [2021-12-03T18:23:17.006Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
18:23:17 [2021-12-03T18:23:17.263Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
18:23:18 [2021-12-03T18:23:18.200Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
18:23:19 [2021-12-03T18:23:19.573Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
18:23:20 [2021-12-03T18:23:20.950Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
18:23:20 [2021-12-03T18:23:20.950Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
18:23:21 [2021-12-03T18:23:21.541Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
18:23:21 [2021-12-03T18:23:21.996Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
18:23:22 [2021-12-03T18:23:22.324Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
18:23:22 [2021-12-03T18:23:22.450Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
18:23:22 [2021-12-03T18:23:22.582Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
18:23:23 [2021-12-03T18:23:23.148Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
18:23:26 [2021-12-03T18:23:26.160Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
18:23:28 [2021-12-03T18:23:28.322Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
18:23:29 [2021-12-03T18:23:29.720Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
18:23:31 [2021-12-03T18:23:31.093Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
18:23:31 [2021-12-03T18:23:31.205Z] === RUN   TestDockerSuite/TestBuildDockerignore
18:23:32 [2021-12-03T18:23:32.465Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
18:23:32 [2021-12-03T18:23:32.465Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
18:23:32 [2021-12-03T18:23:32.724Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
18:23:34 [2021-12-03T18:23:34.623Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
18:23:34 [2021-12-03T18:23:34.623Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
18:23:34 [2021-12-03T18:23:34.623Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
18:23:34 [2021-12-03T18:23:34.623Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
18:23:34 [2021-12-03T18:23:34.623Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
18:23:34 [2021-12-03T18:23:34.881Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
18:23:34 [2021-12-03T18:23:34.907Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 5.7% of statements
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/container	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/events	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ok  	github.com/docker/docker/api/types/filters	0.007s	coverage: 92.2% of statements
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/image	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/network	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
18:23:34 [2021-12-03T18:23:34.907Z] ok  	github.com/docker/docker/api/types/versions	0.003s	coverage: 77.3% of statements
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/builder	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ok  	github.com/docker/docker/builder/dockerfile	0.199s	coverage: 49.0% of statements
18:23:34 [2021-12-03T18:23:34.907Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
18:23:34 [2021-12-03T18:23:34.907Z] ok  	github.com/docker/docker/builder/remotecontext	0.113s	coverage: 13.7% of statements
18:23:34 [2021-12-03T18:23:34.907Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
18:23:35 [2021-12-03T18:23:35.448Z] === RUN   TestDockerSuite/TestLogsAPIUntil
18:23:35 [2021-12-03T18:23:35.835Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.262s	coverage: 86.3% of statements
18:23:35 [2021-12-03T18:23:35.835Z] ?   	github.com/docker/docker/cli	[no test files]
18:23:35 [2021-12-03T18:23:35.835Z] ?   	github.com/docker/docker/cli/config	[no test files]
18:23:36 [2021-12-03T18:23:36.763Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.119s	coverage: 69.3% of statements
18:23:39 [2021-12-03T18:23:39.281Z] ok  	github.com/docker/docker/client	0.106s	coverage: 75.6% of statements
18:23:39 [2021-12-03T18:23:39.629Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
18:23:39 [2021-12-03T18:23:39.629Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
18:23:43 [2021-12-03T18:23:43.809Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
18:23:44 [2021-12-03T18:23:44.375Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
18:23:44 [2021-12-03T18:23:44.375Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
18:23:45 [2021-12-03T18:23:45.310Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
18:23:46 [2021-12-03T18:23:46.246Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
18:23:46 [2021-12-03T18:23:46.814Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
18:23:47 [2021-12-03T18:23:47.747Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
18:23:48 [2021-12-03T18:23:48.313Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
18:23:50 [2021-12-03T18:23:50.216Z] === RUN   TestDockerSuite/TestLogsFollowStopped
18:23:50 [2021-12-03T18:23:50.782Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
18:23:51 [2021-12-03T18:23:51.040Z] === RUN   TestDockerSuite/TestLogsSince
18:23:54 [2021-12-03T18:23:54.319Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
18:23:58 [2021-12-03T18:23:58.502Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
18:23:58 [2021-12-03T18:23:58.502Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
18:23:59 [2021-12-03T18:23:59.875Z]     docker_api_swarm_service_test.go:395: [d877cd9dcadce] joining swarm manager [d4bf1f8c19b6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:24:00 [2021-12-03T18:24:00.440Z]     docker_api_swarm_service_test.go:395: [d4ee786955cae] joining swarm manager [d4bf1f8c19b6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:24:03 [2021-12-03T18:24:03.724Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
18:24:03 [2021-12-03T18:24:03.724Z] === RUN   TestDockerSuite/TestLogsTail
18:24:04 [2021-12-03T18:24:04.659Z] === RUN   TestDockerSuite/TestLogsTimestamps
18:24:05 [2021-12-03T18:24:05.592Z] === RUN   TestDockerSuite/TestLogsWithDetails
18:24:05 [2021-12-03T18:24:05.850Z] === RUN   TestDockerSuite/TestMountIntoProc
18:24:06 [2021-12-03T18:24:06.108Z] === RUN   TestDockerSuite/TestMountIntoSys
18:24:06 [2021-12-03T18:24:06.674Z] === RUN   TestDockerSuite/TestNetHostname
18:24:08 [2021-12-03T18:24:08.048Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
18:24:08 [2021-12-03T18:24:08.048Z] === RUN   TestDockerSuite/TestNetworkEvents
18:24:13 [2021-12-03T18:24:13.644Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
18:24:14 [2021-12-03T18:24:14.099Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
18:24:14 [2021-12-03T18:24:14.099Z]     docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux
18:24:14 [2021-12-03T18:24:14.099Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
18:24:14 [2021-12-03T18:24:14.608Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
18:24:14 [2021-12-03T18:24:14.872Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
18:24:15 [2021-12-03T18:24:15.447Z] === RUN   TestDockerSuite/TestPluginActive
18:24:15 [2021-12-03T18:24:15.704Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
18:24:17 [2021-12-03T18:24:17.602Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
18:24:17 [2021-12-03T18:24:17.602Z]     docker_api_swarm_service_test.go:343: [d50390a856ea5] joining swarm manager [d9041aea2e6a1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:24:17 [2021-12-03T18:24:17.963Z] ok  	github.com/docker/docker/cmd/dockerd	0.042s	coverage: 29.0% of statements
18:24:17 [2021-12-03T18:24:17.963Z] ok  	github.com/docker/docker/container	0.113s	coverage: 34.8% of statements
18:24:18 [2021-12-03T18:24:18.220Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.478s	coverage: 0.0% of statements
18:24:18 [2021-12-03T18:24:18.220Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
18:24:18 [2021-12-03T18:24:18.220Z] ?   	github.com/docker/docker/container/stream	[no test files]
18:24:18 [2021-12-03T18:24:18.220Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
18:24:18 [2021-12-03T18:24:18.220Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
18:24:18 [2021-12-03T18:24:18.220Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
18:24:18 [2021-12-03T18:24:18.535Z]     docker_api_swarm_service_test.go:343: [d08f3048793c7] joining swarm manager [d9041aea2e6a1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:24:25 [2021-12-03T18:24:25.098Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
18:24:25 [2021-12-03T18:24:25.098Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
18:24:25 [2021-12-03T18:24:25.098Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
18:24:25 [2021-12-03T18:24:25.356Z] === RUN   TestDockerSuite/TestPluginLogDriver
18:24:26 [2021-12-03T18:24:26.314Z] ok  	github.com/docker/docker/daemon/cluster	0.092s	coverage: 0.5% of statements
18:24:26 [2021-12-03T18:24:26.876Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.011s	coverage: 65.3% of statements
18:24:28 [2021-12-03T18:24:28.246Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.9% of statements
18:24:28 [2021-12-03T18:24:28.634Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
18:24:30 [2021-12-03T18:24:30.531Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
18:24:33 [2021-12-03T18:24:33.056Z] === RUN   TestDockerSuite/TestPluginUpgrade
18:24:33 [2021-12-03T18:24:33.056Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
18:24:35 [2021-12-03T18:24:35.585Z]     docker_api_swarm_service_test.go:490: [d05ea3a6cf202] joining swarm manager [d336b3f900b81]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:24:36 [2021-12-03T18:24:36.151Z]     docker_api_swarm_service_test.go:490: [dd9c137d0833d] joining swarm manager [d336b3f900b81]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:24:36 [2021-12-03T18:24:36.335Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.436s	coverage: 13.8% of statements
18:24:36 [2021-12-03T18:24:36.335Z] ok  	github.com/docker/docker/daemon/config	0.025s	coverage: 80.9% of statements
18:24:36 [2021-12-03T18:24:36.335Z] ok  	github.com/docker/docker/daemon/discovery	0.002s	coverage: 30.0% of statements
18:24:36 [2021-12-03T18:24:36.592Z] ok  	github.com/docker/docker/daemon/events	0.056s	coverage: 50.0% of statements
18:24:37 [2021-12-03T18:24:37.156Z] ok  	github.com/docker/docker/daemon/graphdriver	0.004s	coverage: 2.2% of statements
18:24:38 [2021-12-03T18:24:38.054Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
18:24:38 [2021-12-03T18:24:38.525Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.452s	coverage: 74.6% of statements
18:24:39 [2021-12-03T18:24:39.427Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
18:24:39 [2021-12-03T18:24:39.892Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 3.0% of statements
18:24:39 [2021-12-03T18:24:39.892Z] ok  	github.com/docker/docker/daemon	12.123s	coverage: 17.5% of statements
18:24:39 [2021-12-03T18:24:39.892Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
18:24:39 [2021-12-03T18:24:39.892Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
18:24:39 [2021-12-03T18:24:39.892Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
18:24:39 [2021-12-03T18:24:39.892Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
18:24:40 [2021-12-03T18:24:40.374Z] === RUN   TestDockerSuite/TestPortHostBinding
18:24:40 [2021-12-03T18:24:40.820Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.486s	coverage: 56.2% of statements
18:24:41 [2021-12-03T18:24:41.309Z] === RUN   TestDockerSuite/TestPortList
18:24:42 [2021-12-03T18:24:42.188Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.013s	coverage: 1.8% of statements
18:24:44 [2021-12-03T18:24:44.829Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.542s	coverage: 45.9% of statements
18:24:44 [2021-12-03T18:24:44.829Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
18:24:44 [2021-12-03T18:24:44.829Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.520s	coverage: 50.5% of statements
18:24:47 [2021-12-03T18:24:47.348Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.044s	coverage: 58.8% of statements
18:24:47 [2021-12-03T18:24:47.869Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
18:24:47 [2021-12-03T18:24:47.869Z] === RUN   TestDockerSuite/TestPostContainersAttach
18:24:48 [2021-12-03T18:24:48.434Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
18:24:49 [2021-12-03T18:24:49.493Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	1.792s	coverage: 58.0% of statements
18:24:49 [2021-12-03T18:24:49.493Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
18:24:49 [2021-12-03T18:24:49.493Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
18:24:49 [2021-12-03T18:24:49.749Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.012s	coverage: 3.0% of statements
18:24:50 [2021-12-03T18:24:50.677Z] ok  	github.com/docker/docker/daemon/links	0.030s	coverage: 93.0% of statements
18:24:53 [2021-12-03T18:24:53.694Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
18:24:53 [2021-12-03T18:24:53.953Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
18:24:53 [2021-12-03T18:24:53.953Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
18:24:53 [2021-12-03T18:24:53.953Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
18:24:54 [2021-12-03T18:24:54.520Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
18:24:54 [2021-12-03T18:24:54.520Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
18:24:54 [2021-12-03T18:24:54.848Z] ok  	github.com/docker/docker/daemon/logger	0.243s	coverage: 43.5% of statements
18:24:54 [2021-12-03T18:24:54.848Z] ok  	github.com/docker/docker/daemon/images	0.046s	coverage: 6.7% of statements
18:24:54 [2021-12-03T18:24:54.848Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
18:24:54 [2021-12-03T18:24:54.848Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
18:24:55 [2021-12-03T18:24:55.086Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
18:24:55 [2021-12-03T18:24:55.086Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
18:24:55 [2021-12-03T18:24:55.655Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
18:24:55 [2021-12-03T18:24:55.913Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
18:24:55 [2021-12-03T18:24:55.913Z]     docker_api_swarm_service_test.go:128: [d6592558496d3] joining swarm manager [df25fe972bebf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:24:56 [2021-12-03T18:24:56.215Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.017s	coverage: 67.0% of statements
18:24:56 [2021-12-03T18:24:56.848Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
18:24:56 [2021-12-03T18:24:56.849Z]     docker_api_swarm_service_test.go:129: [d98cd9aa55979] joining swarm manager [df25fe972bebf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:24:56 [2021-12-03T18:24:56.849Z] === RUN   TestDockerSuite/TestPruneContainerLabel
18:24:57 [2021-12-03T18:24:57.584Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.352s	coverage: 78.0% of statements
18:24:57 [2021-12-03T18:24:57.584Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
18:24:57 [2021-12-03T18:24:57.584Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
18:24:57 [2021-12-03T18:24:57.584Z] ok  	github.com/docker/docker/daemon/logger/journald	0.012s	coverage: 23.9% of statements
18:24:58 [2021-12-03T18:24:58.516Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.013s	coverage: 87.2% of statements
18:24:58 [2021-12-03T18:24:58.749Z]     docker_api_swarm_service_test.go:137: [dd62a07bbf5b2] joining swarm manager [df25fe972bebf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
18:24:59 [2021-12-03T18:24:59.012Z] === RUN   TestDockerSuite/TestPruneContainerUntil
18:24:59 [2021-12-03T18:24:59.445Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.029s	coverage: 69.9% of statements
18:24:59 [2021-12-03T18:24:59.579Z]     docker_api_swarm_service_test.go:138: [df1acdef264c2] joining swarm manager [df25fe972bebf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
18:25:00 [2021-12-03T18:25:00.146Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
18:25:00 [2021-12-03T18:25:00.376Z] ok  	github.com/docker/docker/daemon/logger/local	0.046s	coverage: 75.2% of statements
18:25:00 [2021-12-03T18:25:00.376Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
18:25:00 [2021-12-03T18:25:00.712Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
18:25:00 [2021-12-03T18:25:00.971Z] === RUN   TestDockerSuite/TestPsByOrder
18:25:01 [2021-12-03T18:25:01.747Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.127s	coverage: 56.8% of statements
18:25:02 [2021-12-03T18:25:02.004Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.009s	coverage: 31.5% of statements
18:25:02 [2021-12-03T18:25:02.873Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
18:25:03 [2021-12-03T18:25:03.440Z] === RUN   TestDockerSuite/TestPsListContainersBase
18:25:03 [2021-12-03T18:25:03.897Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.022s	coverage: 46.8% of statements
18:25:04 [2021-12-03T18:25:04.460Z] ok  	github.com/docker/docker/daemon/logger/templates	0.008s	coverage: 8.3% of statements
18:25:04 [2021-12-03T18:25:04.791Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
18:25:04 [2021-12-03T18:25:04.791Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
18:25:04 [2021-12-03T18:25:04.791Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
18:25:05 [2021-12-03T18:25:05.826Z] ok  	github.com/docker/docker/daemon/network	0.013s	coverage: 63.8% of statements
18:25:05 [2021-12-03T18:25:05.973Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
18:25:06 [2021-12-03T18:25:06.083Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.929s	coverage: 82.5% of statements
18:25:06 [2021-12-03T18:25:06.083Z] ?   	github.com/docker/docker/daemon/names	[no test files]
18:25:06 [2021-12-03T18:25:06.083Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
18:25:07 [2021-12-03T18:25:07.974Z] ok  	github.com/docker/docker/distribution/metadata	0.059s	coverage: 48.2% of statements
18:25:08 [2021-12-03T18:25:08.503Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
18:25:08 [2021-12-03T18:25:08.503Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
18:25:09 [2021-12-03T18:25:09.867Z] ok  	github.com/docker/docker/distribution	0.190s	coverage: 26.4% of statements
18:25:09 [2021-12-03T18:25:09.868Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
18:25:11 [2021-12-03T18:25:11.034Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
18:25:11 [2021-12-03T18:25:11.237Z] ok  	github.com/docker/docker/errdefs	0.009s	coverage: 53.1% of statements
18:25:12 [2021-12-03T18:25:12.169Z] ok  	github.com/docker/docker/image	0.023s	coverage: 86.6% of statements
18:25:12 [2021-12-03T18:25:12.733Z] ok  	github.com/docker/docker/distribution/xfer	1.974s	coverage: 85.1% of statements
18:25:12 [2021-12-03T18:25:12.733Z] ?   	github.com/docker/docker/dockerversion	[no test files]
18:25:13 [2021-12-03T18:25:13.141Z] ok  	github.com/docker/docker/image/cache	0.047s	coverage: 19.2% of statements
18:25:14 [2021-12-03T18:25:14.577Z] ok  	github.com/docker/docker/image/v1	0.020s	coverage: 25.0% of statements
18:25:14 [2021-12-03T18:25:14.577Z] ok  	github.com/docker/docker/image/tarexport	0.024s	coverage: 0.7% of statements
18:25:14 [2021-12-03T18:25:14.577Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
18:25:15 [2021-12-03T18:25:15.142Z] ok  	github.com/docker/docker/libcontainerd/queue	0.036s	coverage: 100.0% of statements
18:25:15 [2021-12-03T18:25:15.212Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
18:25:16 [2021-12-03T18:25:16.509Z] ok  	github.com/docker/docker/oci	0.024s	coverage: 43.3% of statements
18:25:17 [2021-12-03T18:25:17.595Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
18:25:18 [2021-12-03T18:25:18.403Z] ok  	github.com/docker/docker/opts	0.032s	coverage: 67.1% of statements
18:25:18 [2021-12-03T18:25:18.403Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
18:25:18 [2021-12-03T18:25:18.528Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
18:25:19 [2021-12-03T18:25:19.903Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
18:25:20 [2021-12-03T18:25:20.840Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
18:25:21 [2021-12-03T18:25:21.407Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
18:25:21 [2021-12-03T18:25:21.666Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
18:25:21 [2021-12-03T18:25:21.678Z] ok  	github.com/docker/docker/pkg/archive	0.579s	coverage: 82.1% of statements
18:25:22 [2021-12-03T18:25:22.285Z] ok  	github.com/docker/docker/pkg/authorization	0.283s	coverage: 68.3% of statements
18:25:22 [2021-12-03T18:25:22.379Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
18:25:22 [2021-12-03T18:25:22.543Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
18:25:22 [2021-12-03T18:25:22.800Z] ok  	github.com/docker/docker/pkg/capabilities	0.004s	coverage: 87.5% of statements
18:25:23 [2021-12-03T18:25:23.567Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
18:25:24 [2021-12-03T18:25:24.133Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
18:25:25 [2021-12-03T18:25:25.071Z] === RUN   TestDockerSuite/TestPsListContainersSize
18:25:25 [2021-12-03T18:25:25.326Z] ok  	github.com/docker/docker/layer	7.340s	coverage: 68.8% of statements
18:25:25 [2021-12-03T18:25:25.326Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
18:25:25 [2021-12-03T18:25:25.326Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
18:25:25 [2021-12-03T18:25:25.326Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
18:25:25 [2021-12-03T18:25:25.326Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
18:25:25 [2021-12-03T18:25:25.326Z] ?   	github.com/docker/docker/oci/caps	[no test files]
18:25:25 [2021-12-03T18:25:25.583Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
18:25:26 [2021-12-03T18:25:26.004Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
18:25:26 [2021-12-03T18:25:26.146Z] ok  	github.com/docker/docker/pkg/discovery	0.006s	coverage: 58.3% of statements
18:25:26 [2021-12-03T18:25:26.263Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
18:25:26 [2021-12-03T18:25:26.407Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.783s	coverage: 43.5% of statements
18:25:26 [2021-12-03T18:25:26.407Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
18:25:26 [2021-12-03T18:25:26.407Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
18:25:26 [2021-12-03T18:25:26.407Z] ok  	github.com/docker/docker/pkg/discovery/file	0.025s	coverage: 97.6% of statements
18:25:26 [2021-12-03T18:25:26.523Z]     docker_api_swarm_service_test.go:304: [d3d0a43dbc09c] joining swarm manager [dcff31d242617]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:25:27 [2021-12-03T18:25:27.088Z] === RUN   TestDockerSuite/TestPsRightTagName
18:25:27 [2021-12-03T18:25:27.337Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.032s	coverage: 92.3% of statements
18:25:27 [2021-12-03T18:25:27.363Z]     docker_api_swarm_service_test.go:304: [d928f5481a02f] joining swarm manager [dcff31d242617]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:25:28 [2021-12-03T18:25:28.269Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.028s	coverage: 93.8% of statements
18:25:28 [2021-12-03T18:25:28.833Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
18:25:29 [2021-12-03T18:25:29.267Z] === RUN   TestDockerSuite/TestPsShowMounts
18:25:30 [2021-12-03T18:25:30.209Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 67.0% of statements
18:25:30 [2021-12-03T18:25:30.466Z] ok  	github.com/docker/docker/pkg/fileutils	0.013s	coverage: 84.8% of statements
18:25:30 [2021-12-03T18:25:30.722Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.067s	coverage: 84.1% of statements
18:25:30 [2021-12-03T18:25:30.760Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
18:25:30 [2021-12-03T18:25:30.978Z] ok  	github.com/docker/docker/pkg/fsutils	0.138s	coverage: 85.1% of statements
18:25:30 [2021-12-03T18:25:30.978Z] ok  	github.com/docker/docker/pkg/homedir	0.004s	coverage: 11.4% of statements
18:25:31 [2021-12-03T18:25:31.018Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
18:25:31 [2021-12-03T18:25:31.018Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
18:25:31 [2021-12-03T18:25:31.018Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
18:25:31 [2021-12-03T18:25:31.023Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
18:25:31 [2021-12-03T18:25:31.277Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
18:25:31 [2021-12-03T18:25:31.277Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
18:25:31 [2021-12-03T18:25:31.277Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
18:25:31 [2021-12-03T18:25:31.844Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
18:25:31 [2021-12-03T18:25:31.907Z] ok  	github.com/docker/docker/pkg/idtools	0.510s	coverage: 69.5% of statements
18:25:32 [2021-12-03T18:25:32.163Z] ok  	github.com/docker/docker/pkg/ioutils	0.437s	coverage: 69.7% of statements
18:25:32 [2021-12-03T18:25:32.419Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
18:25:32 [2021-12-03T18:25:32.419Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.006s	coverage: 91.7% of statements
18:25:32 [2021-12-03T18:25:32.419Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
18:25:32 [2021-12-03T18:25:32.419Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
18:25:32 [2021-12-03T18:25:32.419Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
18:25:32 [2021-12-03T18:25:32.675Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
18:25:32 [2021-12-03T18:25:32.675Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
18:25:32 [2021-12-03T18:25:32.675Z] ok  	github.com/docker/docker/pkg/parsers	0.004s	coverage: 97.0% of statements
18:25:32 [2021-12-03T18:25:32.778Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
18:25:32 [2021-12-03T18:25:32.932Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.014s	coverage: 60.0% of statements
18:25:33 [2021-12-03T18:25:33.188Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 86.7% of statements
18:25:33 [2021-12-03T18:25:33.188Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
18:25:33 [2021-12-03T18:25:33.188Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
18:25:33 [2021-12-03T18:25:33.188Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
18:25:33 [2021-12-03T18:25:33.713Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
18:25:33 [2021-12-03T18:25:33.751Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.021s	coverage: 56.8% of statements
18:25:33 [2021-12-03T18:25:33.971Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
18:25:34 [2021-12-03T18:25:34.313Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
18:25:34 [2021-12-03T18:25:34.569Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
18:25:34 [2021-12-03T18:25:34.569Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
18:25:35 [2021-12-03T18:25:35.933Z] ok  	github.com/docker/docker/pkg/pubsub	1.033s	coverage: 75.0% of statements
18:25:35 [2021-12-03T18:25:35.933Z] ok  	github.com/docker/docker/pkg/reexec	0.007s	coverage: 82.4% of statements
18:25:36 [2021-12-03T18:25:36.189Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
18:25:36 [2021-12-03T18:25:36.448Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
18:25:36 [2021-12-03T18:25:36.704Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
18:25:36 [2021-12-03T18:25:36.704Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
18:25:37 [2021-12-03T18:25:37.266Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 51.2% of statements
18:25:37 [2021-12-03T18:25:37.521Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 40.1% of statements
18:25:37 [2021-12-03T18:25:37.778Z] ok  	github.com/docker/docker/pkg/tailfile	0.044s	coverage: 88.6% of statements
18:25:38 [2021-12-03T18:25:38.339Z] ok  	github.com/docker/docker/pkg/tarsum	0.037s	coverage: 89.3% of statements
18:25:38 [2021-12-03T18:25:38.339Z] coverage: [no statements]
18:25:38 [2021-12-03T18:25:38.339Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
18:25:38 [2021-12-03T18:25:38.595Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
18:25:38 [2021-12-03T18:25:38.852Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
18:25:38 [2021-12-03T18:25:38.852Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
18:25:40 [2021-12-03T18:25:40.534Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
18:25:40 [2021-12-03T18:25:40.743Z] ok  	github.com/docker/docker/plugin	0.515s	coverage: 23.2% of statements
18:25:40 [2021-12-03T18:25:40.743Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
18:25:40 [2021-12-03T18:25:40.792Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
18:25:41 [2021-12-03T18:25:41.305Z] ok  	github.com/docker/docker/profiles/seccomp	0.008s	coverage: 86.0% of statements
18:25:42 [2021-12-03T18:25:42.169Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
18:25:42 [2021-12-03T18:25:42.169Z] === RUN   TestDockerSuite/TestRestartPolicyNO
18:25:42 [2021-12-03T18:25:42.169Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
18:25:42 [2021-12-03T18:25:42.236Z] ok  	github.com/docker/docker/quota	0.239s	coverage: 71.4% of statements
18:25:42 [2021-12-03T18:25:42.427Z] === RUN   TestDockerSuite/TestRestartRunningContainer
18:25:42 [2021-12-03T18:25:42.493Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
18:25:43 [2021-12-03T18:25:43.421Z] ok  	github.com/docker/docker/registry	0.038s	coverage: 58.3% of statements
18:25:43 [2021-12-03T18:25:43.677Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
18:25:43 [2021-12-03T18:25:43.933Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
18:25:44 [2021-12-03T18:25:44.326Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
18:25:44 [2021-12-03T18:25:44.496Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 65.7% of statements
18:25:44 [2021-12-03T18:25:44.496Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
18:25:45 [2021-12-03T18:25:45.263Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
18:25:47 [2021-12-03T18:25:47.014Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
18:25:47 [2021-12-03T18:25:47.164Z] === RUN   TestDockerSuite/TestRestartWithVolumes
18:25:47 [2021-12-03T18:25:47.164Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
18:25:47 [2021-12-03T18:25:47.576Z] ok  	github.com/docker/docker/volume/local	0.101s	coverage: 76.4% of statements
18:25:47 [2021-12-03T18:25:47.833Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 67.7% of statements
18:25:48 [2021-12-03T18:25:48.097Z] === RUN   TestDockerSuite/TestRmiBlank
18:25:48 [2021-12-03T18:25:48.097Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
18:25:48 [2021-12-03T18:25:48.355Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
18:25:49 [2021-12-03T18:25:49.213Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 72.3% of statements
18:25:49 [2021-12-03T18:25:49.734Z]     docker_api_swarm_service_test.go:100: [d8793dcb10ce3] joining swarm manager [d59a8d596591c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:25:50 [2021-12-03T18:25:50.676Z]     docker_api_swarm_service_test.go:101: [d4bab99eab1cf] joining swarm manager [d59a8d596591c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:25:50 [2021-12-03T18:25:50.934Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
18:25:51 [2021-12-03T18:25:51.499Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
18:25:51 [2021-12-03T18:25:51.759Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
18:25:52 [2021-12-03T18:25:52.229Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
18:25:53 [2021-12-03T18:25:53.661Z] === RUN   TestDockerSuite/TestRmiImgIDForce
18:25:54 [2021-12-03T18:25:54.599Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
18:25:55 [2021-12-03T18:25:55.972Z] === RUN   TestDockerSuite/TestRmiParentImageFail
18:25:56 [2021-12-03T18:25:56.540Z] === RUN   TestDockerSuite/TestRmiTag
18:25:56 [2021-12-03T18:25:56.540Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
18:25:57 [2021-12-03T18:25:57.107Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
18:25:59 [2021-12-03T18:25:59.637Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
18:25:59 [2021-12-03T18:25:59.895Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
18:26:00 [2021-12-03T18:26:00.461Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
18:26:00 [2021-12-03T18:26:00.719Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
18:26:00 [2021-12-03T18:26:00.877Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
18:26:01 [2021-12-03T18:26:01.654Z] === RUN   TestDockerSuite/TestRunAddHost
18:26:02 [2021-12-03T18:26:02.220Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
18:26:02 [2021-12-03T18:26:02.220Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
18:26:02 [2021-12-03T18:26:02.787Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
18:26:02 [2021-12-03T18:26:02.787Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
18:26:03 [2021-12-03T18:26:03.356Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
18:26:04 [2021-12-03T18:26:04.733Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
18:26:04 [2021-12-03T18:26:04.992Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
18:26:05 [2021-12-03T18:26:05.927Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
18:26:06 [2021-12-03T18:26:06.494Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
18:26:07 [2021-12-03T18:26:07.869Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
18:26:08 [2021-12-03T18:26:08.439Z]     check_test.go:379: [d8793dcb10ce3] daemon is not started
18:26:09 [2021-12-03T18:26:09.013Z] === RUN   TestDockerSuite/TestRunAttachDetach
18:26:09 [2021-12-03T18:26:09.526Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
18:26:09 [2021-12-03T18:26:09.577Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
18:26:10 [2021-12-03T18:26:10.142Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
18:26:10 [2021-12-03T18:26:10.708Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
18:26:11 [2021-12-03T18:26:11.094Z] ok  	github.com/docker/docker/pkg/plugins	33.643s	coverage: 76.3% of statements
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/pkg/term	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/rootless	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/testutil/request	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/volume	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === Skipped
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     network_proxy_test.go:208: No support for dual stack yet
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver btrfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver btrfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver btrfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver btrfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver btrfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:71: No driver to put!
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z] time="2021-12-03T18:24:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: driver not supported
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z] time="2021-12-03T18:24:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: driver not supported
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z] time="2021-12-03T18:24:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: driver not supported
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z] time="2021-12-03T18:24:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: driver not supported
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z] time="2021-12-03T18:24:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: driver not supported
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:71: No driver to put!
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     overlay_test.go:50: Fails to compute changes intermittently
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     overlay_test.go:65: Cannot run test with naive change algorithm
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver zfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver zfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver zfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver zfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:44: Driver zfs not supported
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     graphtest_unix.go:71: No driver to put!
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
18:26:11 [2021-12-03T18:26:11.094Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
18:26:11 [2021-12-03T18:26:11.094Z] 
18:26:11 [2021-12-03T18:26:11.094Z] DONE 2340 tests, 28 skipped in 250.136s
18:26:11 [2021-12-03T18:26:11.094Z] + '[' -n 'github.com/docker/docker/libnetwork
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/bitseq
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/cluster
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/cmd/diagnostic
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/cmd/ovrouter
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/cmd/readme_test
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/config
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/datastore
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/diagnostic
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/discoverapi
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/driverapi
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/bridge
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/host
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/ipvlan
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/macvlan
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/null
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/overlay
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/remote
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/remote/api
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/windows
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/drvregistry
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/etchosts
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/hostdiscovery
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/idm
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/internal/caller
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/internal/setmatrix
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/ipam
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/ipamapi
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/ipams/builtin
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/ipams/null
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/ipams/remote
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/ipams/remote/api
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/ipams/windowsipam
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/ipamutils
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/iptables
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/netlabel
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/netutils
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/networkdb
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/ns
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/options
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/osl
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/osl/kernel
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/portallocator
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/portmapper
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/resolvconf
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/testutils
18:26:11 [2021-12-03T18:26:11.094Z] github.com/docker/docker/libnetwork/types' ']'
18:26:11 [2021-12-03T18:26:11.094Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
18:26:11 [2021-12-03T18:26:11.274Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
18:26:11 [2021-12-03T18:26:11.839Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
18:26:12 [2021-12-03T18:26:12.408Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
18:26:13 [2021-12-03T18:26:13.343Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
18:26:13 [2021-12-03T18:26:13.601Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
18:26:13 [2021-12-03T18:26:13.859Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
18:26:14 [2021-12-03T18:26:14.118Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
18:26:14 [2021-12-03T18:26:14.685Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
18:26:14 [2021-12-03T18:26:14.685Z] === RUN   TestDockerSuite/TestRunBindMounts
18:26:16 [2021-12-03T18:26:16.588Z]     docker_api_swarm_service_test.go:533: [d4ba4a8432b42] joining swarm manager [ddb247d32390f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:26:16 [2021-12-03T18:26:16.588Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
18:26:16 [2021-12-03T18:26:16.588Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
18:26:17 [2021-12-03T18:26:17.154Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
18:26:17 [2021-12-03T18:26:17.721Z]     docker_api_swarm_service_test.go:534: [d2297a54a30cb] joining swarm manager [ddb247d32390f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:26:17 [2021-12-03T18:26:17.721Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
18:26:18 [2021-12-03T18:26:18.286Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
18:26:18 [2021-12-03T18:26:18.286Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
18:26:18 [2021-12-03T18:26:18.544Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
18:26:19 [2021-12-03T18:26:19.110Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
18:26:20 [2021-12-03T18:26:20.048Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
18:26:20 [2021-12-03T18:26:20.983Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
18:26:21 [2021-12-03T18:26:21.550Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
18:26:21 [2021-12-03T18:26:21.550Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
18:26:22 [2021-12-03T18:26:22.118Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
18:26:22 [2021-12-03T18:26:22.118Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
18:26:23 [2021-12-03T18:26:23.053Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
18:26:23 [2021-12-03T18:26:23.618Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
18:26:24 [2021-12-03T18:26:24.550Z] === RUN   TestDockerSuite/TestRunContainerNetwork
18:26:24 [2021-12-03T18:26:24.808Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
18:26:25 [2021-12-03T18:26:25.066Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
18:26:25 [2021-12-03T18:26:25.327Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
18:26:26 [2021-12-03T18:26:26.268Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
18:26:27 [2021-12-03T18:26:27.201Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
18:26:28 [2021-12-03T18:26:28.134Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
18:26:28 [2021-12-03T18:26:28.392Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
18:26:28 [2021-12-03T18:26:28.957Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
18:26:29 [2021-12-03T18:26:29.527Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
18:26:30 [2021-12-03T18:26:30.093Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
18:26:30 [2021-12-03T18:26:30.351Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
18:26:31 [2021-12-03T18:26:31.286Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
18:26:33 [2021-12-03T18:26:33.816Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
18:26:33 [2021-12-03T18:26:33.816Z] === RUN   TestDockerSuite/TestRunCreateVolume
18:26:33 [2021-12-03T18:26:33.816Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
18:26:35 [2021-12-03T18:26:35.190Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
18:26:36 [2021-12-03T18:26:36.564Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
18:26:37 [2021-12-03T18:26:37.938Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
18:26:39 [2021-12-03T18:26:39.312Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
18:26:39 [2021-12-03T18:26:39.312Z]     docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
18:26:39 [2021-12-03T18:26:39.312Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
18:26:39 [2021-12-03T18:26:39.312Z]     docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
18:26:39 [2021-12-03T18:26:39.312Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
18:26:39 [2021-12-03T18:26:39.570Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
18:26:40 [2021-12-03T18:26:40.506Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
18:26:40 [2021-12-03T18:26:40.764Z] === RUN   TestDockerSuite/TestRunDNSOptions
18:26:41 [2021-12-03T18:26:41.700Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
18:26:43 [2021-12-03T18:26:43.076Z]     docker_api_swarm_service_test.go:148: [df1eeb04f9120] joining swarm manager [d58051a9966d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:26:43 [2021-12-03T18:26:43.335Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
18:26:43 [2021-12-03T18:26:43.903Z]     docker_api_swarm_service_test.go:148: [d5912066b849e] joining swarm manager [d58051a9966d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:26:43 [2021-12-03T18:26:43.903Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
18:26:45 [2021-12-03T18:26:45.815Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
18:26:46 [2021-12-03T18:26:46.074Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
18:26:46 [2021-12-03T18:26:46.074Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
18:26:46 [2021-12-03T18:26:46.074Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
18:26:46 [2021-12-03T18:26:46.334Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
18:26:47 [2021-12-03T18:26:47.708Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
18:26:47 [2021-12-03T18:26:47.966Z] === RUN   TestDockerSuite/TestRunDuplicateMount
18:26:48 [2021-12-03T18:26:48.224Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
18:26:48 [2021-12-03T18:26:48.790Z] === RUN   TestDockerSuite/TestRunEchoStdout
18:26:49 [2021-12-03T18:26:49.048Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
18:26:49 [2021-12-03T18:26:49.614Z] === RUN   TestDockerSuite/TestRunEmptyEnv
18:26:49 [2021-12-03T18:26:49.614Z] === RUN   TestDockerSuite/TestRunEntrypoint
18:26:49 [2021-12-03T18:26:49.749Z] ok  	github.com/docker/docker/libnetwork	37.095s	coverage: 40.7% of statements
18:26:49 [2021-12-03T18:26:49.749Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.116s	coverage: 84.4% of statements
18:26:49 [2021-12-03T18:26:49.749Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
18:26:50 [2021-12-03T18:26:50.179Z] === RUN   TestDockerSuite/TestRunEnvironment
18:26:50 [2021-12-03T18:26:50.438Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
18:26:51 [2021-12-03T18:26:51.003Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
18:26:51 [2021-12-03T18:26:51.116Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
18:26:51 [2021-12-03T18:26:51.116Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
18:26:51 [2021-12-03T18:26:51.116Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
18:26:51 [2021-12-03T18:26:51.116Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
18:26:51 [2021-12-03T18:26:51.116Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
18:26:51 [2021-12-03T18:26:51.261Z] === RUN   TestDockerSuite/TestRunExitCode
18:26:51 [2021-12-03T18:26:51.371Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
18:26:51 [2021-12-03T18:26:51.372Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
18:26:51 [2021-12-03T18:26:51.627Z] ok  	github.com/docker/docker/libnetwork/config	0.027s	coverage: 24.0% of statements
18:26:51 [2021-12-03T18:26:51.827Z] === RUN   TestDockerSuite/TestRunExitCodeOne
18:26:51 [2021-12-03T18:26:51.883Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
18:26:51 [2021-12-03T18:26:51.883Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
18:26:51 [2021-12-03T18:26:51.883Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
18:26:52 [2021-12-03T18:26:52.085Z] === RUN   TestDockerSuite/TestRunExitCodeZero
18:26:52 [2021-12-03T18:26:52.139Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
18:26:52 [2021-12-03T18:26:52.652Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
18:26:53 [2021-12-03T18:26:53.221Z] === RUN   TestDockerSuite/TestRunExposePort
18:26:53 [2021-12-03T18:26:53.222Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
18:26:53 [2021-12-03T18:26:53.789Z] === RUN   TestDockerSuite/TestRunGroupAdd
18:26:54 [2021-12-03T18:26:54.356Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
18:26:54 [2021-12-03T18:26:54.654Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.376s	coverage: 59.9% of statements
18:26:54 [2021-12-03T18:26:54.911Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
18:26:54 [2021-12-03T18:26:54.911Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
18:26:55 [2021-12-03T18:26:55.294Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
18:26:55 [2021-12-03T18:26:55.294Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
18:26:55 [2021-12-03T18:26:55.294Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
18:26:55 [2021-12-03T18:26:55.294Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
18:26:55 [2021-12-03T18:26:55.839Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.249s	coverage: 4.0% of statements
18:26:55 [2021-12-03T18:26:55.839Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
18:26:56 [2021-12-03T18:26:56.095Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.5% of statements
18:26:56 [2021-12-03T18:26:56.351Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
18:26:56 [2021-12-03T18:26:56.351Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
18:26:57 [2021-12-03T18:26:57.192Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
18:26:57 [2021-12-03T18:26:57.758Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
18:27:06 [2021-12-03T18:27:06.308Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.779s	coverage: 7.2% of statements
18:27:06 [2021-12-03T18:27:06.308Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
18:27:06 [2021-12-03T18:27:06.308Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.002s	coverage: 63.6% of statements
18:27:06 [2021-12-03T18:27:06.308Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.009s	coverage: 57.4% of statements
18:27:06 [2021-12-03T18:27:06.308Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
18:27:06 [2021-12-03T18:27:06.308Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
18:27:06 [2021-12-03T18:27:06.308Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
18:27:06 [2021-12-03T18:27:06.870Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
18:27:06 [2021-12-03T18:27:06.870Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.015s	coverage: 81.2% of statements
18:27:07 [2021-12-03T18:27:07.126Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.003s	coverage: 48.1% of statements
18:27:07 [2021-12-03T18:27:07.383Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
18:27:07 [2021-12-03T18:27:07.639Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
18:27:09 [2021-12-03T18:27:09.950Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
18:27:09 [2021-12-03T18:27:09.950Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
18:27:09 [2021-12-03T18:27:09.950Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
18:27:09 [2021-12-03T18:27:09.950Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
18:27:09 [2021-12-03T18:27:09.950Z] === RUN   TestDockerSuite/TestRunInvalidReference
18:27:09 [2021-12-03T18:27:09.950Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
18:27:10 [2021-12-03T18:27:10.128Z] === RUN   TestDockerSuite/TestBuildDotDotFile
18:27:10 [2021-12-03T18:27:10.128Z] === RUN   TestDockerSuite/TestBuildEOLInLine
18:27:10 [2021-12-03T18:27:10.128Z]     docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux
18:27:10 [2021-12-03T18:27:10.128Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
18:27:10 [2021-12-03T18:27:10.128Z]     docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux
18:27:10 [2021-12-03T18:27:10.128Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
18:27:10 [2021-12-03T18:27:10.128Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
18:27:10 [2021-12-03T18:27:10.128Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
18:27:10 [2021-12-03T18:27:10.128Z]     docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux
18:27:10 [2021-12-03T18:27:10.128Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
18:27:10 [2021-12-03T18:27:10.128Z] === RUN   TestDockerSuite/TestBuildEntrypoint
18:27:10 [2021-12-03T18:27:10.128Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
18:27:10 [2021-12-03T18:27:10.518Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
18:27:12 [2021-12-03T18:27:12.437Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
18:27:13 [2021-12-03T18:27:13.072Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
18:27:13 [2021-12-03T18:27:13.371Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
18:27:14 [2021-12-03T18:27:14.303Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
18:27:15 [2021-12-03T18:27:15.281Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
18:27:19 [2021-12-03T18:27:19.062Z] === RUN   TestDockerSuite/TestBuildEnv
18:27:19 [2021-12-03T18:27:19.062Z]     docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux
18:27:19 [2021-12-03T18:27:19.062Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
18:27:19 [2021-12-03T18:27:19.062Z]     docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux
18:27:19 [2021-12-03T18:27:19.528Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
18:27:19 [2021-12-03T18:27:19.528Z]     docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux
18:27:19 [2021-12-03T18:27:19.528Z] === RUN   TestDockerSuite/TestBuildEnvUsage
18:27:19 [2021-12-03T18:27:19.528Z]     docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux
18:27:19 [2021-12-03T18:27:19.528Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
18:27:19 [2021-12-03T18:27:19.528Z]     docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux
18:27:19 [2021-12-03T18:27:19.528Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
18:27:19 [2021-12-03T18:27:19.563Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
18:27:19 [2021-12-03T18:27:19.811Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.002s	coverage: 100.0% of statements
18:27:19 [2021-12-03T18:27:19.820Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
18:27:20 [2021-12-03T18:27:20.078Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
18:27:20 [2021-12-03T18:27:20.644Z] === RUN   TestDockerSuite/TestRunModeHostname
18:27:21 [2021-12-03T18:27:21.578Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
18:27:21 [2021-12-03T18:27:21.578Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
18:27:21 [2021-12-03T18:27:21.837Z] === RUN   TestDockerSuite/TestRunModeIpcHost
18:27:22 [2021-12-03T18:27:22.471Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
18:27:22 [2021-12-03T18:27:22.471Z]     docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux
18:27:22 [2021-12-03T18:27:22.471Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
18:27:22 [2021-12-03T18:27:22.471Z]     docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux
18:27:22 [2021-12-03T18:27:22.471Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
18:27:22 [2021-12-03T18:27:22.471Z]     docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux
18:27:22 [2021-12-03T18:27:22.471Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
18:27:23 [2021-12-03T18:27:23.212Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
18:27:23 [2021-12-03T18:27:23.456Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
18:27:24 [2021-12-03T18:27:24.145Z] === RUN   TestDockerSuite/TestRunModePIDContainer
18:27:25 [2021-12-03T18:27:25.079Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
18:27:25 [2021-12-03T18:27:25.079Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
18:27:25 [2021-12-03T18:27:25.079Z] === RUN   TestDockerSuite/TestRunModeUTSHost
18:27:26 [2021-12-03T18:27:26.454Z] === RUN   TestDockerSuite/TestRunMount
18:27:27 [2021-12-03T18:27:27.241Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
18:27:30 [2021-12-03T18:27:30.639Z] === RUN   TestDockerSuite/TestRunMountOrdering
18:27:30 [2021-12-03T18:27:30.897Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
18:27:31 [2021-12-03T18:27:31.462Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
18:27:31 [2021-12-03T18:27:31.983Z] ok  	github.com/docker/docker/libnetwork/ipam	13.700s	coverage: 85.3% of statements
18:27:31 [2021-12-03T18:27:31.983Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
18:27:31 [2021-12-03T18:27:31.983Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
18:27:32 [2021-12-03T18:27:32.240Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
18:27:32 [2021-12-03T18:27:32.395Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
18:27:32 [2021-12-03T18:27:32.497Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
18:27:32 [2021-12-03T18:27:32.497Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
18:27:32 [2021-12-03T18:27:32.753Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
18:27:33 [2021-12-03T18:27:33.315Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.255s	coverage: 74.0% of statements
18:27:33 [2021-12-03T18:27:33.877Z] ok  	github.com/docker/docker/libnetwork/iptables	0.153s	coverage: 45.1% of statements
18:27:33 [2021-12-03T18:27:33.877Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
18:27:34 [2021-12-03T18:27:34.315Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
18:27:34 [2021-12-03T18:27:34.439Z] ok  	github.com/docker/docker/libnetwork/netutils	0.019s	coverage: 44.1% of statements
18:27:36 [2021-12-03T18:27:36.220Z] === RUN   TestDockerSuite/TestRunNamedVolume
18:27:37 [2021-12-03T18:27:37.654Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
18:27:38 [2021-12-03T18:27:38.121Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
18:27:38 [2021-12-03T18:27:38.121Z]     docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux
18:27:38 [2021-12-03T18:27:38.121Z] === RUN   TestDockerSuite/TestBuildExpose
18:27:38 [2021-12-03T18:27:38.121Z]     docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux
18:27:38 [2021-12-03T18:27:38.121Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
18:27:38 [2021-12-03T18:27:38.121Z]     docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux
18:27:38 [2021-12-03T18:27:38.121Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
18:27:38 [2021-12-03T18:27:38.588Z] === RUN   TestDockerSuite/TestBuildExposeOrder
18:27:38 [2021-12-03T18:27:38.588Z]     docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux
18:27:38 [2021-12-03T18:27:38.588Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
18:27:38 [2021-12-03T18:27:38.588Z]     docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux
18:27:38 [2021-12-03T18:27:38.588Z] === RUN   TestDockerSuite/TestBuildFails
18:27:40 [2021-12-03T18:27:40.022Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
18:27:40 [2021-12-03T18:27:40.799Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
18:27:40 [2021-12-03T18:27:40.799Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
18:27:40 [2021-12-03T18:27:40.957Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
18:27:41 [2021-12-03T18:27:41.892Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
18:27:41 [2021-12-03T18:27:41.892Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
18:27:42 [2021-12-03T18:27:42.460Z] === RUN   TestDockerSuite/TestRunNetHost
18:27:43 [2021-12-03T18:27:43.836Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
18:27:43 [2021-12-03T18:27:43.836Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
18:27:44 [2021-12-03T18:27:44.402Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
18:27:44 [2021-12-03T18:27:44.661Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
18:27:45 [2021-12-03T18:27:45.541Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
18:27:46 [2021-12-03T18:27:46.564Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
18:27:48 [2021-12-03T18:27:48.464Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
18:27:48 [2021-12-03T18:27:48.723Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
18:27:51 [2021-12-03T18:27:51.266Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
18:27:51 [2021-12-03T18:27:51.395Z] === RUN   TestDockerSuite/TestBuildForceRm
18:27:51 [2021-12-03T18:27:51.833Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
18:27:52 [2021-12-03T18:27:52.091Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
18:27:52 [2021-12-03T18:27:52.349Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
18:27:52 [2021-12-03T18:27:52.916Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
18:27:52 [2021-12-03T18:27:52.916Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
18:27:53 [2021-12-03T18:27:53.483Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
18:27:54 [2021-12-03T18:27:54.054Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
18:27:54 [2021-12-03T18:27:54.054Z] === RUN   TestDockerSuite/TestRunNonExistingImage
18:27:54 [2021-12-03T18:27:54.312Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
18:27:54 [2021-12-03T18:27:54.879Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
18:27:56 [2021-12-03T18:27:56.182Z] === RUN   TestDockerSuite/TestBuildFromGit
18:27:56 [2021-12-03T18:27:56.778Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
18:27:59 [2021-12-03T18:27:59.305Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
18:28:00 [2021-12-03T18:28:00.237Z] === RUN   TestDockerSuite/TestRunOOMExitCode
18:28:00 [2021-12-03T18:28:00.237Z]     docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
18:28:00 [2021-12-03T18:28:00.237Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
18:28:00 [2021-12-03T18:28:00.982Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
18:28:01 [2021-12-03T18:28:01.172Z] === RUN   TestDockerSuite/TestRunPIDsLimit
18:28:01 [2021-12-03T18:28:01.431Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
18:28:01 [2021-12-03T18:28:01.690Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
18:28:02 [2021-12-03T18:28:02.565Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
18:28:03 [2021-12-03T18:28:03.065Z] === RUN   TestDockerSuite/TestRunPortInUse
18:28:03 [2021-12-03T18:28:03.323Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
18:28:04 [2021-12-03T18:28:04.257Z]     docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n"
18:28:04 [2021-12-03T18:28:04.257Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
18:28:04 [2021-12-03T18:28:04.822Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
18:28:05 [2021-12-03T18:28:05.387Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
18:28:05 [2021-12-03T18:28:05.953Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
18:28:05 [2021-12-03T18:28:05.953Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
18:28:06 [2021-12-03T18:28:06.211Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
18:28:06 [2021-12-03T18:28:06.211Z]     docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
18:28:06 [2021-12-03T18:28:06.211Z] === RUN   TestDockerSuite/TestRunPublishPort
18:28:06 [2021-12-03T18:28:06.778Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
18:28:07 [2021-12-03T18:28:07.348Z] === RUN   TestDockerSuite/TestRunReadProcLatency
18:28:07 [2021-12-03T18:28:07.348Z]     docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
18:28:07 [2021-12-03T18:28:07.348Z] === RUN   TestDockerSuite/TestRunReadProcTimer
18:28:07 [2021-12-03T18:28:07.363Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
18:28:07 [2021-12-03T18:28:07.363Z]     docker_cli_build_test.go:3697: unmatched requirement UnixCli
18:28:07 [2021-12-03T18:28:07.363Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
18:28:07 [2021-12-03T18:28:07.363Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
18:28:07 [2021-12-03T18:28:07.838Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
18:28:07 [2021-12-03T18:28:07.838Z]     docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux
18:28:07 [2021-12-03T18:28:07.838Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
18:28:07 [2021-12-03T18:28:07.915Z] === RUN   TestDockerSuite/TestRunRedirectStdout
18:28:09 [2021-12-03T18:28:09.292Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
18:28:09 [2021-12-03T18:28:09.292Z]     docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved
18:28:09 [2021-12-03T18:28:09.292Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
18:28:09 [2021-12-03T18:28:09.858Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
18:28:11 [2021-12-03T18:28:11.759Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
18:28:13 [2021-12-03T18:28:13.144Z] === RUN   TestDockerSuite/TestRunRm
18:28:13 [2021-12-03T18:28:13.402Z] === RUN   TestDockerSuite/TestRunRmAndWait
18:28:15 [2021-12-03T18:28:15.051Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
18:28:15 [2021-12-03T18:28:15.051Z]     docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux
18:28:15 [2021-12-03T18:28:15.051Z] === RUN   TestDockerSuite/TestBuildHistory
18:28:17 [2021-12-03T18:28:17.582Z] === RUN   TestDockerSuite/TestRunRmPre125Api
18:28:17 [2021-12-03T18:28:17.582Z] === RUN   TestDockerSuite/TestRunRootWorkdir
18:28:17 [2021-12-03T18:28:17.839Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
18:28:19 [2021-12-03T18:28:19.215Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
18:28:19 [2021-12-03T18:28:19.473Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
18:28:22 [2021-12-03T18:28:22.004Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
18:28:23 [2021-12-03T18:28:23.776Z] === RUN   TestDockerSuite/TestBuildIidFile
18:28:24 [2021-12-03T18:28:24.534Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
18:28:24 [2021-12-03T18:28:24.776Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
18:28:24 [2021-12-03T18:28:24.792Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
18:28:25 [2021-12-03T18:28:25.050Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
18:28:25 [2021-12-03T18:28:25.616Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
18:28:25 [2021-12-03T18:28:25.874Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
18:28:26 [2021-12-03T18:28:26.360Z] === RUN   TestDockerSuite/TestBuildInheritance
18:28:26 [2021-12-03T18:28:26.361Z]     docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux
18:28:26 [2021-12-03T18:28:26.361Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
18:28:26 [2021-12-03T18:28:26.444Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
18:28:26 [2021-12-03T18:28:26.702Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
18:28:26 [2021-12-03T18:28:26.835Z] === RUN   TestDockerSuite/TestBuildInvalidTag
18:28:26 [2021-12-03T18:28:26.835Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
18:28:27 [2021-12-03T18:28:27.269Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
18:28:27 [2021-12-03T18:28:27.527Z] === RUN   TestDockerSuite/TestRunSetMacAddress
18:28:28 [2021-12-03T18:28:28.095Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
18:28:30 [2021-12-03T18:28:30.621Z] === RUN   TestDockerSuite/TestRunState
18:28:30 [2021-12-03T18:28:30.665Z] === RUN   TestDockerSuite/TestBuildLabel
18:28:31 [2021-12-03T18:28:31.140Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
18:28:31 [2021-12-03T18:28:31.556Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
18:28:31 [2021-12-03T18:28:31.615Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
18:28:31 [2021-12-03T18:28:31.816Z] === RUN   TestDockerSuite/TestRunStdinPipe
18:28:32 [2021-12-03T18:28:32.090Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
18:28:32 [2021-12-03T18:28:32.384Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
18:28:32 [2021-12-03T18:28:32.384Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
18:28:32 [2021-12-03T18:28:32.384Z]     docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
18:28:32 [2021-12-03T18:28:32.384Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
18:28:32 [2021-12-03T18:28:32.565Z] === RUN   TestDockerSuite/TestBuildLabels
18:28:32 [2021-12-03T18:28:32.951Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
18:28:33 [2021-12-03T18:28:33.519Z] === RUN   TestDockerSuite/TestRunSysctls
18:28:33 [2021-12-03T18:28:33.565Z] === RUN   TestDockerSuite/TestBuildLabelsCache
18:28:34 [2021-12-03T18:28:34.091Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
18:28:34 [2021-12-03T18:28:34.564Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
18:28:34 [2021-12-03T18:28:34.658Z] === RUN   TestDockerSuite/TestRunTLSVerify
18:28:34 [2021-12-03T18:28:34.658Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
18:28:34 [2021-12-03T18:28:34.658Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
18:28:35 [2021-12-03T18:28:35.224Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
18:28:37 [2021-12-03T18:28:37.129Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
18:28:37 [2021-12-03T18:28:37.696Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
18:28:39 [2021-12-03T18:28:39.070Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
18:28:39 [2021-12-03T18:28:39.363Z] === RUN   TestDockerSuite/TestBuildLastModified
18:28:39 [2021-12-03T18:28:39.363Z]     docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux
18:28:39 [2021-12-03T18:28:39.363Z] === RUN   TestDockerSuite/TestBuildLineBreak
18:28:39 [2021-12-03T18:28:39.363Z]     docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux
18:28:39 [2021-12-03T18:28:39.363Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
18:28:39 [2021-12-03T18:28:39.837Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
18:28:39 [2021-12-03T18:28:39.838Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
18:28:39 [2021-12-03T18:28:39.838Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
18:28:39 [2021-12-03T18:28:39.838Z] === RUN   TestDockerSuite/TestBuildMaintainer
18:28:40 [2021-12-03T18:28:40.312Z] === RUN   TestDockerSuite/TestBuildMissingArgs
18:28:40 [2021-12-03T18:28:40.787Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
18:28:41 [2021-12-03T18:28:41.603Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
18:28:42 [2021-12-03T18:28:42.536Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
18:28:44 [2021-12-03T18:28:44.435Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
18:28:45 [2021-12-03T18:28:45.001Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
18:28:45 [2021-12-03T18:28:45.570Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
18:28:45 [2021-12-03T18:28:45.570Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
18:28:45 [2021-12-03T18:28:45.586Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
18:28:46 [2021-12-03T18:28:46.136Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
18:28:47 [2021-12-03T18:28:47.513Z] === RUN   TestDockerSuite/TestRunUnshareProc
18:28:48 [2021-12-03T18:28:48.890Z] === RUN   TestDockerSuite/TestRunUserByID
18:28:49 [2021-12-03T18:28:49.148Z] === RUN   TestDockerSuite/TestRunUserByIDBig
18:28:49 [2021-12-03T18:28:49.407Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
18:28:49 [2021-12-03T18:28:49.407Z] === RUN   TestDockerSuite/TestRunUserByIDZero
18:28:49 [2021-12-03T18:28:49.972Z] === RUN   TestDockerSuite/TestRunUserByName
18:28:50 [2021-12-03T18:28:50.230Z] === RUN   TestDockerSuite/TestRunUserDefaults
18:28:50 [2021-12-03T18:28:50.797Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
18:28:50 [2021-12-03T18:28:50.797Z]     docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
18:28:50 [2021-12-03T18:28:50.797Z] === RUN   TestDockerSuite/TestRunUserNotFound
18:28:50 [2021-12-03T18:28:50.797Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
18:28:51 [2021-12-03T18:28:51.364Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
18:28:53 [2021-12-03T18:28:53.905Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
18:28:54 [2021-12-03T18:28:54.163Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
18:28:54 [2021-12-03T18:28:54.729Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
18:28:56 [2021-12-03T18:28:56.103Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
18:28:57 [2021-12-03T18:28:57.038Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
18:28:58 [2021-12-03T18:28:58.153Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
18:28:58 [2021-12-03T18:28:58.154Z]     docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux
18:28:58 [2021-12-03T18:28:58.154Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
18:28:58 [2021-12-03T18:28:58.412Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
18:28:58 [2021-12-03T18:28:58.671Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
18:29:00 [2021-12-03T18:29:00.395Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
18:29:00 [2021-12-03T18:29:00.572Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
18:29:01 [2021-12-03T18:29:01.138Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
18:29:01 [2021-12-03T18:29:01.138Z]     docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
18:29:01 [2021-12-03T18:29:01.138Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
18:29:01 [2021-12-03T18:29:01.138Z]     docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
18:29:01 [2021-12-03T18:29:01.138Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
18:29:01 [2021-12-03T18:29:01.138Z]     docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
18:29:01 [2021-12-03T18:29:01.138Z] === RUN   TestDockerSuite/TestRunWithBadDevice
18:29:01 [2021-12-03T18:29:01.396Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
18:29:01 [2021-12-03T18:29:01.396Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
18:29:01 [2021-12-03T18:29:01.396Z]     docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
18:29:01 [2021-12-03T18:29:01.396Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
18:29:01 [2021-12-03T18:29:01.962Z] === RUN   TestDockerSuite/TestRunWithCPUShares
18:29:02 [2021-12-03T18:29:02.528Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
18:29:03 [2021-12-03T18:29:03.903Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
18:29:04 [2021-12-03T18:29:04.468Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
18:29:04 [2021-12-03T18:29:04.468Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
18:29:05 [2021-12-03T18:29:05.036Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
18:29:05 [2021-12-03T18:29:05.036Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
18:29:05 [2021-12-03T18:29:05.602Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
18:29:05 [2021-12-03T18:29:05.602Z]     docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
18:29:05 [2021-12-03T18:29:05.602Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
18:29:05 [2021-12-03T18:29:05.602Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
18:29:05 [2021-12-03T18:29:05.602Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
18:29:05 [2021-12-03T18:29:05.602Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
18:29:05 [2021-12-03T18:29:05.602Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
18:29:05 [2021-12-03T18:29:05.602Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
18:29:05 [2021-12-03T18:29:05.602Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
18:29:05 [2021-12-03T18:29:05.602Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
18:29:05 [2021-12-03T18:29:05.602Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
18:29:05 [2021-12-03T18:29:05.602Z]     docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
18:29:05 [2021-12-03T18:29:05.602Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
18:29:05 [2021-12-03T18:29:05.602Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
18:29:05 [2021-12-03T18:29:05.602Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
18:29:06 [2021-12-03T18:29:06.169Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
18:29:06 [2021-12-03T18:29:06.736Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
18:29:06 [2021-12-03T18:29:06.736Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
18:29:06 [2021-12-03T18:29:06.995Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
18:29:07 [2021-12-03T18:29:07.253Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
18:29:07 [2021-12-03T18:29:07.512Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
18:29:08 [2021-12-03T18:29:08.077Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
18:29:08 [2021-12-03T18:29:08.077Z] === RUN   TestDockerSuite/TestRunWithShmSize
18:29:08 [2021-12-03T18:29:08.335Z] === RUN   TestDockerSuite/TestRunWithSwappiness
18:29:09 [2021-12-03T18:29:09.271Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
18:29:09 [2021-12-03T18:29:09.271Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
18:29:09 [2021-12-03T18:29:09.271Z] === RUN   TestDockerSuite/TestRunWithUlimits
18:29:09 [2021-12-03T18:29:09.836Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
18:29:10 [2021-12-03T18:29:10.402Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
18:29:10 [2021-12-03T18:29:10.660Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
18:29:11 [2021-12-03T18:29:11.598Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
18:29:11 [2021-12-03T18:29:11.598Z]     docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
18:29:11 [2021-12-03T18:29:11.598Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
18:29:11 [2021-12-03T18:29:11.856Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
18:29:11 [2021-12-03T18:29:11.856Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
18:29:13 [2021-12-03T18:29:13.231Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
18:29:13 [2021-12-03T18:29:13.231Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
18:29:13 [2021-12-03T18:29:13.797Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
18:29:15 [2021-12-03T18:29:15.698Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
18:29:16 [2021-12-03T18:29:16.265Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
18:29:16 [2021-12-03T18:29:16.265Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
18:29:16 [2021-12-03T18:29:16.265Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
18:29:16 [2021-12-03T18:29:16.265Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
18:29:17 [2021-12-03T18:29:17.199Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
18:29:17 [2021-12-03T18:29:17.766Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
18:29:18 [2021-12-03T18:29:18.702Z] === RUN   TestDockerSuite/TestSaveCheckTimes
18:29:18 [2021-12-03T18:29:18.702Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
18:29:18 [2021-12-03T18:29:18.961Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
18:29:20 [2021-12-03T18:29:20.336Z] === RUN   TestDockerSuite/TestSaveImageId
18:29:20 [2021-12-03T18:29:20.336Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
18:29:20 [2021-12-03T18:29:20.595Z] === RUN   TestDockerSuite/TestSaveLoadParents
18:29:22 [2021-12-03T18:29:22.496Z]     docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents889119255
18:29:22 [2021-12-03T18:29:22.496Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
18:29:22 [2021-12-03T18:29:22.755Z] === RUN   TestDockerSuite/TestSaveMultipleNames
18:29:22 [2021-12-03T18:29:22.755Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
18:29:24 [2021-12-03T18:29:24.131Z] === RUN   TestDockerSuite/TestSaveSingleTag
18:29:24 [2021-12-03T18:29:24.131Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
18:29:24 [2021-12-03T18:29:24.131Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
18:29:25 [2021-12-03T18:29:25.832Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.479s	coverage: 60.0% of statements
18:29:25 [2021-12-03T18:29:25.832Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
18:29:25 [2021-12-03T18:29:25.832Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
18:29:25 [2021-12-03T18:29:25.832Z] ok  	github.com/docker/docker/libnetwork/osl	4.311s	coverage: 39.7% of statements
18:29:25 [2021-12-03T18:29:25.832Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.002s	coverage: 20.0% of statements
18:29:25 [2021-12-03T18:29:25.832Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.007s	coverage: 86.1% of statements
18:29:26 [2021-12-03T18:29:26.032Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
18:29:26 [2021-12-03T18:29:26.088Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.213s	coverage: 48.6% of statements
18:29:26 [2021-12-03T18:29:26.088Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
18:29:26 [2021-12-03T18:29:26.088Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
18:29:26 [2021-12-03T18:29:26.344Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
18:29:26 [2021-12-03T18:29:26.344Z] 
18:29:26 [2021-12-03T18:29:26.344Z] === Skipped
18:29:26 [2021-12-03T18:29:26.344Z] === SKIP: libnetwork TestParallel1 (0.00s)
18:29:26 [2021-12-03T18:29:26.344Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
18:29:26 [2021-12-03T18:29:26.344Z] 
18:29:26 [2021-12-03T18:29:26.344Z] === SKIP: libnetwork TestParallel3 (0.00s)
18:29:26 [2021-12-03T18:29:26.344Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
18:29:26 [2021-12-03T18:29:26.344Z] 
18:29:26 [2021-12-03T18:29:26.344Z] === SKIP: libnetwork TestParallel2 (0.00s)
18:29:26 [2021-12-03T18:29:26.344Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
18:29:26 [2021-12-03T18:29:26.344Z] 
18:29:26 [2021-12-03T18:29:26.344Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
18:29:26 [2021-12-03T18:29:26.344Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:29:26 [2021-12-03T18:29:26.344Z] 
18:29:26 [2021-12-03T18:29:26.344Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
18:29:26 [2021-12-03T18:29:26.344Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:29:26 [2021-12-03T18:29:26.344Z] 
18:29:26 [2021-12-03T18:29:26.344Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
18:29:26 [2021-12-03T18:29:26.344Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:29:26 [2021-12-03T18:29:26.344Z] 
18:29:26 [2021-12-03T18:29:26.344Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
18:29:26 [2021-12-03T18:29:26.344Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:29:26 [2021-12-03T18:29:26.344Z] 
18:29:26 [2021-12-03T18:29:26.344Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
18:29:26 [2021-12-03T18:29:26.344Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
18:29:26 [2021-12-03T18:29:26.344Z] 
18:29:26 [2021-12-03T18:29:26.344Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
18:29:26 [2021-12-03T18:29:26.344Z]     firewalld_test.go:14: firewalld is not running
18:29:26 [2021-12-03T18:29:26.344Z] 
18:29:26 [2021-12-03T18:29:26.344Z] DONE 331 tests, 9 skipped in 198.640s
18:29:26 [2021-12-03T18:29:26.966Z] === RUN   TestDockerSuite/TestSearchCmdOptions
Post stage
[Pipeline] junit
18:29:27 [2021-12-03T18:29:27.285Z] Recording test results
18:29:27 [2021-12-03T18:29:27.531Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
18:29:27 [2021-12-03T18:29:27.531Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
18:29:27 [2021-12-03T18:29:27.531Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
18:29:27 [2021-12-03T18:29:27.531Z] === RUN   TestDockerSuite/TestSearchWithLimit
18:29:27 [2021-12-03T18:29:27.739Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
18:29:28 [2021-12-03T18:29:28.121Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42981/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=68ae4200aae45d763b2c4977dc11f39844c39dae -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:68ae4200aae45d763b2c4977dc11f39844c39dae hack/validate/vendor
18:29:28 [2021-12-03T18:29:28.466Z] === RUN   TestDockerSuite/TestSlowStdinClosing
18:29:28 [2021-12-03T18:29:28.466Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
18:29:29 [2021-12-03T18:29:29.054Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:29:29 [2021-12-03T18:29:29.990Z] + echo Ensuring container killed.
18:29:29 [2021-12-03T18:29:29.990Z] Ensuring container killed.
18:29:29 [2021-12-03T18:29:29.990Z] + docker rm -vf docker-pr3
18:29:29 [2021-12-03T18:29:29.990Z] Error: No such container: docker-pr3
[Pipeline] sh
18:29:30 [2021-12-03T18:29:30.267Z] + echo Chowning /workspace to jenkins user
18:29:30 [2021-12-03T18:29:30.267Z] Chowning /workspace to jenkins user
18:29:30 [2021-12-03T18:29:30.267Z] + id -u
18:29:30 [2021-12-03T18:29:30.267Z] + id -g
18:29:30 [2021-12-03T18:29:30.267Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42981:/workspace busybox chown -R 1000:1000 /workspace
18:29:30 [2021-12-03T18:29:30.367Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
18:29:30 [2021-12-03T18:29:30.612Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:29:31 [2021-12-03T18:29:31.977Z] + bundleName=unit
18:29:31 [2021-12-03T18:29:31.977Z] + echo Creating unit-bundles.tar.gz
18:29:31 [2021-12-03T18:29:31.977Z] Creating unit-bundles.tar.gz
18:29:31 [2021-12-03T18:29:31.977Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out
18:29:31 [2021-12-03T18:29:31.977Z] bundles/junit-report-libnetwork.xml
18:29:31 [2021-12-03T18:29:31.977Z] bundles/junit-report.xml
18:29:31 [2021-12-03T18:29:31.977Z] bundles/go-test-report-libnetwork.json
18:29:31 [2021-12-03T18:29:31.977Z] bundles/go-test-report.json
18:29:31 [2021-12-03T18:29:31.977Z] bundles/profile-libnetwork.out
18:29:31 [2021-12-03T18:29:31.977Z] bundles/profile.out
[Pipeline] archiveArtifacts
18:29:32 [2021-12-03T18:29:32.242Z] Archiving artifacts
18:29:32 [2021-12-03T18:29:32.813Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42981/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:29:33 [2021-12-03T18:29:33.127Z] + make clean
18:29:33 [2021-12-03T18:29:33.388Z] docker volume rm -f docker-dev-cache
18:29:33 [2021-12-03T18:29:33.388Z] docker-dev-cache
[Pipeline] deleteDir
18:29:33 [2021-12-03T18:29:33.650Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:29:35 [2021-12-03T18:29:35.550Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
18:29:37 [2021-12-03T18:29:37.450Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
18:29:37 [2021-12-03T18:29:37.709Z] === RUN   TestDockerSuite/TestStartAttachSilent
18:29:38 [2021-12-03T18:29:38.644Z] === RUN   TestDockerSuite/TestStartAttachWithRename
18:29:39 [2021-12-03T18:29:39.341Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
18:29:41 [2021-12-03T18:29:41.171Z] === RUN   TestDockerSuite/TestStartMultipleContainers
18:29:42 [2021-12-03T18:29:42.545Z] === RUN   TestDockerSuite/TestStartPausedContainer
18:29:43 [2021-12-03T18:29:43.111Z] === RUN   TestDockerSuite/TestStartRecordError
18:29:43 [2021-12-03T18:29:43.171Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
18:29:44 [2021-12-03T18:29:44.049Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
18:29:45 [2021-12-03T18:29:45.422Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
18:29:46 [2021-12-03T18:29:46.796Z] === RUN   TestDockerSuite/TestStatsAllNoStream
18:29:47 [2021-12-03T18:29:47.053Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
18:29:49 [2021-12-03T18:29:49.072Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
18:29:49 [2021-12-03T18:29:49.582Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
18:29:49 [2021-12-03T18:29:49.582Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
18:29:52 [2021-12-03T18:29:52.854Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
18:29:53 [2021-12-03T18:29:53.774Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
18:29:53 [2021-12-03T18:29:53.774Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
18:29:55 [2021-12-03T18:29:55.685Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
18:29:56 [2021-12-03T18:29:56.618Z] === RUN   TestDockerSuite/TestStatsFormatAll
18:30:00 [2021-12-03T18:30:00.801Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
18:30:01 [2021-12-03T18:30:01.059Z] === RUN   TestDockerSuite/TestStatsNoStream
18:30:02 [2021-12-03T18:30:02.959Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
18:30:03 [2021-12-03T18:30:03.528Z] === RUN   TestDockerSuite/TestStopContainerSignal
18:30:05 [2021-12-03T18:30:05.429Z] === RUN   TestDockerSuite/TestTopMultipleArgs
18:30:05 [2021-12-03T18:30:05.688Z] === RUN   TestDockerSuite/TestTopNonPrivileged
18:30:06 [2021-12-03T18:30:06.254Z] === RUN   TestDockerSuite/TestTopPrivileged
18:30:06 [2021-12-03T18:30:06.512Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
18:30:06 [2021-12-03T18:30:06.512Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
18:30:06 [2021-12-03T18:30:06.512Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
18:30:07 [2021-12-03T18:30:07.105Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
18:30:07 [2021-12-03T18:30:07.764Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
18:30:07 [2021-12-03T18:30:07.764Z]     docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux
18:30:07 [2021-12-03T18:30:07.764Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
18:30:09 [2021-12-03T18:30:09.635Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
18:30:12 [2021-12-03T18:30:12.915Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
18:30:12 [2021-12-03T18:30:12.915Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
18:30:13 [2021-12-03T18:30:13.172Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
18:30:13 [2021-12-03T18:30:13.172Z]     docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport
18:30:13 [2021-12-03T18:30:13.172Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
18:30:13 [2021-12-03T18:30:13.172Z]     docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport
18:30:13 [2021-12-03T18:30:13.172Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
18:30:13 [2021-12-03T18:30:13.619Z] === RUN   TestDockerSuite/TestBuildMultipleTags
18:30:13 [2021-12-03T18:30:13.619Z] === RUN   TestDockerSuite/TestBuildNetContainer
18:30:13 [2021-12-03T18:30:13.619Z]     docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux
18:30:13 [2021-12-03T18:30:13.619Z] === RUN   TestDockerSuite/TestBuildNetNone
18:30:13 [2021-12-03T18:30:13.619Z]     docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux
18:30:13 [2021-12-03T18:30:13.619Z] === RUN   TestDockerSuite/TestBuildNoContext
18:30:14 [2021-12-03T18:30:14.105Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
18:30:14 [2021-12-03T18:30:14.671Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
18:30:15 [2021-12-03T18:30:15.237Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
18:30:15 [2021-12-03T18:30:15.807Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
18:30:15 [2021-12-03T18:30:15.827Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
18:30:16 [2021-12-03T18:30:16.755Z] === RUN   TestDockerSuite/TestUpdateStats
18:30:19 [2021-12-03T18:30:19.610Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
18:30:20 [2021-12-03T18:30:20.035Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
18:30:20 [2021-12-03T18:30:20.971Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
18:30:20 [2021-12-03T18:30:20.971Z]     docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport
18:30:20 [2021-12-03T18:30:20.971Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
18:30:21 [2021-12-03T18:30:21.537Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
18:30:21 [2021-12-03T18:30:21.819Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
18:30:21 [2021-12-03T18:30:21.819Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
18:30:21 [2021-12-03T18:30:21.819Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
18:30:22 [2021-12-03T18:30:22.103Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
18:30:24 [2021-12-03T18:30:24.632Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
18:30:24 [2021-12-03T18:30:24.762Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
18:30:25 [2021-12-03T18:30:25.746Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
18:30:26 [2021-12-03T18:30:26.532Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
18:30:26 [2021-12-03T18:30:26.730Z] === RUN   TestDockerSuite/TestBuildOnBuild
18:30:28 [2021-12-03T18:30:28.433Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
18:30:28 [2021-12-03T18:30:28.691Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
18:30:30 [2021-12-03T18:30:30.592Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
18:30:31 [2021-12-03T18:30:31.159Z]     docker_cli_service_logs_test.go:246: checking task zvh0casongb0
18:30:31 [2021-12-03T18:30:31.159Z]     docker_cli_service_logs_test.go:251: checking messages for zvh0casongb0
18:30:31 [2021-12-03T18:30:31.159Z]     docker_cli_service_logs_test.go:246: checking task yvxp1afnos2x
18:30:31 [2021-12-03T18:30:31.159Z]     docker_cli_service_logs_test.go:251: checking messages for yvxp1afnos2x
18:30:33 [2021-12-03T18:30:33.057Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
18:30:33 [2021-12-03T18:30:33.874Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
18:30:35 [2021-12-03T18:30:35.435Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
18:30:35 [2021-12-03T18:30:35.588Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
18:30:36 [2021-12-03T18:30:36.522Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
18:30:37 [2021-12-03T18:30:37.902Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
18:30:38 [2021-12-03T18:30:38.854Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
18:30:39 [2021-12-03T18:30:39.788Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
18:30:41 [2021-12-03T18:30:41.163Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
18:30:42 [2021-12-03T18:30:42.098Z] === RUN   TestDockerSwarmSuite/TestServiceScale
18:30:42 [2021-12-03T18:30:42.579Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
18:30:42 [2021-12-03T18:30:42.664Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
18:30:44 [2021-12-03T18:30:44.038Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
18:30:44 [2021-12-03T18:30:44.296Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
18:30:45 [2021-12-03T18:30:45.670Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
18:30:46 [2021-12-03T18:30:46.388Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
18:30:47 [2021-12-03T18:30:47.045Z] === RUN   TestDockerSuite/TestVolumeCLICreate
18:30:52 [2021-12-03T18:30:52.244Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
18:30:56 [2021-12-03T18:30:56.986Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
18:31:00 [2021-12-03T18:31:00.768Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
18:31:01 [2021-12-03T18:31:01.751Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
18:31:01 [2021-12-03T18:31:01.751Z]     docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux
18:31:01 [2021-12-03T18:31:01.751Z] === RUN   TestDockerSuite/TestBuildPATH
18:31:01 [2021-12-03T18:31:01.751Z]     docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux
18:31:01 [2021-12-03T18:31:01.751Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
18:31:01 [2021-12-03T18:31:01.907Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
18:31:02 [2021-12-03T18:31:02.164Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
18:31:02 [2021-12-03T18:31:02.164Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
18:31:02 [2021-12-03T18:31:02.164Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
18:31:03 [2021-12-03T18:31:03.101Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
18:31:03 [2021-12-03T18:31:03.101Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
18:31:03 [2021-12-03T18:31:03.101Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
18:31:03 [2021-12-03T18:31:03.101Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
18:31:03 [2021-12-03T18:31:03.101Z] === RUN   TestDockerSuite/TestVolumeCLILs
18:31:03 [2021-12-03T18:31:03.668Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
18:31:03 [2021-12-03T18:31:03.668Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
18:31:03 [2021-12-03T18:31:03.960Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
18:31:03 [2021-12-03T18:31:03.960Z]     docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux
18:31:03 [2021-12-03T18:31:03.960Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
18:31:04 [2021-12-03T18:31:04.234Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
18:31:04 [2021-12-03T18:31:04.493Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
18:31:04 [2021-12-03T18:31:04.493Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
18:31:04 [2021-12-03T18:31:04.493Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
18:31:04 [2021-12-03T18:31:04.751Z] === RUN   TestDockerSuite/TestVolumeCLIRm
18:31:05 [2021-12-03T18:31:05.685Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
18:31:06 [2021-12-03T18:31:06.627Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
18:31:06 [2021-12-03T18:31:06.627Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
18:31:06 [2021-12-03T18:31:06.886Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
18:31:06 [2021-12-03T18:31:06.886Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
18:31:06 [2021-12-03T18:31:06.886Z] === RUN   TestDockerSuite/TestVolumeEvents
18:31:07 [2021-12-03T18:31:07.820Z]     docker_cli_swarm_test.go:1901: [d58c304a2e8b0] joining swarm manager [df823cbcad843]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:31:09 [2021-12-03T18:31:09.193Z]     docker_cli_swarm_test.go:1902: [d4c7d7b0d975e] joining swarm manager [df823cbcad843]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:31:12 [2021-12-03T18:31:12.472Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
18:31:13 [2021-12-03T18:31:13.845Z] === RUN   TestDockerSuite/TestVolumeLsFormat
18:31:13 [2021-12-03T18:31:13.845Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
18:31:13 [2021-12-03T18:31:13.845Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
18:31:15 [2021-12-03T18:31:15.749Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
18:31:18 [2021-12-03T18:31:18.280Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
18:31:18 [2021-12-03T18:31:18.280Z]     docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
18:31:18 [2021-12-03T18:31:18.280Z] --- PASS: TestDockerSuite (1285.86s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (3.14s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.65s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.21s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.28s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.87s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.80s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (4.18s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.99s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.69s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.61s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.57s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.75s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.72s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.91s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.82s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAttachDetach (0.90s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.86s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.62s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.66s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.66s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.24s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.72s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.09s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.14s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.15s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.74s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.05s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.51s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.28s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.17s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.70s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.04s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.56s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.91s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.55s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.28s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.39s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.58s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (0.70s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.42s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.29s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.04s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.05s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.40s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.94s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.44s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.87s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.60s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddTar (7.11s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (0.84s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.04s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.71s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.65s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.31s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.77s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.40s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.92s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.73s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.58s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.44s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.28s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.13s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.73s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.24s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.74s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.85s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.14s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.03s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.07s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.09s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.81s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.69s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.37s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.07s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.60s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.65s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.08s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.15s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.90s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.44s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.42s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.36s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.30s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.34s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.84s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.63s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.63s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.29s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.65s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.35s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.24s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.10s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.78s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.54s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.76s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.45s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.23s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.58s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.62s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.60s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.25s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.84s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.95s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.43s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.88s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.99s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.57s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.14s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.17s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.15s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (8.45s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.15s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.09s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.58s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.01s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.31s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.06s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.26s)
18:31:18 [2021-12-03T18:31:18.280Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.72s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.03s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.04s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.57s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.20s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.41s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.38s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.37s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.81s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.19s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.30s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.23s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.69s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.80s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.60s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.23s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.07s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (6.26s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.81s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.97s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.06s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.67s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.47s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.46s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.10s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.29s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.37s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.41s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.77s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.72s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.47s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFails (0.89s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.29s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.09s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.34s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.15s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.35s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.87s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.08s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.07s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.40s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.12s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.71s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.23s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.58s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.40s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.71s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.55s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.51s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.86s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.38s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.41s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.41s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.48s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.80s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.78s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.76s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.81s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.33s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (2.09s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.35s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.07s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.36s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.45s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.72s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.99s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.71s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.36s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.37s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.41s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.49s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.50s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.43s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.81s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.64s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.23s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.32s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.26s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.43s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.72s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.49s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.05s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.91s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.32s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.72s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.85s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.26s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.41s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.02s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.48s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.58s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.31s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.45s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.25s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildRm (2.48s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.87s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.54s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.42s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.51s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.29s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.88s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.87s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.02s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.37s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.78s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.18s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.79s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.44s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.71s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.79s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.36s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.72s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.07s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildUser (1.66s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.58s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.60s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.62s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.28s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.63s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.63s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.20s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.79s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.69s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.69s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.98s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.86s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.70s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.69s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.23s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.44s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.53s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.57s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.45s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.54s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCommitChange (0.64s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.55s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCommitHardlink (0.96s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCommitNewFile (0.93s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.59s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCommitTTY (0.95s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.52s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.93s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.53s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (0.94s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (0.97s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.46s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.52s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.44s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.47s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.47s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.48s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.68s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.71s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.49s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.02s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.52s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.53s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.56s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.66s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.62s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.64s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.58s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.67s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.53s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.07s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.02s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.59s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.24s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.56s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.49s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.58s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.53s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.82s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.14s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.98s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.04s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.11s)
18:31:18 [2021-12-03T18:31:18.281Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.07s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.55s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.29s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.31s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.30s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000a5f9f8_<nil>} (1.29s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12976000385_/foo_false__<nil>_<nil>_<nil>} (1.42s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12976000385_/foo_true__<nil>_<nil>_<nil>} (1.43s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33832388472_/foo_false__<nil>_<nil>_<nil>} (1.32s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33832388472_/foo_true__<nil>_<nil>_<nil>} (1.46s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33832388472_/foo_true__0xc000a5fa58_<nil>_<nil>} (1.35s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000a5fad0_<nil>} (1.64s)
18:31:18 [2021-12-03T18:31:18.281Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000a5fae8_<nil>} (1.49s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000a5fb78_<nil>} (1.38s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000a5fba8_<nil>} (1.54s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.05s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.32s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.45s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.19s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.24s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.65s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.71s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.66s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.78s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.74s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.59s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.67s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.07s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.77s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (1.03s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.73s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.82s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (1.21s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.04s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.78s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.50s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.48s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.49s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.04s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.55s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.59s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToCaseA (0.86s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.45s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.33s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToCaseD (2.80s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.33s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.50s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.64s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.41s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.62s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.13s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.80s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToDot (0.55s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.85s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.16s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.57s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.02s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.66s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.98s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.38s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.58s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.44s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.07s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.13s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateRM (0.18s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.16s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.31s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.97s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.54s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.03s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.52s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.93s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.98s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.47s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.45s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.46s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDockerFails (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.06s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.87s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.73s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.32s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.31s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.55s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.52s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.13s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.81s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.58s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.68s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.58s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.60s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.58s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.57s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.18s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.83s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.41s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.04s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.29s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.52s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.29s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.07s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.29s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.24s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.54s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.25s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.05s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.43s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.15s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.80s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.78s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.06s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.49s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.30s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.56s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsRename (0.76s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsResize (0.66s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.39s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.64s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.73s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.67s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsTop (0.61s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.97s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExec (0.51s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.48s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.57s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.09s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.54s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.57s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.48s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.50s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.48s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.97s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.83s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecEnv (0.50s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.51s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecInspectID (2.57s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.63s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.56s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.66s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecParseError (0.65s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.57s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.48s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.36s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.52s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.54s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.82s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.55s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecTTY (0.62s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.61s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.79s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.53s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.17s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.50s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.52s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.61s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.52s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.48s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.62s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.48s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestHealth (19.32s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.28s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.66s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.08s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.86s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.67s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.06s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.54s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.04s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImportFile (1.03s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.09s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.10s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.14s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.75s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.45s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.48s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.62s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.45s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.44s)
18:31:18 [2021-12-03T18:31:18.282Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.46s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.02s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.67s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.47s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.42s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.61s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectImage (0.02s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.47s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.55s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.48s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.61s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectPlugin (2.25s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.73s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.74s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.90s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.49s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.46s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.43s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.45s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.43s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (0.96s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.85s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.06s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.33s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.32s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.41s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.47s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.72s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.38s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.03s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.49s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.56s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.25s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.45s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.47s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.48s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.43s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.46s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.48s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.83s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.85s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.82s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.69s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.79s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.48s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.43s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsSince (6.62s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.52s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.55s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsTail (0.89s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.69s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.57s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.23s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.44s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestNetHostname (1.28s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.57s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.23s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPluginActive (1.94s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.65s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.29s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.90s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.00s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.44s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.41s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.45s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.84s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.87s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPortList (5.94s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.83s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.10s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.56s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.65s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.96s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (2.31s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.17s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.57s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsByOrder (1.89s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.64s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.15s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.92s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.27s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.52s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.96s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.34s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.92s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.83s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.81s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.75s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.00s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.18s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.75s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.12s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.53s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.50s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.10s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.45s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.93s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.86s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.49s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.93s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.74s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.31s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (1.98s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.86s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.85s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.07s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.69s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.60s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.79s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (1.07s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.23s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.57s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.45s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.42s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.46s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.56s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.92s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.48s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.50s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.49s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.09s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.51s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.99s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.63s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.17s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.34s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.57s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.58s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.59s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.46s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.59s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.62s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.79s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.42s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.43s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.04s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.66s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.44s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.49s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.56s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.42s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.42s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.53s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.88s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.76s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.80s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.50s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.88s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.58s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.85s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.48s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.42s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.94s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.86s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.84s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.43s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.48s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.61s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.44s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.95s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.97s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.43s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.38s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.13s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.48s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.44s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.43s)
18:31:18 [2021-12-03T18:31:18.283Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.14s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (0.90s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.65s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.55s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.60s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.47s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.36s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.44s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.42s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.45s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.41s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.44s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.42s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.46s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.47s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.02s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.65s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.46s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.82s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.96s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.44s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.94s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.54s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.86s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.44s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.82s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.94s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.03s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.47s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.30s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.45s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunModeHostname (1.06s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.22s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.37s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.87s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (0.95s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.15s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.01s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunMount (4.19s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.50s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.48s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.09s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.57s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.31s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.79s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.65s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.99s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.09s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.06s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.63s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.18s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.52s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.55s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.81s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.14s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.06s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.35s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.56s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.11s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.64s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.62s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.48s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.53s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.78s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.58s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.16s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.67s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.67s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.59s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.68s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.52s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.42s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.57s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.46s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.63s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.27s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.59s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.19s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunRm (0.44s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.45s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.36s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.20s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.50s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.44s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.40s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.39s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.40s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.42s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.42s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.45s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.42s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunState (0.92s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.45s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.46s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.45s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.64s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.07s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.45s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.96s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.62s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.17s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.26s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.09s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.53s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.63s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.53s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.61s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.15s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.42s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.11s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.42s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.45s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.52s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.41s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.63s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.36s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.88s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.56s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.83s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.68s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.22s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.66s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.46s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.15s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.79s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.53s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.59s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.51s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.55s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.57s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.15s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.53s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.44s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.67s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.05s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.63s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.99s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.59s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.41s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.33s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.47s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.84s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.67s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.80s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.79s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.95s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.28s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.46s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (2.10s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.25s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.13s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.03s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.64s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.17s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.43s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.60s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.98s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.23s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.70s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.65s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.85s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.50s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.42s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.48s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.05s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.23s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.21s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.71s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.21s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.58s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.51s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.56s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.46s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.50s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.48s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.49s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.48s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.83s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.41s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.40s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.88s)
18:31:18 [2021-12-03T18:31:18.284Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.59s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.58s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.31s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.51s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.89s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.66s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.53s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.23s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.17s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.16s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.53s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.54s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.51s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.26s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.27s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.92s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.87s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.29s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.58s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.58s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.45s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.51s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.05s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.06s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.71s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.04s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.56s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.67s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.10s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.14s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.05s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.91s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.54s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.38s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.76s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.32s)
18:31:18 [2021-12-03T18:31:18.285Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
18:31:18 [2021-12-03T18:31:18.285Z] === RUN   TestDockerRegistrySuite
18:31:18 [2021-12-03T18:31:18.285Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
18:31:19 [2021-12-03T18:31:19.219Z]     check_test.go:195: [d5c51a726170c] daemon is not started
18:31:19 [2021-12-03T18:31:19.219Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
18:31:20 [2021-12-03T18:31:20.155Z]     check_test.go:195: [d94ced352ec77] daemon is not started
18:31:20 [2021-12-03T18:31:20.155Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
18:31:21 [2021-12-03T18:31:21.530Z]     check_test.go:195: [d5e5849af4daf] daemon is not started
18:31:21 [2021-12-03T18:31:21.530Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
18:31:21 [2021-12-03T18:31:21.530Z]     check_test.go:195: [d4afb414a1bb9] daemon is not started
18:31:21 [2021-12-03T18:31:21.530Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
18:31:24 [2021-12-03T18:31:24.066Z]     check_test.go:195: [d632a2db3bf5e] daemon is not started
18:31:24 [2021-12-03T18:31:24.066Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
18:31:25 [2021-12-03T18:31:25.440Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
18:31:29 [2021-12-03T18:31:29.632Z]     check_test.go:195: [d15675d37521a] daemon is not started
18:31:29 [2021-12-03T18:31:29.632Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
18:31:31 [2021-12-03T18:31:31.540Z]     check_test.go:195: [d7a0214ee621c] daemon is not started
18:31:31 [2021-12-03T18:31:31.540Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
18:31:32 [2021-12-03T18:31:32.475Z]     check_test.go:195: [d3a016dd004cf] daemon is not started
18:31:32 [2021-12-03T18:31:32.733Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
18:31:32 [2021-12-03T18:31:32.733Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
18:31:33 [2021-12-03T18:31:33.667Z]     check_test.go:195: [d72d59baf60e3] daemon is not started
18:31:33 [2021-12-03T18:31:33.667Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
18:31:35 [2021-12-03T18:31:35.042Z]     check_test.go:195: [d05fdd5301f0f] daemon is not started
18:31:35 [2021-12-03T18:31:35.042Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
18:31:35 [2021-12-03T18:31:35.301Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
18:31:36 [2021-12-03T18:31:36.236Z]     check_test.go:195: [d7e808b17acc4] daemon is not started
18:31:36 [2021-12-03T18:31:36.236Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
18:31:37 [2021-12-03T18:31:37.615Z]     check_test.go:195: [d9f6b81f8ac28] daemon is not started
18:31:37 [2021-12-03T18:31:37.615Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
18:31:38 [2021-12-03T18:31:38.550Z]     check_test.go:195: [d8abcd7786b0a] daemon is not started
18:31:38 [2021-12-03T18:31:38.550Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
18:31:39 [2021-12-03T18:31:39.485Z]     check_test.go:195: [d3dafc464b9ee] daemon is not started
18:31:39 [2021-12-03T18:31:39.485Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
18:31:39 [2021-12-03T18:31:39.786Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
18:31:40 [2021-12-03T18:31:40.051Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6101048b023c9de809250553253d27cdcd00557730a7246596335589581d83a7
18:31:40 [2021-12-03T18:31:40.986Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f34797cddf30a798577023bfd13c090c145d5c6e7fa81aa31fdabb916e173ca6
18:31:40 [2021-12-03T18:31:40.986Z]     check_test.go:195: [dc568b6b62872] daemon is not started
18:31:40 [2021-12-03T18:31:40.986Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
18:31:41 [2021-12-03T18:31:41.920Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6a5a1ac1331d7ed232e1429785331ba368709a9918dff9b20cb0d7e57916ad67
18:31:42 [2021-12-03T18:31:42.486Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9cd151cabbd0f195d9d10958927550fb9d6f5975c7968ed1791100c1499ba187
18:31:42 [2021-12-03T18:31:42.744Z]     check_test.go:195: [d14ecec075bf9] daemon is not started
18:31:42 [2021-12-03T18:31:42.744Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
18:31:44 [2021-12-03T18:31:44.121Z]     check_test.go:195: [dc5e2057634f3] daemon is not started
18:31:44 [2021-12-03T18:31:44.121Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
18:31:46 [2021-12-03T18:31:46.027Z]     check_test.go:195: [de317aa9a2c69] daemon is not started
18:31:46 [2021-12-03T18:31:46.027Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
18:31:46 [2021-12-03T18:31:46.962Z]     check_test.go:195: [d4489f63904b6] daemon is not started
18:31:46 [2021-12-03T18:31:46.962Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
18:31:46 [2021-12-03T18:31:46.962Z]     check_test.go:195: [d4d2c556696de] daemon is not started
18:31:46 [2021-12-03T18:31:46.962Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
18:31:47 [2021-12-03T18:31:47.898Z]     check_test.go:195: [d93aabcf7fe5d] daemon is not started
18:31:47 [2021-12-03T18:31:47.898Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
18:31:48 [2021-12-03T18:31:48.860Z]     check_test.go:195: [d2130194f413b] daemon is not started
18:31:48 [2021-12-03T18:31:48.860Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
18:31:49 [2021-12-03T18:31:49.812Z]     check_test.go:195: [d750cbedb018a] daemon is not started
18:31:49 [2021-12-03T18:31:49.812Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
18:31:50 [2021-12-03T18:31:50.192Z] === RUN   TestDockerSuite/TestBuildRm
18:31:51 [2021-12-03T18:31:51.186Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
18:31:52 [2021-12-03T18:31:52.120Z]     check_test.go:195: [d3e02ec0c9d54] daemon is not started
18:31:52 [2021-12-03T18:31:52.120Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
18:31:52 [2021-12-03T18:31:52.688Z]     check_test.go:195: [dc728e3b248bf] daemon is not started
18:31:52 [2021-12-03T18:31:52.688Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
18:31:53 [2021-12-03T18:31:53.254Z]     docker_cli_swarm_test.go:1802: [d67fdd6bca44c] joining swarm manager [de399472b7ac5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:31:53 [2021-12-03T18:31:53.821Z]     check_test.go:195: [d699ef41acd9e] daemon is not started
18:31:53 [2021-12-03T18:31:53.821Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
18:31:54 [2021-12-03T18:31:54.387Z]     check_test.go:195: [d5ea1c2889abc] daemon is not started
18:31:54 [2021-12-03T18:31:54.387Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
18:31:54 [2021-12-03T18:31:54.387Z]     check_test.go:195: [d07f6381da1f2] daemon is not started
18:31:54 [2021-12-03T18:31:54.387Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
18:31:54 [2021-12-03T18:31:54.645Z]     docker_cli_swarm_test.go:1803: [d03dc81b6f741] joining swarm manager [de399472b7ac5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:31:54 [2021-12-03T18:31:54.645Z]     check_test.go:195: [d25f726fdf497] daemon is not started
18:31:54 [2021-12-03T18:31:54.645Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
18:31:54 [2021-12-03T18:31:54.903Z]     check_test.go:195: [d354b1302cb82] daemon is not started
18:31:54 [2021-12-03T18:31:54.903Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
18:31:55 [2021-12-03T18:31:55.470Z]     check_test.go:195: [d01f11ce0e91a] daemon is not started
18:31:55 [2021-12-03T18:31:55.470Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
18:31:55 [2021-12-03T18:31:55.470Z]     check_test.go:195: [d5043d418e2e6] daemon is not started
18:31:55 [2021-12-03T18:31:55.470Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
18:31:56 [2021-12-03T18:31:56.404Z]     check_test.go:195: [d587a639c5913] daemon is not started
18:31:56 [2021-12-03T18:31:56.404Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
18:31:57 [2021-12-03T18:31:57.778Z]     check_test.go:195: [dce254bc03253] daemon is not started
18:31:57 [2021-12-03T18:31:57.779Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
18:31:58 [2021-12-03T18:31:58.714Z]     check_test.go:195: [d4e8c1cc5909e] daemon is not started
18:31:58 [2021-12-03T18:31:58.714Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
18:31:59 [2021-12-03T18:31:59.648Z]     check_test.go:195: [d24f850a269ca] daemon is not started
18:31:59 [2021-12-03T18:31:59.648Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
18:32:00 [2021-12-03T18:32:00.582Z] === RUN   TestDockerRegistrySuite/TestV2Only
18:32:01 [2021-12-03T18:32:01.516Z] --- PASS: TestDockerRegistrySuite (43.45s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.11s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.97s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.19s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.69s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.82s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.63s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.06s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.97s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.20s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.39s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.34s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.89s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.94s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.73s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.79s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.97s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.19s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.92s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.92s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.83s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.90s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.45s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.54s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.17s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.13s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.33s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.00s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.41s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.80s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.95s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.06s)
18:32:01 [2021-12-03T18:32:01.516Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s)
18:32:01 [2021-12-03T18:32:01.516Z] === RUN   TestDockerSchema1RegistrySuite
18:32:01 [2021-12-03T18:32:01.516Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
18:32:01 [2021-12-03T18:32:01.516Z]     check_test.go:222: [d6c66e0eb6758] daemon is not started
18:32:01 [2021-12-03T18:32:01.516Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
18:32:04 [2021-12-03T18:32:04.798Z]     check_test.go:222: [dc2a5e6af6452] daemon is not started
18:32:04 [2021-12-03T18:32:04.798Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
18:32:05 [2021-12-03T18:32:05.102Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
18:32:06 [2021-12-03T18:32:06.171Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
18:32:08 [2021-12-03T18:32:08.047Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
18:32:08 [2021-12-03T18:32:08.047Z]     docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux
18:32:08 [2021-12-03T18:32:08.047Z] === RUN   TestDockerSuite/TestBuildScratchCopy
18:32:08 [2021-12-03T18:32:08.047Z]     docker_api_build_test.go:512: unmatched requirement DaemonIsLinux
18:32:08 [2021-12-03T18:32:08.047Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
18:32:09 [2021-12-03T18:32:09.030Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
18:32:09 [2021-12-03T18:32:09.462Z]     check_test.go:222: [d61612fdba954] daemon is not started
18:32:09 [2021-12-03T18:32:09.462Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
18:32:10 [2021-12-03T18:32:10.029Z]     check_test.go:222: [d301616d71ebd] daemon is not started
18:32:10 [2021-12-03T18:32:10.029Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
18:32:10 [2021-12-03T18:32:10.286Z]     check_test.go:222: [db58d1584dee2] daemon is not started
18:32:10 [2021-12-03T18:32:10.286Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
18:32:11 [2021-12-03T18:32:11.219Z]     check_test.go:222: [d4d8ca0a07260] daemon is not started
18:32:11 [2021-12-03T18:32:11.219Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
18:32:11 [2021-12-03T18:32:11.973Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
18:32:12 [2021-12-03T18:32:12.155Z]     check_test.go:222: [dbb9a148a4b31] daemon is not started
18:32:12 [2021-12-03T18:32:12.155Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
18:32:13 [2021-12-03T18:32:13.088Z]     check_test.go:222: [d6ae07f79eedd] daemon is not started
18:32:13 [2021-12-03T18:32:13.088Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
18:32:14 [2021-12-03T18:32:14.023Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
18:32:15 [2021-12-03T18:32:15.754Z] === RUN   TestDockerSuite/TestBuildShellInherited
18:32:15 [2021-12-03T18:32:15.924Z]     docker_cli_swarm_test.go:1321: [dd5327795d96a] joining swarm manager [d5ddc0dcc8c6f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:32:15 [2021-12-03T18:32:15.924Z]     check_test.go:222: [d4894826984e8] daemon is not started
18:32:15 [2021-12-03T18:32:15.924Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
18:32:16 [2021-12-03T18:32:16.491Z]     check_test.go:222: [d131d6d91c1c7] daemon is not started
18:32:16 [2021-12-03T18:32:16.491Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
18:32:16 [2021-12-03T18:32:16.749Z]     check_test.go:222: [d3f1b907e1b80] daemon is not started
18:32:16 [2021-12-03T18:32:16.749Z] --- PASS: TestDockerSchema1RegistrySuite (15.43s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.64s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.94s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.96s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.84s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.09s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.46s)
18:32:16 [2021-12-03T18:32:16.749Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.36s)
18:32:16 [2021-12-03T18:32:16.749Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
18:32:16 [2021-12-03T18:32:16.749Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
18:32:17 [2021-12-03T18:32:17.007Z]     docker_cli_swarm_test.go:1322: [dcabbdadcc801] joining swarm manager [d5ddc0dcc8c6f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:32:17 [2021-12-03T18:32:17.574Z]     check_test.go:251: [d5409993560d1] daemon is not started
18:32:17 [2021-12-03T18:32:17.574Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
18:32:18 [2021-12-03T18:32:18.140Z]     check_test.go:251: [dbb790004d6dc] daemon is not started
18:32:18 [2021-12-03T18:32:18.140Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
18:32:18 [2021-12-03T18:32:18.399Z]     check_test.go:251: [d9cd80b76a97d] daemon is not started
18:32:18 [2021-12-03T18:32:18.399Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
18:32:19 [2021-12-03T18:32:19.535Z] === RUN   TestDockerSuite/TestBuildShellMultiple
18:32:19 [2021-12-03T18:32:19.773Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
18:32:20 [2021-12-03T18:32:20.339Z]     check_test.go:251: [d3c1eba37c95b] daemon is not started
18:32:20 [2021-12-03T18:32:20.339Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
18:32:20 [2021-12-03T18:32:20.596Z]     check_test.go:251: [d361b727c66da] daemon is not started
18:32:20 [2021-12-03T18:32:20.596Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
18:32:21 [2021-12-03T18:32:21.532Z]     check_test.go:251: [dd9798843f93a] daemon is not started
18:32:21 [2021-12-03T18:32:21.532Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
18:32:21 [2021-12-03T18:32:21.532Z]     check_test.go:251: [dbb75f3f2d3b9] daemon is not started
18:32:21 [2021-12-03T18:32:21.532Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.79s)
18:32:21 [2021-12-03T18:32:21.532Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.82s)
18:32:21 [2021-12-03T18:32:21.532Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s)
18:32:21 [2021-12-03T18:32:21.532Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s)
18:32:21 [2021-12-03T18:32:21.532Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s)
18:32:21 [2021-12-03T18:32:21.532Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s)
18:32:21 [2021-12-03T18:32:21.532Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s)
18:32:21 [2021-12-03T18:32:21.532Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s)
18:32:21 [2021-12-03T18:32:21.532Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
18:32:21 [2021-12-03T18:32:21.532Z] === RUN   TestDockerRegistryAuthTokenSuite
18:32:21 [2021-12-03T18:32:21.532Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
18:32:26 [2021-12-03T18:32:26.792Z]     check_test.go:278: [de01195a6ca9e] daemon is not started
18:32:26 [2021-12-03T18:32:26.792Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
18:32:27 [2021-12-03T18:32:27.050Z]     check_test.go:278: [d0c651fa51e23] daemon is not started
18:32:27 [2021-12-03T18:32:27.050Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
18:32:27 [2021-12-03T18:32:27.050Z]     check_test.go:278: [d62c95559ce28] daemon is not started
18:32:27 [2021-12-03T18:32:27.050Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
18:32:27 [2021-12-03T18:32:27.308Z]     check_test.go:278: [d127326ec6d57] daemon is not started
18:32:27 [2021-12-03T18:32:27.308Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
18:32:27 [2021-12-03T18:32:27.308Z]     check_test.go:278: [de8d5cc8ce82a] daemon is not started
18:32:27 [2021-12-03T18:32:27.308Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s)
18:32:27 [2021-12-03T18:32:27.308Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
18:32:27 [2021-12-03T18:32:27.308Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s)
18:32:27 [2021-12-03T18:32:27.308Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s)
18:32:27 [2021-12-03T18:32:27.308Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
18:32:27 [2021-12-03T18:32:27.308Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
18:32:27 [2021-12-03T18:32:27.308Z] === RUN   TestDockerNetworkSuite
18:32:27 [2021-12-03T18:32:27.308Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
18:32:28 [2021-12-03T18:32:28.244Z]     docker_cli_network_unix_test.go:46: [df25e1490acad] daemon is not started
18:32:28 [2021-12-03T18:32:28.505Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
18:32:29 [2021-12-03T18:32:29.081Z]     docker_cli_network_unix_test.go:46: [dd701fde64ffd] daemon is not started
18:32:29 [2021-12-03T18:32:29.081Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
18:32:31 [2021-12-03T18:32:31.654Z]     docker_cli_network_unix_test.go:46: [d7ed3de3c4084] daemon is not started
18:32:31 [2021-12-03T18:32:31.912Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
18:32:32 [2021-12-03T18:32:32.010Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
18:32:32 [2021-12-03T18:32:32.477Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
18:32:32 [2021-12-03T18:32:32.943Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
18:32:33 [2021-12-03T18:32:33.285Z]     docker_cli_network_unix_test.go:46: [d8726d53e9a74] daemon is not started
18:32:33 [2021-12-03T18:32:33.543Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
18:32:33 [2021-12-03T18:32:33.543Z]     docker_cli_network_unix_test.go:1233: [dfdc56a5a1ddf] daemon is not started
18:32:36 [2021-12-03T18:32:36.071Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
18:32:36 [2021-12-03T18:32:36.637Z]     docker_cli_network_unix_test.go:46: [dac554f193db0] daemon is not started
18:32:37 [2021-12-03T18:32:37.202Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
18:32:40 [2021-12-03T18:32:40.087Z] === RUN   TestDockerSuite/TestBuildSpaces
18:32:40 [2021-12-03T18:32:40.087Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
18:32:41 [2021-12-03T18:32:41.388Z]     docker_cli_network_unix_test.go:46: [df19c2e2d010d] daemon is not started
18:32:42 [2021-12-03T18:32:42.321Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
18:32:43 [2021-12-03T18:32:43.868Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
18:32:43 [2021-12-03T18:32:43.868Z] === RUN   TestDockerSuite/TestBuildStderr
18:32:44 [2021-12-03T18:32:44.222Z]     docker_cli_network_unix_test.go:46: [ddc2a0ce52e22] daemon is not started
18:32:44 [2021-12-03T18:32:44.222Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
18:32:45 [2021-12-03T18:32:45.595Z]     docker_cli_network_unix_test.go:46: [da396c6729f79] daemon is not started
18:32:45 [2021-12-03T18:32:45.595Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
18:32:45 [2021-12-03T18:32:45.854Z]     docker_cli_network_unix_test.go:46: [dcd718994d20a] daemon is not started
18:32:45 [2021-12-03T18:32:45.854Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
18:32:46 [2021-12-03T18:32:46.420Z]     docker_cli_network_unix_test.go:46: [dcc64ac917d8b] daemon is not started
18:32:46 [2021-12-03T18:32:46.420Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
18:32:46 [2021-12-03T18:32:46.986Z]     docker_cli_network_unix_test.go:46: [d0923b8c50dd8] daemon is not started
18:32:47 [2021-12-03T18:32:47.245Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
18:32:47 [2021-12-03T18:32:47.648Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
18:32:47 [2021-12-03T18:32:47.811Z]     docker_cli_network_unix_test.go:46: [df4805d01394b] daemon is not started
18:32:48 [2021-12-03T18:32:48.069Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
18:32:48 [2021-12-03T18:32:48.327Z]     docker_cli_network_unix_test.go:46: [dd51e6fade298] daemon is not started
18:32:48 [2021-12-03T18:32:48.327Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
18:32:48 [2021-12-03T18:32:48.587Z]     docker_cli_network_unix_test.go:46: [d703b882b98e8] daemon is not started
18:32:48 [2021-12-03T18:32:48.587Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
18:32:49 [2021-12-03T18:32:49.154Z]     docker_cli_network_unix_test.go:46: [d6dab96d8443c] daemon is not started
18:32:49 [2021-12-03T18:32:49.154Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
18:32:49 [2021-12-03T18:32:49.412Z]     docker_cli_network_unix_test.go:46: [df9cbd856da8c] daemon is not started
18:32:49 [2021-12-03T18:32:49.412Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
18:32:49 [2021-12-03T18:32:49.412Z]     docker_cli_network_unix_test.go:46: [d52b2a705b871] daemon is not started
18:32:49 [2021-12-03T18:32:49.412Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
18:32:49 [2021-12-03T18:32:49.670Z]     docker_cli_network_unix_test.go:46: [dc96d10e4b3a4] daemon is not started
18:32:49 [2021-12-03T18:32:49.670Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
18:32:50 [2021-12-03T18:32:50.236Z]     docker_cli_network_unix_test.go:46: [d9b19c116bb2a] daemon is not started
18:32:50 [2021-12-03T18:32:50.237Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
18:32:50 [2021-12-03T18:32:50.803Z]     docker_cli_network_unix_test.go:46: [d2afed536027e] daemon is not started
18:32:51 [2021-12-03T18:32:51.369Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
18:32:51 [2021-12-03T18:32:51.369Z]     docker_cli_network_unix_test.go:46: [d61aade48f979] daemon is not started
18:32:51 [2021-12-03T18:32:51.369Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
18:32:51 [2021-12-03T18:32:51.628Z]     docker_cli_network_unix_test.go:46: [d9ba3bf4ffe80] daemon is not started
18:32:51 [2021-12-03T18:32:51.628Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
18:32:51 [2021-12-03T18:32:51.628Z]     docker_cli_network_unix_test.go:46: [d1081b553687d] daemon is not started
18:32:51 [2021-12-03T18:32:51.628Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
18:32:53 [2021-12-03T18:32:53.003Z]     docker_cli_network_unix_test.go:968: [d489344b90260] daemon is not started
18:32:53 [2021-12-03T18:32:53.936Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
18:32:54 [2021-12-03T18:32:54.872Z]     docker_cli_network_unix_test.go:46: [d2195a364f55e] daemon is not started
18:32:55 [2021-12-03T18:32:55.130Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
18:32:57 [2021-12-03T18:32:57.659Z]     docker_cli_network_unix_test.go:1116: [dc59d0cdb2d91] daemon is not started
18:33:00 [2021-12-03T18:33:00.207Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
18:33:00 [2021-12-03T18:33:00.471Z]     docker_cli_network_unix_test.go:46: [d72e3c610bff1] daemon is not started
18:33:00 [2021-12-03T18:33:00.471Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
18:33:01 [2021-12-03T18:33:01.410Z]     docker_cli_network_unix_test.go:46: [d6b80ffeb9dd1] daemon is not started
18:33:01 [2021-12-03T18:33:01.410Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
18:33:01 [2021-12-03T18:33:01.410Z]     docker_cli_network_unix_test.go:46: [dc038fae1202c] daemon is not started
18:33:01 [2021-12-03T18:33:01.410Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
18:33:01 [2021-12-03T18:33:01.410Z]     docker_cli_network_unix_test.go:46: [d354b71046b5a] daemon is not started
18:33:01 [2021-12-03T18:33:01.410Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
18:33:01 [2021-12-03T18:33:01.667Z]     docker_cli_network_unix_test.go:46: [d81173fcf4aeb] daemon is not started
18:33:01 [2021-12-03T18:33:01.667Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
18:33:01 [2021-12-03T18:33:01.925Z]     docker_cli_network_unix_test.go:46: [db788c2c3b433] daemon is not started
18:33:01 [2021-12-03T18:33:01.925Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
18:33:01 [2021-12-03T18:33:01.925Z]     docker_cli_network_unix_test.go:46: [d4bdde490e80b] daemon is not started
18:33:01 [2021-12-03T18:33:01.925Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
18:33:03 [2021-12-03T18:33:03.300Z]     docker_cli_network_unix_test.go:46: [d704e70ffbd51] daemon is not started
18:33:04 [2021-12-03T18:33:04.234Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
18:33:04 [2021-12-03T18:33:04.234Z]     docker_cli_network_unix_test.go:46: [d22d69e523ed9] daemon is not started
18:33:04 [2021-12-03T18:33:04.234Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
18:33:04 [2021-12-03T18:33:04.234Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
18:33:04 [2021-12-03T18:33:04.234Z]     docker_cli_network_unix_test.go:46: [d82183682cc20] daemon is not started
18:33:04 [2021-12-03T18:33:04.234Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
18:33:04 [2021-12-03T18:33:04.801Z]     docker_cli_network_unix_test.go:46: [d72f725855b30] daemon is not started
18:33:04 [2021-12-03T18:33:04.801Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
18:33:05 [2021-12-03T18:33:05.443Z] === RUN   TestDockerSuite/TestBuildStopSignal
18:33:05 [2021-12-03T18:33:05.443Z]     docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux
18:33:05 [2021-12-03T18:33:05.443Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
18:33:06 [2021-12-03T18:33:06.426Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
18:33:07 [2021-12-03T18:33:07.409Z] === RUN   TestDockerSuite/TestBuildTagEvent
18:33:08 [2021-12-03T18:33:08.087Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
18:33:09 [2021-12-03T18:33:09.986Z]     docker_cli_network_unix_test.go:1084: [dcb53d905bc40] daemon is not started
18:33:11 [2021-12-03T18:33:11.206Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
18:33:11 [2021-12-03T18:33:11.359Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
18:33:11 [2021-12-03T18:33:11.359Z]     docker_cli_network_unix_test.go:46: [df0f5e18b0535] daemon is not started
18:33:11 [2021-12-03T18:33:11.359Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
18:33:11 [2021-12-03T18:33:11.616Z]     docker_cli_network_unix_test.go:46: [d91f3573fa8d7] daemon is not started
18:33:11 [2021-12-03T18:33:11.874Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
18:33:13 [2021-12-03T18:33:13.250Z]     docker_cli_network_unix_test.go:46: [d927fb6ac370a] daemon is not started
18:33:13 [2021-12-03T18:33:13.250Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
18:33:13 [2021-12-03T18:33:13.250Z]     docker_cli_network_unix_test.go:46: [d58d14631f8d0] daemon is not started
18:33:13 [2021-12-03T18:33:13.250Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
18:33:13 [2021-12-03T18:33:13.816Z]     docker_cli_network_unix_test.go:46: [d9b877f518fb1] daemon is not started
18:33:14 [2021-12-03T18:33:14.075Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
18:33:14 [2021-12-03T18:33:14.333Z]     docker_cli_network_unix_test.go:46: [d93b6d566d7cc] daemon is not started
18:33:14 [2021-12-03T18:33:14.333Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
18:33:14 [2021-12-03T18:33:14.898Z]     docker_cli_network_unix_test.go:46: [da52c77e650a7] daemon is not started
18:33:14 [2021-12-03T18:33:14.991Z] === RUN   TestDockerSuite/TestBuildUser
18:33:14 [2021-12-03T18:33:14.991Z]     docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux
18:33:14 [2021-12-03T18:33:14.991Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
18:33:14 [2021-12-03T18:33:14.991Z]     docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux
18:33:15 [2021-12-03T18:33:15.458Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
18:33:15 [2021-12-03T18:33:15.458Z]     docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux
18:33:15 [2021-12-03T18:33:15.458Z] === RUN   TestDockerSuite/TestBuildVerboseOut
18:33:15 [2021-12-03T18:33:15.467Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
18:33:18 [2021-12-03T18:33:18.401Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
18:33:18 [2021-12-03T18:33:18.868Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
18:33:20 [2021-12-03T18:33:20.727Z]     docker_cli_network_unix_test.go:46: [d16abfd32dc26] daemon is not started
18:33:20 [2021-12-03T18:33:20.728Z] --- PASS: TestDockerNetworkSuite (53.05s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.05s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.69s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.78s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.47s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.42s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.39s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.94s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.18s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.10s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.84s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.87s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.72s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.71s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.99s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.06s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.27s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.24s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.11s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.15s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.82s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.31s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.02s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.29s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.88s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.74s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.41s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.62s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.90s)
18:33:20 [2021-12-03T18:33:20.728Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.17s)
18:33:20 [2021-12-03T18:33:20.728Z] === RUN   TestDockerHubPullSuite
18:33:20 [2021-12-03T18:33:20.728Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
18:33:21 [2021-12-03T18:33:21.812Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
18:33:21 [2021-12-03T18:33:21.812Z]     docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux
18:33:21 [2021-12-03T18:33:21.812Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
18:33:21 [2021-12-03T18:33:21.812Z]     docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux
18:33:21 [2021-12-03T18:33:21.812Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
18:33:22 [2021-12-03T18:33:22.100Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
18:33:24 [2021-12-03T18:33:24.624Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
18:33:25 [2021-12-03T18:33:25.190Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
18:33:26 [2021-12-03T18:33:26.563Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
18:33:26 [2021-12-03T18:33:26.563Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
18:33:26 [2021-12-03T18:33:26.563Z] --- PASS: TestDockerHubPullSuite (6.13s)
18:33:26 [2021-12-03T18:33:26.563Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.65s)
18:33:26 [2021-12-03T18:33:26.563Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s)
18:33:26 [2021-12-03T18:33:26.563Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.68s)
18:33:26 [2021-12-03T18:33:26.563Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.31s)
18:33:26 [2021-12-03T18:33:26.563Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s)
18:33:26 [2021-12-03T18:33:26.563Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
18:33:26 [2021-12-03T18:33:26.563Z] PASS
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === Skipped
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_sni_test.go:18: Flakey test
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.563Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z]     docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved
18:33:26 [2021-12-03T18:33:26.563Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
18:33:26 [2021-12-03T18:33:26.563Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.02s)
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
18:33:26 [2021-12-03T18:33:26.564Z]     docker_cli_network_unix_test.go:46: [d82183682cc20] daemon is not started
18:33:26 [2021-12-03T18:33:26.564Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.02s)
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] DONE 1262 tests, 51 skipped in 1420.032s
18:33:26 [2021-12-03T18:33:26.564Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:33:26 [2021-12-03T18:33:26.564Z] ++++ cat bundles/test-integration/docker.pid
18:33:26 [2021-12-03T18:33:26.564Z] +++ kill 8505
18:33:26 [2021-12-03T18:33:26.564Z] +++ /etc/init.d/apparmor stop
18:33:26 [2021-12-03T18:33:26.564Z] Leaving: AppArmorNo profiles have been unloaded.
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] Unloading profiles will leave already running processes permanently
18:33:26 [2021-12-03T18:33:26.564Z] unconfined, which can lead to unexpected situations.
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:26 [2021-12-03T18:33:26.564Z] To set a process to complain mode, use the command line tool
18:33:26 [2021-12-03T18:33:26.564Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:33:26 [2021-12-03T18:33:26.564Z] +++ true
18:33:26 [2021-12-03T18:33:26.564Z] exiting test-integration
18:33:26 [2021-12-03T18:33:26.564Z] ++ exit 0
18:33:26 [2021-12-03T18:33:26.564Z] 
18:33:27 [2021-12-03T18:33:27.131Z] + for job in $(jobs -p)
18:33:27 [2021-12-03T18:33:27.131Z] + wait 4254
18:33:39 [2021-12-03T18:33:39.607Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
18:33:39 [2021-12-03T18:33:39.607Z] === RUN   TestDockerSuite/TestBuildWindowsUser
18:33:46 [2021-12-03T18:33:46.750Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
18:33:50 [2021-12-03T18:33:50.532Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
18:33:50 [2021-12-03T18:33:50.532Z]     docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux
18:33:50 [2021-12-03T18:33:50.532Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
18:33:50 [2021-12-03T18:33:50.532Z]     docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux
18:33:50 [2021-12-03T18:33:50.532Z] === RUN   TestDockerSuite/TestBuildWithFailure
18:33:52 [2021-12-03T18:33:52.743Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
18:33:52 [2021-12-03T18:33:52.743Z]     docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux
18:33:52 [2021-12-03T18:33:52.743Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
18:34:01 [2021-12-03T18:34:01.391Z] === RUN   TestDockerSuite/TestBuildWithTabs
18:34:04 [2021-12-03T18:34:04.336Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
18:34:04 [2021-12-03T18:34:04.803Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
18:34:17 [2021-12-03T18:34:17.279Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
18:34:17 [2021-12-03T18:34:17.279Z]     docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux
18:34:17 [2021-12-03T18:34:17.279Z] === RUN   TestDockerSuite/TestBuildWithVolumes
18:34:17 [2021-12-03T18:34:17.279Z]     docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux
18:34:17 [2021-12-03T18:34:17.279Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
18:34:17 [2021-12-03T18:34:17.279Z]     docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux
18:34:17 [2021-12-03T18:34:17.279Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
18:34:17 [2021-12-03T18:34:17.279Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
18:34:24 [2021-12-03T18:34:24.423Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
18:34:24 [2021-12-03T18:34:24.889Z] === RUN   TestDockerSuite/TestBuildXZHost
18:34:24 [2021-12-03T18:34:24.890Z]     docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux
18:34:25 [2021-12-03T18:34:25.358Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
18:34:25 [2021-12-03T18:34:25.358Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
18:34:25 [2021-12-03T18:34:25.358Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
18:34:25 [2021-12-03T18:34:25.358Z]     docker_cli_sni_test.go:18: Flakey test
18:34:25 [2021-12-03T18:34:25.358Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
18:34:26 [2021-12-03T18:34:26.987Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
18:34:30 [2021-12-03T18:34:30.775Z] === RUN   TestDockerSuite/TestCommitChange
18:34:35 [2021-12-03T18:34:35.518Z] === RUN   TestDockerSuite/TestCommitChangeLabels
18:34:38 [2021-12-03T18:34:38.463Z] === RUN   TestDockerSuite/TestCommitHardlink
18:34:38 [2021-12-03T18:34:38.463Z]     docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux
18:34:38 [2021-12-03T18:34:38.463Z] === RUN   TestDockerSuite/TestCommitNewFile
18:34:44 [2021-12-03T18:34:44.318Z] === RUN   TestDockerSuite/TestCommitPausedContainer
18:34:44 [2021-12-03T18:34:44.318Z]     docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux
18:34:44 [2021-12-03T18:34:44.318Z] === RUN   TestDockerSuite/TestCommitTTY
18:34:50 [2021-12-03T18:34:50.178Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
18:34:53 [2021-12-03T18:34:53.961Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
18:34:53 [2021-12-03T18:34:53.961Z]     docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux
18:34:53 [2021-12-03T18:34:53.961Z] === RUN   TestDockerSuite/TestCommitWithoutPause
18:34:53 [2021-12-03T18:34:53.961Z]     docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux
18:34:53 [2021-12-03T18:34:53.961Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
18:34:53 [2021-12-03T18:34:53.961Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
18:34:53 [2021-12-03T18:34:53.961Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
18:34:53 [2021-12-03T18:34:53.961Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
18:34:53 [2021-12-03T18:34:53.961Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
18:34:53 [2021-12-03T18:34:53.961Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
18:34:53 [2021-12-03T18:34:53.961Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
18:34:53 [2021-12-03T18:34:53.961Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
18:34:53 [2021-12-03T18:34:53.961Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
18:34:53 [2021-12-03T18:34:53.961Z]     docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux
18:34:53 [2021-12-03T18:34:53.961Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
18:34:53 [2021-12-03T18:34:53.961Z] === RUN   TestDockerSuite/TestContainerAPICommit
18:34:59 [2021-12-03T18:34:59.816Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
18:35:03 [2021-12-03T18:35:03.548Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
18:35:03 [2021-12-03T18:35:03.548Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
18:35:03 [2021-12-03T18:35:03.548Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
18:35:04 [2021-12-03T18:35:04.922Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
18:35:05 [2021-12-03T18:35:05.673Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
18:35:05 [2021-12-03T18:35:05.673Z]     docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux
18:35:05 [2021-12-03T18:35:05.673Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
18:35:07 [2021-12-03T18:35:07.478Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
18:35:07 [2021-12-03T18:35:07.883Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
18:35:07 [2021-12-03T18:35:07.883Z]     docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux
18:35:07 [2021-12-03T18:35:07.883Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
18:35:07 [2021-12-03T18:35:07.883Z]     docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux
18:35:07 [2021-12-03T18:35:07.883Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
18:35:07 [2021-12-03T18:35:07.883Z]     docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux
18:35:07 [2021-12-03T18:35:07.883Z] === RUN   TestDockerSuite/TestContainerAPICreate
18:35:10 [2021-12-03T18:35:10.093Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
18:35:10 [2021-12-03T18:35:10.093Z]     docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux
18:35:10 [2021-12-03T18:35:10.093Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
18:35:10 [2021-12-03T18:35:10.093Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
18:35:11 [2021-12-03T18:35:11.659Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
18:35:12 [2021-12-03T18:35:12.303Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
18:35:12 [2021-12-03T18:35:12.303Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
18:35:12 [2021-12-03T18:35:12.303Z]     docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux
18:35:12 [2021-12-03T18:35:12.303Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
18:35:12 [2021-12-03T18:35:12.303Z]     docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux
18:35:12 [2021-12-03T18:35:12.303Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
18:35:12 [2021-12-03T18:35:12.303Z]     docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux
18:35:12 [2021-12-03T18:35:12.303Z] === RUN   TestDockerSuite/TestContainerAPIDelete
18:35:14 [2021-12-03T18:35:14.186Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
18:35:14 [2021-12-03T18:35:14.513Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
18:35:16 [2021-12-03T18:35:16.075Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
18:35:17 [2021-12-03T18:35:17.465Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
18:35:17 [2021-12-03T18:35:17.465Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
18:35:17 [2021-12-03T18:35:17.465Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
18:35:18 [2021-12-03T18:35:18.286Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
18:35:18 [2021-12-03T18:35:18.286Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
18:35:18 [2021-12-03T18:35:18.286Z]     docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux
18:35:18 [2021-12-03T18:35:18.286Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
18:35:19 [2021-12-03T18:35:19.850Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
18:35:19 [2021-12-03T18:35:19.850Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
18:35:22 [2021-12-03T18:35:22.059Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
18:35:22 [2021-12-03T18:35:22.059Z]     docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux
18:35:22 [2021-12-03T18:35:22.059Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
18:35:22 [2021-12-03T18:35:22.059Z]     docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux
18:35:22 [2021-12-03T18:35:22.059Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
18:35:22 [2021-12-03T18:35:22.726Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
18:35:22 [2021-12-03T18:35:22.984Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
18:35:23 [2021-12-03T18:35:23.549Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
18:35:24 [2021-12-03T18:35:24.270Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
18:35:24 [2021-12-03T18:35:24.270Z] === RUN   TestDockerSuite/TestContainerAPIKill
18:35:25 [2021-12-03T18:35:25.831Z] === RUN   TestDockerSuite/TestContainerAPIPause
18:35:25 [2021-12-03T18:35:25.831Z]     docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux
18:35:25 [2021-12-03T18:35:25.831Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
18:35:26 [2021-12-03T18:35:26.078Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
18:35:28 [2021-12-03T18:35:28.043Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
18:35:28 [2021-12-03T18:35:28.043Z] === RUN   TestDockerSuite/TestContainerAPIRename
18:35:30 [2021-12-03T18:35:30.254Z] === RUN   TestDockerSuite/TestContainerAPIRestart
18:35:33 [2021-12-03T18:35:33.200Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
18:35:36 [2021-12-03T18:35:36.143Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
18:35:36 [2021-12-03T18:35:36.610Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
18:35:36 [2021-12-03T18:35:36.610Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
18:35:36 [2021-12-03T18:35:36.610Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
18:35:36 [2021-12-03T18:35:36.610Z] === RUN   TestDockerSuite/TestContainerAPIStart
18:35:38 [2021-12-03T18:35:38.821Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
18:35:38 [2021-12-03T18:35:38.821Z]     docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux
18:35:38 [2021-12-03T18:35:38.821Z] === RUN   TestDockerSuite/TestContainerAPIStop
18:35:41 [2021-12-03T18:35:41.031Z] === RUN   TestDockerSuite/TestContainerAPITop
18:35:41 [2021-12-03T18:35:41.031Z]     docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux
18:35:41 [2021-12-03T18:35:41.031Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
18:35:42 [2021-12-03T18:35:42.591Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
18:35:42 [2021-12-03T18:35:42.591Z] === RUN   TestDockerSuite/TestContainerAPIWait
18:35:46 [2021-12-03T18:35:46.374Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
18:35:47 [2021-12-03T18:35:47.935Z] === RUN   TestDockerSuite/TestContainerNetworkMode
18:35:47 [2021-12-03T18:35:47.935Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
18:35:47 [2021-12-03T18:35:47.935Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
18:35:47 [2021-12-03T18:35:47.935Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
18:35:47 [2021-12-03T18:35:47.935Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
18:35:47 [2021-12-03T18:35:47.935Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
18:35:47 [2021-12-03T18:35:47.935Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
18:35:47 [2021-12-03T18:35:47.935Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
18:35:47 [2021-12-03T18:35:47.935Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
18:35:47 [2021-12-03T18:35:47.935Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
18:35:47 [2021-12-03T18:35:47.935Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
18:35:49 [2021-12-03T18:35:49.497Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
18:35:49 [2021-12-03T18:35:49.497Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
18:35:51 [2021-12-03T18:35:51.706Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
18:35:53 [2021-12-03T18:35:53.916Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
18:35:56 [2021-12-03T18:35:56.125Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
18:35:58 [2021-12-03T18:35:58.337Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000494d80_<nil>}
18:36:00 [2021-12-03T18:36:00.550Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1753563112_c:\foo_false__<nil>_<nil>_<nil>}
18:36:03 [2021-12-03T18:36:03.498Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1753563112_c:\foo_true__<nil>_<nil>_<nil>}
18:36:05 [2021-12-03T18:36:05.061Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
18:36:05 [2021-12-03T18:36:05.061Z]     docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux
18:36:05 [2021-12-03T18:36:05.061Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
18:36:05 [2021-12-03T18:36:05.061Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
18:36:05 [2021-12-03T18:36:05.061Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
18:36:05 [2021-12-03T18:36:05.527Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
18:36:05 [2021-12-03T18:36:05.527Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
18:36:05 [2021-12-03T18:36:05.527Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestCopyAndRestart
18:36:05 [2021-12-03T18:36:05.527Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
18:36:05 [2021-12-03T18:36:05.527Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
18:36:05 [2021-12-03T18:36:05.527Z] === RUN   TestDockerSuite/TestCpAbsolutePath
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromCaseA
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromCaseB
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromCaseC
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromCaseD
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromCaseE
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromCaseF
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromCaseG
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromCaseH
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromCaseI
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromCaseJ
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
18:36:07 [2021-12-03T18:36:07.737Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
18:36:07 [2021-12-03T18:36:07.737Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
18:36:08 [2021-12-03T18:36:08.204Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
18:36:08 [2021-12-03T18:36:08.204Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
18:36:08 [2021-12-03T18:36:08.204Z] === RUN   TestDockerSuite/TestCpGarbagePath
18:36:10 [2021-12-03T18:36:10.413Z] === RUN   TestDockerSuite/TestCpLocalOnly
18:36:10 [2021-12-03T18:36:10.413Z] === RUN   TestDockerSuite/TestCpNameHasColon
18:36:10 [2021-12-03T18:36:10.413Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
18:36:10 [2021-12-03T18:36:10.413Z] === RUN   TestDockerSuite/TestCpRelativePath
18:36:12 [2021-12-03T18:36:12.623Z] === RUN   TestDockerSuite/TestCpSpecialFiles
18:36:12 [2021-12-03T18:36:12.623Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
18:36:12 [2021-12-03T18:36:12.623Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
18:36:12 [2021-12-03T18:36:12.623Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
18:36:12 [2021-12-03T18:36:12.623Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
18:36:12 [2021-12-03T18:36:12.623Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
18:36:12 [2021-12-03T18:36:12.623Z] === RUN   TestDockerSuite/TestCpToCaseA
18:36:16 [2021-12-03T18:36:16.406Z] === RUN   TestDockerSuite/TestCpToCaseB
18:36:18 [2021-12-03T18:36:18.616Z] === RUN   TestDockerSuite/TestCpToCaseC
18:36:18 [2021-12-03T18:36:18.616Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
18:36:18 [2021-12-03T18:36:18.616Z] === RUN   TestDockerSuite/TestCpToCaseD
18:36:18 [2021-12-03T18:36:18.616Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
18:36:18 [2021-12-03T18:36:18.616Z] === RUN   TestDockerSuite/TestCpToCaseE
18:36:22 [2021-12-03T18:36:22.296Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
18:36:22 [2021-12-03T18:36:22.296Z]     docker_cli_swarm_test.go:1186: [de247efb3ae42] joining swarm manager [d74b6aa0607a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:36:27 [2021-12-03T18:36:27.264Z] === RUN   TestDockerSuite/TestCpToCaseF
18:36:27 [2021-12-03T18:36:27.264Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
18:36:27 [2021-12-03T18:36:27.264Z] === RUN   TestDockerSuite/TestCpToCaseG
18:36:27 [2021-12-03T18:36:27.264Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
18:36:27 [2021-12-03T18:36:27.264Z] === RUN   TestDockerSuite/TestCpToCaseH
18:36:27 [2021-12-03T18:36:27.558Z]     docker_cli_swarm_test.go:1195: [d2b4e4f05626b] joining swarm manager [d74b6aa0607a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:36:34 [2021-12-03T18:36:34.405Z] === RUN   TestDockerSuite/TestCpToCaseI
18:36:34 [2021-12-03T18:36:34.405Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
18:36:34 [2021-12-03T18:36:34.405Z] === RUN   TestDockerSuite/TestCpToCaseJ
18:36:34 [2021-12-03T18:36:34.405Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
18:36:34 [2021-12-03T18:36:34.405Z] === RUN   TestDockerSuite/TestCpToDot
18:36:35 [2021-12-03T18:36:35.966Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
18:36:35 [2021-12-03T18:36:35.966Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
18:36:35 [2021-12-03T18:36:35.966Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
18:36:35 [2021-12-03T18:36:35.966Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
18:36:35 [2021-12-03T18:36:35.966Z] === RUN   TestDockerSuite/TestCpToStdout
18:36:38 [2021-12-03T18:36:38.178Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
18:36:38 [2021-12-03T18:36:38.178Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
18:36:38 [2021-12-03T18:36:38.178Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
18:36:38 [2021-12-03T18:36:38.178Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
18:36:38 [2021-12-03T18:36:38.178Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
18:36:38 [2021-12-03T18:36:38.178Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
18:36:38 [2021-12-03T18:36:38.178Z] === RUN   TestDockerSuite/TestCpVolumePath
18:36:38 [2021-12-03T18:36:38.178Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
18:36:38 [2021-12-03T18:36:38.178Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
18:36:38 [2021-12-03T18:36:38.178Z] === RUN   TestDockerSuite/TestCreateArgs
18:36:38 [2021-12-03T18:36:38.645Z] === RUN   TestDockerSuite/TestCreateByImageID
18:36:40 [2021-12-03T18:36:40.204Z] === RUN   TestDockerSuite/TestCreateEchoStdout
18:36:42 [2021-12-03T18:36:42.412Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
18:36:42 [2021-12-03T18:36:42.879Z] === RUN   TestDockerSuite/TestCreateHostConfig
18:36:42 [2021-12-03T18:36:42.879Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
18:36:44 [2021-12-03T18:36:44.440Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
18:36:44 [2021-12-03T18:36:44.907Z] === RUN   TestDockerSuite/TestCreateLabels
18:36:44 [2021-12-03T18:36:44.907Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
18:36:44 [2021-12-03T18:36:44.907Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
18:36:44 [2021-12-03T18:36:44.907Z] === RUN   TestDockerSuite/TestCreateRM
18:36:45 [2021-12-03T18:36:45.374Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
18:36:45 [2021-12-03T18:36:45.374Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:36:45 [2021-12-03T18:36:45.374Z] === RUN   TestDockerSuite/TestCreateStopSignal
18:36:45 [2021-12-03T18:36:45.374Z] === RUN   TestDockerSuite/TestCreateStopTimeout
18:36:45 [2021-12-03T18:36:45.841Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
18:36:52 [2021-12-03T18:36:52.982Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
18:36:52 [2021-12-03T18:36:52.982Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
18:36:52 [2021-12-03T18:36:52.982Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
18:36:55 [2021-12-03T18:36:55.926Z] === RUN   TestDockerSuite/TestCreateWithPortRange
18:36:55 [2021-12-03T18:36:55.926Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
18:36:55 [2021-12-03T18:36:55.926Z]     docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux
18:36:55 [2021-12-03T18:36:55.926Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
18:36:58 [2021-12-03T18:36:58.135Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
18:36:58 [2021-12-03T18:36:58.135Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
18:36:58 [2021-12-03T18:36:58.135Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
18:36:58 [2021-12-03T18:36:58.135Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
18:36:58 [2021-12-03T18:36:58.135Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
18:36:58 [2021-12-03T18:36:58.135Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
18:36:58 [2021-12-03T18:36:58.135Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
18:36:58 [2021-12-03T18:36:58.135Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
18:36:58 [2021-12-03T18:36:58.135Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDevicePermissions
18:36:58 [2021-12-03T18:36:58.135Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDockerFails
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
18:36:58 [2021-12-03T18:36:58.135Z]     docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
18:36:58 [2021-12-03T18:36:58.135Z]     docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
18:36:58 [2021-12-03T18:36:58.135Z]     docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestEventsAttach
18:36:58 [2021-12-03T18:36:58.135Z]     docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestEventsCommit
18:36:58 [2021-12-03T18:36:58.135Z]     docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux
18:36:58 [2021-12-03T18:36:58.135Z] === RUN   TestDockerSuite/TestEventsContainerEvents
18:37:00 [2021-12-03T18:37:00.344Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
18:37:02 [2021-12-03T18:37:02.553Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
18:37:04 [2021-12-03T18:37:04.761Z] === RUN   TestDockerSuite/TestEventsContainerRestart
18:37:13 [2021-12-03T18:37:13.407Z] === RUN   TestDockerSuite/TestEventsCopy
18:37:14 [2021-12-03T18:37:14.207Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
18:37:16 [2021-12-03T18:37:16.351Z] === RUN   TestDockerSuite/TestEventsFilterContainer
18:37:21 [2021-12-03T18:37:21.094Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
18:37:23 [2021-12-03T18:37:23.304Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
18:37:23 [2021-12-03T18:37:23.773Z] === RUN   TestDockerSuite/TestEventsFilterImageName
18:37:24 [2021-12-03T18:37:24.167Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
18:37:27 [2021-12-03T18:37:27.554Z] === RUN   TestDockerSuite/TestEventsFilterLabels
18:37:28 [2021-12-03T18:37:28.348Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
18:37:28 [2021-12-03T18:37:28.538Z] === RUN   TestDockerSuite/TestEventsFilterType
18:37:29 [2021-12-03T18:37:29.004Z] === RUN   TestDockerSuite/TestEventsFilters
18:37:30 [2021-12-03T18:37:30.294Z]     docker_cli_swarm_test.go:1118: [de2f9070bca9e] joining swarm manager [d62999c4881d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:37:31 [2021-12-03T18:37:31.227Z]     docker_cli_swarm_test.go:1119: [d3ddc91538dd7] joining swarm manager [d62999c4881d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:37:33 [2021-12-03T18:37:33.682Z] === RUN   TestDockerSuite/TestEventsFormat
18:37:38 [2021-12-03T18:37:38.341Z] === RUN   TestDockerSuite/TestEventsFormatBadField
18:37:38 [2021-12-03T18:37:38.341Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
18:37:38 [2021-12-03T18:37:38.341Z] === RUN   TestDockerSuite/TestEventsImageImport
18:37:38 [2021-12-03T18:37:38.341Z]     docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux
18:37:38 [2021-12-03T18:37:38.341Z] === RUN   TestDockerSuite/TestEventsImageLoad
18:37:38 [2021-12-03T18:37:38.341Z]     docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux
18:37:38 [2021-12-03T18:37:38.341Z] === RUN   TestDockerSuite/TestEventsImagePull
18:37:38 [2021-12-03T18:37:38.341Z]     docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux
18:37:38 [2021-12-03T18:37:38.341Z] === RUN   TestDockerSuite/TestEventsImageTag
18:37:39 [2021-12-03T18:37:39.300Z] === RUN   TestDockerSuite/TestEventsPluginOps
18:37:39 [2021-12-03T18:37:39.300Z]     docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux
18:37:39 [2021-12-03T18:37:39.300Z] === RUN   TestDockerSuite/TestEventsRename
18:37:41 [2021-12-03T18:37:41.460Z] === RUN   TestDockerSuite/TestEventsResize
18:37:48 [2021-12-03T18:37:48.491Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
18:37:50 [2021-12-03T18:37:50.652Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
18:37:52 [2021-12-03T18:37:52.811Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
18:37:57 [2021-12-03T18:37:57.471Z] === RUN   TestDockerSuite/TestEventsTop
18:37:57 [2021-12-03T18:37:57.471Z]     docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux
18:37:57 [2021-12-03T18:37:57.471Z] === RUN   TestDockerSuite/TestEventsUntag
18:37:59 [2021-12-03T18:37:59.630Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
18:38:03 [2021-12-03T18:38:03.339Z] === RUN   TestDockerSuite/TestExec
18:38:03 [2021-12-03T18:38:03.339Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
18:38:03 [2021-12-03T18:38:03.339Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
18:38:03 [2021-12-03T18:38:03.339Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
18:38:03 [2021-12-03T18:38:03.339Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
18:38:04 [2021-12-03T18:38:04.863Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
18:38:06 [2021-12-03T18:38:06.387Z] === RUN   TestDockerSuite/TestExecAPIStart
18:38:06 [2021-12-03T18:38:06.387Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
18:38:06 [2021-12-03T18:38:06.387Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
18:38:06 [2021-12-03T18:38:06.387Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
18:38:06 [2021-12-03T18:38:06.387Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
18:38:06 [2021-12-03T18:38:06.387Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
18:38:06 [2021-12-03T18:38:06.387Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
18:38:07 [2021-12-03T18:38:07.911Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
18:38:10 [2021-12-03T18:38:10.070Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
18:38:11 [2021-12-03T18:38:11.594Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
18:38:13 [2021-12-03T18:38:13.117Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
18:38:16 [2021-12-03T18:38:16.826Z] === RUN   TestDockerSuite/TestExecCgroup
18:38:16 [2021-12-03T18:38:16.826Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
18:38:16 [2021-12-03T18:38:16.826Z] === RUN   TestDockerSuite/TestExecEnv
18:38:16 [2021-12-03T18:38:16.826Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
18:38:16 [2021-12-03T18:38:16.826Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
18:38:16 [2021-12-03T18:38:16.826Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
18:38:16 [2021-12-03T18:38:16.826Z] === RUN   TestDockerSuite/TestExecExitStatus
18:38:18 [2021-12-03T18:38:18.350Z] === RUN   TestDockerSuite/TestExecInspectID
18:38:23 [2021-12-03T18:38:23.007Z] === RUN   TestDockerSuite/TestExecInteractive
18:38:23 [2021-12-03T18:38:23.007Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
18:38:23 [2021-12-03T18:38:23.007Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
18:38:23 [2021-12-03T18:38:23.007Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
18:38:23 [2021-12-03T18:38:23.007Z] === RUN   TestDockerSuite/TestExecParseError
18:38:23 [2021-12-03T18:38:23.007Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
18:38:23 [2021-12-03T18:38:23.007Z] === RUN   TestDockerSuite/TestExecPausedContainer
18:38:23 [2021-12-03T18:38:23.007Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
18:38:23 [2021-12-03T18:38:23.007Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
18:38:23 [2021-12-03T18:38:23.007Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
18:38:23 [2021-12-03T18:38:23.007Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
18:38:24 [2021-12-03T18:38:24.531Z] === RUN   TestDockerSuite/TestExecSetEnv
18:38:24 [2021-12-03T18:38:24.531Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
18:38:24 [2021-12-03T18:38:24.531Z] === RUN   TestDockerSuite/TestExecStartFails
18:38:24 [2021-12-03T18:38:24.531Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
18:38:24 [2021-12-03T18:38:24.531Z] === RUN   TestDockerSuite/TestExecStateCleanup
18:38:24 [2021-12-03T18:38:24.531Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
18:38:24 [2021-12-03T18:38:24.531Z] === RUN   TestDockerSuite/TestExecStopNotHanging
18:38:24 [2021-12-03T18:38:24.531Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
18:38:24 [2021-12-03T18:38:24.531Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
18:38:24 [2021-12-03T18:38:24.531Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
18:38:24 [2021-12-03T18:38:24.531Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
18:38:26 [2021-12-03T18:38:26.055Z] === RUN   TestDockerSuite/TestExecUlimits
18:38:26 [2021-12-03T18:38:26.055Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
18:38:26 [2021-12-03T18:38:26.055Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
18:38:30 [2021-12-03T18:38:30.714Z] === RUN   TestDockerSuite/TestExecWithImageUser
18:38:30 [2021-12-03T18:38:30.714Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
18:38:30 [2021-12-03T18:38:30.714Z] === RUN   TestDockerSuite/TestExecWithPrivileged
18:38:30 [2021-12-03T18:38:30.714Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
18:38:30 [2021-12-03T18:38:30.714Z] === RUN   TestDockerSuite/TestExecWithUser
18:38:30 [2021-12-03T18:38:30.714Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
18:38:30 [2021-12-03T18:38:30.714Z] === RUN   TestDockerSuite/TestGetContainerStats
18:38:36 [2021-12-03T18:38:36.469Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
18:38:42 [2021-12-03T18:38:42.224Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
18:38:44 [2021-12-03T18:38:44.384Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
18:38:50 [2021-12-03T18:38:50.148Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
18:38:50 [2021-12-03T18:38:50.148Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
18:38:50 [2021-12-03T18:38:50.148Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
18:38:50 [2021-12-03T18:38:50.148Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
18:38:50 [2021-12-03T18:38:50.148Z] === RUN   TestDockerSuite/TestHealth
18:38:50 [2021-12-03T18:38:50.148Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
18:38:50 [2021-12-03T18:38:50.148Z] === RUN   TestDockerSuite/TestHistoryExistentImage
18:38:50 [2021-12-03T18:38:50.148Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
18:38:50 [2021-12-03T18:38:50.148Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
18:38:50 [2021-12-03T18:38:50.148Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
18:38:53 [2021-12-03T18:38:53.867Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
18:38:53 [2021-12-03T18:38:53.867Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
18:38:53 [2021-12-03T18:38:53.867Z]     docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux
18:38:53 [2021-12-03T18:38:53.867Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
18:38:53 [2021-12-03T18:38:53.867Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
18:38:53 [2021-12-03T18:38:53.867Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
18:38:54 [2021-12-03T18:38:54.322Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
18:38:54 [2021-12-03T18:38:54.776Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
18:38:54 [2021-12-03T18:38:54.776Z]     docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux
18:38:54 [2021-12-03T18:38:54.776Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
18:38:55 [2021-12-03T18:38:55.735Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
18:38:55 [2021-12-03T18:38:55.735Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
18:38:57 [2021-12-03T18:38:57.259Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
18:38:57 [2021-12-03T18:38:57.259Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
18:38:59 [2021-12-03T18:38:59.419Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
18:39:01 [2021-12-03T18:39:01.582Z] === RUN   TestDockerSuite/TestImagesFormat
18:39:01 [2021-12-03T18:39:01.582Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
18:39:01 [2021-12-03T18:39:01.582Z]     docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux
18:39:01 [2021-12-03T18:39:01.582Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
18:39:05 [2021-12-03T18:39:05.290Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
18:39:05 [2021-12-03T18:39:05.290Z] === RUN   TestDockerSuite/TestImportBadURL
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestImportDisplay
18:39:07 [2021-12-03T18:39:07.448Z]     docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestImportFile
18:39:07 [2021-12-03T18:39:07.448Z]     docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestImportFileWithMessage
18:39:07 [2021-12-03T18:39:07.448Z]     docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestImportGzipped
18:39:07 [2021-12-03T18:39:07.448Z]     docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
18:39:07 [2021-12-03T18:39:07.448Z]     docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
18:39:07 [2021-12-03T18:39:07.448Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
18:39:07 [2021-12-03T18:39:07.448Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
18:39:07 [2021-12-03T18:39:07.448Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
18:39:07 [2021-12-03T18:39:07.448Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
18:39:07 [2021-12-03T18:39:07.448Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:39:07 [2021-12-03T18:39:07.448Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
18:39:07 [2021-12-03T18:39:07.642Z]     docker_cli_swarm_test.go:1172: [dea11fa4e3283] joining swarm manager [d62999c4881d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
18:39:09 [2021-12-03T18:39:09.608Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
18:39:11 [2021-12-03T18:39:11.767Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
18:39:11 [2021-12-03T18:39:11.767Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
18:39:11 [2021-12-03T18:39:11.767Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
18:39:11 [2021-12-03T18:39:11.767Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
18:39:11 [2021-12-03T18:39:11.767Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
18:39:11 [2021-12-03T18:39:11.767Z] === RUN   TestDockerSuite/TestInspectAmpersand
18:39:11 [2021-12-03T18:39:11.767Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
18:39:11 [2021-12-03T18:39:11.767Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
18:39:13 [2021-12-03T18:39:13.928Z] === RUN   TestDockerSuite/TestInspectByPrefix
18:39:13 [2021-12-03T18:39:13.928Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
18:39:16 [2021-12-03T18:39:16.088Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
18:39:16 [2021-12-03T18:39:16.088Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
18:39:16 [2021-12-03T18:39:16.088Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
18:39:16 [2021-12-03T18:39:16.088Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
18:39:16 [2021-12-03T18:39:16.088Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
18:39:16 [2021-12-03T18:39:16.088Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
18:39:16 [2021-12-03T18:39:16.088Z] === RUN   TestDockerSuite/TestInspectDefault
18:39:18 [2021-12-03T18:39:18.251Z] === RUN   TestDockerSuite/TestInspectHistory
18:39:21 [2021-12-03T18:39:21.960Z] === RUN   TestDockerSuite/TestInspectImage
18:39:21 [2021-12-03T18:39:21.960Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
18:39:21 [2021-12-03T18:39:21.960Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
18:39:21 [2021-12-03T18:39:21.960Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
18:39:21 [2021-12-03T18:39:21.960Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
18:39:21 [2021-12-03T18:39:21.960Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:39:21 [2021-12-03T18:39:21.960Z] === RUN   TestDockerSuite/TestInspectInt64
18:39:24 [2021-12-03T18:39:24.121Z] === RUN   TestDockerSuite/TestInspectJSONFields
18:39:25 [2021-12-03T18:39:25.644Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
18:39:26 [2021-12-03T18:39:26.107Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
18:39:28 [2021-12-03T18:39:28.317Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
18:39:29 [2021-12-03T18:39:29.877Z] === RUN   TestDockerSuite/TestInspectPlugin
18:39:29 [2021-12-03T18:39:29.877Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
18:39:29 [2021-12-03T18:39:29.877Z] === RUN   TestDockerSuite/TestInspectRootFS
18:39:29 [2021-12-03T18:39:29.877Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
18:39:31 [2021-12-03T18:39:31.438Z] === RUN   TestDockerSuite/TestInspectStatus
18:39:34 [2021-12-03T18:39:34.382Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
18:39:37 [2021-12-03T18:39:37.327Z] === RUN   TestDockerSuite/TestInspectTemplateError
18:39:38 [2021-12-03T18:39:38.887Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
18:39:39 [2021-12-03T18:39:39.695Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
18:39:41 [2021-12-03T18:39:41.069Z]     docker_cli_swarm_test.go:1453: [d395d6cb21b54] joining swarm manager [d79567768b051]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:39:41 [2021-12-03T18:39:41.097Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
18:39:42 [2021-12-03T18:39:42.002Z]     docker_cli_swarm_test.go:1454: [da44c4088a5c3] joining swarm manager [d79567768b051]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:39:42 [2021-12-03T18:39:42.657Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
18:39:44 [2021-12-03T18:39:44.866Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
18:39:47 [2021-12-03T18:39:47.078Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestInspectUnknownObject
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinkShortDefinition
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksEnvs
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
18:39:49 [2021-12-03T18:39:49.287Z]     docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
18:39:49 [2021-12-03T18:39:49.287Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
18:39:50 [2021-12-03T18:39:50.849Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
18:39:52 [2021-12-03T18:39:52.409Z] === RUN   TestDockerSuite/TestLogsAPIUntil
18:39:54 [2021-12-03T18:39:54.217Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
18:39:54 [2021-12-03T18:39:54.217Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
18:39:54 [2021-12-03T18:39:54.217Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
18:39:54 [2021-12-03T18:39:54.217Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
18:39:54 [2021-12-03T18:39:54.217Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
18:39:54 [2021-12-03T18:39:54.475Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
18:39:57 [2021-12-03T18:39:57.001Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
18:39:58 [2021-12-03T18:39:58.263Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
18:39:59 [2021-12-03T18:39:59.825Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
18:39:59 [2021-12-03T18:39:59.825Z]     docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux
18:39:59 [2021-12-03T18:39:59.825Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
18:40:00 [2021-12-03T18:40:00.283Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
18:40:01 [2021-12-03T18:40:01.386Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
18:40:01 [2021-12-03T18:40:01.386Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
18:40:02 [2021-12-03T18:40:02.181Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
18:40:04 [2021-12-03T18:40:04.079Z]     docker_cli_swarm_unix_test.go:63: [d5b2475e807c9] joining swarm manager [d945b9f55207a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:40:06 [2021-12-03T18:40:06.129Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
18:40:10 [2021-12-03T18:40:10.873Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
18:40:15 [2021-12-03T18:40:15.616Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
18:40:17 [2021-12-03T18:40:17.826Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
18:40:20 [2021-12-03T18:40:20.036Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
18:40:20 [2021-12-03T18:40:20.036Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
18:40:20 [2021-12-03T18:40:20.036Z] === RUN   TestDockerSuite/TestLogsFollowStopped
18:40:22 [2021-12-03T18:40:22.244Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
18:40:24 [2021-12-03T18:40:24.454Z] === RUN   TestDockerSuite/TestLogsSince
18:40:33 [2021-12-03T18:40:33.099Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
18:40:33 [2021-12-03T18:40:33.099Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
18:40:33 [2021-12-03T18:40:33.099Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
18:40:33 [2021-12-03T18:40:33.099Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
18:40:33 [2021-12-03T18:40:33.099Z] === RUN   TestDockerSuite/TestLogsTail
18:40:35 [2021-12-03T18:40:35.308Z] === RUN   TestDockerSuite/TestLogsTimestamps
18:40:37 [2021-12-03T18:40:37.524Z] === RUN   TestDockerSuite/TestLogsWithDetails
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestMountIntoProc
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestMountIntoSys
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestNetHostname
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPluginActive
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPluginLogDriver
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPluginUpgrade
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPortHostBinding
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPortList
18:40:39 [2021-12-03T18:40:39.735Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
18:40:39 [2021-12-03T18:40:39.735Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
18:40:44 [2021-12-03T18:40:44.480Z] === RUN   TestDockerSuite/TestPostContainersAttach
18:40:44 [2021-12-03T18:40:44.480Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
18:40:44 [2021-12-03T18:40:44.480Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
18:40:44 [2021-12-03T18:40:44.480Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
18:40:44 [2021-12-03T18:40:44.480Z]     docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux
18:40:44 [2021-12-03T18:40:44.480Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
18:40:44 [2021-12-03T18:40:44.480Z]     docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux
18:40:44 [2021-12-03T18:40:44.480Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
18:40:44 [2021-12-03T18:40:44.480Z]     docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux
18:40:44 [2021-12-03T18:40:44.480Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
18:40:44 [2021-12-03T18:40:44.480Z]     docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux
18:40:44 [2021-12-03T18:40:44.480Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
18:40:44 [2021-12-03T18:40:44.480Z]     docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux
18:40:44 [2021-12-03T18:40:44.481Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
18:40:44 [2021-12-03T18:40:44.481Z]     docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux
18:40:44 [2021-12-03T18:40:44.481Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
18:40:44 [2021-12-03T18:40:44.481Z]     docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux
18:40:44 [2021-12-03T18:40:44.481Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
18:40:48 [2021-12-03T18:40:48.262Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
18:40:48 [2021-12-03T18:40:48.262Z]     docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux
18:40:48 [2021-12-03T18:40:48.262Z] === RUN   TestDockerSuite/TestPsByOrder
18:40:55 [2021-12-03T18:40:55.407Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
18:40:55 [2021-12-03T18:40:55.407Z]     docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux
18:40:55 [2021-12-03T18:40:55.407Z] === RUN   TestDockerSuite/TestPsListContainersBase
18:41:00 [2021-12-03T18:41:00.282Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
18:41:00 [2021-12-03T18:41:00.282Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
18:41:00 [2021-12-03T18:41:00.282Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
18:41:01 [2021-12-03T18:41:01.261Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
18:41:02 [2021-12-03T18:41:02.219Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
18:41:05 [2021-12-03T18:41:05.504Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
18:41:07 [2021-12-03T18:41:07.403Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
18:41:09 [2021-12-03T18:41:09.301Z]     docker_api_swarm_test.go:962: [dd232e5ca601f] joining swarm manager [d25d1f2860d82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:41:16 [2021-12-03T18:41:16.173Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
18:41:16 [2021-12-03T18:41:16.173Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
18:41:16 [2021-12-03T18:41:16.173Z]     docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819
18:41:16 [2021-12-03T18:41:16.173Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
18:41:24 [2021-12-03T18:41:24.818Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
18:41:27 [2021-12-03T18:41:27.367Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
18:41:27 [2021-12-03T18:41:27.763Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
18:41:34 [2021-12-03T18:41:34.906Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
18:41:37 [2021-12-03T18:41:37.861Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
18:41:37 [2021-12-03T18:41:37.861Z]     docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux
18:41:37 [2021-12-03T18:41:37.861Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
18:41:37 [2021-12-03T18:41:37.861Z]     docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux
18:41:37 [2021-12-03T18:41:37.861Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
18:41:39 [2021-12-03T18:41:39.556Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
18:41:40 [2021-12-03T18:41:40.929Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
18:41:41 [2021-12-03T18:41:41.643Z] === RUN   TestDockerSuite/TestPsListContainersSize
18:41:41 [2021-12-03T18:41:41.643Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
18:41:41 [2021-12-03T18:41:41.643Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
18:41:41 [2021-12-03T18:41:41.643Z]     docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux
18:41:41 [2021-12-03T18:41:41.643Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
18:41:41 [2021-12-03T18:41:41.643Z]     docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux
18:41:41 [2021-12-03T18:41:41.643Z] === RUN   TestDockerSuite/TestPsRightTagName
18:41:41 [2021-12-03T18:41:41.643Z]     docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux
18:41:41 [2021-12-03T18:41:41.643Z] === RUN   TestDockerSuite/TestPsShowMounts
18:41:43 [2021-12-03T18:41:43.460Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
18:41:46 [2021-12-03T18:41:46.754Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
18:41:47 [2021-12-03T18:41:47.498Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
18:41:47 [2021-12-03T18:41:47.498Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
18:41:47 [2021-12-03T18:41:47.498Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
18:41:49 [2021-12-03T18:41:49.057Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
18:41:49 [2021-12-03T18:41:49.057Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
18:41:49 [2021-12-03T18:41:49.057Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
18:41:50 [2021-12-03T18:41:50.040Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
18:41:51 [2021-12-03T18:41:51.024Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
18:41:51 [2021-12-03T18:41:51.024Z]     docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux
18:41:51 [2021-12-03T18:41:51.024Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
18:41:53 [2021-12-03T18:41:53.310Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
18:41:54 [2021-12-03T18:41:54.806Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
18:41:57 [2021-12-03T18:41:57.490Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
18:41:58 [2021-12-03T18:41:58.588Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
18:42:00 [2021-12-03T18:42:00.018Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
18:42:00 [2021-12-03T18:42:00.798Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
18:42:02 [2021-12-03T18:42:02.545Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
18:42:05 [2021-12-03T18:42:05.073Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
18:42:07 [2021-12-03T18:42:07.601Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
18:42:10 [2021-12-03T18:42:10.132Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
18:42:12 [2021-12-03T18:42:12.684Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
18:42:18 [2021-12-03T18:42:18.596Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
18:42:18 [2021-12-03T18:42:18.596Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
18:42:18 [2021-12-03T18:42:18.596Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
18:42:22 [2021-12-03T18:42:22.378Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
18:42:22 [2021-12-03T18:42:22.845Z] === RUN   TestDockerSuite/TestRestartPolicyNO
18:42:22 [2021-12-03T18:42:22.845Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
18:42:23 [2021-12-03T18:42:23.312Z] === RUN   TestDockerSuite/TestRestartRunningContainer
18:42:27 [2021-12-03T18:42:27.094Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
18:42:31 [2021-12-03T18:42:31.839Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
18:42:31 [2021-12-03T18:42:31.839Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
18:42:31 [2021-12-03T18:42:31.839Z] === RUN   TestDockerSuite/TestRestartWithVolumes
18:42:34 [2021-12-03T18:42:34.783Z] === RUN   TestDockerSuite/TestRmiBlank
18:42:34 [2021-12-03T18:42:34.783Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
18:42:35 [2021-12-03T18:42:35.252Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
18:42:45 [2021-12-03T18:42:45.659Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
18:42:48 [2021-12-03T18:42:48.603Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
18:42:49 [2021-12-03T18:42:49.070Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
18:42:53 [2021-12-03T18:42:53.812Z] === RUN   TestDockerSuite/TestRmiImgIDForce
18:42:57 [2021-12-03T18:42:57.596Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
18:43:04 [2021-12-03T18:43:04.739Z] === RUN   TestDockerSuite/TestRmiParentImageFail
18:43:07 [2021-12-03T18:43:07.684Z] === RUN   TestDockerSuite/TestRmiTag
18:43:08 [2021-12-03T18:43:08.151Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
18:43:08 [2021-12-03T18:43:08.884Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
18:43:10 [2021-12-03T18:43:10.360Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
18:43:23 [2021-12-03T18:43:23.744Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
18:43:25 [2021-12-03T18:43:25.273Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
18:43:26 [2021-12-03T18:43:26.256Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
18:43:30 [2021-12-03T18:43:30.039Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
18:43:31 [2021-12-03T18:43:31.023Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
18:43:31 [2021-12-03T18:43:31.023Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
18:43:31 [2021-12-03T18:43:31.023Z] === RUN   TestDockerSuite/TestRunAddHost
18:43:31 [2021-12-03T18:43:31.023Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
18:43:31 [2021-12-03T18:43:31.023Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
18:43:31 [2021-12-03T18:43:31.023Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
18:43:31 [2021-12-03T18:43:31.023Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
18:43:31 [2021-12-03T18:43:31.023Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
18:43:31 [2021-12-03T18:43:31.023Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
18:43:31 [2021-12-03T18:43:31.023Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
18:43:31 [2021-12-03T18:43:31.023Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
18:43:31 [2021-12-03T18:43:31.023Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
18:43:31 [2021-12-03T18:43:31.023Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
18:43:31 [2021-12-03T18:43:31.023Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
18:43:31 [2021-12-03T18:43:31.023Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
18:43:33 [2021-12-03T18:43:33.233Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
18:43:33 [2021-12-03T18:43:33.233Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
18:43:33 [2021-12-03T18:43:33.233Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
18:43:33 [2021-12-03T18:43:33.233Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
18:43:33 [2021-12-03T18:43:33.233Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
18:43:37 [2021-12-03T18:43:37.976Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
18:43:38 [2021-12-03T18:43:38.604Z] --- PASS: TestDockerSwarmSuite (1689.36s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.15s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.67s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.79s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.33s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.89s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.46s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.94s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.96s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.25s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (36.33s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.13s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.46s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.10s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.91s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.66s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.87s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.46s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.59s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.15s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.16s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (64.05s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.33s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.89s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.83s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.35s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.39s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.25s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.13s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.45s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.04s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.67s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.65s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.34s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.97s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.68s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.50s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.89s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.48s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.46s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.65s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.28s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.03s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.09s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.48s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.27s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.72s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.88s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.15s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.58s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.20s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.98s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.13s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.54s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.48s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.22s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.15s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.21s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.66s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.48s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.68s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.55s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.72s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.66s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.86s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.37s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.49s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.31s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.37s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.52s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.63s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.59s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.46s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.76s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.08s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.88s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (156.08s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.37s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.60s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.71s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.33s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.36s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.34s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.64s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.83s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.12s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.48s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.67s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.91s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.20s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (130.99s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.34s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.20s)
18:43:38 [2021-12-03T18:43:38.604Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s)
18:43:38 [2021-12-03T18:43:38.604Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s)
18:43:38 [2021-12-03T18:43:38.604Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s)
18:43:38 [2021-12-03T18:43:38.604Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.15s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.31s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.11s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.24s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.11s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.04s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.31s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.11s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.42s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.91s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.63s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.16s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.28s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.81s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.77s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.42s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.51s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.50s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.54s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.40s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.96s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.26s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.83s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.14s)
18:43:38 [2021-12-03T18:43:38.604Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.12s)
18:43:38 [2021-12-03T18:43:38.604Z] === RUN   TestDockerExternalVolumeSuite
18:43:38 [2021-12-03T18:43:38.604Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
18:43:38 [2021-12-03T18:43:38.862Z]     docker_cli_external_volume_driver_test.go:52: [d4224f2203815] daemon is not started
18:43:39 [2021-12-03T18:43:39.536Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
18:43:41 [2021-12-03T18:43:41.744Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
18:43:43 [2021-12-03T18:43:43.953Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
18:43:45 [2021-12-03T18:43:45.514Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
18:43:45 [2021-12-03T18:43:45.514Z] === RUN   TestDockerSuite/TestRunBindMounts
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
18:43:50 [2021-12-03T18:43:50.262Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
18:43:50 [2021-12-03T18:43:50.262Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
18:43:52 [2021-12-03T18:43:52.472Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
18:43:52 [2021-12-03T18:43:52.473Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
18:43:52 [2021-12-03T18:43:52.473Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
18:43:55 [2021-12-03T18:43:55.417Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
18:43:55 [2021-12-03T18:43:55.417Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
18:43:55 [2021-12-03T18:43:55.417Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
18:43:55 [2021-12-03T18:43:55.417Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
18:43:55 [2021-12-03T18:43:55.417Z] === RUN   TestDockerSuite/TestRunContainerNetwork
18:43:56 [2021-12-03T18:43:56.957Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
18:43:56 [2021-12-03T18:43:56.977Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
18:43:56 [2021-12-03T18:43:56.977Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
18:43:56 [2021-12-03T18:43:56.977Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
18:43:56 [2021-12-03T18:43:56.977Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
18:43:56 [2021-12-03T18:43:56.977Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
18:43:56 [2021-12-03T18:43:56.977Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
18:43:56 [2021-12-03T18:43:56.977Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
18:43:56 [2021-12-03T18:43:56.977Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
18:43:56 [2021-12-03T18:43:56.977Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
18:43:56 [2021-12-03T18:43:56.977Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
18:43:56 [2021-12-03T18:43:56.977Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
18:43:56 [2021-12-03T18:43:56.977Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
18:43:56 [2021-12-03T18:43:56.977Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
18:43:56 [2021-12-03T18:43:56.977Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
18:43:56 [2021-12-03T18:43:56.977Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
18:43:58 [2021-12-03T18:43:58.537Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
18:44:00 [2021-12-03T18:44:00.749Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
18:44:02 [2021-12-03T18:44:02.959Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
18:44:02 [2021-12-03T18:44:02.959Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
18:44:02 [2021-12-03T18:44:02.959Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
18:44:02 [2021-12-03T18:44:02.959Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
18:44:02 [2021-12-03T18:44:02.959Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
18:44:02 [2021-12-03T18:44:02.959Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
18:44:02 [2021-12-03T18:44:02.959Z] === RUN   TestDockerSuite/TestRunCreateVolume
18:44:05 [2021-12-03T18:44:05.168Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
18:44:05 [2021-12-03T18:44:05.168Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
18:44:05 [2021-12-03T18:44:05.168Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
18:44:05 [2021-12-03T18:44:05.168Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
18:44:05 [2021-12-03T18:44:05.168Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
18:44:05 [2021-12-03T18:44:05.168Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
18:44:05 [2021-12-03T18:44:05.168Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
18:44:05 [2021-12-03T18:44:05.168Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
18:44:05 [2021-12-03T18:44:05.168Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
18:44:06 [2021-12-03T18:44:06.767Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
18:44:11 [2021-12-03T18:44:11.511Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
18:44:11 [2021-12-03T18:44:11.511Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
18:44:11 [2021-12-03T18:44:11.511Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
18:44:11 [2021-12-03T18:44:11.511Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
18:44:11 [2021-12-03T18:44:11.511Z] === RUN   TestDockerSuite/TestRunDNSOptions
18:44:11 [2021-12-03T18:44:11.511Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
18:44:11 [2021-12-03T18:44:11.511Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
18:44:11 [2021-12-03T18:44:11.511Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
18:44:11 [2021-12-03T18:44:11.511Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
18:44:11 [2021-12-03T18:44:11.511Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
18:44:11 [2021-12-03T18:44:11.511Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
18:44:11 [2021-12-03T18:44:11.511Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
18:44:11 [2021-12-03T18:44:11.511Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
18:44:13 [2021-12-03T18:44:13.072Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
18:44:13 [2021-12-03T18:44:13.072Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
18:44:13 [2021-12-03T18:44:13.072Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
18:44:13 [2021-12-03T18:44:13.072Z] === RUN   TestDockerSuite/TestRunDuplicateMount
18:44:13 [2021-12-03T18:44:13.072Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
18:44:13 [2021-12-03T18:44:13.072Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
18:44:15 [2021-12-03T18:44:15.281Z] === RUN   TestDockerSuite/TestRunEchoStdout
18:44:17 [2021-12-03T18:44:17.492Z] === RUN   TestDockerSuite/TestRunEmptyEnv
18:44:17 [2021-12-03T18:44:17.492Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
18:44:17 [2021-12-03T18:44:17.492Z] === RUN   TestDockerSuite/TestRunEntrypoint
18:44:19 [2021-12-03T18:44:19.703Z] === RUN   TestDockerSuite/TestRunEnvironment
18:44:19 [2021-12-03T18:44:19.703Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
18:44:19 [2021-12-03T18:44:19.703Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
18:44:19 [2021-12-03T18:44:19.703Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
18:44:19 [2021-12-03T18:44:19.703Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
18:44:19 [2021-12-03T18:44:19.703Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
18:44:19 [2021-12-03T18:44:19.703Z] === RUN   TestDockerSuite/TestRunExitCode
18:44:21 [2021-12-03T18:44:21.915Z] === RUN   TestDockerSuite/TestRunExitCodeOne
18:44:24 [2021-12-03T18:44:24.124Z] === RUN   TestDockerSuite/TestRunExitCodeZero
18:44:26 [2021-12-03T18:44:26.333Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
18:44:28 [2021-12-03T18:44:28.542Z] === RUN   TestDockerSuite/TestRunExposePort
18:44:28 [2021-12-03T18:44:28.542Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
18:44:28 [2021-12-03T18:44:28.542Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
18:44:28 [2021-12-03T18:44:28.542Z] === RUN   TestDockerSuite/TestRunGroupAdd
18:44:28 [2021-12-03T18:44:28.542Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
18:44:28 [2021-12-03T18:44:28.542Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
18:44:28 [2021-12-03T18:44:28.542Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
18:44:28 [2021-12-03T18:44:28.542Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
18:44:28 [2021-12-03T18:44:28.542Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
18:44:28 [2021-12-03T18:44:28.542Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
18:44:28 [2021-12-03T18:44:28.542Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
18:44:28 [2021-12-03T18:44:28.542Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
18:44:28 [2021-12-03T18:44:28.542Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
18:44:28 [2021-12-03T18:44:28.542Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
18:44:28 [2021-12-03T18:44:28.542Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
18:44:28 [2021-12-03T18:44:28.542Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
18:44:32 [2021-12-03T18:44:32.323Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
18:44:32 [2021-12-03T18:44:32.323Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
18:44:32 [2021-12-03T18:44:32.323Z] === RUN   TestDockerSuite/TestRunInvalidReference
18:44:32 [2021-12-03T18:44:32.323Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
18:44:32 [2021-12-03T18:44:32.323Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
18:44:32 [2021-12-03T18:44:32.323Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
18:44:32 [2021-12-03T18:44:32.323Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
18:44:32 [2021-12-03T18:44:32.323Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
18:44:32 [2021-12-03T18:44:32.323Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
18:44:32 [2021-12-03T18:44:32.323Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
18:44:32 [2021-12-03T18:44:32.323Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
18:44:32 [2021-12-03T18:44:32.323Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
18:44:38 [2021-12-03T18:44:38.178Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
18:44:38 [2021-12-03T18:44:38.178Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
18:44:38 [2021-12-03T18:44:38.178Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
18:44:39 [2021-12-03T18:44:39.739Z] === RUN   TestDockerSuite/TestRunModeHostname
18:44:39 [2021-12-03T18:44:39.739Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
18:44:39 [2021-12-03T18:44:39.739Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
18:44:39 [2021-12-03T18:44:39.739Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
18:44:39 [2021-12-03T18:44:39.739Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
18:44:39 [2021-12-03T18:44:39.739Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
18:44:39 [2021-12-03T18:44:39.739Z] === RUN   TestDockerSuite/TestRunModeIpcHost
18:44:39 [2021-12-03T18:44:39.739Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
18:44:39 [2021-12-03T18:44:39.739Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
18:44:39 [2021-12-03T18:44:39.739Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
18:44:39 [2021-12-03T18:44:39.739Z] === RUN   TestDockerSuite/TestRunModePIDContainer
18:44:39 [2021-12-03T18:44:39.739Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
18:44:40 [2021-12-03T18:44:40.206Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
18:44:40 [2021-12-03T18:44:40.206Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
18:44:40 [2021-12-03T18:44:40.206Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
18:44:40 [2021-12-03T18:44:40.206Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
18:44:40 [2021-12-03T18:44:40.206Z] === RUN   TestDockerSuite/TestRunModeUTSHost
18:44:40 [2021-12-03T18:44:40.206Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
18:44:40 [2021-12-03T18:44:40.206Z] === RUN   TestDockerSuite/TestRunMount
18:44:40 [2021-12-03T18:44:40.206Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
18:44:40 [2021-12-03T18:44:40.206Z] === RUN   TestDockerSuite/TestRunMountOrdering
18:44:40 [2021-12-03T18:44:40.206Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
18:44:40 [2021-12-03T18:44:40.206Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
18:44:40 [2021-12-03T18:44:40.206Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
18:44:40 [2021-12-03T18:44:40.206Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
18:44:40 [2021-12-03T18:44:40.206Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
18:44:40 [2021-12-03T18:44:40.206Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
18:44:47 [2021-12-03T18:44:47.353Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
18:44:47 [2021-12-03T18:44:47.353Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
18:44:47 [2021-12-03T18:44:47.353Z] === RUN   TestDockerSuite/TestRunNamedVolume
18:44:47 [2021-12-03T18:44:47.353Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
18:44:47 [2021-12-03T18:44:47.353Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
18:44:47 [2021-12-03T18:44:47.353Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
18:44:47 [2021-12-03T18:44:47.353Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
18:44:51 [2021-12-03T18:44:51.136Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
18:44:54 [2021-12-03T18:44:54.919Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
18:44:54 [2021-12-03T18:44:54.919Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNetHost
18:44:54 [2021-12-03T18:44:54.919Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
18:44:54 [2021-12-03T18:44:54.919Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
18:44:54 [2021-12-03T18:44:54.919Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
18:44:54 [2021-12-03T18:44:54.919Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
18:44:54 [2021-12-03T18:44:54.919Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
18:44:54 [2021-12-03T18:44:54.919Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
18:44:54 [2021-12-03T18:44:54.919Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
18:44:54 [2021-12-03T18:44:54.919Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
18:44:56 [2021-12-03T18:44:56.479Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
18:44:58 [2021-12-03T18:44:58.039Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
18:44:59 [2021-12-03T18:44:59.598Z] === RUN   TestDockerSuite/TestRunNonExistingImage
18:45:00 [2021-12-03T18:45:00.582Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
18:45:02 [2021-12-03T18:45:02.144Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
18:45:02 [2021-12-03T18:45:02.611Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
18:45:02 [2021-12-03T18:45:02.611Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
18:45:02 [2021-12-03T18:45:02.611Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
18:45:02 [2021-12-03T18:45:02.611Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
18:45:02 [2021-12-03T18:45:02.611Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
18:45:02 [2021-12-03T18:45:02.611Z] === RUN   TestDockerSuite/TestRunPortInUse
18:45:02 [2021-12-03T18:45:02.611Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
18:45:02 [2021-12-03T18:45:02.611Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
18:45:02 [2021-12-03T18:45:02.611Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
18:45:02 [2021-12-03T18:45:02.611Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
18:45:02 [2021-12-03T18:45:02.611Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
18:45:02 [2021-12-03T18:45:02.611Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
18:45:02 [2021-12-03T18:45:02.611Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
18:45:02 [2021-12-03T18:45:02.611Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
18:45:02 [2021-12-03T18:45:02.611Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
18:45:02 [2021-12-03T18:45:02.611Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
18:45:04 [2021-12-03T18:45:04.613Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
18:45:05 [2021-12-03T18:45:05.555Z] === RUN   TestDockerSuite/TestRunPublishPort
18:45:05 [2021-12-03T18:45:05.555Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
18:45:05 [2021-12-03T18:45:05.555Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
18:45:05 [2021-12-03T18:45:05.555Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
18:45:05 [2021-12-03T18:45:05.555Z] === RUN   TestDockerSuite/TestRunReadProcLatency
18:45:05 [2021-12-03T18:45:05.555Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
18:45:05 [2021-12-03T18:45:05.555Z] === RUN   TestDockerSuite/TestRunReadProcTimer
18:45:05 [2021-12-03T18:45:05.555Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
18:45:05 [2021-12-03T18:45:05.555Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
18:45:05 [2021-12-03T18:45:05.555Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
18:45:05 [2021-12-03T18:45:05.555Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
18:45:11 [2021-12-03T18:45:11.164Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
18:45:14 [2021-12-03T18:45:14.203Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
18:45:14 [2021-12-03T18:45:14.203Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
18:45:14 [2021-12-03T18:45:14.203Z] === RUN   TestDockerSuite/TestRunRm
18:45:15 [2021-12-03T18:45:15.187Z] === RUN   TestDockerSuite/TestRunRmAndWait
18:45:21 [2021-12-03T18:45:21.041Z] === RUN   TestDockerSuite/TestRunRmPre125Api
18:45:22 [2021-12-03T18:45:22.602Z] === RUN   TestDockerSuite/TestRunRootWorkdir
18:45:24 [2021-12-03T18:45:24.812Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
18:45:26 [2021-12-03T18:45:26.042Z]     docker_cli_external_volume_driver_test.go:52: [d548fa529c760] daemon is not started
18:45:26 [2021-12-03T18:45:26.372Z] === RUN   TestDockerSuite/TestRunSetMacAddress
18:45:28 [2021-12-03T18:45:28.584Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
18:45:28 [2021-12-03T18:45:28.584Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
18:45:28 [2021-12-03T18:45:28.584Z] === RUN   TestDockerSuite/TestRunState
18:45:28 [2021-12-03T18:45:28.584Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
18:45:28 [2021-12-03T18:45:28.584Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
18:45:30 [2021-12-03T18:45:30.793Z] === RUN   TestDockerSuite/TestRunStdinPipe
18:45:30 [2021-12-03T18:45:30.793Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
18:45:30 [2021-12-03T18:45:30.793Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
18:45:32 [2021-12-03T18:45:32.354Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
18:45:32 [2021-12-03T18:45:32.354Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
18:45:32 [2021-12-03T18:45:32.354Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
18:45:32 [2021-12-03T18:45:32.354Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
18:45:32 [2021-12-03T18:45:32.354Z] === RUN   TestDockerSuite/TestRunTLSVerify
18:45:32 [2021-12-03T18:45:32.820Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
18:45:32 [2021-12-03T18:45:32.820Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
18:45:32 [2021-12-03T18:45:32.820Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
18:45:32 [2021-12-03T18:45:32.820Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
18:45:37 [2021-12-03T18:45:37.565Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
18:45:37 [2021-12-03T18:45:37.565Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
18:45:37 [2021-12-03T18:45:37.565Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
18:45:37 [2021-12-03T18:45:37.565Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUnshareProc
18:45:37 [2021-12-03T18:45:37.565Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUserByID
18:45:37 [2021-12-03T18:45:37.565Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUserByIDBig
18:45:37 [2021-12-03T18:45:37.565Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
18:45:37 [2021-12-03T18:45:37.565Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUserByIDZero
18:45:37 [2021-12-03T18:45:37.565Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUserByName
18:45:37 [2021-12-03T18:45:37.565Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
18:45:37 [2021-12-03T18:45:37.565Z] === RUN   TestDockerSuite/TestRunUserDefaults
18:45:39 [2021-12-03T18:45:39.126Z] === RUN   TestDockerSuite/TestRunUserNotFound
18:45:39 [2021-12-03T18:45:39.126Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
18:45:39 [2021-12-03T18:45:39.126Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
18:45:40 [2021-12-03T18:45:40.906Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
18:45:41 [2021-12-03T18:45:41.335Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
18:45:41 [2021-12-03T18:45:41.335Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
18:45:41 [2021-12-03T18:45:41.335Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
18:45:41 [2021-12-03T18:45:41.335Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
18:45:41 [2021-12-03T18:45:41.335Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
18:45:44 [2021-12-03T18:45:44.277Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
18:45:50 [2021-12-03T18:45:50.132Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
18:45:54 [2021-12-03T18:45:54.875Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
18:45:58 [2021-12-03T18:45:58.971Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
18:45:59 [2021-12-03T18:45:59.634Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
18:45:59 [2021-12-03T18:45:59.634Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
18:45:59 [2021-12-03T18:45:59.634Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
18:45:59 [2021-12-03T18:45:59.634Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
18:46:02 [2021-12-03T18:46:02.578Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
18:46:04 [2021-12-03T18:46:04.788Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
18:46:06 [2021-12-03T18:46:06.350Z] === RUN   TestDockerSuite/TestRunWithBadDevice
18:46:06 [2021-12-03T18:46:06.350Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
18:46:06 [2021-12-03T18:46:06.817Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
18:46:06 [2021-12-03T18:46:06.817Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
18:46:06 [2021-12-03T18:46:06.817Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
18:46:06 [2021-12-03T18:46:06.817Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
18:46:06 [2021-12-03T18:46:06.817Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
18:46:06 [2021-12-03T18:46:06.817Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
18:46:06 [2021-12-03T18:46:06.817Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
18:46:06 [2021-12-03T18:46:06.817Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
18:46:06 [2021-12-03T18:46:06.817Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
18:46:06 [2021-12-03T18:46:06.817Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
18:46:06 [2021-12-03T18:46:06.817Z] === RUN   TestDockerSuite/TestRunWithUlimits
18:46:06 [2021-12-03T18:46:06.817Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
18:46:06 [2021-12-03T18:46:06.817Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
18:46:09 [2021-12-03T18:46:09.761Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
18:46:11 [2021-12-03T18:46:11.321Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
18:46:12 [2021-12-03T18:46:12.883Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
18:46:13 [2021-12-03T18:46:13.832Z]     docker_cli_external_volume_driver_test.go:52: [dac6a8bed70fe] daemon is not started
18:46:16 [2021-12-03T18:46:16.664Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
18:46:16 [2021-12-03T18:46:16.664Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
18:46:16 [2021-12-03T18:46:16.664Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
18:46:16 [2021-12-03T18:46:16.664Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
18:46:16 [2021-12-03T18:46:16.664Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
18:46:16 [2021-12-03T18:46:16.664Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
18:46:16 [2021-12-03T18:46:16.664Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
18:46:16 [2021-12-03T18:46:16.664Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
18:46:16 [2021-12-03T18:46:16.664Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
18:46:16 [2021-12-03T18:46:16.664Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
18:46:16 [2021-12-03T18:46:16.664Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
18:46:16 [2021-12-03T18:46:16.664Z]     docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux
18:46:16 [2021-12-03T18:46:16.664Z] === RUN   TestDockerSuite/TestSaveCheckTimes
18:46:16 [2021-12-03T18:46:16.664Z]     docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux
18:46:16 [2021-12-03T18:46:16.664Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
18:46:16 [2021-12-03T18:46:16.664Z]     docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux
18:46:16 [2021-12-03T18:46:16.665Z] === RUN   TestDockerSuite/TestSaveImageId
18:46:16 [2021-12-03T18:46:16.665Z]     docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux
18:46:16 [2021-12-03T18:46:16.665Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
18:46:16 [2021-12-03T18:46:16.665Z]     docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux
18:46:16 [2021-12-03T18:46:16.665Z] === RUN   TestDockerSuite/TestSaveLoadParents
18:46:16 [2021-12-03T18:46:16.665Z]     docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux
18:46:17 [2021-12-03T18:46:17.131Z] === RUN   TestDockerSuite/TestSaveMultipleNames
18:46:17 [2021-12-03T18:46:17.131Z]     docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux
18:46:17 [2021-12-03T18:46:17.131Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
18:46:17 [2021-12-03T18:46:17.131Z]     docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux
18:46:17 [2021-12-03T18:46:17.131Z] === RUN   TestDockerSuite/TestSaveSingleTag
18:46:17 [2021-12-03T18:46:17.131Z]     docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux
18:46:17 [2021-12-03T18:46:17.131Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
18:46:17 [2021-12-03T18:46:17.131Z]     docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux
18:46:17 [2021-12-03T18:46:17.131Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
18:46:17 [2021-12-03T18:46:17.131Z]     docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux
18:46:17 [2021-12-03T18:46:17.131Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
18:46:17 [2021-12-03T18:46:17.131Z]     docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux
18:46:17 [2021-12-03T18:46:17.131Z] === RUN   TestDockerSuite/TestSearchCmdOptions
18:46:19 [2021-12-03T18:46:19.339Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
18:46:19 [2021-12-03T18:46:19.339Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
18:46:19 [2021-12-03T18:46:19.806Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
18:46:20 [2021-12-03T18:46:20.274Z] === RUN   TestDockerSuite/TestSearchWithLimit
18:46:21 [2021-12-03T18:46:21.833Z] === RUN   TestDockerSuite/TestSlowStdinClosing
18:46:27 [2021-12-03T18:46:27.690Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
18:46:27 [2021-12-03T18:46:27.690Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
18:46:27 [2021-12-03T18:46:27.690Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
18:46:28 [2021-12-03T18:46:28.692Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
18:46:28 [2021-12-03T18:46:28.692Z]     docker_cli_external_volume_driver_test.go:52: [dab213e875437] daemon is not started
18:46:34 [2021-12-03T18:46:34.836Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
18:46:34 [2021-12-03T18:46:34.836Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
18:46:34 [2021-12-03T18:46:34.836Z] === RUN   TestDockerSuite/TestStartAttachSilent
18:46:38 [2021-12-03T18:46:38.619Z] === RUN   TestDockerSuite/TestStartAttachWithRename
18:46:38 [2021-12-03T18:46:38.619Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
18:46:38 [2021-12-03T18:46:38.619Z] === RUN   TestDockerSuite/TestStartMultipleContainers
18:46:38 [2021-12-03T18:46:38.619Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
18:46:38 [2021-12-03T18:46:38.619Z] === RUN   TestDockerSuite/TestStartPausedContainer
18:46:38 [2021-12-03T18:46:38.619Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
18:46:38 [2021-12-03T18:46:38.619Z] === RUN   TestDockerSuite/TestStartRecordError
18:46:38 [2021-12-03T18:46:38.619Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
18:46:38 [2021-12-03T18:46:38.619Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
18:46:43 [2021-12-03T18:46:43.364Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
18:46:43 [2021-12-03T18:46:43.364Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
18:46:43 [2021-12-03T18:46:43.364Z] === RUN   TestDockerSuite/TestStatsAllNoStream
18:46:43 [2021-12-03T18:46:43.364Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
18:46:43 [2021-12-03T18:46:43.364Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
18:46:43 [2021-12-03T18:46:43.364Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
18:46:43 [2021-12-03T18:46:43.364Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
18:46:43 [2021-12-03T18:46:43.364Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
18:46:43 [2021-12-03T18:46:43.364Z] === RUN   TestDockerSuite/TestStatsFormatAll
18:46:43 [2021-12-03T18:46:43.364Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
18:46:43 [2021-12-03T18:46:43.364Z] === RUN   TestDockerSuite/TestStatsNoStream
18:46:43 [2021-12-03T18:46:43.364Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
18:46:43 [2021-12-03T18:46:43.364Z] === RUN   TestDockerSuite/TestTopMultipleArgs
18:46:43 [2021-12-03T18:46:43.562Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
18:46:44 [2021-12-03T18:46:44.925Z] === RUN   TestDockerSuite/TestTopNonPrivileged
18:46:47 [2021-12-03T18:46:47.136Z] === RUN   TestDockerSuite/TestTopPrivileged
18:46:47 [2021-12-03T18:46:47.136Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
18:46:47 [2021-12-03T18:46:47.136Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
18:46:48 [2021-12-03T18:46:48.698Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
18:46:48 [2021-12-03T18:46:48.698Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
18:46:48 [2021-12-03T18:46:48.698Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
18:46:48 [2021-12-03T18:46:48.698Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
18:46:48 [2021-12-03T18:46:48.698Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
18:46:48 [2021-12-03T18:46:48.698Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
18:46:48 [2021-12-03T18:46:48.698Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
18:46:48 [2021-12-03T18:46:48.698Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
18:46:48 [2021-12-03T18:46:48.698Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
18:46:48 [2021-12-03T18:46:48.698Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
18:46:48 [2021-12-03T18:46:48.698Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
18:46:48 [2021-12-03T18:46:48.698Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
18:46:48 [2021-12-03T18:46:48.698Z] === RUN   TestDockerSuite/TestVolumeCLICreate
18:47:03 [2021-12-03T18:47:03.608Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
18:47:03 [2021-12-03T18:47:03.608Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
18:47:04 [2021-12-03T18:47:04.075Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
18:47:04 [2021-12-03T18:47:04.075Z]     docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux
18:47:04 [2021-12-03T18:47:04.075Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
18:47:04 [2021-12-03T18:47:04.075Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
18:47:04 [2021-12-03T18:47:04.542Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
18:47:04 [2021-12-03T18:47:04.542Z] === RUN   TestDockerSuite/TestVolumeCLILs
18:47:06 [2021-12-03T18:47:06.751Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
18:47:06 [2021-12-03T18:47:06.751Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
18:47:09 [2021-12-03T18:47:09.695Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
18:47:09 [2021-12-03T18:47:09.695Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
18:47:10 [2021-12-03T18:47:10.164Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
18:47:10 [2021-12-03T18:47:10.164Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
18:47:10 [2021-12-03T18:47:10.164Z] === RUN   TestDockerSuite/TestVolumeCLIRm
18:47:15 [2021-12-03T18:47:15.613Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
18:47:17 [2021-12-03T18:47:17.307Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
18:47:17 [2021-12-03T18:47:17.307Z]     docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux
18:47:17 [2021-12-03T18:47:17.307Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
18:47:17 [2021-12-03T18:47:17.774Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
18:47:17 [2021-12-03T18:47:17.774Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
18:47:17 [2021-12-03T18:47:17.774Z]     docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux
18:47:17 [2021-12-03T18:47:17.774Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
18:47:24 [2021-12-03T18:47:24.918Z] === RUN   TestDockerSuite/TestVolumeLsFormat
18:47:24 [2021-12-03T18:47:24.918Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
18:47:24 [2021-12-03T18:47:24.918Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
18:47:30 [2021-12-03T18:47:30.472Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
18:47:33 [2021-12-03T18:47:33.564Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
18:47:33 [2021-12-03T18:47:33.564Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
18:47:33 [2021-12-03T18:47:33.564Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
18:47:34 [2021-12-03T18:47:34.032Z] --- PASS: TestDockerSuite (1824.21s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.59s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.55s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (71.67s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.75s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.66s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.12s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.60s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.28s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (54.33s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.18s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (2.98s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.72s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.73s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.72s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.23s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.30s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.17s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (3.93s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.88s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.98s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.28s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (3.85s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.41s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddTar (25.94s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (13.39s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.57s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.43s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.05s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (6.74s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.72s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (3.86s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (18.24s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.46s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.13s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.81s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.10s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.21s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.78s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.47s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.48s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.87s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.97s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.52s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.74s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.42s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.72s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.55s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.23s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (26.36s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.52s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.46s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.42s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (18.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.56s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (13.52s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.40s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.65s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.07s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.59s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.51s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (38.41s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.70s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (42.78s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.30s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.62s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (14.91s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.37s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.17s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (21.86s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (8.40s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (7.69s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (58.12s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.35s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.55s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.88s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.40s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.74s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.32s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.55s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.01s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.79s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.59s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (11.00s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.49s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
18:47:34 [2021-12-03T18:47:34.032Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildFails (2.11s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.97s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.52s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildForceRm (5.32s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildFromGit (4.77s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.12s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.53s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.58s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.46s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (6.66s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildHistory (9.28s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.80s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.41s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.61s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.48s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.79s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.51s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.77s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.46s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.80s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.22s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.65s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.45s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.52s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.08s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (12.72s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.58s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (26.31s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.06s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.67s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.48s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.19s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.51s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.40s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.51s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.54s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.58s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.24s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.19s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.77s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.80s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.08s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (7.20s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.30s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.47s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.26s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (6.30s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.15s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.16s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.95s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.11s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (31.87s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (14.73s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildRm (14.31s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.03s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.32s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.12s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.15s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.22s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (3.63s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (12.61s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.62s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.53s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (6.84s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.22s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.04s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.07s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildStderr (3.29s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.79s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.78s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.11s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (3.36s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.56s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (3.14s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.46s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.49s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (16.92s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.73s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (6.86s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.36s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (8.24s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (3.38s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (10.66s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.97s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.38s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.56s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.67s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.80s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCommitChange (3.97s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (3.81s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCommitNewFile (5.69s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCommitTTY (5.74s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.66s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (5.66s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.97s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.13s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.12s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.17s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.62s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.65s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.66s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.72s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.13s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.13s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.58s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.20s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.11s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (3.08s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.18s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (2.05s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.13s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.63s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.06s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.56s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.43s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (15.77s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.27s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.26s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.25s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.25s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000494d80_<nil>} (2.22s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1753563112_c:\foo_false__<nil>_<nil>_<nil>} (2.24s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1753563112_c:\foo_true__<nil>_<nil>_<nil>} (2.26s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
18:47:34 [2021-12-03T18:47:34.033Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.18s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.21s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.18s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCpToCaseA (3.87s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.18s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- PASS: TestDockerSuite/TestCpToCaseE (7.67s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
18:47:34 [2021-12-03T18:47:34.033Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCpToCaseH (7.30s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCpToDot (2.18s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.35s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.18s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateByImageID (1.94s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.13s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.39s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.57s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.18s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateRM (0.31s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.31s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.49s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.39s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.69s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.15s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestDockerFails (0.05s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.20s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.16s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.20s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (7.55s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.15s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (4.56s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.17s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.65s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (3.45s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.99s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.77s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.42s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.29s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.05s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.13s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsRename (2.23s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsResize (7.35s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.08s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.93s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.50s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.70s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.53s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.58s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.57s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.57s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.60s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.63s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.57s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.76s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.67s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecInspectID (3.95s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.90s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.70s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (4.35s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.58s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.50s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.60s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.55s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.05s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.79s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.05s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.25s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.53s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.82s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.41s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.20s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.76s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.41s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.15s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.39s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.05s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.33s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.08s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.08s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.07s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.14s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.13s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectHistory (3.83s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.60s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.09s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.64s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.68s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.69s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.14s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (1.70s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.08s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.66s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.10s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.12s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.55s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.54s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.28s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.11s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.66s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.73s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.86s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.75s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.94s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.90s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.18s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.22s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsSince (8.58s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsTail (2.43s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.20s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.18s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.17s)
18:47:34 [2021-12-03T18:47:34.034Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.19s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPsByOrder (6.24s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (6.93s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.71s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.21s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.93s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.56s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.76s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.96s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPsShowMounts (5.17s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.68s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.41s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.84s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.18s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (16.21s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.78s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.21s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.64s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (3.82s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.88s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (3.67s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.05s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.25s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (10.58s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.61s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.55s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (4.79s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.17s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.74s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (3.22s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiTag (0.52s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.19s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (13.37s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.36s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.95s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.94s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.92s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.16s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.12s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.07s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.12s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.06s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.05s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunBindMounts (4.31s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.12s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.87s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (1.90s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.53s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.21s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.18s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.11s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.38s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.21s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.14s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.11s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.15s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.09s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.09s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.36s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.12s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.17s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.05s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.82s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.88s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.71s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.50s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.48s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.70s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.31s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.50s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.56s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.52s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.83s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.58s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunRm (2.14s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.13s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.13s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.11s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.64s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.18s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.13s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.95s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.34s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
18:47:34 [2021-12-03T18:47:34.035Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.07s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.06s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.68s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.33s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.20s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.85s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.80s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.15s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.15s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (2.71s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.71s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.45s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.17s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.21s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.18s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.62s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (5.94s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.67s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (3.77s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.15s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (1.61s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (1.74s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.68s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.21s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.11s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.16s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.25s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.22s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.11s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.31s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.64s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.31s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.30s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (6.80s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.50s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.15s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.28s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.20s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.21s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.34s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.00s)
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistrySuite/TestV2Only
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] --- PASS: TestDockerRegistrySuite (0.09s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.036Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
18:47:34 [2021-12-03T18:47:34.036Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerRegistryAuthTokenSuite
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:267: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:267: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:267: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:267: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:267: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerDaemonSuite
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:301: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:301: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:301: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] --- PASS: TestDockerDaemonSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerSwarmSuite
18:47:34 [2021-12-03T18:47:34.037Z] --- PASS: TestDockerSwarmSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginCreate
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginInspect
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerPluginSuite/TestPluginSet
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] --- PASS: TestDockerPluginSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerExternalVolumeSuite
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:127: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerNetworkSuite
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:133: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] --- SKIP: TestDockerNetworkSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z] === RUN   TestDockerHubPullSuite
18:47:34 [2021-12-03T18:47:34.037Z]     check_test.go:141: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z] --- SKIP: TestDockerHubPullSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.037Z] PASS
18:47:34 [2021-12-03T18:47:34.037Z] ok  	github.com/docker/docker/integration-cli	1824.444s
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === Skipped
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_api_build_test.go:176: unmatched requirement UnixCli
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.57s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.57s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.037Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.037Z] 
18:47:34 [2021-12-03T18:47:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s)
18:47:34 [2021-12-03T18:47:34.037Z]     docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s)
18:47:34 [2021-12-03T18:47:34.038Z]     docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s)
18:47:34 [2021-12-03T18:47:34.038Z]     docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s)
18:47:34 [2021-12-03T18:47:34.038Z]     docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s)
18:47:34 [2021-12-03T18:47:34.038Z]     docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s)
18:47:34 [2021-12-03T18:47:34.038Z]     docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s)
18:47:34 [2021-12-03T18:47:34.038Z]     docker_api_build_test.go:401: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
18:47:34 [2021-12-03T18:47:34.038Z]     docker_cli_build_test.go:3570: unmatched requirement UnixCli
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s)
18:47:34 [2021-12-03T18:47:34.038Z]     docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
18:47:34 [2021-12-03T18:47:34.038Z]     docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
18:47:34 [2021-12-03T18:47:34.038Z]     docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.038Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
18:47:34 [2021-12-03T18:47:34.038Z] 
18:47:34 [2021-12-03T18:47:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.31s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.28s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.28s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:3697: unmatched requirement UnixCli
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.32s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_api_build_test.go:512: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.32s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.29s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.31s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.29s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.506Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z] 
18:47:34 [2021-12-03T18:47:34.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s)
18:47:34 [2021-12-03T18:47:34.506Z]     docker_cli_sni_test.go:18: Flakey test
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.507Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
18:47:34 [2021-12-03T18:47:34.507Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.508Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
18:47:34 [2021-12-03T18:47:34.508Z] 
18:47:34 [2021-12-03T18:47:34.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.509Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z] 
18:47:34 [2021-12-03T18:47:34.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
18:47:34 [2021-12-03T18:47:34.509Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.510Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
18:47:34 [2021-12-03T18:47:34.510Z] 
18:47:34 [2021-12-03T18:47:34.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z] 
18:47:34 [2021-12-03T18:47:34.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
18:47:34 [2021-12-03T18:47:34.511Z]     docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.511Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:184: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.512Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:47:34 [2021-12-03T18:47:34.512Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:211: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:238: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:267: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:267: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:267: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:267: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:267: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:301: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:301: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:301: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:406: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:127: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:133: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
18:47:34 [2021-12-03T18:47:34.513Z]     check_test.go:141: unmatched requirement DaemonIsLinux
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] DONE 1085 tests, 539 skipped in 1832.465s
18:47:34 [2021-12-03T18:47:34.513Z] INFO: Integration tests ended at 12/03/2021 18:47:34. Duration:00:30:32.5332015
18:47:34 [2021-12-03T18:47:34.513Z] INFO: Docker info of the daemon under test at end of run
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] Containers: 2
18:47:34 [2021-12-03T18:47:34.513Z]  Running: 0
18:47:34 [2021-12-03T18:47:34.513Z]  Paused: 0
18:47:34 [2021-12-03T18:47:34.513Z]  Stopped: 2
18:47:34 [2021-12-03T18:47:34.513Z] Images: 18
18:47:34 [2021-12-03T18:47:34.513Z] Server Version: 0.0.0-dev
18:47:34 [2021-12-03T18:47:34.513Z] Storage Driver: windowsfilter
18:47:34 [2021-12-03T18:47:34.513Z]  Windows: 
18:47:34 [2021-12-03T18:47:34.513Z] Logging Driver: json-file
18:47:34 [2021-12-03T18:47:34.513Z] Plugins: 
18:47:34 [2021-12-03T18:47:34.513Z]  Volume: local
18:47:34 [2021-12-03T18:47:34.513Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
18:47:34 [2021-12-03T18:47:34.513Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
18:47:34 [2021-12-03T18:47:34.513Z] Swarm: inactive
18:47:34 [2021-12-03T18:47:34.513Z] Default Isolation: process
18:47:34 [2021-12-03T18:47:34.513Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
18:47:34 [2021-12-03T18:47:34.513Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
18:47:34 [2021-12-03T18:47:34.513Z] OSType: windows
18:47:34 [2021-12-03T18:47:34.513Z] Architecture: x86_64
18:47:34 [2021-12-03T18:47:34.513Z] CPUs: 4
18:47:34 [2021-12-03T18:47:34.513Z] Total Memory: 32GiB
18:47:34 [2021-12-03T18:47:34.513Z] Name: azwin-2-08c0b0
18:47:34 [2021-12-03T18:47:34.513Z] ID: RWKE:TTCC:7SGC:JG7K:6KVQ:CL3Y:IW3Q:E5OU:GPQH:5RXE:L3Z7:PKUK
18:47:34 [2021-12-03T18:47:34.513Z] Docker Root Dir: D:\CI\PR-42981\3\daemon
18:47:34 [2021-12-03T18:47:34.513Z] Debug Mode (client): false
18:47:34 [2021-12-03T18:47:34.513Z] Debug Mode (server): true
18:47:34 [2021-12-03T18:47:34.513Z]  File Descriptors: -1
18:47:34 [2021-12-03T18:47:34.513Z]  Goroutines: 17
18:47:34 [2021-12-03T18:47:34.513Z]  System Time: 2021-12-03T18:47:34.4157113Z
18:47:34 [2021-12-03T18:47:34.513Z]  EventsListeners: 0
18:47:34 [2021-12-03T18:47:34.513Z] Registry: https://index.docker.io/v1/
18:47:34 [2021-12-03T18:47:34.513Z] Labels:
18:47:34 [2021-12-03T18:47:34.513Z] Experimental: false
18:47:34 [2021-12-03T18:47:34.513Z] Insecure Registries:
18:47:34 [2021-12-03T18:47:34.513Z]  127.0.0.0/8
18:47:34 [2021-12-03T18:47:34.513Z] Live Restore Enabled: false
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] 
18:47:34 [2021-12-03T18:47:34.513Z] INFO: Stopping daemon under test
18:47:34 [2021-12-03T18:47:34.980Z] SUCCESS: The process with PID 1752 (child process of PID 6052) has been terminated.
18:47:34 [2021-12-03T18:47:34.980Z] SUCCESS: The process with PID 6052 (child process of PID 3308) has been terminated.
18:47:34 [2021-12-03T18:47:34.980Z] INFO: Stop tailing logs of the daemon under tests
18:47:34 [2021-12-03T18:47:34.981Z] INFO: executeCI.ps1 Completed successfully at 12/03/2021 18:47:34.
18:47:34 [2021-12-03T18:47:34.981Z] INFO: Tidying up at end of run
18:47:34 [2021-12-03T18:47:34.981Z] INFO: Saving daemon under test log (d:\CI\PR-42981\3\dut.out) to bundles\CIDUT.out
18:47:34 [2021-12-03T18:47:34.981Z] INFO: Saving daemon under test log (d:\CI\PR-42981\3\dut.err) to bundles\CIDUT.err
18:47:34 [2021-12-03T18:47:34.981Z] INFO: Saving containerd logs to bundles
18:47:34 [2021-12-03T18:47:34.981Z] INFO: Nuke-Everything...
18:47:34 [2021-12-03T18:47:34.981Z] INFO: Container count on control daemon to delete is 2
18:47:34 [2021-12-03T18:47:34.981Z] 7545f50fa965
18:47:34 [2021-12-03T18:47:34.981Z] 7f86816b666c
18:47:34 [2021-12-03T18:47:34.981Z] INFO: Tidying pidfile d:\CI\PR-42981\3\docker.pid
18:47:35 [2021-12-03T18:47:35.447Z] INFO: Nuking d:\CI
18:47:45 [2021-12-03T18:47:45.339Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
18:47:53 [2021-12-03T18:47:53.254Z] INFO: Zapped successfully
18:47:53 [2021-12-03T18:47:53.254Z] 
18:47:53 [2021-12-03T18:47:53.254Z] INFO: executeCI.ps1 exiting at Fri Dec  3 18:47:51 CUT 2021. Duration 00:50:52.0858652
18:47:53 [2021-12-03T18:47:53.254Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
18:47:53 [2021-12-03T18:47:53.502Z] Recording test results
18:48:00 [2021-12-03T18:48:00.415Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
18:48:01 [2021-12-03T18:48:01.932Z] Creating win-2022-integration-bundles.zip
[Pipeline] archiveArtifacts
18:48:03 [2021-12-03T18:48:03.136Z] Archiving artifacts
18:48:17 [2021-12-03T18:48:17.475Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42981/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:48:18 [2021-12-03T18:48:18.423Z] + make clean
18:48:19 [2021-12-03T18:48:19.983Z] docker volume rm -f docker-dev-cache
18:48:19 [2021-12-03T18:48:19.983Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:48:31 [2021-12-03T18:48:31.988Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
18:48:50 [2021-12-03T18:48:50.056Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
18:49:22 [2021-12-03T18:49:22.111Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
18:49:54 [2021-12-03T18:49:54.173Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
18:50:09 [2021-12-03T18:50:09.036Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
18:50:27 [2021-12-03T18:50:27.102Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
18:50:27 [2021-12-03T18:50:27.102Z]     docker_cli_external_volume_driver_test.go:484: [d5eb565b77463] daemon is not started
18:50:42 [2021-12-03T18:50:42.000Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
18:50:42 [2021-12-03T18:50:42.000Z]     docker_cli_external_volume_driver_test.go:52: [ddd7310a9f494] daemon is not started
18:50:56 [2021-12-03T18:50:56.862Z] --- PASS: TestDockerExternalVolumeSuite (436.84s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.16s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.24s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.58s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s)
18:50:56 [2021-12-03T18:50:56.862Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s)
18:50:56 [2021-12-03T18:50:56.862Z] PASS
18:50:56 [2021-12-03T18:50:56.862Z] 
18:50:56 [2021-12-03T18:50:56.862Z] === Skipped
18:50:56 [2021-12-03T18:50:56.862Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
18:50:56 [2021-12-03T18:50:56.862Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
18:50:56 [2021-12-03T18:50:56.862Z]     check_test.go:308: [d424fc12130b6] daemon is not started
18:50:56 [2021-12-03T18:50:56.862Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
18:50:56 [2021-12-03T18:50:56.862Z] 
18:50:56 [2021-12-03T18:50:56.862Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
18:50:56 [2021-12-03T18:50:56.862Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
18:50:56 [2021-12-03T18:50:56.862Z]     check_test.go:308: [d73c264b53d99] daemon is not started
18:50:56 [2021-12-03T18:50:56.862Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
18:50:56 [2021-12-03T18:50:56.862Z] 
18:50:56 [2021-12-03T18:50:56.862Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
18:50:56 [2021-12-03T18:50:56.862Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
18:50:56 [2021-12-03T18:50:56.862Z]     check_test.go:308: [dd420af01c742] daemon is not started
18:50:56 [2021-12-03T18:50:56.862Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
18:50:56 [2021-12-03T18:50:56.862Z] 
18:50:56 [2021-12-03T18:50:56.862Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
18:50:56 [2021-12-03T18:50:56.862Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
18:50:56 [2021-12-03T18:50:56.862Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
18:50:56 [2021-12-03T18:50:56.862Z] 
18:50:56 [2021-12-03T18:50:56.862Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
18:50:56 [2021-12-03T18:50:56.862Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
18:50:56 [2021-12-03T18:50:56.862Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
18:50:56 [2021-12-03T18:50:56.862Z] 
18:50:56 [2021-12-03T18:50:56.862Z] DONE 273 tests, 5 skipped in 2467.504s
18:50:56 [2021-12-03T18:50:56.862Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:50:56 [2021-12-03T18:50:56.862Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df40b3c9c5d71/docker.pid
18:50:56 [2021-12-03T18:50:56.862Z] +++ kill 7308
18:50:56 [2021-12-03T18:50:56.862Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7308 is not a child of this shell
18:50:56 [2021-12-03T18:50:56.862Z] warning: PID 7308 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df40b3c9c5d71/docker.pid had a nonzero exit code
18:50:56 [2021-12-03T18:50:56.862Z] ++++ cat bundles/test-integration/docker.pid
18:50:56 [2021-12-03T18:50:56.862Z] +++ kill 8482
18:50:56 [2021-12-03T18:50:56.862Z] +++ /etc/init.d/apparmor stop
18:50:56 [2021-12-03T18:50:56.862Z] Leaving: AppArmorNo profiles have been unloaded.
18:50:56 [2021-12-03T18:50:56.862Z] 
18:50:56 [2021-12-03T18:50:56.862Z] Unloading profiles will leave already running processes permanently
18:50:56 [2021-12-03T18:50:56.862Z] unconfined, which can lead to unexpected situations.
18:50:56 [2021-12-03T18:50:56.862Z] 
18:50:56 [2021-12-03T18:50:56.862Z] To set a process to complain mode, use the command line tool
18:50:56 [2021-12-03T18:50:56.863Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:50:56 [2021-12-03T18:50:56.863Z] +++ true
18:50:56 [2021-12-03T18:50:56.863Z] exiting test-integration
18:50:56 [2021-12-03T18:50:56.863Z] ++ exit 0
18:50:56 [2021-12-03T18:50:56.863Z] 
18:50:56 [2021-12-03T18:50:56.863Z] + exit 0
18:50:56 [2021-12-03T18:50:56.863Z] ++ jobs -p
18:50:56 [2021-12-03T18:50:56.863Z] + pids=
18:50:56 [2021-12-03T18:50:56.863Z] + echo 'Remaining pids to kill: []'
18:50:56 [2021-12-03T18:50:56.863Z] Remaining pids to kill: []
18:50:56 [2021-12-03T18:50:56.863Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
18:50:56 [2021-12-03T18:50:56.878Z] Recording test results
18:50:58 [2021-12-03T18:50:58.420Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:50:58 [2021-12-03T18:50:58.766Z] + echo Ensuring container killed.
18:50:58 [2021-12-03T18:50:58.766Z] Ensuring container killed.
18:50:58 [2021-12-03T18:50:58.766Z] + docker ps -aq -f name=docker-pr3-*
18:50:58 [2021-12-03T18:50:58.766Z] + cids=c56d4c75e762
18:50:58 [2021-12-03T18:50:58.766Z] 1b739ac566f6
18:50:58 [2021-12-03T18:50:58.766Z] 757bdd24313a
18:50:58 [2021-12-03T18:50:58.766Z] + [ -n c56d4c75e762
18:50:58 [2021-12-03T18:50:58.766Z] 1b739ac566f6
18:50:58 [2021-12-03T18:50:58.766Z] 757bdd24313a ]
18:50:58 [2021-12-03T18:50:58.766Z] + docker rm -vf c56d4c75e762 1b739ac566f6 757bdd24313a
18:50:59 [2021-12-03T18:50:59.028Z] c56d4c75e762
18:50:59 [2021-12-03T18:50:59.290Z] 1b739ac566f6
18:50:59 [2021-12-03T18:50:59.290Z] 757bdd24313a
[Pipeline] sh
18:50:59 [2021-12-03T18:50:59.579Z] + echo Chowning /workspace to jenkins user
18:50:59 [2021-12-03T18:50:59.579Z] Chowning /workspace to jenkins user
18:50:59 [2021-12-03T18:50:59.579Z] + id -u
18:50:59 [2021-12-03T18:50:59.579Z] + id -g
18:50:59 [2021-12-03T18:50:59.579Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42981:/workspace busybox chown -R 1000:1000 /workspace
18:50:59 [2021-12-03T18:50:59.579Z] Unable to find image 'busybox:latest' locally
18:50:59 [2021-12-03T18:50:59.579Z] latest: Pulling from library/busybox
18:50:59 [2021-12-03T18:50:59.837Z] 3aab638df1a9: Pulling fs layer
18:50:59 [2021-12-03T18:50:59.837Z] 3aab638df1a9: Verifying Checksum
18:50:59 [2021-12-03T18:50:59.837Z] 3aab638df1a9: Download complete
18:50:59 [2021-12-03T18:50:59.837Z] 3aab638df1a9: Pull complete
18:50:59 [2021-12-03T18:50:59.837Z] Digest: sha256:52817dece4cfe26f581c834d27a8e1bcc82194f914afe6d50afad5a101234ef1
18:50:59 [2021-12-03T18:50:59.837Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:51:03 [2021-12-03T18:51:03.437Z] + bundleName=amd64
18:51:03 [2021-12-03T18:51:03.437Z] + echo Creating amd64-bundles.tar.gz
18:51:03 [2021-12-03T18:51:03.437Z] Creating amd64-bundles.tar.gz
18:51:03 [2021-12-03T18:51:03.437Z] + xargs tar -czf amd64-bundles.tar.gz
18:51:03 [2021-12-03T18:51:03.437Z] + 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
18:51:05 [2021-12-03T18:51:05.357Z] Archiving artifacts
18:51:07 [2021-12-03T18:51:07.504Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42981/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:51:07 [2021-12-03T18:51:07.818Z] + make clean
18:51:07 [2021-12-03T18:51:07.818Z] docker volume rm -f docker-dev-cache
18:51:08 [2021-12-03T18:51:08.076Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS